|
|
@ -751,12 +751,12 @@ select {
|
|
|
|
right: 0.75rem;
|
|
|
|
right: 0.75rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.isolate {
|
|
|
|
.right-2 {
|
|
|
|
isolation: isolate;
|
|
|
|
right: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.z-50 {
|
|
|
|
.isolate {
|
|
|
|
z-index: 50;
|
|
|
|
isolation: isolate;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.m-0 {
|
|
|
|
.m-0 {
|
|
|
@ -799,10 +799,6 @@ select {
|
|
|
|
height: 2px;
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.h-10 {
|
|
|
|
|
|
|
|
height: 2.5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.max-h-96 {
|
|
|
|
.max-h-96 {
|
|
|
|
max-height: 24rem;
|
|
|
|
max-height: 24rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -922,6 +918,10 @@ select {
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rounded-sm {
|
|
|
|
|
|
|
|
border-radius: 0.125rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.border-2 {
|
|
|
|
.border-2 {
|
|
|
|
border-width: 2px;
|
|
|
|
border-width: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1074,14 +1074,6 @@ select {
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
padding-right: 0.75rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pr-2 {
|
|
|
|
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pl-8 {
|
|
|
|
|
|
|
|
padding-left: 2rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text-left {
|
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -1142,12 +1134,6 @@ select {
|
|
|
|
opacity: 0;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.shadow-md {
|
|
|
|
|
|
|
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
|
|
|
|
|
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
|
|
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.outline-none {
|
|
|
|
.outline-none {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
outline-offset: 2px;
|
|
|
|
outline-offset: 2px;
|
|
|
@ -1191,19 +1177,28 @@ html {
|
|
|
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(63 63 70 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hover\:bg-mono-hover:hover {
|
|
|
|
.focus\:rounded-md:focus {
|
|
|
|
|
|
|
|
border-radius: 0.375rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:border-mono-primary:focus {
|
|
|
|
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
|
|
|
|
border-color: rgb(39 39 42 / var(--tw-border-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:bg-mono-hover:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hover\:bg-mono-primary:hover {
|
|
|
|
.focus\:bg-mono-primary:focus {
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
background-color: rgb(39 39 42 / var(--tw-bg-opacity));
|
|
|
|
background-color: rgb(39 39 42 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:border-mono-primary:focus {
|
|
|
|
.focus\:text-white:focus {
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
--tw-text-opacity: 1;
|
|
|
|
border-color: rgb(39 39 42 / var(--tw-border-opacity));
|
|
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:outline-none:focus {
|
|
|
|
.focus\:outline-none:focus {
|
|
|
@ -1217,16 +1212,6 @@ html {
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:ring-2:focus {
|
|
|
|
|
|
|
|
--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(2px + 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);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.focus\:ring-offset-2:focus {
|
|
|
|
|
|
|
|
--tw-ring-offset-width: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.focus-visible\:ring-2:focus-visible {
|
|
|
|
.focus-visible\:ring-2:focus-visible {
|
|
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
|
|
--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
|
@ -1242,16 +1227,22 @@ html {
|
|
|
|
--tw-ring-offset-width: 2px;
|
|
|
|
--tw-ring-offset-width: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.disabled\:cursor-not-allowed:disabled {
|
|
|
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
|
|
cursor: not-allowed;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.disabled\:opacity-50:disabled {
|
|
|
|
.data-\[highlighted\]\:border-2[data-highlighted] {
|
|
|
|
opacity: 0.5;
|
|
|
|
border-width: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
|
|
.data-\[highlighted\]\:border-mono-primary[data-highlighted] {
|
|
|
|
pointer-events: none;
|
|
|
|
--tw-border-opacity: 1;
|
|
|
|
|
|
|
|
border-color: rgb(39 39 42 / var(--tw-border-opacity));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data-\[highlighted\]\:bg-gray-400[data-highlighted] {
|
|
|
|
|
|
|
|
--tw-bg-opacity: 1;
|
|
|
|
|
|
|
|
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.data-\[disabled\]\:text-mono-text\/50[data-disabled] {
|
|
|
|
.data-\[disabled\]\:text-mono-text\/50[data-disabled] {
|
|
|
@ -1262,6 +1253,11 @@ html {
|
|
|
|
opacity: 0.5;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data-\[highlighted\]\:outline-none[data-highlighted] {
|
|
|
|
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
|
|
|
|
outline-offset: 2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.data-\[focus\]\:outline[data-focus] {
|
|
|
|
.data-\[focus\]\:outline[data-focus] {
|
|
|
|
outline-style: solid;
|
|
|
|
outline-style: solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|