This commit is contained in:
2025-12-01 16:19:18 -05:00
parent 309d164139
commit e4d25c3ea8
31 changed files with 271 additions and 13 deletions
+19
View File
@@ -599,6 +599,9 @@ video {
.h-full {
height: 100%;
}
.h-3 {
height: 0.75rem;
}
.max-h-80 {
max-height: 20rem;
}
@@ -611,6 +614,9 @@ video {
.w-full {
width: 100%;
}
.w-3 {
width: 0.75rem;
}
.min-w-0 {
min-width: 0px;
}
@@ -675,6 +681,9 @@ video {
.gap-6 {
gap: 1.5rem;
}
.gap-1 {
gap: 0.25rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
@@ -714,6 +723,9 @@ video {
.rounded-md {
border-radius: 0.375rem;
}
.rounded-full {
border-radius: 9999px;
}
.border {
border-width: 1px;
}
@@ -830,6 +842,9 @@ video {
.bg-red-500\/10 {
background-color: rgb(239 68 68 / 0.1);
}
.bg-zinc-700\/40 {
background-color: rgb(63 63 70 / 0.4);
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
@@ -1059,6 +1074,10 @@ video {
--tw-text-opacity: 1;
color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-emerald-300 {
--tw-text-opacity: 1;
color: rgb(110 231 183 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}