From 4f994b79ecee851ea1cd0fa0699ee822c8884bc4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 10 Oct 2024 16:18:52 -0500 Subject: Build UI to add new phenotypes. Build the UI and set up styling. This is not working currently. --- uploader/static/css/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'uploader/static/css/styles.css') diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 0e9a029..5161169 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -131,3 +131,23 @@ input[type="submit"], .btn { border-color: #DCA7A7; background-color: #F2DEDE; } + +.heading { + border-bottom: solid #EEBB88; +} + +.subheading { + padding: 1em 0 0.1em 0.5em; + border-bottom: solid #88BBEE; +} + +form { + margin-top: 0.3em; + background: #E5E5FF; + padding: 0.5em; + border-radius:0.5em; +} + +form .form-control { + background-color: #EAEAFF; +} -- cgit v1.2.3