|
|
|
@ -1,4 +1,4 @@ |
|
|
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */ |
|
|
|
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */ |
|
|
|
@layer properties; |
|
|
|
@layer properties; |
|
|
|
@layer theme, base, components, utilities; |
|
|
|
@layer theme, base, components, utilities; |
|
|
|
@layer theme { |
|
|
|
@layer theme { |
|
|
|
@ -60,6 +60,7 @@ |
|
|
|
--radius-md: 0.375rem; |
|
|
|
--radius-md: 0.375rem; |
|
|
|
--radius-lg: 0.5rem; |
|
|
|
--radius-lg: 0.5rem; |
|
|
|
--radius-xl: 0.75rem; |
|
|
|
--radius-xl: 0.75rem; |
|
|
|
|
|
|
|
--ease-out: cubic-bezier(0, 0, 0.2, 1); |
|
|
|
--aspect-video: 16 / 9; |
|
|
|
--aspect-video: 16 / 9; |
|
|
|
--default-transition-duration: 150ms; |
|
|
|
--default-transition-duration: 150ms; |
|
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
|
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
|
|
|
@ -199,6 +200,9 @@ |
|
|
|
::-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 { |
|
|
|
::-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; |
|
|
|
padding-block: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-calendar-picker-indicator { |
|
|
|
|
|
|
|
line-height: 1; |
|
|
|
|
|
|
|
} |
|
|
|
:-moz-ui-invalid { |
|
|
|
:-moz-ui-invalid { |
|
|
|
box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -225,9 +229,21 @@ |
|
|
|
left: calc(var(--spacing) * 0); |
|
|
|
left: calc(var(--spacing) * 0); |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.absolute { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.fixed { |
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.relative { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
} |
|
|
|
.static { |
|
|
|
.static { |
|
|
|
position: static; |
|
|
|
position: static; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.sticky { |
|
|
|
|
|
|
|
position: sticky; |
|
|
|
|
|
|
|
} |
|
|
|
.top-3 { |
|
|
|
.top-3 { |
|
|
|
top: calc(var(--spacing) * 3); |
|
|
|
top: calc(var(--spacing) * 3); |
|
|
|
} |
|
|
|
} |
|
|
|
@ -240,6 +256,24 @@ |
|
|
|
.left-40 { |
|
|
|
.left-40 { |
|
|
|
left: calc(var(--spacing) * 40); |
|
|
|
left: calc(var(--spacing) * 40); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.container { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
@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; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.block { |
|
|
|
.block { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -252,6 +286,9 @@ |
|
|
|
.grid { |
|
|
|
.grid { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.hidden { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
.inline { |
|
|
|
.inline { |
|
|
|
display: inline; |
|
|
|
display: inline; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -306,6 +343,9 @@ |
|
|
|
.transform { |
|
|
|
.transform { |
|
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); |
|
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.resize { |
|
|
|
|
|
|
|
resize: both; |
|
|
|
|
|
|
|
} |
|
|
|
.grid-cols-2 { |
|
|
|
.grid-cols-2 { |
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr)); |
|
|
|
grid-template-columns: repeat(2, minmax(0, 1fr)); |
|
|
|
} |
|
|
|
} |
|
|
|
@ -391,6 +431,10 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.border { |
|
|
|
|
|
|
|
border-style: var(--tw-border-style); |
|
|
|
|
|
|
|
border-width: 1px; |
|
|
|
|
|
|
|
} |
|
|
|
.border-1 { |
|
|
|
.border-1 { |
|
|
|
border-style: var(--tw-border-style); |
|
|
|
border-style: var(--tw-border-style); |
|
|
|
border-width: 1px; |
|
|
|
border-width: 1px; |
|
|
|
@ -555,11 +599,18 @@ |
|
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); |
|
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); |
|
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
|
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.filter { |
|
|
|
|
|
|
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
|
|
|
|
|
|
|
} |
|
|
|
.transition { |
|
|
|
.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-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-timing-function: var(--tw-ease, var(--default-transition-timing-function)); |
|
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration)); |
|
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.ease-out { |
|
|
|
|
|
|
|
--tw-ease: var(--ease-out); |
|
|
|
|
|
|
|
transition-timing-function: var(--ease-out); |
|
|
|
|
|
|
|
} |
|
|
|
.\*\:text-xl { |
|
|
|
.\*\:text-xl { |
|
|
|
:is(& > *) { |
|
|
|
:is(& > *) { |
|
|
|
font-size: var(--text-xl); |
|
|
|
font-size: var(--text-xl); |
|
|
|
@ -1110,6 +1161,63 @@ table { |
|
|
|
inherits: false; |
|
|
|
inherits: false; |
|
|
|
initial-value: 0 0 #0000; |
|
|
|
initial-value: 0 0 #0000; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-blur { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-brightness { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-contrast { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-grayscale { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-hue-rotate { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-invert { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-opacity { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-saturate { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-sepia { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-drop-shadow { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-drop-shadow-color { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-drop-shadow-alpha { |
|
|
|
|
|
|
|
syntax: "<percentage>"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
initial-value: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-drop-shadow-size { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@property --tw-ease { |
|
|
|
|
|
|
|
syntax: "*"; |
|
|
|
|
|
|
|
inherits: false; |
|
|
|
|
|
|
|
} |
|
|
|
@property --tw-outline-style { |
|
|
|
@property --tw-outline-style { |
|
|
|
syntax: "*"; |
|
|
|
syntax: "*"; |
|
|
|
inherits: false; |
|
|
|
inherits: false; |
|
|
|
@ -1139,6 +1247,20 @@ table { |
|
|
|
--tw-ring-offset-width: 0px; |
|
|
|
--tw-ring-offset-width: 0px; |
|
|
|
--tw-ring-offset-color: #fff; |
|
|
|
--tw-ring-offset-color: #fff; |
|
|
|
--tw-ring-offset-shadow: 0 0 #0000; |
|
|
|
--tw-ring-offset-shadow: 0 0 #0000; |
|
|
|
|
|
|
|
--tw-blur: initial; |
|
|
|
|
|
|
|
--tw-brightness: initial; |
|
|
|
|
|
|
|
--tw-contrast: initial; |
|
|
|
|
|
|
|
--tw-grayscale: initial; |
|
|
|
|
|
|
|
--tw-hue-rotate: initial; |
|
|
|
|
|
|
|
--tw-invert: initial; |
|
|
|
|
|
|
|
--tw-opacity: initial; |
|
|
|
|
|
|
|
--tw-saturate: initial; |
|
|
|
|
|
|
|
--tw-sepia: initial; |
|
|
|
|
|
|
|
--tw-drop-shadow: initial; |
|
|
|
|
|
|
|
--tw-drop-shadow-color: initial; |
|
|
|
|
|
|
|
--tw-drop-shadow-alpha: 100%; |
|
|
|
|
|
|
|
--tw-drop-shadow-size: initial; |
|
|
|
|
|
|
|
--tw-ease: initial; |
|
|
|
--tw-outline-style: solid; |
|
|
|
--tw-outline-style: solid; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|