aboutsummaryrefslogtreecommitdiff
path: root/uploader/static
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-10-14 09:19:08 -0500
committerFrederick Muriuki Muriithi2024-10-14 09:19:08 -0500
commitf6f51d976956f080d7302b01e3c7e978f691ff5d (patch)
treeb650a05b9810a69a177f5a9f372113f9d5b4f045 /uploader/static
parent56eb692b25ecf7a56235398f3b90fd0d02f5d097 (diff)
downloadgn-uploader-f6f51d976956f080d7302b01e3c7e978f691ff5d.tar.gz
Improve layout and styling of sidebar content
Diffstat (limited to 'uploader/static')
-rw-r--r--uploader/static/css/styles.css8
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;
+}