diff options
author | Frederick Muriuki Muriithi | 2024-10-10 16:18:52 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-10 16:30:43 -0500 |
commit | 4f994b79ecee851ea1cd0fa0699ee822c8884bc4 (patch) | |
tree | 5250f3a9b9b4a0b7fab8ae919167562b5048d654 /uploader/static | |
parent | 71b79a670cf59a517f9c0bc4f6f11894c2a5d44d (diff) | |
download | gn-uploader-4f994b79ecee851ea1cd0fa0699ee822c8884bc4.tar.gz |
Build UI to add new phenotypes.
Build the UI and set up styling. This is not working currently.
Diffstat (limited to 'uploader/static')
-rw-r--r-- | uploader/static/css/styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
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; +} |