From 6a9d6dfc45e644c30a33b8428d6f89715c62ebe5 Mon Sep 17 00:00:00 2001 From: Keshvi Date: Thu, 17 Oct 2024 02:23:56 +0530 Subject: [PATCH] code modifications in designing select and issue list Signed-off-by: Keshvi --- layouts/shortcodes/issueList.html | 96 ++++++++++++++++++------------- static/css/main.css | 46 ++++++++++++++- 2 files changed, 98 insertions(+), 44 deletions(-) diff --git a/layouts/shortcodes/issueList.html b/layouts/shortcodes/issueList.html index 0bab722..8a66810 100644 --- a/layouts/shortcodes/issueList.html +++ b/layouts/shortcodes/issueList.html @@ -1,32 +1,32 @@
- +
LOADING...
-
+ \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css index bd92a45..d6d2ade 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1034,6 +1034,10 @@ video { padding-bottom: 0.375rem; } +.py-2 { + padding-top: 0.5rem; /* 8px */ + padding-bottom: 0.5rem; /* 8px */ +} .py-20 { padding-top: 5rem; padding-bottom: 5rem; @@ -1191,16 +1195,51 @@ video { color: rgb(229 228 215 / var(--tw-text-opacity)); } +.my-4 { + margin-top: 1rem; /* 16px */ + margin-bottom: 1rem; /* 16px */ +} + .ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } +.ring-2{ + box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); +} + +.ring-slate-800{ + --tw-ring-color: rgb(30 41 59); +} + .ring-inset { --tw-ring-inset: inset; } +.bg-slate-800{ + background-color: rgb(30 41 59); +} + +.bg-inherit{ + background-color: rgb(184, 26, 86); +} +.bg-inherit-hovered{ + background-color:rgb(153, 35, 80); +} + +.bg-white{ + background-color: rgb(255, 255, 255); +} + +.border-inherit { + border-color: rgb(184, 26, 86); +} +.text-inherit { + color: rgb(184, 26, 86); +} + .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } @@ -1228,10 +1267,12 @@ footer { border-top: 1px solid #1E1E1E; } +/* a { - color: #B81A56; + color: rgb(184, 26, 86); text-decoration: underline; } +*/ nav a { color: #FFFFFF; @@ -1669,5 +1710,4 @@ nav a { .\[\&\>strong\]\:text-red>strong { --tw-text-opacity: 1; color: rgb(184 26 86 / var(--tw-text-opacity)); -} - +} \ No newline at end of file