forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 17:12:44 -06:00
parent 6c42236782
commit b055da0ce1
1 changed files with 14 additions and 0 deletions

View File

@ -867,6 +867,9 @@ video {
.top-3\.5 {
top: 0.875rem;
}
.bottom-4 {
bottom: 1rem;
}
.z-20 {
z-index: 20;
}
@ -1263,6 +1266,9 @@ video {
.w-44 {
width: 11rem;
}
.w-96 {
width: 24rem;
}
.min-w-full {
min-width: 100%;
}
@ -1636,6 +1642,14 @@ video {
--tw-border-opacity: 1;
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.border-green-700 {
--tw-border-opacity: 1;
border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.border-red-700 {
--tw-border-opacity: 1;
border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.border-opacity-10 {
--tw-border-opacity: 0.1;
}