|
|
|
@ -588,6 +588,10 @@ video {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relative {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-0 {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
@ -602,6 +606,10 @@ video {
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.-ml-0\.5 {
|
|
|
|
|
margin-left: -0.125rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mb-2 {
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
@ -626,6 +634,10 @@ video {
|
|
|
|
|
margin-top: 2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mt-1 {
|
|
|
|
|
margin-top: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.block {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
@ -634,6 +646,10 @@ video {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inline-flex {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.size-6 {
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
height: 1.5rem;
|
|
|
|
@ -651,6 +667,10 @@ video {
|
|
|
|
|
height: calc(75vh - 70px);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.max-h-96 {
|
|
|
|
|
max-height: 24rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.min-h-screen {
|
|
|
|
|
min-height: 100vh;
|
|
|
|
|
}
|
|
|
|
@ -667,6 +687,14 @@ video {
|
|
|
|
|
max-width: 80rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.max-w-\[60ch\] {
|
|
|
|
|
max-width: 60ch;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-grow {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-col {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
@ -687,6 +715,11 @@ video {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gap-x-1\.5 {
|
|
|
|
|
-moz-column-gap: 0.375rem;
|
|
|
|
|
column-gap: 0.375rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
|
|
|
--tw-space-x-reverse: 0;
|
|
|
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
|
|
@ -713,6 +746,10 @@ video {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.break-words {
|
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rounded-md {
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
}
|
|
|
|
@ -735,6 +772,11 @@ video {
|
|
|
|
|
background-color: rgb(245 158 11 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-blue-500 {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-emerald-500 {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
|
|
|
|
@ -755,6 +797,16 @@ video {
|
|
|
|
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-blue-100 {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-blue-50 {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(239 246 255 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg-gradient-to-b {
|
|
|
|
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
|
|
|
|
|
}
|
|
|
|
@ -785,11 +837,21 @@ video {
|
|
|
|
|
padding: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.px-3 {
|
|
|
|
|
padding-left: 0.75rem;
|
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.px-4 {
|
|
|
|
|
padding-left: 1rem;
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.px-5 {
|
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
|
padding-right: 1.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.py-1 {
|
|
|
|
|
padding-top: 0.25rem;
|
|
|
|
|
padding-bottom: 0.25rem;
|
|
|
|
@ -883,6 +945,11 @@ video {
|
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outline-none {
|
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
|
outline-offset: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outline {
|
|
|
|
|
outline-style: solid;
|
|
|
|
|
}
|
|
|
|
@ -902,11 +969,42 @@ video {
|
|
|
|
|
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.before\:whitespace-nowrap::before {
|
|
|
|
|
content: var(--tw-content);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty\:before\:text-gray-500:empty::before {
|
|
|
|
|
content: var(--tw-content);
|
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
|
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty\:before\:content-\[attr\(data-placeholder\)\]:empty::before {
|
|
|
|
|
--tw-content: attr(data-placeholder);
|
|
|
|
|
content: var(--tw-content);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hover\:bg-amber-600:hover {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(217 119 6 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hover\:bg-blue-600:hover {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hover\:bg-emerald-600:hover {
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
background-color: rgb(5 150 105 / var(--tw-bg-opacity));
|
|
|
|
@ -938,6 +1036,11 @@ video {
|
|
|
|
|
--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.focus\:ring-blue-500:focus {
|
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.focus\:ring-emerald-500:focus {
|
|
|
|
|
--tw-ring-opacity: 1;
|
|
|
|
|
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
|
|
|