mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
2834 lines
74 KiB
CSS
2834 lines
74 KiB
CSS
/*
|
|
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
*//*
|
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
*/
|
|
|
|
*,
|
|
::before,
|
|
::after {
|
|
box-sizing: border-box; /* 1 */
|
|
border-width: 0; /* 2 */
|
|
border-style: solid; /* 2 */
|
|
border-color: #e5e7eb; /* 2 */
|
|
}
|
|
|
|
::before,
|
|
::after {
|
|
--tw-content: '';
|
|
}
|
|
|
|
/*
|
|
1. Use a consistent sensible line-height in all browsers.
|
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
3. Use a more readable tab size.
|
|
4. Use the user's configured `sans` font-family by default.
|
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
6. Use the user's configured `sans` font-variation-settings by default.
|
|
7. Disable tap highlights on iOS
|
|
*/
|
|
|
|
html,
|
|
:host {
|
|
line-height: 1.5; /* 1 */
|
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
-moz-tab-size: 4; /* 3 */
|
|
-o-tab-size: 4;
|
|
tab-size: 4; /* 3 */
|
|
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
font-feature-settings: normal; /* 5 */
|
|
font-variation-settings: normal; /* 6 */
|
|
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
}
|
|
|
|
/*
|
|
1. Remove the margin in all browsers.
|
|
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
*/
|
|
|
|
body {
|
|
margin: 0; /* 1 */
|
|
line-height: inherit; /* 2 */
|
|
}
|
|
|
|
/*
|
|
1. Add the correct height in Firefox.
|
|
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
3. Ensure horizontal rules are visible by default.
|
|
*/
|
|
|
|
/*
|
|
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
*/
|
|
|
|
/*
|
|
Remove the default font size and weight for headings.
|
|
*/
|
|
|
|
h1,
|
|
h3 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
/*
|
|
Reset links to optimize for opt-in styling instead of opt-out.
|
|
*/
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
|
|
/*
|
|
Add the correct font weight in Edge and Safari.
|
|
*/
|
|
|
|
b,
|
|
strong {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
/*
|
|
1. Use the user's configured `mono` font-family by default.
|
|
2. Use the user's configured `mono` font-feature-settings by default.
|
|
3. Use the user's configured `mono` font-variation-settings by default.
|
|
4. Correct the odd `em` font sizing in all browsers.
|
|
*/
|
|
|
|
code,
|
|
pre {
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
font-feature-settings: normal; /* 2 */
|
|
font-variation-settings: normal; /* 3 */
|
|
font-size: 1em; /* 4 */
|
|
}
|
|
|
|
/*
|
|
Add the correct font size in all browsers.
|
|
*/
|
|
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
/*
|
|
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
*/
|
|
|
|
/*
|
|
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
3. Remove gaps between table borders by default.
|
|
*/
|
|
|
|
table {
|
|
text-indent: 0; /* 1 */
|
|
border-color: inherit; /* 2 */
|
|
border-collapse: collapse; /* 3 */
|
|
}
|
|
|
|
/*
|
|
1. Change the font styles in all browsers.
|
|
2. Remove the margin in Firefox and Safari.
|
|
3. Remove default padding in all browsers.
|
|
*/
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
textarea {
|
|
font-family: inherit; /* 1 */
|
|
font-feature-settings: inherit; /* 1 */
|
|
font-variation-settings: inherit; /* 1 */
|
|
font-size: 100%; /* 1 */
|
|
font-weight: inherit; /* 1 */
|
|
line-height: inherit; /* 1 */
|
|
color: inherit; /* 1 */
|
|
margin: 0; /* 2 */
|
|
padding: 0; /* 3 */
|
|
}
|
|
|
|
/*
|
|
Remove the inheritance of text transform in Edge and Firefox.
|
|
*/
|
|
|
|
button,
|
|
select {
|
|
text-transform: none;
|
|
}
|
|
|
|
/*
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
2. Remove default button styles.
|
|
*/
|
|
|
|
button,
|
|
[type='button'],
|
|
[type='reset'],
|
|
[type='submit'] {
|
|
-webkit-appearance: button; /* 1 */
|
|
background-color: transparent; /* 2 */
|
|
background-image: none; /* 2 */
|
|
}
|
|
|
|
/*
|
|
Use the modern Firefox focus style for all focusable elements.
|
|
*/
|
|
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
|
|
/*
|
|
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
*/
|
|
|
|
:-moz-ui-invalid {
|
|
box-shadow: none;
|
|
}
|
|
|
|
/*
|
|
Add the correct vertical alignment in Chrome and Firefox.
|
|
*/
|
|
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
/*
|
|
Correct the cursor style of increment and decrement buttons in Safari.
|
|
*/
|
|
|
|
::-webkit-inner-spin-button,
|
|
::-webkit-outer-spin-button {
|
|
height: auto;
|
|
}
|
|
|
|
/*
|
|
1. Correct the odd appearance in Chrome and Safari.
|
|
2. Correct the outline style in Safari.
|
|
*/
|
|
|
|
[type='search'] {
|
|
-webkit-appearance: textfield; /* 1 */
|
|
outline-offset: -2px; /* 2 */
|
|
}
|
|
|
|
/*
|
|
Remove the inner padding in Chrome and Safari on macOS.
|
|
*/
|
|
|
|
::-webkit-search-decoration {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/*
|
|
1. Correct the inability to style clickable types in iOS and Safari.
|
|
2. Change font properties to `inherit` in Safari.
|
|
*/
|
|
|
|
::-webkit-file-upload-button {
|
|
-webkit-appearance: button; /* 1 */
|
|
font: inherit; /* 2 */
|
|
}
|
|
|
|
/*
|
|
Add the correct display in Chrome and Safari.
|
|
*/
|
|
|
|
/*
|
|
Removes the default spacing and border for appropriate elements.
|
|
*/
|
|
|
|
|
|
h1,
|
|
h3,
|
|
figure,
|
|
p,
|
|
pre {
|
|
margin: 0;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
Reset default styling for dialogs.
|
|
*/
|
|
dialog {
|
|
padding: 0;
|
|
}
|
|
|
|
/*
|
|
Prevent resizing textareas horizontally by default.
|
|
*/
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
|
|
/*
|
|
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
*/
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
opacity: 1; /* 1 */
|
|
color: #9ca3af; /* 2 */
|
|
}
|
|
|
|
input::placeholder,
|
|
textarea::placeholder {
|
|
opacity: 1; /* 1 */
|
|
color: #9ca3af; /* 2 */
|
|
}
|
|
|
|
/*
|
|
Set the default cursor for buttons.
|
|
*/
|
|
|
|
button,
|
|
[role="button"] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*
|
|
Make sure disabled buttons don't get the pointer cursor.
|
|
*/
|
|
:disabled {
|
|
cursor: default;
|
|
}
|
|
|
|
/*
|
|
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
*/
|
|
|
|
img,
|
|
svg,
|
|
iframe,
|
|
object {
|
|
display: block; /* 1 */
|
|
vertical-align: middle; /* 2 */
|
|
}
|
|
|
|
/*
|
|
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
*/
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background-color: #fff;
|
|
border-color: #6b7280;
|
|
border-width: 1px;
|
|
border-radius: 0px;
|
|
padding-top: 0.5rem;
|
|
padding-right: 0.75rem;
|
|
padding-bottom: 0.5rem;
|
|
padding-left: 0.75rem;
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
--tw-shadow: 0 0 #0000;
|
|
}
|
|
|
|
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px;
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: #2563eb;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
border-color: #2563eb;
|
|
}
|
|
|
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
color: #6b7280;
|
|
opacity: 1;
|
|
}
|
|
|
|
input::placeholder,textarea::placeholder {
|
|
color: #6b7280;
|
|
opacity: 1;
|
|
}
|
|
|
|
::-webkit-datetime-edit-fields-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
::-webkit-date-and-time-value {
|
|
min-height: 1.5em;
|
|
text-align: inherit;
|
|
}
|
|
|
|
::-webkit-datetime-edit {
|
|
display: inline-flex;
|
|
}
|
|
|
|
::-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-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
select {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
|
|
background-position: right 0.5rem center;
|
|
background-repeat: no-repeat;
|
|
background-size: 1.5em 1.5em;
|
|
padding-right: 2.5rem;
|
|
-webkit-print-color-adjust: exact;
|
|
print-color-adjust: exact;
|
|
}
|
|
|
|
[multiple],[size]:where(select:not([size="1"])) {
|
|
background-image: initial;
|
|
background-position: initial;
|
|
background-repeat: unset;
|
|
background-size: initial;
|
|
padding-right: 0.75rem;
|
|
-webkit-print-color-adjust: unset;
|
|
print-color-adjust: unset;
|
|
}
|
|
|
|
[type='checkbox'],[type='radio'] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
padding: 0;
|
|
-webkit-print-color-adjust: exact;
|
|
print-color-adjust: exact;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
background-origin: border-box;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
flex-shrink: 0;
|
|
height: 1rem;
|
|
width: 1rem;
|
|
color: #2563eb;
|
|
background-color: #fff;
|
|
border-color: #6b7280;
|
|
border-width: 1px;
|
|
--tw-shadow: 0 0 #0000;
|
|
}
|
|
|
|
[type='checkbox'] {
|
|
border-radius: 0px;
|
|
}
|
|
|
|
[type='radio'] {
|
|
border-radius: 100%;
|
|
}
|
|
|
|
[type='checkbox']:focus,[type='radio']:focus {
|
|
outline: 2px solid transparent;
|
|
outline-offset: 2px;
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
--tw-ring-offset-width: 2px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: #2563eb;
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
|
|
[type='checkbox']:checked,[type='radio']:checked {
|
|
border-color: transparent;
|
|
background-color: currentColor;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
[type='checkbox']:checked {
|
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
|
|
}
|
|
|
|
@media (forced-colors: active) {
|
|
|
|
[type='checkbox']:checked {
|
|
-webkit-appearance: auto;
|
|
-moz-appearance: auto;
|
|
appearance: auto;
|
|
}
|
|
}
|
|
|
|
[type='radio']:checked {
|
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
|
|
}
|
|
|
|
@media (forced-colors: active) {
|
|
|
|
[type='radio']:checked {
|
|
-webkit-appearance: auto;
|
|
-moz-appearance: auto;
|
|
appearance: auto;
|
|
}
|
|
}
|
|
|
|
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
|
|
border-color: transparent;
|
|
background-color: currentColor;
|
|
}
|
|
|
|
[type='checkbox']:indeterminate {
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
|
|
border-color: transparent;
|
|
background-color: currentColor;
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
@media (forced-colors: active) {
|
|
|
|
[type='checkbox']:indeterminate {
|
|
-webkit-appearance: auto;
|
|
-moz-appearance: auto;
|
|
appearance: auto;
|
|
}
|
|
}
|
|
|
|
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
|
|
border-color: transparent;
|
|
background-color: currentColor;
|
|
}
|
|
|
|
[type='file'] {
|
|
background: unset;
|
|
border-color: inherit;
|
|
border-width: 0;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
font-size: unset;
|
|
line-height: inherit;
|
|
}
|
|
|
|
[type='file']:focus {
|
|
outline: 1px solid ButtonText;
|
|
outline: 1px auto -webkit-focus-ring-color;
|
|
}
|
|
|
|
:is(.dark .anchor) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
|
|
}
|
|
|
|
:is(.dark .time) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
|
|
}
|
|
|
|
:is(.dark .code) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
|
|
background-color: rgb(var(--color-primary-500) / 0.2);
|
|
}
|
|
|
|
.dark .alert {
|
|
color: rgb(var(--color-surface-50));
|
|
}
|
|
|
|
.dark .crumb-separator {
|
|
color: rgb(var(--color-surface-200));
|
|
}
|
|
|
|
.dark .card {
|
|
background-color: rgb(var(--color-surface-800));
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
--tw-ring-inset: inset;
|
|
--tw-ring-color: rgb(250 250 250 / 0.05);
|
|
}
|
|
|
|
.label > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
}
|
|
|
|
.input,
|
|
.textarea,
|
|
.select {
|
|
width: 100%;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 200ms;
|
|
background-color: rgb(var(--color-surface-200));
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
border-width: var(--theme-border-base);
|
|
border-color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
.dark .input,.dark
|
|
.textarea,.dark
|
|
.select {
|
|
background-color: rgb(var(--color-surface-700));
|
|
border-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
.input:hover,
|
|
.textarea:hover,
|
|
.select:hover {
|
|
--tw-brightness: brightness(1.05);
|
|
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);
|
|
}
|
|
|
|
.input:focus,
|
|
.textarea:focus,
|
|
.select:focus {
|
|
--tw-brightness: brightness(1.05);
|
|
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);
|
|
}
|
|
|
|
.input:focus-within,
|
|
.textarea:focus-within,
|
|
.select:focus-within {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
|
|
}
|
|
|
|
.input {
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
|
|
.dark .select option {
|
|
background-color: rgb(var(--color-surface-700));
|
|
}
|
|
|
|
.input[type='file'] {
|
|
padding: 0.25rem;
|
|
}
|
|
|
|
.input[type='color'] {
|
|
height: 2.5rem;
|
|
width: 2.5rem;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
border-style: none;
|
|
border-radius: var(--theme-rounded-base);
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.input[type='color']::-webkit-color-swatch-wrapper {
|
|
padding: 0px;
|
|
}
|
|
|
|
.input[type='color']::-webkit-color-swatch {
|
|
border-style: none;
|
|
}
|
|
|
|
.input[type='color']::-webkit-color-swatch:hover {
|
|
--tw-brightness: brightness(1.1);
|
|
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);
|
|
}
|
|
|
|
.input[type='color']::-moz-color-swatch {
|
|
border-style: none;
|
|
}
|
|
|
|
.input:disabled,
|
|
.textarea:disabled,
|
|
.select:disabled {
|
|
cursor: not-allowed !important;
|
|
opacity: 0.5 !important;
|
|
}
|
|
|
|
.input:disabled:hover,
|
|
.textarea:disabled:hover,
|
|
.select:disabled:hover {
|
|
--tw-brightness: brightness(1) !important;
|
|
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) !important;
|
|
}
|
|
|
|
.input[readonly],
|
|
.textarea[readonly],
|
|
.select[readonly] {
|
|
cursor: not-allowed !important;
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.input[readonly]:hover,
|
|
.textarea[readonly]:hover,
|
|
.select[readonly]:hover {
|
|
--tw-brightness: brightness(1) !important;
|
|
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) !important;
|
|
}
|
|
|
|
.dark .placeholder {
|
|
background-color: rgb(var(--color-surface-600));
|
|
}
|
|
|
|
.dark .table {
|
|
background-color: rgb(var(--color-surface-800));
|
|
}
|
|
|
|
.dark .table thead {
|
|
background-color: rgb(var(--color-surface-700));
|
|
}
|
|
|
|
.dark .variant-filled {
|
|
background-color: rgb(var(--color-surface-50));
|
|
color: rgb(var(--color-surface-900));
|
|
}
|
|
|
|
:is(.dark .variant-filled-primary) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-primary));
|
|
}
|
|
|
|
:is(.dark .variant-filled-secondary) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-secondary));
|
|
}
|
|
|
|
:is(.dark .variant-filled-warning) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-warning));
|
|
}
|
|
|
|
:is(.dark
|
|
.variant-ghost-surface) {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
|
|
background-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
|
|
.dark .variant-soft {
|
|
color: rgb(var(--color-surface-200));
|
|
}
|
|
|
|
:is(.dark .variant-soft) {
|
|
background-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
|
|
.dark .bg-surface-backdrop-token {
|
|
background-color: rgb(var(--color-surface-900) / 0.7);
|
|
}
|
|
|
|
.dark .bg-surface-50-900-token {
|
|
background-color: rgb(var(--color-surface-900));
|
|
}
|
|
|
|
.dark .bg-surface-100-800-token {
|
|
background-color: rgb(var(--color-surface-800));
|
|
}
|
|
|
|
.dark .bg-surface-400-500-token {
|
|
background-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
.dark .border-surface-300-600-token {
|
|
border-color: rgb(var(--color-surface-600));
|
|
}
|
|
|
|
.dark .border-surface-400-500-token {
|
|
border-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
.dark .fill-token {
|
|
fill: rgba(var(--theme-font-color-dark));
|
|
}
|
|
|
|
body {
|
|
background-color: rgb(var(--color-surface-50));
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
font-family: var(--theme-font-family-base);
|
|
color: rgba(var(--theme-font-color-base));
|
|
}
|
|
|
|
.dark body {
|
|
background-color: rgb(var(--color-surface-900));
|
|
color: rgba(var(--theme-font-color-dark));
|
|
}
|
|
|
|
::-moz-selection {
|
|
background-color: rgb(var(--color-primary-500) / 0.3);
|
|
}
|
|
|
|
::selection {
|
|
background-color: rgb(var(--color-primary-500) / 0.3);
|
|
}
|
|
|
|
html {
|
|
-webkit-tap-highlight-color: rgba(128, 128, 128, 0.5);
|
|
scrollbar-color: rgba(0, 0, 0, 0.2) rgba(255, 255, 255, 0.05);
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0.5rem;
|
|
height: 0.5rem;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
background-color: rgb(var(--color-surface-50)) !important;
|
|
}
|
|
|
|
.dark ::-webkit-scrollbar-track {
|
|
background-color: rgb(var(--color-surface-900)) !important;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: rgb(var(--color-surface-400));
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
|
|
.dark ::-webkit-scrollbar-thumb {
|
|
background-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
::-webkit-scrollbar-corner {
|
|
background-color: rgb(var(--color-surface-50)) !important;
|
|
}
|
|
|
|
.dark ::-webkit-scrollbar-corner {
|
|
background-color: rgb(var(--color-surface-900)) !important;
|
|
}
|
|
|
|
html.dark {
|
|
scrollbar-color: rgba(255, 255, 255, 0.1) rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
|
|
label {
|
|
display: block;
|
|
}
|
|
|
|
::-moz-placeholder {
|
|
color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
.dark ::-moz-placeholder {
|
|
color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
::-moz-placeholder {
|
|
color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
::placeholder {
|
|
color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
.dark ::-moz-placeholder {
|
|
color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
.dark ::placeholder {
|
|
color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
:is(.dark input::-webkit-calendar-picker-indicator) {
|
|
--tw-invert: invert(100%);
|
|
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);
|
|
}
|
|
|
|
input[type='search']::-webkit-search-cancel-button {
|
|
-webkit-appearance: none;
|
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E")
|
|
no-repeat 50% 50%;
|
|
pointer-events: none;
|
|
height: 1rem;
|
|
width: 1rem;
|
|
border-radius: 9999px;
|
|
background-size: contain;
|
|
opacity: 0;
|
|
}
|
|
|
|
input[type='search']:focus::-webkit-search-cancel-button {
|
|
pointer-events: auto;
|
|
opacity: 1;
|
|
}
|
|
|
|
:is(.dark input[type='search']::-webkit-search-cancel-button) {
|
|
--tw-invert: invert(100%);
|
|
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);
|
|
}
|
|
|
|
progress {
|
|
webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
height: 0.5rem;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border-radius: var(--theme-rounded-base);
|
|
background-color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
.dark progress {
|
|
background-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
progress::-webkit-progress-bar {
|
|
background-color: rgb(var(--color-surface-400));
|
|
}
|
|
|
|
.dark progress::-webkit-progress-bar {
|
|
background-color: rgb(var(--color-surface-500));
|
|
}
|
|
|
|
progress::-webkit-progress-value {
|
|
background-color: rgb(var(--color-surface-900));
|
|
}
|
|
|
|
.dark progress::-webkit-progress-value {
|
|
background-color: rgb(var(--color-surface-50));
|
|
}
|
|
|
|
::-moz-progress-bar {
|
|
background-color: rgb(var(--color-surface-900));
|
|
}
|
|
|
|
.dark ::-moz-progress-bar {
|
|
background-color: rgb(var(--color-surface-50));
|
|
}
|
|
|
|
:indeterminate::-moz-progress-bar {
|
|
width: 0;
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button:disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button:disabled:hover {
|
|
--tw-brightness: brightness(1);
|
|
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);
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button:disabled:active {
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem;
|
|
padding-top: 0.375rem;
|
|
padding-bottom: 0.375rem;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
border-radius: var(--theme-rounded-base);
|
|
background-color: rgb(var(--color-surface-900));
|
|
color: rgb(var(--color-surface-50));
|
|
margin-right: 0.5rem;
|
|
border-width: 0px;
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button:hover {
|
|
--tw-brightness: brightness(1.15);
|
|
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);
|
|
}
|
|
|
|
input[type='file']:not(.file-dropzone-input)::file-selector-button:active {
|
|
--tw-scale-x: 95%;
|
|
--tw-scale-y: 95%;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
--tw-brightness: brightness(.9);
|
|
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);
|
|
}
|
|
|
|
.dark input[type='file']:not(.file-dropzone-input)::file-selector-button {
|
|
background-color: rgb(var(--color-surface-50));
|
|
color: rgb(var(--color-surface-900));
|
|
}
|
|
|
|
[type='range'] {
|
|
width: 100%;
|
|
accent-color: rgb(var(--color-surface-900) / 1);
|
|
}
|
|
|
|
:is(.dark [type='range']) {
|
|
accent-color: rgb(var(--color-surface-50) / 1);
|
|
}
|
|
|
|
[data-popup] {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
display: none;
|
|
transition-property: opacity;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
|
|
:root [data-theme='wintry'] {
|
|
--theme-font-family-heading: Inter, system-ui, sans-serif;
|
|
--theme-font-family-base: system-ui;
|
|
--theme-font-color-base: 23 37 84;
|
|
--theme-font-color-dark: 255 255 255;
|
|
--theme-rounded-base: 9999px;
|
|
--theme-rounded-container: 6px;
|
|
--theme-border-base: 1px;
|
|
--on-primary: 0 0 0;
|
|
--on-secondary: 0 0 0;
|
|
--on-tertiary: 255 255 255;
|
|
--on-success: 0 0 0;
|
|
--on-warning: 0 0 0;
|
|
--on-error: 255 255 255;
|
|
--on-surface: 255 255 255;
|
|
--color-primary-50: 239 246 255;
|
|
--color-primary-100: 219 234 254;
|
|
--color-primary-200: 191 219 254;
|
|
--color-primary-300: 147 197 253;
|
|
--color-primary-400: 96 165 250;
|
|
--color-primary-500: 59 130 246;
|
|
--color-primary-600: 37 99 235;
|
|
--color-primary-700: 29 78 216;
|
|
--color-primary-800: 30 64 175;
|
|
--color-primary-900: 30 58 138;
|
|
--color-secondary-50: 240 249 255;
|
|
--color-secondary-100: 224 242 254;
|
|
--color-secondary-200: 186 230 253;
|
|
--color-secondary-300: 125 211 252;
|
|
--color-secondary-400: 56 189 248;
|
|
--color-secondary-500: 14 165 233;
|
|
--color-secondary-600: 2 132 199;
|
|
--color-secondary-700: 3 105 161;
|
|
--color-secondary-800: 7 89 133;
|
|
--color-secondary-900: 12 74 110;
|
|
--color-tertiary-50: 238 242 255;
|
|
--color-tertiary-100: 224 231 255;
|
|
--color-tertiary-200: 199 210 254;
|
|
--color-tertiary-300: 165 180 252;
|
|
--color-tertiary-400: 129 140 248;
|
|
--color-tertiary-500: 99 102 241;
|
|
--color-tertiary-600: 79 70 229;
|
|
--color-tertiary-700: 67 56 202;
|
|
--color-tertiary-800: 55 48 163;
|
|
--color-tertiary-900: 49 46 129;
|
|
--color-success-50: 237 247 220;
|
|
--color-success-100: 230 245 208;
|
|
--color-success-200: 224 242 197;
|
|
--color-success-300: 206 235 162;
|
|
--color-success-400: 169 219 92;
|
|
--color-success-500: 132 204 22;
|
|
--color-success-600: 119 184 20;
|
|
--color-success-700: 99 153 17;
|
|
--color-success-800: 79 122 13;
|
|
--color-success-900: 65 100 11;
|
|
--color-warning-50: 252 244 218;
|
|
--color-warning-100: 251 240 206;
|
|
--color-warning-200: 250 236 193;
|
|
--color-warning-300: 247 225 156;
|
|
--color-warning-400: 240 202 82;
|
|
--color-warning-500: 234 179 8;
|
|
--color-warning-600: 211 161 7;
|
|
--color-warning-700: 176 134 6;
|
|
--color-warning-800: 140 107 5;
|
|
--color-warning-900: 115 88 4;
|
|
--color-error-50: 249 221 234;
|
|
--color-error-100: 246 209 228;
|
|
--color-error-200: 244 198 221;
|
|
--color-error-300: 238 163 200;
|
|
--color-error-400: 225 94 159;
|
|
--color-error-500: 212 25 118;
|
|
--color-error-600: 191 23 106;
|
|
--color-error-700: 159 19 89;
|
|
--color-error-800: 127 15 71;
|
|
--color-error-900: 104 12 58;
|
|
--color-surface-50: 249 250 251;
|
|
--color-surface-100: 243 244 246;
|
|
--color-surface-200: 229 231 235;
|
|
--color-surface-300: 209 213 219;
|
|
--color-surface-400: 156 163 175;
|
|
--color-surface-500: 107 114 128;
|
|
--color-surface-600: 75 85 99;
|
|
--color-surface-700: 55 65 81;
|
|
--color-surface-800: 31 41 55;
|
|
--color-surface-900: 17 24 39;
|
|
}
|
|
|
|
.dark [data-theme='wintry'] {
|
|
background-image: radial-gradient(at 50% 0%, rgba(var(--color-secondary-500) / 0.18) 0px, transparent 75%), radial-gradient(at 100% 0%, rgba(var(--color-tertiary-500) / 0.18) 0px, transparent 50%);
|
|
}
|
|
|
|
[data-theme='wintry'] h1,
|
|
[data-theme='wintry'] h2,
|
|
[data-theme='wintry'] h3,
|
|
[data-theme='wintry'] h4,
|
|
[data-theme='wintry'] h5,
|
|
[data-theme='wintry'] h6 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
[data-theme='wintry'] {
|
|
background-image: radial-gradient(at 50% 0%, rgba(var(--color-secondary-500) / 0.50) 0px, transparent 75%), radial-gradient(at 100% 0%, rgba(var(--color-tertiary-500) / 0.40) 0px, transparent 50%);
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
:root [data-theme='skeleton'] {
|
|
--theme-font-family-base: system-ui;
|
|
--theme-font-family-heading: system-ui;
|
|
--theme-font-color-base: 0 0 0;
|
|
--theme-font-color-dark: 255 255 255;
|
|
--theme-rounded-base: 9999px;
|
|
--theme-rounded-container: 8px;
|
|
--theme-border-base: 1px;
|
|
--on-primary: 0 0 0;
|
|
--on-secondary: 255 255 255;
|
|
--on-tertiary: 0 0 0;
|
|
--on-success: 0 0 0;
|
|
--on-warning: 0 0 0;
|
|
--on-error: 255 255 255;
|
|
--on-surface: 255 255 255;
|
|
--color-primary-50: 219 245 236;
|
|
--color-primary-100: 207 241 230;
|
|
--color-primary-200: 195 238 224;
|
|
--color-primary-300: 159 227 205;
|
|
--color-primary-400: 87 207 167;
|
|
--color-primary-500: 15 186 129;
|
|
--color-primary-600: 14 167 116;
|
|
--color-primary-700: 11 140 97;
|
|
--color-primary-800: 9 112 77;
|
|
--color-primary-900: 7 91 63;
|
|
--color-secondary-50: 229 227 251;
|
|
--color-secondary-100: 220 218 250;
|
|
--color-secondary-200: 211 209 249;
|
|
--color-secondary-300: 185 181 245;
|
|
--color-secondary-400: 132 126 237;
|
|
--color-secondary-500: 79 70 229;
|
|
--color-secondary-600: 71 63 206;
|
|
--color-secondary-700: 59 53 172;
|
|
--color-secondary-800: 47 42 137;
|
|
--color-secondary-900: 39 34 112;
|
|
--color-tertiary-50: 219 242 252;
|
|
--color-tertiary-100: 207 237 251;
|
|
--color-tertiary-200: 195 233 250;
|
|
--color-tertiary-300: 159 219 246;
|
|
--color-tertiary-400: 86 192 240;
|
|
--color-tertiary-500: 14 165 233;
|
|
--color-tertiary-600: 13 149 210;
|
|
--color-tertiary-700: 11 124 175;
|
|
--color-tertiary-800: 8 99 140;
|
|
--color-tertiary-900: 7 81 114;
|
|
--color-success-50: 237 247 220;
|
|
--color-success-100: 230 245 208;
|
|
--color-success-200: 224 242 197;
|
|
--color-success-300: 206 235 162;
|
|
--color-success-400: 169 219 92;
|
|
--color-success-500: 132 204 22;
|
|
--color-success-600: 119 184 20;
|
|
--color-success-700: 99 153 17;
|
|
--color-success-800: 79 122 13;
|
|
--color-success-900: 65 100 11;
|
|
--color-warning-50: 252 244 218;
|
|
--color-warning-100: 251 240 206;
|
|
--color-warning-200: 250 236 193;
|
|
--color-warning-300: 247 225 156;
|
|
--color-warning-400: 240 202 82;
|
|
--color-warning-500: 234 179 8;
|
|
--color-warning-600: 211 161 7;
|
|
--color-warning-700: 176 134 6;
|
|
--color-warning-800: 140 107 5;
|
|
--color-warning-900: 115 88 4;
|
|
--color-error-50: 249 221 234;
|
|
--color-error-100: 246 209 228;
|
|
--color-error-200: 244 198 221;
|
|
--color-error-300: 238 163 200;
|
|
--color-error-400: 225 94 159;
|
|
--color-error-500: 212 25 118;
|
|
--color-error-600: 191 23 106;
|
|
--color-error-700: 159 19 89;
|
|
--color-error-800: 127 15 71;
|
|
--color-error-900: 104 12 58;
|
|
--color-surface-50: 228 230 238;
|
|
--color-surface-100: 219 222 233;
|
|
--color-surface-200: 210 214 227;
|
|
--color-surface-300: 182 189 210;
|
|
--color-surface-400: 128 140 177;
|
|
--color-surface-500: 73 90 143;
|
|
--color-surface-600: 66 81 129;
|
|
--color-surface-700: 55 68 107;
|
|
--color-surface-800: 44 54 86;
|
|
--color-surface-900: 36 44 70;
|
|
}
|
|
|
|
.dark [data-theme='skeleton'] {}
|
|
|
|
[data-theme='skeleton'] h1,
|
|
[data-theme='skeleton'] h2,
|
|
[data-theme='skeleton'] h3,
|
|
[data-theme='skeleton'] h4,
|
|
[data-theme='skeleton'] h5,
|
|
[data-theme='skeleton'] h6 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
[data-theme='skeleton'] {
|
|
background-image: radial-gradient(at 0% 0%, rgba(var(--color-secondary-500) / 0.33) 0px, transparent 50%),
|
|
radial-gradient(at 98% 1%, rgba(var(--color-error-500) / 0.33) 0px, transparent 50%);
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
*, ::before, ::after {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
}
|
|
|
|
::backdrop {
|
|
--tw-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-rotate: 0;
|
|
--tw-skew-x: 0;
|
|
--tw-skew-y: 0;
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-pan-x: ;
|
|
--tw-pan-y: ;
|
|
--tw-pinch-zoom: ;
|
|
--tw-scroll-snap-strictness: proximity;
|
|
--tw-gradient-from-position: ;
|
|
--tw-gradient-via-position: ;
|
|
--tw-gradient-to-position: ;
|
|
--tw-ordinal: ;
|
|
--tw-slashed-zero: ;
|
|
--tw-numeric-figure: ;
|
|
--tw-numeric-spacing: ;
|
|
--tw-numeric-fraction: ;
|
|
--tw-ring-inset: ;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-colored: 0 0 #0000;
|
|
--tw-blur: ;
|
|
--tw-brightness: ;
|
|
--tw-contrast: ;
|
|
--tw-grayscale: ;
|
|
--tw-hue-rotate: ;
|
|
--tw-invert: ;
|
|
--tw-saturate: ;
|
|
--tw-sepia: ;
|
|
--tw-drop-shadow: ;
|
|
--tw-backdrop-blur: ;
|
|
--tw-backdrop-brightness: ;
|
|
--tw-backdrop-contrast: ;
|
|
--tw-backdrop-grayscale: ;
|
|
--tw-backdrop-hue-rotate: ;
|
|
--tw-backdrop-invert: ;
|
|
--tw-backdrop-opacity: ;
|
|
--tw-backdrop-saturate: ;
|
|
--tw-backdrop-sepia: ;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
@media (min-width: 640px) {
|
|
|
|
.container {
|
|
max-width: 640px;
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
|
|
.container {
|
|
max-width: 768px;
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
|
|
.container {
|
|
max-width: 1024px;
|
|
}
|
|
}
|
|
@media (min-width: 1280px) {
|
|
|
|
.container {
|
|
max-width: 1280px;
|
|
}
|
|
}
|
|
@media (min-width: 1536px) {
|
|
|
|
.container {
|
|
max-width: 1536px;
|
|
}
|
|
}
|
|
.h1 {
|
|
font-size: 1.875rem;
|
|
line-height: 2.25rem;
|
|
font-family: var(--theme-font-family-heading);
|
|
}
|
|
.h3 {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
font-family: var(--theme-font-family-heading);
|
|
}
|
|
.anchor {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
|
|
text-decoration-line: underline;
|
|
}
|
|
.anchor:hover {
|
|
--tw-brightness: brightness(1.1);
|
|
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);
|
|
}
|
|
:is(.dark .anchor) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-500) / var(--tw-text-opacity));
|
|
}
|
|
.time {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-surface-500) / var(--tw-text-opacity));
|
|
}
|
|
:is(.dark .time) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-surface-400) / var(--tw-text-opacity));
|
|
}
|
|
.pre {
|
|
overflow-x: auto;
|
|
white-space: pre-wrap;
|
|
background-color: rgb(23 23 23 / 0.9);
|
|
padding: 1rem;
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.code {
|
|
white-space: nowrap;
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
font-size: 0.75rem;
|
|
line-height: 1rem;
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-700) / var(--tw-text-opacity));
|
|
background-color: rgb(var(--color-primary-500) / 0.3);
|
|
border-radius: 0.25rem;
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem;
|
|
padding-left: 0.25rem;
|
|
padding-right: 0.25rem;
|
|
}
|
|
:is(.dark .code) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-primary-400) / var(--tw-text-opacity));
|
|
background-color: rgb(var(--color-primary-500) / 0.2);
|
|
}
|
|
.alert {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
padding: 1rem;
|
|
color: rgb(var(--color-surface-900));
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.alert > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
}
|
|
.dark .alert {
|
|
color: rgb(var(--color-surface-50));
|
|
}
|
|
.breadcrumb::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.breadcrumb {
|
|
-ms-overflow-style: none;
|
|
scrollbar-width: none;
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
overflow-x: auto;
|
|
}
|
|
.breadcrumb > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.crumb {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.crumb > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.crumb-separator {
|
|
display: flex;
|
|
opacity: 0.5;
|
|
color: rgb(var(--color-surface-700));
|
|
}
|
|
.dark .crumb-separator {
|
|
color: rgb(var(--color-surface-200));
|
|
}
|
|
.breadcrumb li {
|
|
display: none;
|
|
}
|
|
.breadcrumb li:nth-last-child(3),
|
|
.breadcrumb li:nth-last-child(2),
|
|
.breadcrumb li:nth-last-child(1) {
|
|
display: block;
|
|
}
|
|
.btn:disabled,
|
|
.btn-icon:disabled,
|
|
.btn-group > *:disabled {
|
|
cursor: not-allowed !important;
|
|
opacity: 0.5 !important;
|
|
}
|
|
.btn:disabled:hover,
|
|
.btn-icon:disabled:hover,
|
|
.btn-group > *:disabled:hover {
|
|
--tw-brightness: brightness(1);
|
|
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);
|
|
}
|
|
.btn:disabled:active,
|
|
.btn-icon:disabled:active,
|
|
.btn-group > *:disabled:active {
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
.btn {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
padding-top: 9px;
|
|
padding-bottom: 9px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.btn > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.btn:hover {
|
|
--tw-brightness: brightness(1.15);
|
|
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);
|
|
}
|
|
.btn:active {
|
|
--tw-scale-x: 95%;
|
|
--tw-scale-y: 95%;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
--tw-brightness: brightness(.9);
|
|
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);
|
|
}
|
|
.btn-sm {
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem;
|
|
padding-top: 0.375rem;
|
|
padding-bottom: 0.375rem;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.btn-icon {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
padding-top: 9px;
|
|
padding-bottom: 9px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
padding: 0px;
|
|
aspect-ratio: 1 / 1;
|
|
width: 43px;
|
|
border-radius: 9999px;
|
|
}
|
|
.btn-icon > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.btn-icon:hover {
|
|
--tw-brightness: brightness(1.15);
|
|
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);
|
|
}
|
|
.btn-icon:active {
|
|
--tw-scale-x: 95%;
|
|
--tw-scale-y: 95%;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
--tw-brightness: brightness(.9);
|
|
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);
|
|
}
|
|
.btn-icon-sm {
|
|
aspect-ratio: 1 / 1;
|
|
width: 33px;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.btn-group {
|
|
display: inline-flex;
|
|
flex-direction: row;
|
|
overflow: hidden;
|
|
border-radius: var(--theme-rounded-base);
|
|
isolation: isolate;
|
|
}
|
|
.btn-group > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0px * var(--tw-space-x-reverse));
|
|
margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.btn-group button,
|
|
.btn-group a {
|
|
font-size: 1rem;
|
|
line-height: 1.5rem;
|
|
padding-left: 1.25rem;
|
|
padding-right: 1.25rem;
|
|
padding-top: 9px;
|
|
padding-bottom: 9px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
color: inherit !important;
|
|
text-decoration-line: none !important;
|
|
}
|
|
.btn-group button > :not([hidden]) ~ :not([hidden]),
|
|
.btn-group a > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.btn-group button:hover,
|
|
.btn-group a:hover {
|
|
--tw-brightness: brightness(1.15);
|
|
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);
|
|
background-color: rgb(var(--color-surface-50) / 3%);
|
|
}
|
|
.btn-group button:active,
|
|
.btn-group a:active {
|
|
background-color: rgb(var(--color-surface-900) / 3%);
|
|
}
|
|
.btn-group > * + * {
|
|
border-top-width: 0px;
|
|
border-left-width: 1px;
|
|
border-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
.card {
|
|
background-color: rgb(var(--color-surface-100));
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
--tw-ring-inset: inset;
|
|
--tw-ring-color: rgb(23 23 23 / 0.05);
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.dark .card {
|
|
background-color: rgb(var(--color-surface-800));
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
--tw-ring-inset: inset;
|
|
--tw-ring-color: rgb(250 250 250 / 0.05);
|
|
}
|
|
.card-header {
|
|
padding: 1rem;
|
|
padding-bottom: 0px;
|
|
}
|
|
a.card {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
a.card:hover {
|
|
--tw-brightness: brightness(1.05);
|
|
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);
|
|
}
|
|
.card-hover {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.card-hover:hover {
|
|
--tw-scale-x: 101%;
|
|
--tw-scale-y: 101%;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.codeblock pre {
|
|
counter-reset: line;
|
|
}
|
|
.codeblock code.lineNumbers > span.line {
|
|
counter-increment: line;
|
|
}
|
|
.codeblock code.lineNumbers > span.line::before {
|
|
content: counter(line) '';
|
|
opacity: 0.5;
|
|
}
|
|
.label > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
}
|
|
.input,
|
|
.textarea,
|
|
.select {
|
|
width: 100%;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 200ms;
|
|
background-color: rgb(var(--color-surface-200));
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
border-width: var(--theme-border-base);
|
|
border-color: rgb(var(--color-surface-400));
|
|
}
|
|
.dark .input,.dark
|
|
.textarea,.dark
|
|
.select {
|
|
background-color: rgb(var(--color-surface-700));
|
|
border-color: rgb(var(--color-surface-500));
|
|
}
|
|
.input:hover,
|
|
.textarea:hover,
|
|
.select:hover {
|
|
--tw-brightness: brightness(1.05);
|
|
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);
|
|
}
|
|
.input:focus,
|
|
.textarea:focus,
|
|
.select:focus {
|
|
--tw-brightness: brightness(1.05);
|
|
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);
|
|
}
|
|
.input:focus-within,
|
|
.textarea:focus-within,
|
|
.select:focus-within {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity));
|
|
}
|
|
.input {
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.textarea,
|
|
.select {
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.select > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
}
|
|
.select {
|
|
padding: 0.5rem;
|
|
padding-right: 2rem;
|
|
}
|
|
.select[size] {
|
|
background-image: none;
|
|
}
|
|
.select option {
|
|
cursor: pointer;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
background-color: rgb(var(--color-surface-200));
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.dark .select option {
|
|
background-color: rgb(var(--color-surface-700));
|
|
}
|
|
.select option:checked {
|
|
background: rgb(var(--color-primary-500)) linear-gradient(0deg, rgb(var(--color-primary-500)) 0%, rgb(var(--color-primary-500)) 100%);
|
|
color: rgb(var(--on-primary));
|
|
}
|
|
.input[type='file'] {
|
|
padding: 0.25rem;
|
|
}
|
|
.input[type='color'] {
|
|
height: 2.5rem;
|
|
width: 2.5rem;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
border-style: none;
|
|
border-radius: var(--theme-rounded-base);
|
|
-webkit-appearance: none;
|
|
}
|
|
.input[type='color']::-webkit-color-swatch-wrapper {
|
|
padding: 0px;
|
|
}
|
|
.input[type='color']::-webkit-color-swatch {
|
|
border-style: none;
|
|
}
|
|
.input[type='color']::-webkit-color-swatch:hover {
|
|
--tw-brightness: brightness(1.1);
|
|
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);
|
|
}
|
|
.input[type='color']::-moz-color-swatch {
|
|
border-style: none;
|
|
}
|
|
.input:disabled,
|
|
.textarea:disabled,
|
|
.select:disabled {
|
|
cursor: not-allowed !important;
|
|
opacity: 0.5 !important;
|
|
}
|
|
.input:disabled:hover,
|
|
.textarea:disabled:hover,
|
|
.select:disabled:hover {
|
|
--tw-brightness: brightness(1) !important;
|
|
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) !important;
|
|
}
|
|
.input[readonly],
|
|
.textarea[readonly],
|
|
.select[readonly] {
|
|
cursor: not-allowed !important;
|
|
border-color: transparent !important;
|
|
}
|
|
.input[readonly]:hover,
|
|
.textarea[readonly]:hover,
|
|
.select[readonly]:hover {
|
|
--tw-brightness: brightness(1) !important;
|
|
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) !important;
|
|
}
|
|
.list {
|
|
list-style-type: none;
|
|
}
|
|
.list > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
}
|
|
.list li {
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.list li > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.placeholder {
|
|
height: 1.25rem;
|
|
background-color: rgb(var(--color-surface-300));
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.dark .placeholder {
|
|
background-color: rgb(var(--color-surface-600));
|
|
}
|
|
.table-container {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.table {
|
|
width: 100%;
|
|
table-layout: auto;
|
|
overflow: hidden;
|
|
background-color: rgb(var(--color-surface-100));
|
|
border-radius: var(--theme-rounded-container);
|
|
display: table;
|
|
}
|
|
.dark .table {
|
|
background-color: rgb(var(--color-surface-800));
|
|
}
|
|
.table thead {
|
|
border-bottom-width: 1px;
|
|
border-color: rgb(var(--color-surface-500) / 0.2);
|
|
background-color: rgb(var(--color-surface-200));
|
|
}
|
|
.dark .table thead {
|
|
background-color: rgb(var(--color-surface-700));
|
|
}
|
|
.table thead tr {
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
}
|
|
.table thead th {
|
|
padding: 1rem;
|
|
font-weight: 700;
|
|
}
|
|
.table tbody tr {
|
|
border-bottom-width: 1px;
|
|
border-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
.table tbody tr:nth-child(even) {
|
|
background-color: rgb(var(--color-surface-500) / 0.05);
|
|
}
|
|
.table tbody td {
|
|
white-space: nowrap;
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem;
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
vertical-align: top;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.w-modal {
|
|
width: 100%;
|
|
max-width: 640px;
|
|
}
|
|
.modal *:focus:not([tabindex='-1']):not(.input):not(.textarea):not(.select):not(.input-group) {
|
|
outline-style: auto;
|
|
outline-color: -webkit-focus-ring-color;
|
|
}
|
|
[data-popup] .arrow {
|
|
position: absolute;
|
|
height: 0.5rem;
|
|
width: 0.5rem;
|
|
--tw-rotate: 45deg;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
.variant-filled {
|
|
background-color: rgb(var(--color-surface-900));
|
|
color: rgb(var(--color-surface-50));
|
|
}
|
|
.dark .variant-filled {
|
|
background-color: rgb(var(--color-surface-50));
|
|
color: rgb(var(--color-surface-900));
|
|
}
|
|
.variant-filled-primary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-primary));
|
|
}
|
|
:is(.dark .variant-filled-primary) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-primary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-primary));
|
|
}
|
|
.variant-filled-secondary {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-secondary));
|
|
}
|
|
:is(.dark .variant-filled-secondary) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-secondary-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-secondary));
|
|
}
|
|
.variant-filled-warning {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-warning));
|
|
}
|
|
:is(.dark .variant-filled-warning) {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-warning-500) / var(--tw-bg-opacity));
|
|
color: rgb(var(--on-warning));
|
|
}
|
|
|
|
.variant-ghost-surface {
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
--tw-ring-inset: inset;
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
|
|
background-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
:is(.dark
|
|
.variant-ghost-surface) {
|
|
--tw-ring-opacity: 1;
|
|
--tw-ring-color: rgb(var(--color-surface-500) / var(--tw-ring-opacity));
|
|
background-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
.variant-soft {
|
|
background-color: rgb(var(--color-surface-400) / 0.2);
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
color: rgb(var(--color-surface-700));
|
|
}
|
|
.dark .variant-soft {
|
|
color: rgb(var(--color-surface-200));
|
|
}
|
|
:is(.dark .variant-soft) {
|
|
background-color: rgb(var(--color-surface-500) / 0.2);
|
|
}
|
|
@media (min-width: 768px) {
|
|
|
|
.h1 {
|
|
font-size: 3rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.h3 {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
.breadcrumb li {
|
|
display: block;
|
|
}
|
|
|
|
.table tbody td {
|
|
white-space: normal;
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
|
|
.alert {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.alert > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
}
|
|
.pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.bottom-0 {
|
|
bottom: 0px;
|
|
}
|
|
.left-0 {
|
|
left: 0px;
|
|
}
|
|
.right-0 {
|
|
right: 0px;
|
|
}
|
|
.top-0 {
|
|
top: 0px;
|
|
}
|
|
.isolate {
|
|
isolation: isolate;
|
|
}
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
.z-40 {
|
|
z-index: 40;
|
|
}
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
.z-\[999\] {
|
|
z-index: 999;
|
|
}
|
|
.my-auto {
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|
|
.ml-2 {
|
|
margin-left: 0.5rem;
|
|
}
|
|
.mt-2 {
|
|
margin-top: 0.5rem;
|
|
}
|
|
.mt-3 {
|
|
margin-top: 0.75rem;
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.table {
|
|
display: table;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.contents {
|
|
display: contents;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.aspect-\[21\/9\] {
|
|
aspect-ratio: 21/9;
|
|
}
|
|
.aspect-square {
|
|
aspect-ratio: 1 / 1;
|
|
}
|
|
.h-12 {
|
|
height: 3rem;
|
|
}
|
|
.h-6 {
|
|
height: 1.5rem;
|
|
}
|
|
.h-8 {
|
|
height: 2rem;
|
|
}
|
|
.h-\[50\%\] {
|
|
height: 50%;
|
|
}
|
|
.h-\[80vh\] {
|
|
height: 80vh;
|
|
}
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
.h-fit {
|
|
height: -moz-fit-content;
|
|
height: fit-content;
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.max-h-\[200px\] {
|
|
max-height: 200px;
|
|
}
|
|
.min-h-\[105px\] {
|
|
min-height: 105px;
|
|
}
|
|
.min-h-full {
|
|
min-height: 100%;
|
|
}
|
|
.w-10 {
|
|
width: 2.5rem;
|
|
}
|
|
.w-12 {
|
|
width: 3rem;
|
|
}
|
|
.w-16 {
|
|
width: 4rem;
|
|
}
|
|
.w-36 {
|
|
width: 9rem;
|
|
}
|
|
.w-6 {
|
|
width: 1.5rem;
|
|
}
|
|
.w-72 {
|
|
width: 18rem;
|
|
}
|
|
.w-8 {
|
|
width: 2rem;
|
|
}
|
|
.w-\[100px\] {
|
|
width: 100px;
|
|
}
|
|
.w-\[144px\] {
|
|
width: 144px;
|
|
}
|
|
.w-\[70\%\] {
|
|
width: 70%;
|
|
}
|
|
.w-\[80px\] {
|
|
width: 80px;
|
|
}
|
|
.w-\[85\%\] {
|
|
width: 85%;
|
|
}
|
|
.w-\[90\%\] {
|
|
width: 90%;
|
|
}
|
|
.w-auto {
|
|
width: auto;
|
|
}
|
|
.w-fit {
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.min-w-\[150px\] {
|
|
min-width: 150px;
|
|
}
|
|
.min-w-\[590px\] {
|
|
min-width: 590px;
|
|
}
|
|
.flex-1 {
|
|
flex: 1 1 0%;
|
|
}
|
|
.flex-auto {
|
|
flex: 1 1 auto;
|
|
}
|
|
.flex-none {
|
|
flex: none;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.origin-\[50\%_50\%\] {
|
|
transform-origin: 50% 50%;
|
|
}
|
|
.translate-x-\[100\%\] {
|
|
--tw-translate-x: 100%;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
.-rotate-90 {
|
|
--tw-rotate: -90deg;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
.scale-\[0\.8\] {
|
|
--tw-scale-x: 0.8;
|
|
--tw-scale-y: 0.8;
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
.transform {
|
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
}
|
|
@keyframes spin {
|
|
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.animate-spin {
|
|
animation: spin 1s linear infinite;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.grid-flow-row {
|
|
grid-auto-flow: row;
|
|
}
|
|
.grid-cols-\[auto_1fr_auto\] {
|
|
grid-template-columns: auto 1fr auto;
|
|
}
|
|
.flex-row {
|
|
flex-direction: row;
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.place-content-center {
|
|
place-content: center;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.items-end {
|
|
align-items: flex-end;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.justify-start {
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.gap-1 {
|
|
gap: 0.25rem;
|
|
}
|
|
.gap-2 {
|
|
gap: 0.5rem;
|
|
}
|
|
.gap-4 {
|
|
gap: 1rem;
|
|
}
|
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
}
|
|
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
.overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
.overflow-y-hidden {
|
|
overflow-y: hidden;
|
|
}
|
|
.whitespace-pre-wrap {
|
|
white-space: pre-wrap;
|
|
}
|
|
.break-all {
|
|
word-break: break-all;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-full {
|
|
border-radius: 9999px;
|
|
}
|
|
.border {
|
|
border-width: 1px;
|
|
}
|
|
.bg-\[\#526bf8\] {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(82 107 248 / var(--tw-bg-opacity));
|
|
}
|
|
.bg-neutral-900\/90 {
|
|
background-color: rgb(23 23 23 / 0.9);
|
|
}
|
|
.bg-surface-50 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-surface-50) / var(--tw-bg-opacity));
|
|
}
|
|
.bg-surface-900 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgb(var(--color-surface-900) / var(--tw-bg-opacity));
|
|
}
|
|
.fill-current {
|
|
fill: currentColor;
|
|
}
|
|
.fill-surface-50 {
|
|
fill: rgb(var(--color-surface-50) / 1);
|
|
}
|
|
.fill-surface-900 {
|
|
fill: rgb(var(--color-surface-900) / 1);
|
|
}
|
|
.fill-transparent {
|
|
fill: transparent;
|
|
}
|
|
.stroke-current {
|
|
stroke: currentColor;
|
|
}
|
|
.stroke-primary-500 {
|
|
stroke: rgb(var(--color-primary-500) / 1);
|
|
}
|
|
.stroke-primary-500\/30 {
|
|
stroke: rgb(var(--color-primary-500) / 0.3);
|
|
}
|
|
.stroke-surface-500\/30 {
|
|
stroke: rgb(var(--color-surface-500) / 0.3);
|
|
}
|
|
.stroke-surface-900 {
|
|
stroke: rgb(var(--color-surface-900) / 1);
|
|
}
|
|
.object-cover {
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
}
|
|
.p-2 {
|
|
padding: 0.5rem;
|
|
}
|
|
.p-32 {
|
|
padding: 8rem;
|
|
}
|
|
.p-4 {
|
|
padding: 1rem;
|
|
}
|
|
.p-8 {
|
|
padding: 2rem;
|
|
}
|
|
.\!px-3 {
|
|
padding-left: 0.75rem !important;
|
|
padding-right: 0.75rem !important;
|
|
}
|
|
.\!py-1 {
|
|
padding-top: 0.25rem !important;
|
|
padding-bottom: 0.25rem !important;
|
|
}
|
|
.\!py-1\.5 {
|
|
padding-top: 0.375rem !important;
|
|
padding-bottom: 0.375rem !important;
|
|
}
|
|
.px-2 {
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
}
|
|
.px-3 {
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem;
|
|
}
|
|
.px-60 {
|
|
padding-left: 15rem;
|
|
padding-right: 15rem;
|
|
}
|
|
.py-2 {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
.pl-2 {
|
|
padding-left: 0.5rem;
|
|
}
|
|
.pl-4 {
|
|
padding-left: 1rem;
|
|
}
|
|
.pr-2 {
|
|
padding-right: 0.5rem;
|
|
}
|
|
.pt-1 {
|
|
padding-top: 0.25rem;
|
|
}
|
|
.pt-2 {
|
|
padding-top: 0.5rem;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.align-middle {
|
|
vertical-align: middle;
|
|
}
|
|
.\!text-sm {
|
|
font-size: 0.875rem !important;
|
|
line-height: 1.25rem !important;
|
|
}
|
|
.text-2xl {
|
|
font-size: 1.5rem;
|
|
line-height: 2rem;
|
|
}
|
|
.text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
.text-sm {
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
}
|
|
.text-xl {
|
|
font-size: 1.25rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
.text-xs {
|
|
font-size: 0.75rem;
|
|
line-height: 1rem;
|
|
}
|
|
.font-bold {
|
|
font-weight: 700;
|
|
}
|
|
.font-medium {
|
|
font-weight: 500;
|
|
}
|
|
.font-semibold {
|
|
font-weight: 600;
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
.\!text-white {
|
|
--tw-text-opacity: 1 !important;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
|
|
}
|
|
.text-blue-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
}
|
|
.text-red-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
}
|
|
.text-success-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-success-500) / var(--tw-text-opacity));
|
|
}
|
|
.text-surface-50 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-surface-50) / var(--tw-text-opacity));
|
|
}
|
|
.text-tertiary-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-tertiary-500) / var(--tw-text-opacity));
|
|
}
|
|
.text-warning-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(var(--color-warning-500) / var(--tw-text-opacity));
|
|
}
|
|
.text-white {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
}
|
|
.text-white\/50 {
|
|
color: rgb(255 255 255 / 0.5);
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.opacity-50 {
|
|
opacity: 0.5;
|
|
}
|
|
.\!shadow-xl {
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
}
|
|
.shadow {
|
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.shadow-xl {
|
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
}
|
|
.ring {
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
}
|
|
.ring-\[1px\] {
|
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
}
|
|
.ring-surface-500\/30 {
|
|
--tw-ring-color: rgb(var(--color-surface-500) / 0.3);
|
|
}
|
|
.blur {
|
|
--tw-blur: blur(8px);
|
|
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);
|
|
}
|
|
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.transition-\[stroke-dashoffset\] {
|
|
transition-property: stroke-dashoffset;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.transition-all {
|
|
transition-property: all;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.transition-transform {
|
|
transition-property: transform;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-duration: 150ms;
|
|
}
|
|
.duration-\[200ms\] {
|
|
transition-duration: 200ms;
|
|
}
|
|
.bg-surface-backdrop-token {
|
|
background-color: rgb(var(--color-surface-400) / 0.7);
|
|
}
|
|
.dark .bg-surface-backdrop-token {
|
|
background-color: rgb(var(--color-surface-900) / 0.7);
|
|
}
|
|
.bg-surface-active-token {
|
|
background-color: rgb(var(--color-surface-500)) !important;
|
|
color: rgb(var(--on-surface));
|
|
fill: rgb(var(--on-surface));
|
|
}
|
|
.bg-surface-50-900-token {
|
|
background-color: rgb(var(--color-surface-50));
|
|
}
|
|
.dark .bg-surface-50-900-token {
|
|
background-color: rgb(var(--color-surface-900));
|
|
}
|
|
.bg-surface-100-800-token {
|
|
background-color: rgb(var(--color-surface-100));
|
|
}
|
|
.dark .bg-surface-100-800-token {
|
|
background-color: rgb(var(--color-surface-800));
|
|
}
|
|
.bg-surface-400-500-token {
|
|
background-color: rgb(var(--color-surface-400));
|
|
}
|
|
.dark .bg-surface-400-500-token {
|
|
background-color: rgb(var(--color-surface-500));
|
|
}
|
|
.border-surface-300-600-token {
|
|
border-color: rgb(var(--color-surface-300));
|
|
}
|
|
.dark .border-surface-300-600-token {
|
|
border-color: rgb(var(--color-surface-600));
|
|
}
|
|
.border-surface-400-500-token {
|
|
border-color: rgb(var(--color-surface-400));
|
|
}
|
|
.dark .border-surface-400-500-token {
|
|
border-color: rgb(var(--color-surface-500));
|
|
}
|
|
.rounded-token {
|
|
border-radius: var(--theme-rounded-base);
|
|
}
|
|
.rounded-container-token {
|
|
border-radius: var(--theme-rounded-container);
|
|
}
|
|
.rounded-tl-container-token {
|
|
border-top-left-radius: var(--theme-rounded-container);
|
|
}
|
|
.rounded-tr-container-token {
|
|
border-top-right-radius: var(--theme-rounded-container);
|
|
}
|
|
.rounded-bl-container-token {
|
|
border-bottom-left-radius: var(--theme-rounded-container);
|
|
}
|
|
.rounded-br-container-token {
|
|
border-bottom-right-radius: var(--theme-rounded-container);
|
|
}
|
|
.fill-token {
|
|
fill: rgba(var(--theme-font-color-base));
|
|
}
|
|
.dark .fill-token {
|
|
fill: rgba(var(--theme-font-color-dark));
|
|
}
|
|
.hover\:border-2:hover {
|
|
border-width: 2px;
|
|
}
|
|
.hover\:\!border-primary-500:hover {
|
|
--tw-border-opacity: 1 !important;
|
|
border-color: rgb(var(--color-primary-500) / var(--tw-border-opacity)) !important;
|
|
}
|
|
.hover\:text-blue-700:hover {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(29 78 216 / var(--tw-text-opacity));
|
|
}
|
|
:is(.dark .dark\:stroke-surface-50) {
|
|
stroke: rgb(var(--color-surface-50) / 1);
|
|
}
|
|
:is(.dark .dark\:text-white) {
|
|
--tw-text-opacity: 1;
|
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
}
|
|
@media (min-width: 768px) {
|
|
|
|
.md\:w-auto {
|
|
width: auto;
|
|
}
|
|
|
|
.md\:grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
|
|
.md\:flex-row {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-right: calc(1rem * var(--tw-space-x-reverse));
|
|
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
|
|
.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
}
|
|
|
|
.md\:p-10 {
|
|
padding: 2.5rem;
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
|
|
.lg\:\!block {
|
|
display: block !important;
|
|
}
|
|
|
|
.lg\:grid {
|
|
display: grid;
|
|
}
|
|
|
|
.lg\:\!hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.lg\:hidden {
|
|
display: none;
|
|
}
|
|
|
|
.lg\:grid-cols-3 {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
@media (min-width: 1280px) {
|
|
|
|
.xl\:grid-cols-4 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
:root [data-theme='wintry'] {
|
|
--theme-rounded-base: 5px;
|
|
--theme-rounded-container: 4px;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
td {
|
|
text-align: center !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
pre code.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 1em
|
|
}
|
|
code.hljs {
|
|
padding: 3px 5px
|
|
}
|
|
/*!
|
|
Theme: GitHub Dark
|
|
Description: Dark theme as seen on github.com
|
|
Author: github.com
|
|
Maintainer: @Hirse
|
|
Updated: 2021-05-15
|
|
|
|
Outdated base version: https://github.com/primer/github-syntax-dark
|
|
Current colors taken from GitHub's CSS
|
|
*/
|
|
.hljs {
|
|
color: #c9d1d9;
|
|
background: #0d1117
|
|
}
|
|
.hljs-doctag,
|
|
.hljs-keyword,
|
|
.hljs-meta .hljs-keyword,
|
|
.hljs-template-tag,
|
|
.hljs-template-variable,
|
|
.hljs-type,
|
|
.hljs-variable.language_ {
|
|
/* prettylights-syntax-keyword */
|
|
color: #ff7b72
|
|
}
|
|
.hljs-title,
|
|
.hljs-title.class_,
|
|
.hljs-title.class_.inherited__,
|
|
.hljs-title.function_ {
|
|
/* prettylights-syntax-entity */
|
|
color: #d2a8ff
|
|
}
|
|
.hljs-attr,
|
|
.hljs-attribute,
|
|
.hljs-literal,
|
|
.hljs-meta,
|
|
.hljs-number,
|
|
.hljs-operator,
|
|
.hljs-variable,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-class,
|
|
.hljs-selector-id {
|
|
/* prettylights-syntax-constant */
|
|
color: #79c0ff
|
|
}
|
|
.hljs-regexp,
|
|
.hljs-string,
|
|
.hljs-meta .hljs-string {
|
|
/* prettylights-syntax-string */
|
|
color: #a5d6ff
|
|
}
|
|
.hljs-built_in,
|
|
.hljs-symbol {
|
|
/* prettylights-syntax-variable */
|
|
color: #ffa657
|
|
}
|
|
.hljs-comment,
|
|
.hljs-code,
|
|
.hljs-formula {
|
|
/* prettylights-syntax-comment */
|
|
color: #8b949e
|
|
}
|
|
.hljs-name,
|
|
.hljs-quote,
|
|
.hljs-selector-tag,
|
|
.hljs-selector-pseudo {
|
|
/* prettylights-syntax-entity-tag */
|
|
color: #7ee787
|
|
}
|
|
.hljs-subst {
|
|
/* prettylights-syntax-storage-modifier-import */
|
|
color: #c9d1d9
|
|
}
|
|
.hljs-section {
|
|
/* prettylights-syntax-markup-heading */
|
|
color: #1f6feb;
|
|
font-weight: bold
|
|
}
|
|
.hljs-bullet {
|
|
/* prettylights-syntax-markup-list */
|
|
color: #f2cc60
|
|
}
|
|
.hljs-emphasis {
|
|
/* prettylights-syntax-markup-italic */
|
|
color: #c9d1d9;
|
|
font-style: italic
|
|
}
|
|
.hljs-strong {
|
|
/* prettylights-syntax-markup-bold */
|
|
color: #c9d1d9;
|
|
font-weight: bold
|
|
}
|
|
.hljs-addition {
|
|
/* prettylights-syntax-markup-inserted */
|
|
color: #aff5b4;
|
|
background-color: #033a16
|
|
}
|
|
.hljs-deletion {
|
|
/* prettylights-syntax-markup-deleted */
|
|
color: #ffdcd7;
|
|
background-color: #67060c
|
|
}
|
|
.hljs-char.escape_,
|
|
.hljs-link,
|
|
.hljs-params,
|
|
.hljs-property,
|
|
.hljs-punctuation,
|
|
.hljs-tag {
|
|
/* purposely ignored */
|
|
|
|
} |