1394 lines
34 KiB
CSS
1394 lines
34 KiB
CSS
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
@layer properties;
|
|
@layer theme, base, components, utilities;
|
|
@layer theme {
|
|
:root, :host {
|
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
"Courier New", monospace;
|
|
--color-red-500: oklch(63.7% 0.237 25.331);
|
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
--color-blue-500: oklch(62.3% 0.214 259.815);
|
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
--spacing: 0.25rem;
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-xl: 1.25rem;
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-2xl: 1.5rem;
|
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
--text-3xl: 1.875rem;
|
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
--text-4xl: 2.25rem;
|
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--radius-sm: calc(var(--radius) - 4px);
|
|
--radius-md: calc(var(--radius) - 2px);
|
|
--radius-lg: var(--radius);
|
|
--radius-xl: calc(var(--radius) + 4px);
|
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
--breakpoint-3xl: 1600px;
|
|
--breakpoint-4xl: 2000px;
|
|
--color-background: var(--background);
|
|
--color-foreground: var(--foreground);
|
|
--color-card: var(--card);
|
|
--color-card-foreground: var(--card-foreground);
|
|
--color-popover: var(--popover);
|
|
--color-popover-foreground: var(--popover-foreground);
|
|
--color-primary: var(--primary);
|
|
--color-primary-foreground: var(--primary-foreground);
|
|
--color-secondary: var(--secondary);
|
|
--color-secondary-foreground: var(--secondary-foreground);
|
|
--color-muted: var(--muted);
|
|
--color-muted-foreground: var(--muted-foreground);
|
|
--color-accent: var(--accent);
|
|
--color-accent-foreground: var(--accent-foreground);
|
|
--color-destructive: var(--destructive);
|
|
--color-border: var(--border);
|
|
--color-input: var(--input);
|
|
--color-ring: var(--ring);
|
|
--color-chart-1: var(--chart-1);
|
|
--color-chart-2: var(--chart-2);
|
|
--color-chart-3: var(--chart-3);
|
|
--color-chart-4: var(--chart-4);
|
|
--color-chart-5: var(--chart-5);
|
|
--color-sidebar: var(--sidebar);
|
|
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
--color-sidebar-primary: var(--sidebar-primary);
|
|
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
--color-sidebar-accent: var(--sidebar-accent);
|
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
--color-sidebar-border: var(--sidebar-border);
|
|
--color-sidebar-ring: var(--sidebar-ring);
|
|
--color-surface: var(--surface);
|
|
--color-surface-foreground: var(--surface-foreground);
|
|
--color-code: var(--code);
|
|
--color-code-foreground: var(--code-foreground);
|
|
--color-code-highlight: var(--code-highlight);
|
|
--color-code-number: var(--code-number);
|
|
--color-selection: var(--selection);
|
|
--color-selection-foreground: var(--selection-foreground);
|
|
}
|
|
}
|
|
@layer base {
|
|
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
html, :host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
b, strong {
|
|
font-weight: bolder;
|
|
}
|
|
code, kbd, samp, pre {
|
|
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
font-size: 1em;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub, sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
ol, ul, menu {
|
|
list-style: none;
|
|
}
|
|
img, svg, video, canvas, audio, iframe, embed, object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
img, video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
button, input, select, optgroup, textarea, ::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
opacity: 1;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
::placeholder {
|
|
opacity: 1;
|
|
}
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
::placeholder {
|
|
color: currentcolor;
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
::-webkit-date-and-time-value {
|
|
min-height: 1lh;
|
|
text-align: inherit;
|
|
}
|
|
::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none !important;
|
|
}
|
|
}
|
|
@layer utilities {
|
|
.pointer-events-auto {
|
|
pointer-events: auto;
|
|
}
|
|
.collapse {
|
|
visibility: collapse;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.inset-0 {
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
.top-0 {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
.right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
.left-1 {
|
|
left: calc(var(--spacing) * 1);
|
|
}
|
|
.left-1\/2 {
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
@media (width >= 1600px) {
|
|
max-width: 1600px;
|
|
}
|
|
@media (width >= 2000px) {
|
|
max-width: 2000px;
|
|
}
|
|
@media (width >= 40rem) {
|
|
max-width: 40rem;
|
|
}
|
|
@media (width >= 48rem) {
|
|
max-width: 48rem;
|
|
}
|
|
@media (width >= 64rem) {
|
|
max-width: 64rem;
|
|
}
|
|
@media (width >= 80rem) {
|
|
max-width: 80rem;
|
|
}
|
|
@media (width >= 96rem) {
|
|
max-width: 96rem;
|
|
}
|
|
}
|
|
.m-0 {
|
|
margin: calc(var(--spacing) * 0);
|
|
}
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
.mr-3 {
|
|
margin-right: calc(var(--spacing) * 3);
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
.table {
|
|
display: table;
|
|
}
|
|
.size-9 {
|
|
width: calc(var(--spacing) * 9);
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
.h-1 {
|
|
height: calc(var(--spacing) * 1);
|
|
}
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.h-9 {
|
|
height: calc(var(--spacing) * 9);
|
|
}
|
|
.h-10 {
|
|
height: calc(var(--spacing) * 10);
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.h-screen {
|
|
height: 100vh;
|
|
}
|
|
.w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
.w-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
}
|
|
.w-\[39ch\] {
|
|
width: 39ch;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.min-w-0 {
|
|
min-width: calc(var(--spacing) * 0);
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.flex-shrink {
|
|
flex-shrink: 1;
|
|
}
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.shrink {
|
|
flex-shrink: 1;
|
|
}
|
|
.shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.flex-grow {
|
|
flex-grow: 1;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.border-collapse {
|
|
border-collapse: collapse;
|
|
}
|
|
.origin-left {
|
|
transform-origin: left;
|
|
}
|
|
.-translate-x-1 {
|
|
--tw-translate-x: calc(var(--spacing) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-x-1\/2 {
|
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-4 {
|
|
--tw-translate-y: calc(var(--spacing) * -4);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-y-4 {
|
|
--tw-translate-y: calc(var(--spacing) * 4);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.scale-3d {
|
|
scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
|
|
}
|
|
.transform {
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
}
|
|
.cursor-not-allowed {
|
|
cursor: not-allowed;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.resize {
|
|
resize: both;
|
|
}
|
|
.appearance-none {
|
|
appearance: none;
|
|
}
|
|
.columns-2 {
|
|
columns: 2;
|
|
}
|
|
.columns-3 {
|
|
columns: 3;
|
|
}
|
|
.columns-4 {
|
|
columns: 4;
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.gap-1 {
|
|
gap: calc(var(--spacing) * 1);
|
|
}
|
|
.gap-1\.5 {
|
|
gap: calc(var(--spacing) * 1.5);
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-3 {
|
|
gap: calc(var(--spacing) * 3);
|
|
}
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
.truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-lg {
|
|
border-radius: var(--radius);
|
|
}
|
|
.rounded-md {
|
|
border-radius: calc(var(--radius) - 2px);
|
|
}
|
|
.rounded-xl {
|
|
border-radius: calc(var(--radius) + 4px);
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
.border-dashed {
|
|
--tw-border-style: dashed;
|
|
border-style: dashed;
|
|
}
|
|
.border-gray-400 {
|
|
border-color: var(--color-gray-400);
|
|
}
|
|
.border-primary {
|
|
border-color: var(--primary);
|
|
}
|
|
.bg-background {
|
|
background-color: var(--background);
|
|
}
|
|
.bg-blue-500 {
|
|
background-color: var(--color-blue-500);
|
|
}
|
|
.bg-destructive {
|
|
background-color: var(--destructive);
|
|
}
|
|
.bg-gray-300 {
|
|
background-color: var(--color-gray-300);
|
|
}
|
|
.bg-gray-500 {
|
|
background-color: var(--color-gray-500);
|
|
}
|
|
.bg-green-500 {
|
|
background-color: var(--color-green-500);
|
|
}
|
|
.bg-popover {
|
|
background-color: var(--popover);
|
|
}
|
|
.bg-primary {
|
|
background-color: var(--primary);
|
|
}
|
|
.bg-red-500 {
|
|
background-color: var(--color-red-500);
|
|
}
|
|
.bg-secondary {
|
|
background-color: var(--secondary);
|
|
}
|
|
.bg-selection {
|
|
background-color: var(--selection);
|
|
}
|
|
.bg-yellow-500 {
|
|
background-color: var(--color-yellow-500);
|
|
}
|
|
.p-0 {
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-7 {
|
|
padding: calc(var(--spacing) * 7);
|
|
}
|
|
.p-10 {
|
|
padding: calc(var(--spacing) * 10);
|
|
}
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.px-6 {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.pt-5 {
|
|
padding-top: calc(var(--spacing) * 5);
|
|
}
|
|
.pb-4 {
|
|
padding-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
.pl-2 {
|
|
padding-left: calc(var(--spacing) * 2);
|
|
}
|
|
.pl-4 {
|
|
padding-left: calc(var(--spacing) * 4);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
.text-3xl {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
.text-4xl {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.leading-none {
|
|
--tw-leading: 1;
|
|
line-height: 1;
|
|
}
|
|
.font-medium {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.text-blue-500 {
|
|
color: var(--color-blue-500);
|
|
}
|
|
.text-destructive {
|
|
color: var(--destructive);
|
|
}
|
|
.text-green-500 {
|
|
color: var(--color-green-500);
|
|
}
|
|
.text-popover-foreground {
|
|
color: var(--popover-foreground);
|
|
}
|
|
.text-primary {
|
|
color: var(--primary);
|
|
}
|
|
.text-primary-foreground {
|
|
color: var(--primary-foreground);
|
|
}
|
|
.text-red-500 {
|
|
color: var(--color-red-500);
|
|
}
|
|
.text-secondary-foreground {
|
|
color: var(--secondary-foreground);
|
|
}
|
|
.text-yellow-500 {
|
|
color: var(--color-yellow-500);
|
|
}
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.underline-offset-4 {
|
|
text-underline-offset: 4px;
|
|
}
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.opacity-50 {
|
|
opacity: 50%;
|
|
}
|
|
.opacity-75 {
|
|
opacity: 75%;
|
|
}
|
|
.opacity-90 {
|
|
opacity: 90%;
|
|
}
|
|
.shadow-xs {
|
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.ring {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.outline {
|
|
outline-style: var(--tw-outline-style);
|
|
outline-width: 1px;
|
|
}
|
|
.transition {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-transform {
|
|
transition-property: transform, translate, scale, rotate;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.duration-300 {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
.ease-linear {
|
|
--tw-ease: linear;
|
|
transition-timing-function: linear;
|
|
}
|
|
.ease-out {
|
|
--tw-ease: var(--ease-out);
|
|
transition-timing-function: var(--ease-out);
|
|
}
|
|
.outline-none {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
.before\:absolute {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
position: absolute;
|
|
}
|
|
}
|
|
.before\:top-1\/2 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
top: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
.before\:left-1\/2 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
.before\:h-1\.5 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
height: calc(var(--spacing) * 1.5);
|
|
}
|
|
}
|
|
.before\:w-1\.5 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
width: calc(var(--spacing) * 1.5);
|
|
}
|
|
}
|
|
.before\:-translate-x-1\/2 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.before\:-translate-y-1\/2 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.before\:rounded-full {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
}
|
|
.before\:bg-background {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
background-color: var(--background);
|
|
}
|
|
}
|
|
.checked\:border-primary {
|
|
&:checked {
|
|
border-color: var(--primary);
|
|
}
|
|
}
|
|
.checked\:bg-primary {
|
|
&:checked {
|
|
background-color: var(--primary);
|
|
}
|
|
}
|
|
.checked\:before\:visible {
|
|
&:checked {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
visibility: visible;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-accent {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--accent);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-blue-500 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-blue-500);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-destructive\/90 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-primary\/90 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--primary);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--primary) 90%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-secondary\/80 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--secondary);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-accent-foreground {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--accent-foreground);
|
|
}
|
|
}
|
|
}
|
|
.hover\:underline {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
}
|
|
.hover\:opacity-100 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
}
|
|
.focus-visible\:border-ring {
|
|
&:focus-visible {
|
|
border-color: var(--ring);
|
|
}
|
|
}
|
|
.focus-visible\:ring-2 {
|
|
&:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
}
|
|
.focus-visible\:ring-\[3px\] {
|
|
&:focus-visible {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
}
|
|
.focus-visible\:ring-destructive\/20 {
|
|
&:focus-visible {
|
|
--tw-ring-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.focus-visible\:ring-ring {
|
|
&:focus-visible {
|
|
--tw-ring-color: var(--ring);
|
|
}
|
|
}
|
|
.focus-visible\:ring-ring\/50 {
|
|
&:focus-visible {
|
|
--tw-ring-color: var(--ring);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.focus-visible\:ring-offset-2 {
|
|
&:focus-visible {
|
|
--tw-ring-offset-width: 2px;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
}
|
|
}
|
|
.focus-visible\:ring-offset-background {
|
|
&:focus-visible {
|
|
--tw-ring-offset-color: var(--background);
|
|
}
|
|
}
|
|
.focus-visible\:outline-hidden {
|
|
&:focus-visible {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
@media (forced-colors: active) {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px;
|
|
}
|
|
}
|
|
}
|
|
.disabled\:pointer-events-none {
|
|
&:disabled {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.disabled\:cursor-not-allowed {
|
|
&:disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
.disabled\:opacity-50 {
|
|
&:disabled {
|
|
opacity: 50%;
|
|
}
|
|
}
|
|
.has-\[\>svg\]\:px-2\.5 {
|
|
&:has(>svg) {
|
|
padding-inline: calc(var(--spacing) * 2.5);
|
|
}
|
|
}
|
|
.has-\[\>svg\]\:px-3 {
|
|
&:has(>svg) {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
}
|
|
.has-\[\>svg\]\:px-4 {
|
|
&:has(>svg) {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.aria-invalid\:border-destructive {
|
|
&[aria-invalid="true"] {
|
|
border-color: var(--destructive);
|
|
}
|
|
}
|
|
.aria-invalid\:ring-destructive\/20 {
|
|
&[aria-invalid="true"] {
|
|
--tw-ring-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.data-\[position\=bottom-center\]\:bottom-0 {
|
|
&[data-position="bottom-center"] {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-center\]\:left-1\/2 {
|
|
&[data-position="bottom-center"] {
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-center\]\:-translate-x-1\/2 {
|
|
&[data-position="bottom-center"] {
|
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-left\]\:bottom-0 {
|
|
&[data-position="bottom-left"] {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-left\]\:left-0 {
|
|
&[data-position="bottom-left"] {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-right\]\:right-0 {
|
|
&[data-position="bottom-right"] {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=bottom-right\]\:bottom-0 {
|
|
&[data-position="bottom-right"] {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=top-center\]\:top-0 {
|
|
&[data-position="top-center"] {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=top-center\]\:left-1\/2 {
|
|
&[data-position="top-center"] {
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
.data-\[position\=top-center\]\:-translate-x-1\/2 {
|
|
&[data-position="top-center"] {
|
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.data-\[position\=top-left\]\:top-0 {
|
|
&[data-position="top-left"] {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=top-left\]\:left-0 {
|
|
&[data-position="top-left"] {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=top-right\]\:top-0 {
|
|
&[data-position="top-right"] {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[position\=top-right\]\:right-0 {
|
|
&[data-position="top-right"] {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.data-\[variant\=default\]\:bg-gray-500 {
|
|
&[data-variant="default"] {
|
|
background-color: var(--color-gray-500);
|
|
}
|
|
}
|
|
.data-\[variant\=error\]\:bg-red-500 {
|
|
&[data-variant="error"] {
|
|
background-color: var(--color-red-500);
|
|
}
|
|
}
|
|
.data-\[variant\=info\]\:bg-blue-500 {
|
|
&[data-variant="info"] {
|
|
background-color: var(--color-blue-500);
|
|
}
|
|
}
|
|
.data-\[variant\=success\]\:bg-green-500 {
|
|
&[data-variant="success"] {
|
|
background-color: var(--color-green-500);
|
|
}
|
|
}
|
|
.data-\[variant\=warning\]\:bg-yellow-500 {
|
|
&[data-variant="warning"] {
|
|
background-color: var(--color-yellow-500);
|
|
}
|
|
}
|
|
.md\:max-w-\[420px\] {
|
|
@media (width >= 48rem) {
|
|
max-width: 420px;
|
|
}
|
|
}
|
|
.dark\:border-input {
|
|
&:where(.dark, .dark *) {
|
|
border-color: var(--input);
|
|
}
|
|
}
|
|
.dark\:bg-destructive\/60 {
|
|
&:where(.dark, .dark *) {
|
|
background-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:bg-input\/30 {
|
|
&:where(.dark, .dark *) {
|
|
background-color: var(--input);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:bg-accent\/50 {
|
|
&:where(.dark, .dark *) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--accent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--accent) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:bg-input\/50 {
|
|
&:where(.dark, .dark *) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--input);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:focus-visible\:ring-destructive\/40 {
|
|
&:where(.dark, .dark *) {
|
|
&:focus-visible {
|
|
--tw-ring-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:aria-invalid\:ring-destructive\/40 {
|
|
&:where(.dark, .dark *) {
|
|
&[aria-invalid="true"] {
|
|
--tw-ring-color: var(--destructive);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.\[\&_svg\]\:pointer-events-none {
|
|
& svg {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.\[\&_svg\]\:shrink-0 {
|
|
& svg {
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 {
|
|
& svg:not([class*='size-']) {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
}
|
|
:root {
|
|
--radius: 0.65rem;
|
|
--background: oklch(1 0 0);
|
|
--foreground: oklch(0.145 0 0);
|
|
--card: oklch(1 0 0);
|
|
--card-foreground: oklch(0.145 0 0);
|
|
--popover: oklch(1 0 0);
|
|
--popover-foreground: oklch(0.145 0 0);
|
|
--primary: oklch(0.205 0 0);
|
|
--primary-foreground: oklch(0.985 0 0);
|
|
--secondary: oklch(0.97 0 0);
|
|
--secondary-foreground: oklch(0.205 0 0);
|
|
--muted: oklch(0.97 0 0);
|
|
--muted-foreground: oklch(0.556 0 0);
|
|
--accent: oklch(0.97 0 0);
|
|
--accent-foreground: oklch(0.205 0 0);
|
|
--destructive: oklch(0.577 0.245 27.325);
|
|
--border: oklch(0.922 0 0);
|
|
--input: oklch(0.922 0 0);
|
|
--ring: oklch(0.708 0 0);
|
|
--chart-1: oklch(0.646 0.222 41.116);
|
|
--chart-2: oklch(0.6 0.118 184.704);
|
|
--chart-3: oklch(0.398 0.07 227.392);
|
|
--chart-4: oklch(0.828 0.189 84.429);
|
|
--chart-5: oklch(0.769 0.188 70.08);
|
|
--radius: 0.625rem;
|
|
--sidebar: oklch(0.985 0 0);
|
|
--sidebar-foreground: oklch(0.145 0 0);
|
|
--sidebar-primary: oklch(0.205 0 0);
|
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
--sidebar-accent: oklch(0.97 0 0);
|
|
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
--sidebar-border: oklch(0.922 0 0);
|
|
--sidebar-ring: oklch(0.708 0 0);
|
|
--selection: oklch(0.145 0 0);
|
|
--selection-foreground: oklch(1 0 0);
|
|
}
|
|
.dark {
|
|
--background: oklch(0.145 0 0);
|
|
--foreground: oklch(0.985 0 0);
|
|
--card: oklch(0.205 0 0);
|
|
--card-foreground: oklch(0.985 0 0);
|
|
--popover: oklch(0.205 0 0);
|
|
--popover-foreground: oklch(0.985 0 0);
|
|
--primary: oklch(0.922 0 0);
|
|
--primary-foreground: oklch(0.205 0 0);
|
|
--secondary: oklch(0.269 0 0);
|
|
--secondary-foreground: oklch(0.985 0 0);
|
|
--muted: oklch(0.269 0 0);
|
|
--muted-foreground: oklch(0.708 0 0);
|
|
--accent: oklch(0.269 0 0);
|
|
--accent-foreground: oklch(0.985 0 0);
|
|
--destructive: oklch(0.704 0.191 22.216);
|
|
--border: oklch(1 0 0 / 10%);
|
|
--input: oklch(1 0 0 / 15%);
|
|
--ring: oklch(0.556 0 0);
|
|
--chart-1: oklch(0.488 0.243 264.376);
|
|
--chart-2: oklch(0.696 0.17 162.48);
|
|
--chart-3: oklch(0.769 0.188 70.08);
|
|
--chart-4: oklch(0.627 0.265 303.9);
|
|
--chart-5: oklch(0.645 0.246 16.439);
|
|
--sidebar: oklch(0.205 0 0);
|
|
--sidebar-foreground: oklch(0.985 0 0);
|
|
--sidebar-primary: oklch(0.488 0.243 264.376);
|
|
--sidebar-primary-foreground: oklch(0.985 0 0);
|
|
--sidebar-accent: oklch(0.269 0 0);
|
|
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
--sidebar-border: oklch(1 0 0 / 10%);
|
|
--sidebar-ring: oklch(0.556 0 0);
|
|
--selection: oklch(0.922 0 0);
|
|
--selection-foreground: oklch(0.205 0 0);
|
|
}
|
|
@layer base {
|
|
* {
|
|
border-color: var(--border);
|
|
}
|
|
::selection {
|
|
background-color: var(--selection);
|
|
color: var(--selection-foreground);
|
|
}
|
|
body {
|
|
background-color: var(--background);
|
|
color: var(--foreground);
|
|
font-feature-settings: "rlig" 1, "calt" 1;
|
|
}
|
|
}
|
|
@property --tw-translate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-translate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-translate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-scale-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-rotate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-ring-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-ring-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-ring-inset {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ring-offset-width {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0px;
|
|
}
|
|
@property --tw-ring-offset-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: #fff;
|
|
}
|
|
@property --tw-ring-offset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-outline-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ease {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-content {
|
|
syntax: "*";
|
|
initial-value: "";
|
|
inherits: false;
|
|
}
|
|
@layer properties {
|
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
*, ::before, ::after, ::backdrop {
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-translate-z: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-scale-z: 1;
|
|
--tw-rotate-x: initial;
|
|
--tw-rotate-y: initial;
|
|
--tw-rotate-z: initial;
|
|
--tw-skew-x: initial;
|
|
--tw-skew-y: initial;
|
|
--tw-border-style: solid;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-outline-style: solid;
|
|
--tw-duration: initial;
|
|
--tw-ease: initial;
|
|
--tw-content: "";
|
|
}
|
|
}
|
|
}
|