aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-27 01:32:40 -0400
committerBobby <[email protected]>2024-08-27 01:32:40 -0400
commit009ec5091944299478c29b532e1f4c2b35ba0e92 (patch)
treecf6e05f8c46bbe08f4f48e92118deb22f52953d5 /static
parent63513d2501f3a2820de90292e9e5bdb3007ad9c9 (diff)
downloadyugen-009ec5091944299478c29b532e1f4c2b35ba0e92.tar.xz
yugen-009ec5091944299478c29b532e1f4c2b35ba0e92.zip
design updates
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css89
1 files changed, 89 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index ddf9f3e..dbafe65 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -653,6 +653,14 @@ video {
top: 0px;
}
+.left-0 {
+ left: 0px;
+}
+
+.top-full {
+ top: 100%;
+}
+
.z-10 {
z-index: 10;
}
@@ -796,6 +804,10 @@ video {
height: 100%;
}
+.h-80 {
+ height: 20rem;
+}
+
.max-h-24 {
max-height: 6rem;
}
@@ -849,6 +861,14 @@ video {
width: max-content;
}
+.w-auto {
+ width: auto;
+}
+
+.w-48 {
+ width: 12rem;
+}
+
.max-w-7xl {
max-width: 80rem;
}
@@ -1020,6 +1040,11 @@ video {
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
+.border-neutral-700 {
+ --tw-border-opacity: 1;
+ border-color: rgb(64 64 64 / var(--tw-border-opacity));
+}
+
.border-opacity-10 {
--tw-border-opacity: 0.1;
}
@@ -1104,6 +1129,11 @@ video {
background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
+.bg-neutral-800 {
+ --tw-bg-opacity: 1;
+ background-color: rgb(38 38 38 / var(--tw-bg-opacity));
+}
+
.bg-opacity-10 {
--tw-bg-opacity: 0.1;
}
@@ -1491,6 +1521,16 @@ main {
transition: transform 0.1s ease-in-out;
}
+.hover\:rounded-b-lg:hover {
+ border-bottom-right-radius: 0.5rem;
+ border-bottom-left-radius: 0.5rem;
+}
+
+.hover\:rounded-t-lg:hover {
+ border-top-left-radius: 0.5rem;
+ border-top-right-radius: 0.5rem;
+}
+
.hover\:bg-blue-700:hover {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
@@ -1506,6 +1546,11 @@ main {
background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
+.hover\:bg-neutral-700:hover {
+ --tw-bg-opacity: 1;
+ background-color: rgb(64 64 64 / var(--tw-bg-opacity));
+}
+
.hover\:bg-opacity-30:hover {
--tw-bg-opacity: 0.3;
}
@@ -1550,12 +1595,32 @@ main {
width: 16rem;
}
+ .md\:w-1\/4 {
+ width: 25%;
+ }
+
+ .md\:w-3\/4 {
+ width: 75%;
+ }
+
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
+
+ .md\:flex-row {
+ flex-direction: row;
+ }
}
@media (min-width: 1024px) {
+ .lg\:block {
+ display: block;
+ }
+
+ .lg\:hidden {
+ display: none;
+ }
+
.lg\:w-1\/2 {
width: 50%;
}
@@ -1564,6 +1629,22 @@ main {
width: 25%;
}
+ .lg\:w-3\/4 {
+ width: 75%;
+ }
+
+ .lg\:w-72 {
+ width: 18rem;
+ }
+
+ .lg\:w-64 {
+ width: 16rem;
+ }
+
+ .lg\:w-60 {
+ width: 15rem;
+ }
+
.lg\:flex-row {
flex-direction: row;
}
@@ -1612,6 +1693,14 @@ main {
width: 75%;
}
+ .xl\:w-96 {
+ width: 24rem;
+ }
+
+ .xl\:w-1\/5 {
+ width: 20%;
+ }
+
.xl\:flex-row {
flex-direction: row;
}