diff options
author | Frederick Muriuki Muriithi | 2024-10-14 09:19:08 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-14 09:19:08 -0500 |
commit | f6f51d976956f080d7302b01e3c7e978f691ff5d (patch) | |
tree | b650a05b9810a69a177f5a9f372113f9d5b4f045 /uploader/static | |
parent | 56eb692b25ecf7a56235398f3b90fd0d02f5d097 (diff) | |
download | gn-uploader-f6f51d976956f080d7302b01e3c7e978f691ff5d.tar.gz |
Improve layout and styling of sidebar content
Diffstat (limited to 'uploader/static')
-rw-r--r-- | uploader/static/css/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 5161169..f482c1b 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -151,3 +151,11 @@ form { form .form-control { background-color: #EAEAFF; } + +.sidebar-content .card .card-title { + font-size: 1.5em; +} + +.sidebar-content .card-text table tbody td:nth-child(1) { + font-weight: bolder; +} |