Сайт Fakel Gym
https://fakelgym.cp.good-production.xyz/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1480 lines
33 KiB
1480 lines
33 KiB
/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
|
|
@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-blue-50: oklch(0.97 0.014 254.604);
|
|
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
--color-blue-800: oklch(0.424 0.199 265.638);
|
|
--color-blue-900: oklch(0.379 0.146 265.522);
|
|
--color-gray-100: oklch(0.967 0.003 264.542);
|
|
--color-gray-200: oklch(0.928 0.006 264.531);
|
|
--color-gray-500: oklch(0.551 0.027 264.364);
|
|
--color-gray-600: oklch(0.446 0.03 256.802);
|
|
--color-gray-700: oklch(0.373 0.034 259.733);
|
|
--color-gray-800: oklch(0.278 0.033 256.848);
|
|
--color-gray-900: oklch(0.21 0.034 264.665);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--container-sm: 24rem;
|
|
--container-lg: 32rem;
|
|
--container-2xl: 42rem;
|
|
--text-sm: var(--wp--preset--font-size--sm, 0.875rem);
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-lg: var(--wp--preset--font-size--lg, 1.125rem);
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: var(--wp--preset--font-size--xl, 1.25rem);
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
|
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
--text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
|
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
--text-5xl: var(--wp--preset--font-size--5xl, 3rem);
|
|
--text-5xl--line-height: 1;
|
|
--font-weight-light: 300;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--font-weight-extrabold: 800;
|
|
--leading-tight: 1.25;
|
|
--radius-xs: 0.125rem;
|
|
--radius-md: 0.375rem;
|
|
--radius-lg: 0.5rem;
|
|
--blur-sm: 8px;
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
--default-font-variation-settings: var(
|
|
--font-sans--font-variation-settings
|
|
);
|
|
--default-mono-font-family: var(--font-mono);
|
|
--default-mono-font-feature-settings: var(
|
|
--font-mono--font-feature-settings
|
|
);
|
|
--default-mono-font-variation-settings: var(
|
|
--font-mono--font-variation-settings
|
|
);
|
|
--color-primary: var(--wp--preset--color--primary);
|
|
--font-family-sans: 'Gilroy', ui-sans-serif, system-ui, sans-serif;
|
|
}
|
|
}
|
|
@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%;
|
|
-moz-tab-size: 4;
|
|
-o-tab-size: 4;
|
|
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;
|
|
}
|
|
body {
|
|
line-height: inherit;
|
|
}
|
|
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;
|
|
}
|
|
::-moz-placeholder {
|
|
opacity: 1;
|
|
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
}
|
|
::placeholder {
|
|
opacity: 1;
|
|
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 {
|
|
-webkit-appearance: button;
|
|
-moz-appearance: 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;
|
|
}
|
|
.pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.inset-0 {
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
.top-1\/2 {
|
|
top: calc(1/2 * 100%);
|
|
}
|
|
.top-4 {
|
|
top: calc(var(--spacing) * 4);
|
|
}
|
|
.right-4 {
|
|
right: calc(var(--spacing) * 4);
|
|
}
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
.left-1\/2 {
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
.z-\[1\] {
|
|
z-index: 1;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
@media (width >= 480px) {
|
|
.container {
|
|
max-width: 480px;
|
|
}
|
|
}
|
|
@media (width >= 600px) {
|
|
.container {
|
|
max-width: 600px;
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.container {
|
|
max-width: 782px;
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
}
|
|
@media (width >= 1280px) {
|
|
.container {
|
|
max-width: 1280px;
|
|
}
|
|
}
|
|
@media (width >= 1440px) {
|
|
.container {
|
|
max-width: 1440px;
|
|
}
|
|
}
|
|
.m-8 {
|
|
margin: calc(var(--spacing) * 8);
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.my-3 {
|
|
margin-block: calc(var(--spacing) * 3);
|
|
}
|
|
.my-8 {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
.my-\[24px\] {
|
|
margin-block: 24px;
|
|
}
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.mt-6 {
|
|
margin-top: calc(var(--spacing) * 6);
|
|
}
|
|
.mt-\[10px\] {
|
|
margin-top: 10px;
|
|
}
|
|
.mt-\[20px\] {
|
|
margin-top: 20px;
|
|
}
|
|
.mt-\[22px\] {
|
|
margin-top: 22px;
|
|
}
|
|
.mt-\[24px\] {
|
|
margin-top: 24px;
|
|
}
|
|
.mt-\[26px\] {
|
|
margin-top: 26px;
|
|
}
|
|
.mt-\[40px\] {
|
|
margin-top: 40px;
|
|
}
|
|
.mt-\[44px\] {
|
|
margin-top: 44px;
|
|
}
|
|
.mt-\[50px\] {
|
|
margin-top: 50px;
|
|
}
|
|
.mt-auto {
|
|
margin-top: auto;
|
|
}
|
|
.mb-1 {
|
|
margin-bottom: calc(var(--spacing) * 1);
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
.mb-8 {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.mb-\[8px\] {
|
|
margin-bottom: 8px;
|
|
}
|
|
.mb-\[12px\] {
|
|
margin-bottom: 12px;
|
|
}
|
|
.mb-\[16px\] {
|
|
margin-bottom: 16px;
|
|
}
|
|
.mb-\[20px\] {
|
|
margin-bottom: 20px;
|
|
}
|
|
.mb-\[24px\] {
|
|
margin-bottom: 24px;
|
|
}
|
|
.mb-\[30px\] {
|
|
margin-bottom: 30px;
|
|
}
|
|
.mb-\[40px\] {
|
|
margin-bottom: 40px;
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.h-1 {
|
|
height: calc(var(--spacing) * 1);
|
|
}
|
|
.h-5 {
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.h-\[2px\] {
|
|
height: 2px;
|
|
}
|
|
.h-\[8px\] {
|
|
height: 8px;
|
|
}
|
|
.h-\[24px\] {
|
|
height: 24px;
|
|
}
|
|
.h-\[32px\] {
|
|
height: 32px;
|
|
}
|
|
.h-\[44px\] {
|
|
height: 44px;
|
|
}
|
|
.h-\[45px\] {
|
|
height: 45px;
|
|
}
|
|
.h-\[60px\] {
|
|
height: 60px;
|
|
}
|
|
.h-\[64px\] {
|
|
height: 64px;
|
|
}
|
|
.h-\[75px\] {
|
|
height: 75px;
|
|
}
|
|
.h-\[80px\] {
|
|
height: 80px;
|
|
}
|
|
.h-\[200px\] {
|
|
height: 200px;
|
|
}
|
|
.h-\[440px\] {
|
|
height: 440px;
|
|
}
|
|
.h-\[500px\] {
|
|
height: 500px;
|
|
}
|
|
.h-\[575px\] {
|
|
height: 575px;
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.max-h-\[60px\] {
|
|
max-height: 60px;
|
|
}
|
|
.max-h-\[90vh\] {
|
|
max-height: 90vh;
|
|
}
|
|
.min-h-\[440px\] {
|
|
min-height: 440px;
|
|
}
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
.w-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
}
|
|
.w-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
}
|
|
.w-16 {
|
|
width: calc(var(--spacing) * 16);
|
|
}
|
|
.w-\[8px\] {
|
|
width: 8px;
|
|
}
|
|
.w-\[24px\] {
|
|
width: 24px;
|
|
}
|
|
.w-\[32px\] {
|
|
width: 32px;
|
|
}
|
|
.w-\[60px\] {
|
|
width: 60px;
|
|
}
|
|
.w-\[64px\] {
|
|
width: 64px;
|
|
}
|
|
.w-\[80px\] {
|
|
width: 80px;
|
|
}
|
|
.w-\[136px\] {
|
|
width: 136px;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.max-w-2xl {
|
|
max-width: var(--container-2xl);
|
|
}
|
|
.max-w-\[60px\] {
|
|
max-width: 60px;
|
|
}
|
|
.max-w-\[210px\] {
|
|
max-width: 210px;
|
|
}
|
|
.max-w-\[281px\] {
|
|
max-width: 281px;
|
|
}
|
|
.max-w-\[300px\] {
|
|
max-width: 300px;
|
|
}
|
|
.max-w-\[380px\] {
|
|
max-width: 380px;
|
|
}
|
|
.max-w-\[449px\] {
|
|
max-width: 449px;
|
|
}
|
|
.max-w-\[648px\] {
|
|
max-width: 648px;
|
|
}
|
|
.max-w-lg {
|
|
max-width: var(--container-lg);
|
|
}
|
|
.max-w-sm {
|
|
max-width: var(--container-sm);
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.flex-\[2\] {
|
|
flex: 2;
|
|
}
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.flex-grow {
|
|
flex-grow: 1;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.translate-x-\[-50\%\] {
|
|
--tw-translate-x: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-y-\[-50\%\] {
|
|
--tw-translate-y: -50%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.scale-90 {
|
|
--tw-scale-x: 90%;
|
|
--tw-scale-y: 90%;
|
|
--tw-scale-z: 90%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.scale-100 {
|
|
--tw-scale-x: 100%;
|
|
--tw-scale-y: 100%;
|
|
--tw-scale-z: 100%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
.transform {
|
|
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.resize {
|
|
resize: both;
|
|
}
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.gap-\[4px\] {
|
|
gap: 4px;
|
|
}
|
|
.gap-\[5px\] {
|
|
gap: 5px;
|
|
}
|
|
.gap-\[8px\] {
|
|
gap: 8px;
|
|
}
|
|
.gap-\[10px\] {
|
|
gap: 10px;
|
|
}
|
|
.gap-\[12px\] {
|
|
gap: 12px;
|
|
}
|
|
.gap-\[20px\] {
|
|
gap: 20px;
|
|
}
|
|
.gap-\[24px\] {
|
|
gap: 24px;
|
|
}
|
|
.gap-\[30px\] {
|
|
gap: 30px;
|
|
}
|
|
.gap-\[32px\] {
|
|
gap: 32px;
|
|
}
|
|
:where(.space-y-1 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
:where(.space-y-4 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-\[5px\] {
|
|
border-radius: 5px;
|
|
}
|
|
.rounded-\[8px\] {
|
|
border-radius: 8px;
|
|
}
|
|
.rounded-\[12px\] {
|
|
border-radius: 12px;
|
|
}
|
|
.rounded-\[16px\] {
|
|
border-radius: 16px;
|
|
}
|
|
.rounded-\[25px\] {
|
|
border-radius: 25px;
|
|
}
|
|
.rounded-\[30px\] {
|
|
border-radius: 30px;
|
|
}
|
|
.rounded-\[90px\] {
|
|
border-radius: 90px;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-lg {
|
|
border-radius: var(--radius-lg);
|
|
}
|
|
.rounded-md {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.rounded-xs {
|
|
border-radius: var(--radius-xs);
|
|
}
|
|
.rounded-tl-none {
|
|
border-top-left-radius: 0;
|
|
}
|
|
.rounded-br-none {
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.rounded-bl-none {
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
.border-\[1px\] {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
.\!border-blue-500 {
|
|
border-color: var(--color-blue-500) !important;
|
|
}
|
|
.border-\[\#e0e0e0\] {
|
|
border-color: #e0e0e0;
|
|
}
|
|
.border-\[\#e5e7eb\] {
|
|
border-color: #e5e7eb;
|
|
}
|
|
.border-primary {
|
|
border-color: var(--color-primary);
|
|
}
|
|
.border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
.bg-\[\#3b82f6\] {
|
|
background-color: #3b82f6;
|
|
}
|
|
.bg-\[\#10b981\] {
|
|
background-color: #10b981;
|
|
}
|
|
.bg-\[\#222\] {
|
|
background-color: #222;
|
|
}
|
|
.bg-\[\#e0e0e0\] {
|
|
background-color: #e0e0e0;
|
|
}
|
|
.bg-\[\#e21e24\] {
|
|
background-color: #e21e24;
|
|
}
|
|
.bg-\[\#f3f4f6\] {
|
|
background-color: #f3f4f6;
|
|
}
|
|
.bg-\[\#f9f9f9\] {
|
|
background-color: #f9f9f9;
|
|
}
|
|
.bg-\[\#ffffff\] {
|
|
background-color: #ffffff;
|
|
}
|
|
.bg-\[rgba\(0\,0\,0\,0\.5\)\] {
|
|
background-color: rgba(0,0,0,0.5);
|
|
}
|
|
.bg-black {
|
|
background-color: var(--color-black);
|
|
}
|
|
.bg-blue-50 {
|
|
background-color: var(--color-blue-50);
|
|
}
|
|
.bg-gray-100 {
|
|
background-color: var(--color-gray-100);
|
|
}
|
|
.bg-gray-200 {
|
|
background-color: var(--color-gray-200);
|
|
}
|
|
.bg-primary {
|
|
background-color: var(--color-primary);
|
|
}
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.object-contain {
|
|
-o-object-fit: contain;
|
|
object-fit: contain;
|
|
}
|
|
.object-cover {
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
.p-\[10px\] {
|
|
padding: 10px;
|
|
}
|
|
.p-\[30px\] {
|
|
padding: 30px;
|
|
}
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.px-6 {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
.px-\[16px\] {
|
|
padding-inline: 16px;
|
|
}
|
|
.px-\[20px\] {
|
|
padding-inline: 20px;
|
|
}
|
|
.px-\[24px\] {
|
|
padding-inline: 24px;
|
|
}
|
|
.px-\[28px\] {
|
|
padding-inline: 28px;
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.py-\[12px\] {
|
|
padding-block: 12px;
|
|
}
|
|
.pt-\[15px\] {
|
|
padding-top: 15px;
|
|
}
|
|
.pt-\[40px\] {
|
|
padding-top: 40px;
|
|
}
|
|
.pt-\[64px\] {
|
|
padding-top: 64px;
|
|
}
|
|
.pt-\[80px\] {
|
|
padding-top: 80px;
|
|
}
|
|
.pr-\[15px\] {
|
|
padding-right: 15px;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
.text-5xl {
|
|
font-size: var(--text-5xl);
|
|
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
}
|
|
.text-lg {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.text-xl {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
.text-\[14px\] {
|
|
font-size: 14px;
|
|
}
|
|
.text-\[16px\] {
|
|
font-size: 16px;
|
|
}
|
|
.text-\[18px\] {
|
|
font-size: 18px;
|
|
}
|
|
.text-\[20px\] {
|
|
font-size: 20px;
|
|
}
|
|
.text-\[24px\] {
|
|
font-size: 24px;
|
|
}
|
|
.text-\[32px\] {
|
|
font-size: 32px;
|
|
}
|
|
.text-\[36px\] {
|
|
font-size: 36px;
|
|
}
|
|
.text-\[48px\] {
|
|
font-size: 48px;
|
|
}
|
|
.leading-\[110\%\] {
|
|
--tw-leading: 110%;
|
|
line-height: 110%;
|
|
}
|
|
.leading-\[120\%\] {
|
|
--tw-leading: 120%;
|
|
line-height: 120%;
|
|
}
|
|
.leading-\[125\%\] {
|
|
--tw-leading: 125%;
|
|
line-height: 125%;
|
|
}
|
|
.leading-\[140\%\] {
|
|
--tw-leading: 140%;
|
|
line-height: 140%;
|
|
}
|
|
.leading-\[150\%\] {
|
|
--tw-leading: 150%;
|
|
line-height: 150%;
|
|
}
|
|
.leading-tight {
|
|
--tw-leading: var(--leading-tight);
|
|
line-height: var(--leading-tight);
|
|
}
|
|
.font-\[500\] {
|
|
--tw-font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
.font-\[600\] {
|
|
--tw-font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
.font-\[700\] {
|
|
--tw-font-weight: 700;
|
|
font-weight: 700;
|
|
}
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.font-extrabold {
|
|
--tw-font-weight: var(--font-weight-extrabold);
|
|
font-weight: var(--font-weight-extrabold);
|
|
}
|
|
.font-light {
|
|
--tw-font-weight: var(--font-weight-light);
|
|
font-weight: var(--font-weight-light);
|
|
}
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.text-\[\#1f2937\] {
|
|
color: #1f2937;
|
|
}
|
|
.text-\[\#6b7280\] {
|
|
color: #6b7280;
|
|
}
|
|
.text-\[\#222\] {
|
|
color: #222;
|
|
}
|
|
.text-\[\#374151\] {
|
|
color: #374151;
|
|
}
|
|
.text-\[\#f8f8f8\] {
|
|
color: #f8f8f8;
|
|
}
|
|
.text-\[\#ffffff\] {
|
|
color: #ffffff;
|
|
}
|
|
.text-blue-800 {
|
|
color: var(--color-blue-800);
|
|
}
|
|
.text-blue-900 {
|
|
color: var(--color-blue-900);
|
|
}
|
|
.text-gray-500 {
|
|
color: var(--color-gray-500);
|
|
}
|
|
.text-gray-600 {
|
|
color: var(--color-gray-600);
|
|
}
|
|
.text-gray-700 {
|
|
color: var(--color-gray-700);
|
|
}
|
|
.text-gray-800 {
|
|
color: var(--color-gray-800);
|
|
}
|
|
.text-gray-900 {
|
|
color: var(--color-gray-900);
|
|
}
|
|
.text-white {
|
|
color: var(--color-white);
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.\!no-underline {
|
|
text-decoration-line: none !important;
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.\!decoration-transparent {
|
|
text-decoration-color: transparent !important;
|
|
}
|
|
.antialiased {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.opacity-100 {
|
|
opacity: 100%;
|
|
}
|
|
.shadow-2xl {
|
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-lg {
|
|
--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);
|
|
}
|
|
.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,);
|
|
}
|
|
.backdrop-blur-sm {
|
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
}
|
|
.backdrop-filter {
|
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
}
|
|
.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;
|
|
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-colors {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-opacity {
|
|
transition-property: opacity;
|
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
}
|
|
.transition-shadow {
|
|
transition-property: box-shadow;
|
|
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;
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:translate-y-\[-1px\]:hover {
|
|
--tw-translate-y: -1px;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:bg-\[\#2563eb\]:hover {
|
|
background-color: #2563eb;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:bg-gray-100:hover {
|
|
background-color: var(--color-gray-100);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:text-gray-700:hover {
|
|
color: var(--color-gray-700);
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:\!decoration-inherit:hover {
|
|
text-decoration-color: inherit !important;
|
|
}
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:shadow-xl:hover {
|
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
|
|
}
|
|
}
|
|
.focus\:ring-2:focus {
|
|
--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\:ring-\[\#3b82f6\]:focus {
|
|
--tw-ring-color: #3b82f6;
|
|
}
|
|
.focus\:ring-offset-2:focus {
|
|
--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\:outline-none:focus {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:gap-\[20px\] {
|
|
gap: 20px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:p-\[20px\] {
|
|
padding: 20px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:pt-\[40px\] {
|
|
padding-top: 40px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:pt-\[64px\] {
|
|
padding-top: 64px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[14px\] {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[18px\] {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[20px\] {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[28px\] {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[34px\] {
|
|
font-size: 34px;
|
|
}
|
|
}
|
|
@media (width < 768px) {
|
|
.max-\[768px\]\:text-\[36px\] {
|
|
font-size: 36px;
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.md\:my-6 {
|
|
margin-block: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.md\:flex {
|
|
display: flex;
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.md\:w-1\/2 {
|
|
width: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.md\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
@media (width >= 782px) {
|
|
.md\:text-3xl {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:-mx-4 {
|
|
margin-inline: calc(var(--spacing) * -4);
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:mx-4 {
|
|
margin-inline: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:mt-0 {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:block {
|
|
display: block;
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:flex {
|
|
display: flex;
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:bg-transparent {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:p-0 {
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
@media (width >= 960px) {
|
|
.lg\:text-5xl {
|
|
font-size: var(--text-5xl);
|
|
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
}
|
|
}
|
|
@media (width >= 1024px) {
|
|
.min-\[1024px\]\:h-\[700px\] {
|
|
height: 700px;
|
|
}
|
|
}
|
|
.\[\&\>_img\]\:max-w-none> img {
|
|
max-width: none;
|
|
}
|
|
@media (hover: hover) {
|
|
.hover\:\[\&\>img\]\:brightness-150:hover>img {
|
|
--tw-brightness: brightness(150%);
|
|
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,);
|
|
}
|
|
}
|
|
}
|
|
html, body {
|
|
font-family: var(--font-family-sans);
|
|
color: #222;
|
|
}
|
|
.red-gradient {
|
|
background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%);
|
|
}
|
|
.dark-gradient {
|
|
background: linear-gradient(90deg, #2b2c35 39.42%, #6e7996 92.9%);
|
|
}
|
|
.grey-gradient {
|
|
background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%);
|
|
}
|
|
.grey-gradient-hover {
|
|
background: linear-gradient(90deg, #9d9994 39.42%, #c5c5b9 92.9%);
|
|
background-size: 177% 100%;
|
|
background-position: 0% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
.grey-gradient-hover:hover {
|
|
background-position: 39.42% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
.red-gradient-hover {
|
|
background: linear-gradient(90deg, #e21e24 39.42%, #ff2f35 92.9%);
|
|
background-size: 177% 100%;
|
|
background-position: 0% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
.red-gradient-hover:hover {
|
|
background-position: 39.42% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
.dark-gradient-hover {
|
|
background: linear-gradient(90deg, #2b2c35 0%, #6e7996 53.48%);
|
|
background-size: 177% 100%;
|
|
background-position: 0% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
.dark-gradient-hover:hover {
|
|
background-position: 39.42% 0;
|
|
transition: background-position 180ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
}
|
|
@layer base {
|
|
*,
|
|
::after,
|
|
::before,
|
|
::backdrop,
|
|
::file-selector-button {
|
|
border-color: var(--color-gray-200, currentColor);
|
|
}
|
|
}
|
|
@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;
|
|
initial-value: rotateX(0);
|
|
}
|
|
@property --tw-rotate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: rotateY(0);
|
|
}
|
|
@property --tw-rotate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: rotateZ(0);
|
|
}
|
|
@property --tw-skew-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: skewX(0);
|
|
}
|
|
@property --tw-skew-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: skewY(0);
|
|
}
|
|
@property --tw-space-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@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-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@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-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-backdrop-blur {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-brightness {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-contrast {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-grayscale {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-hue-rotate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-invert {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-opacity {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-saturate {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-backdrop-sepia {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
|
|
|
|
|