1519 lines
30 KiB
CSS
1519 lines
30 KiB
CSS
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
|
|
/* [project]/src/styles/index.css [app-client] (css) */
|
|
@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-space-y-reverse: 0;
|
|
--tw-divide-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--tw-font-weight: initial;
|
|
--tw-tracking: 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-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;
|
|
}
|
|
}
|
|
}
|
|
|
|
@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: #fb2c36;
|
|
--color-blue-400: #54a2ff;
|
|
--color-blue-500: #3080ff;
|
|
--color-gray-50: #f9fafb;
|
|
--color-gray-100: #f3f4f6;
|
|
--color-gray-200: #e5e7eb;
|
|
--color-gray-400: #99a1af;
|
|
--color-gray-500: #6a7282;
|
|
--color-gray-700: #364153;
|
|
--color-gray-900: #101828;
|
|
--color-white: #fff;
|
|
--spacing: .25rem;
|
|
--text-xs: .75rem;
|
|
--text-xs--line-height: calc(1 / .75);
|
|
--text-sm: .875rem;
|
|
--text-sm--line-height: calc(1.25 / .875);
|
|
--text-base: 1rem;
|
|
--text-base--line-height: calc(1.5 / 1);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: 1.25rem;
|
|
--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);
|
|
--font-weight-normal: 400;
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--tracking-wider: .05em;
|
|
--default-transition-duration: .15s;
|
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
}
|
|
|
|
@supports (color: lab(0% 0 0)) {
|
|
:root, :host {
|
|
--color-red-500: lab(55.4814% 75.0732 48.8528);
|
|
--color-blue-400: lab(65.0361% -1.42062 -56.9803);
|
|
--color-blue-500: lab(54.1736% 13.3368 -74.6839);
|
|
--color-gray-50: lab(98.2596% -.247031 -.706708);
|
|
--color-gray-100: lab(96.1596% -.082314 -1.13575);
|
|
--color-gray-200: lab(91.6229% -.159085 -2.26791);
|
|
--color-gray-400: lab(65.9269% -.832707 -8.17474);
|
|
--color-gray-500: lab(47.7841% -.393212 -10.0268);
|
|
--color-gray-700: lab(27.1134% -.956401 -12.3224);
|
|
--color-gray-900: lab(8.11897% .811279 -12.254);
|
|
}
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
*, :after, :before, ::backdrop {
|
|
box-sizing: border-box;
|
|
border: 0 solid;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
::file-selector-button {
|
|
box-sizing: border-box;
|
|
border: 0 solid;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
html, :host {
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
line-height: 1.5;
|
|
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;
|
|
-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 {
|
|
vertical-align: baseline;
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
}
|
|
|
|
sub {
|
|
bottom: -.25em;
|
|
}
|
|
|
|
sup {
|
|
top: -.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 {
|
|
vertical-align: middle;
|
|
display: block;
|
|
}
|
|
|
|
img, video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
button, input, select, optgroup, textarea {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
opacity: 1;
|
|
background-color: #0000;
|
|
border-radius: 0;
|
|
}
|
|
|
|
::file-selector-button {
|
|
font: inherit;
|
|
font-feature-settings: inherit;
|
|
font-variation-settings: inherit;
|
|
letter-spacing: inherit;
|
|
color: inherit;
|
|
opacity: 1;
|
|
background-color: #0000;
|
|
border-radius: 0;
|
|
}
|
|
|
|
: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)) {
|
|
::placeholder {
|
|
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 {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-year-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-month-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-day-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-hour-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-minute-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-second-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-millisecond-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-datetime-edit-meridiem-field {
|
|
padding-block: 0;
|
|
}
|
|
|
|
::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
appearance: button;
|
|
}
|
|
|
|
::file-selector-button {
|
|
appearance: button;
|
|
}
|
|
|
|
::-webkit-inner-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
[hidden]:where(:not([hidden="until-found"])) {
|
|
display: none !important;
|
|
}
|
|
|
|
* {
|
|
border-color: var(--border);
|
|
outline-color: var(--ring);
|
|
}
|
|
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
* {
|
|
outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
}
|
|
}
|
|
|
|
body {
|
|
background-color: var(--background);
|
|
color: var(--foreground);
|
|
font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
|
|
}
|
|
|
|
html {
|
|
font-size: var(--font-size);
|
|
}
|
|
|
|
h1 {
|
|
font-size: var(--text-2xl);
|
|
font-weight: var(--font-weight-medium);
|
|
line-height: 1.5;
|
|
}
|
|
|
|
h2 {
|
|
font-size: var(--text-xl);
|
|
font-weight: var(--font-weight-medium);
|
|
line-height: 1.5;
|
|
}
|
|
|
|
h3 {
|
|
font-size: var(--text-lg);
|
|
font-weight: var(--font-weight-medium);
|
|
line-height: 1.5;
|
|
}
|
|
|
|
h4, label, button {
|
|
font-size: var(--text-base);
|
|
font-weight: var(--font-weight-medium);
|
|
line-height: 1.5;
|
|
}
|
|
|
|
input {
|
|
font-size: var(--text-base);
|
|
font-weight: var(--font-weight-normal);
|
|
line-height: 1.5;
|
|
}
|
|
}
|
|
|
|
@layer components;
|
|
|
|
@layer utilities {
|
|
.collapse {
|
|
visibility: collapse;
|
|
}
|
|
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
|
|
.sticky {
|
|
position: sticky;
|
|
}
|
|
|
|
.inset-0 {
|
|
inset: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.start {
|
|
inset-inline-start: var(--spacing);
|
|
}
|
|
|
|
.end {
|
|
inset-inline-end: var(--spacing);
|
|
}
|
|
|
|
.top-1 {
|
|
top: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.top-6 {
|
|
top: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.top-10 {
|
|
top: calc(var(--spacing) * 10);
|
|
}
|
|
|
|
.right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.right-1 {
|
|
right: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
|
|
.bottom-6 {
|
|
bottom: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.left-6 {
|
|
left: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
|
|
.col-span-2 {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mt-2 {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mt-3 {
|
|
margin-top: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.mb-1 {
|
|
margin-bottom: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.mb-3 {
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.mb-6 {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.ml-2 {
|
|
margin-left: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.ml-12 {
|
|
margin-left: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
|
|
.inline-flex {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.table {
|
|
display: table;
|
|
}
|
|
|
|
.h-3\.5 {
|
|
height: calc(var(--spacing) * 3.5);
|
|
}
|
|
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.h-5 {
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.h-6 {
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.h-12 {
|
|
height: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.h-14 {
|
|
height: calc(var(--spacing) * 14);
|
|
}
|
|
|
|
.h-24 {
|
|
height: calc(var(--spacing) * 24);
|
|
}
|
|
|
|
.h-28 {
|
|
height: calc(var(--spacing) * 28);
|
|
}
|
|
|
|
.h-40 {
|
|
height: calc(var(--spacing) * 40);
|
|
}
|
|
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
|
|
.h-screen {
|
|
height: 100vh;
|
|
}
|
|
|
|
.max-h-\[80vh\] {
|
|
max-height: 80vh;
|
|
}
|
|
|
|
.w-0\.5 {
|
|
width: calc(var(--spacing) * .5);
|
|
}
|
|
|
|
.w-3\.5 {
|
|
width: calc(var(--spacing) * 3.5);
|
|
}
|
|
|
|
.w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.w-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.w-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.w-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.w-12 {
|
|
width: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.w-14 {
|
|
width: calc(var(--spacing) * 14);
|
|
}
|
|
|
|
.w-16 {
|
|
width: calc(var(--spacing) * 16);
|
|
}
|
|
|
|
.w-24 {
|
|
width: calc(var(--spacing) * 24);
|
|
}
|
|
|
|
.w-28 {
|
|
width: calc(var(--spacing) * 28);
|
|
}
|
|
|
|
.w-32 {
|
|
width: calc(var(--spacing) * 32);
|
|
}
|
|
|
|
.w-36 {
|
|
width: calc(var(--spacing) * 36);
|
|
}
|
|
|
|
.w-\[200px\] {
|
|
width: 200px;
|
|
}
|
|
|
|
.w-\[480px\] {
|
|
width: 480px;
|
|
}
|
|
|
|
.w-\[520px\] {
|
|
width: 520px;
|
|
}
|
|
|
|
.w-\[540px\] {
|
|
width: 540px;
|
|
}
|
|
|
|
.w-\[560px\] {
|
|
width: 560px;
|
|
}
|
|
|
|
.w-\[640px\] {
|
|
width: 640px;
|
|
}
|
|
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
|
|
.w-px {
|
|
width: 1px;
|
|
}
|
|
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.flex-shrink {
|
|
flex-shrink: 1;
|
|
}
|
|
|
|
.flex-shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.resize {
|
|
resize: both;
|
|
}
|
|
|
|
.list-disc {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
.grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-5 {
|
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
}
|
|
|
|
.grid-cols-6 {
|
|
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
|
|
.items-end {
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.gap-1 {
|
|
gap: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.gap-3 {
|
|
gap: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
: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-1\.5 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-2 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-3 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 3) * 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)));
|
|
}
|
|
|
|
:where(.space-y-5 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
:where(.space-y-6 > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
|
|
.gap-x-12 {
|
|
column-gap: calc(var(--spacing) * 12);
|
|
}
|
|
|
|
.gap-y-6 {
|
|
row-gap: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
:where(.divide-y > :not(:last-child)) {
|
|
--tw-divide-y-reverse: 0;
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
}
|
|
|
|
.overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.rounded {
|
|
border-radius: .25rem;
|
|
}
|
|
|
|
.rounded-full {
|
|
border-radius: 3.40282e38px;
|
|
}
|
|
|
|
.rounded-lg {
|
|
border-radius: var(--radius);
|
|
}
|
|
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
|
|
.border-t {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
.bg-gray-200 {
|
|
background-color: var(--color-gray-200);
|
|
}
|
|
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
|
|
.object-cover {
|
|
object-fit: cover;
|
|
}
|
|
|
|
.p-1 {
|
|
padding: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.p-5 {
|
|
padding: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
|
|
.p-8 {
|
|
padding: calc(var(--spacing) * 8);
|
|
}
|
|
|
|
.px-1\.5 {
|
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
}
|
|
|
|
.px-2 {
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.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-0\.5 {
|
|
padding-block: calc(var(--spacing) * .5);
|
|
}
|
|
|
|
.py-1 {
|
|
padding-block: calc(var(--spacing) * 1);
|
|
}
|
|
|
|
.py-1\.5 {
|
|
padding-block: calc(var(--spacing) * 1.5);
|
|
}
|
|
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.py-2\.5 {
|
|
padding-block: calc(var(--spacing) * 2.5);
|
|
}
|
|
|
|
.py-3 {
|
|
padding-block: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.py-5 {
|
|
padding-block: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.pt-2 {
|
|
padding-top: calc(var(--spacing) * 2);
|
|
}
|
|
|
|
.pt-3 {
|
|
padding-top: calc(var(--spacing) * 3);
|
|
}
|
|
|
|
.pt-4 {
|
|
padding-top: calc(var(--spacing) * 4);
|
|
}
|
|
|
|
.pt-5 {
|
|
padding-top: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.pl-5 {
|
|
padding-left: calc(var(--spacing) * 5);
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.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-base {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--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-xs {
|
|
font-size: var(--text-xs);
|
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.tracking-wider {
|
|
--tw-tracking: var(--tracking-wider);
|
|
letter-spacing: var(--tracking-wider);
|
|
}
|
|
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.text-gray-400 {
|
|
color: var(--color-gray-400);
|
|
}
|
|
|
|
.text-gray-500 {
|
|
color: var(--color-gray-500);
|
|
}
|
|
|
|
.text-gray-700 {
|
|
color: var(--color-gray-700);
|
|
}
|
|
|
|
.text-white {
|
|
color: var(--color-white);
|
|
}
|
|
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.opacity-0 {
|
|
opacity: 0;
|
|
}
|
|
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
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;
|
|
}
|
|
|
|
.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-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, 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-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-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));
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:border-blue-400:hover {
|
|
border-color: var(--color-blue-400);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-gray-50:hover {
|
|
background-color: var(--color-gray-50);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:bg-gray-100:hover {
|
|
background-color: var(--color-gray-100);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:text-blue-500:hover {
|
|
color: var(--color-blue-500);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:text-gray-900:hover {
|
|
color: var(--color-gray-900);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:text-red-500:hover {
|
|
color: var(--color-red-500);
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.hover\:shadow-md:hover {
|
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
}
|
|
}
|
|
|
|
:root {
|
|
--font-size: 16px;
|
|
--background: #f0f2f5;
|
|
--foreground: #000;
|
|
--card: #fff;
|
|
--card-foreground: #000;
|
|
--primary: #4a7c59;
|
|
--success: #52c41a;
|
|
--warning: #faad14;
|
|
--error: #ff4d4f;
|
|
--sidebar-bg: #1a1a1a;
|
|
--sidebar-text: #ffffffd9;
|
|
--sidebar-active: #2d5a3d;
|
|
--popover: #fff;
|
|
--popover-foreground: #0a0a0a;
|
|
--secondary: #eceef2;
|
|
--secondary-foreground: #030213;
|
|
--muted: #ececf0;
|
|
--muted-foreground: #717182;
|
|
--accent: #e9ebef;
|
|
--accent-foreground: #030213;
|
|
--destructive: #d4183d;
|
|
--destructive-foreground: #fff;
|
|
--border: #0000001a;
|
|
--input: transparent;
|
|
--input-background: #f3f3f5;
|
|
--switch-background: #cbced4;
|
|
--font-weight-medium: 500;
|
|
--font-weight-normal: 400;
|
|
--ring: #a1a1a1;
|
|
--chart-1: #f05100;
|
|
--chart-2: #009588;
|
|
--chart-3: #104e64;
|
|
--chart-4: #fcbb00;
|
|
--chart-5: #f99c00;
|
|
--radius: .625rem;
|
|
--sidebar: #fafafa;
|
|
--sidebar-foreground: #0a0a0a;
|
|
--sidebar-primary: #030213;
|
|
--sidebar-primary-foreground: #fafafa;
|
|
--sidebar-accent: #f5f5f5;
|
|
--sidebar-accent-foreground: #171717;
|
|
--sidebar-border: #e5e5e5;
|
|
--sidebar-ring: #a1a1a1;
|
|
}
|
|
|
|
@supports (color: lab(0% 0 0)) {
|
|
:root {
|
|
--popover: lab(100% 0 0);
|
|
--popover-foreground: lab(2.75381% 0 0);
|
|
--secondary: lab(94.1758% -.154376 -2.19269);
|
|
--ring: lab(66.128% -.0000298023 .0000119209);
|
|
--chart-1: lab(57.1026% 64.2584 89.8886);
|
|
--chart-2: lab(55.0223% -41.0774 -3.90277);
|
|
--chart-3: lab(30.372% -13.1853 -18.7887);
|
|
--chart-4: lab(80.1641% 16.6016 99.2089);
|
|
--chart-5: lab(72.7183% 31.8672 97.9407);
|
|
--sidebar: lab(98.26% 0 0);
|
|
--sidebar-foreground: lab(2.75381% 0 0);
|
|
--sidebar-primary-foreground: lab(98.26% 0 0);
|
|
--sidebar-accent: lab(96.52% -.0000596046 0);
|
|
--sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
|
|
--sidebar-border: lab(90.952% -.0000596046 0);
|
|
--sidebar-ring: lab(66.128% -.0000298023 .0000119209);
|
|
}
|
|
}
|
|
|
|
.dark {
|
|
--background: #0a0a0a;
|
|
--foreground: #fafafa;
|
|
--card: #0a0a0a;
|
|
--card-foreground: #fafafa;
|
|
--popover: #0a0a0a;
|
|
--popover-foreground: #fafafa;
|
|
--primary: #fafafa;
|
|
--primary-foreground: #171717;
|
|
--secondary: #262626;
|
|
--secondary-foreground: #fafafa;
|
|
--muted: #262626;
|
|
--muted-foreground: #a1a1a1;
|
|
--accent: #262626;
|
|
--accent-foreground: #fafafa;
|
|
--destructive: #82181a;
|
|
--destructive-foreground: #fb2c36;
|
|
--border: #262626;
|
|
--input: #262626;
|
|
--ring: #525252;
|
|
--font-weight-medium: 500;
|
|
--font-weight-normal: 400;
|
|
--chart-1: #1447e6;
|
|
--chart-2: #00bb7f;
|
|
--chart-3: #f99c00;
|
|
--chart-4: #ac4bff;
|
|
--chart-5: #ff2357;
|
|
--sidebar: #171717;
|
|
--sidebar-foreground: #fafafa;
|
|
--sidebar-primary: #1447e6;
|
|
--sidebar-primary-foreground: #fafafa;
|
|
--sidebar-accent: #262626;
|
|
--sidebar-accent-foreground: #fafafa;
|
|
--sidebar-border: #262626;
|
|
--sidebar-ring: #525252;
|
|
}
|
|
|
|
@supports (color: lab(0% 0 0)) {
|
|
.dark {
|
|
--background: lab(2.75381% 0 0);
|
|
--foreground: lab(98.26% 0 0);
|
|
--card: lab(2.75381% 0 0);
|
|
--card-foreground: lab(98.26% 0 0);
|
|
--popover: lab(2.75381% 0 0);
|
|
--popover-foreground: lab(98.26% 0 0);
|
|
--primary: lab(98.26% 0 0);
|
|
--primary-foreground: lab(7.78201% -.0000149012 0);
|
|
--secondary: lab(15.204% 0 0);
|
|
--secondary-foreground: lab(98.26% 0 0);
|
|
--muted: lab(15.204% 0 0);
|
|
--muted-foreground: lab(66.128% -.0000298023 .0000119209);
|
|
--accent: lab(15.204% 0 0);
|
|
--accent-foreground: lab(98.26% 0 0);
|
|
--destructive: lab(28.5139% 44.5539 29.0463);
|
|
--destructive-foreground: lab(55.4814% 75.0732 48.8528);
|
|
--border: lab(15.204% 0 0);
|
|
--input: lab(15.204% 0 0);
|
|
--ring: lab(34.924% 0 0);
|
|
--chart-1: lab(36.9089% 35.0961 -85.6872);
|
|
--chart-2: lab(66.9756% -58.27 19.5419);
|
|
--chart-3: lab(72.7183% 31.8672 97.9407);
|
|
--chart-4: lab(52.0183% 66.11 -78.2316);
|
|
--chart-5: lab(56.101% 79.4329 31.4532);
|
|
--sidebar: lab(7.78201% -.0000149012 0);
|
|
--sidebar-foreground: lab(98.26% 0 0);
|
|
--sidebar-primary: lab(36.9089% 35.0961 -85.6872);
|
|
--sidebar-primary-foreground: lab(98.26% 0 0);
|
|
--sidebar-accent: lab(15.204% 0 0);
|
|
--sidebar-accent-foreground: lab(98.26% 0 0);
|
|
--sidebar-border: lab(15.204% 0 0);
|
|
--sidebar-ring: lab(34.924% 0 0);
|
|
}
|
|
}
|
|
|
|
button:not(:disabled), a[href], [role="button"], router-link {
|
|
cursor: pointer;
|
|
transition: opacity .2s, filter .2s, transform .15s, box-shadow .2s;
|
|
}
|
|
|
|
button:not(:disabled):hover {
|
|
filter: brightness(1.08);
|
|
box-shadow: 0 2px 6px #0000001a;
|
|
}
|
|
|
|
button[style*="color: #4a7c59"]:not(:disabled):hover, a[style*="color: #4a7c59"]:hover, button[style*="color: #FF4D4F"]:not(:disabled):hover, a[style*="color: #FF4D4F"]:hover, button[style*="color: #52C41A"]:not(:disabled):hover, a[style*="color: #52C41A"]:hover {
|
|
opacity: .75;
|
|
}
|
|
|
|
a.block:hover {
|
|
box-shadow: 0 4px 12px #00000014;
|
|
}
|
|
|
|
button:disabled {
|
|
cursor: not-allowed;
|
|
opacity: .5;
|
|
}
|
|
|
|
tbody tr {
|
|
transition: background-color .15s;
|
|
}
|
|
|
|
tbody tr:hover {
|
|
background-color: #fafafa;
|
|
}
|
|
|
|
aside a:hover {
|
|
filter: brightness(1.15);
|
|
}
|
|
|
|
@property --tw-space-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-divide-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false
|
|
}
|
|
|
|
@property --tw-tracking {
|
|
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: 0;
|
|
}
|
|
|
|
@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-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
|
|
}
|
|
|
|
/*# sourceMappingURL=src_styles_index_a8d4c9fa.css.map*/ |