Files
file_lan/family_rpa/static/output.css

108 lines
2.0 KiB
CSS
Raw Normal View History

2025-02-16 21:51:06 +08:00
/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
.static {
position: static;
}
.container {
width: 100%;
}
.mx-auto {
margin-inline: auto;
}
.block {
display: block;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.w-full {
width: 100%;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.items-center {
align-items: center;
}
.justify-between {
justify-content: space-between;
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.text-center {
text-align: center;
}
.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,);
}
.\[w\:۵qzg\] {
w: ۵qzg;
}
@layer base {
:root {
--color-primary: 79 70 229;
--color-secondary: 99 102 241;
--color-accent: 249 115 22;
--color-success: 16 185 129;
--color-warning: 245 158 11;
--color-error: 239 68 68;
--color-surface: 255 255 255;
--color-background: 249 250 251;
}
.dark {
--color-primary: 99 102 241;
--color-secondary: 129 140 248;
--color-accent: 249 115 22;
--color-success: 16 185 129;
--color-warning: 245 158 11;
--color-error: 239 68 68;
--color-surface: 31 41 55;
--color-background: 17 24 39;
}
}
@property --tw-border-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;
}