daisyui 4.0.0-alpha.4 → 4.0.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/full.css +714 -122
- package/dist/styled.css +44 -105
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +7 -89
- package/dist/unstyled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +2 -3
- package/src/theming/index.js +36 -13
package/dist/full.css
CHANGED
|
@@ -1749,12 +1749,6 @@ html {
|
|
|
1749
1749
|
width: 3rem;
|
|
1750
1750
|
border-radius: 9999px;
|
|
1751
1751
|
padding: 0px}
|
|
1752
|
-
.btn-group {
|
|
1753
|
-
display: inline-flex}
|
|
1754
|
-
.btn-group > input[type="radio"].btn {
|
|
1755
|
-
appearance: none}
|
|
1756
|
-
.btn-group > input[type="radio"].btn:before {
|
|
1757
|
-
content: attr(data-title)}
|
|
1758
1752
|
:where(.btn:is(input[type="checkbox"])),
|
|
1759
1753
|
:where(.btn:is(input[type="radio"])) {
|
|
1760
1754
|
width: auto;
|
|
@@ -2416,61 +2410,6 @@ html {
|
|
|
2416
2410
|
--tw-bg-opacity: 1;
|
|
2417
2411
|
background-color: oklch(var(--b1) / var(--tw-bg-opacity));
|
|
2418
2412
|
border-radius: var(--rounded-btn, 0.5rem)}
|
|
2419
|
-
.input-group {
|
|
2420
|
-
display: flex;
|
|
2421
|
-
width: 100%;
|
|
2422
|
-
align-items: stretch}
|
|
2423
|
-
.input-group > .input {
|
|
2424
|
-
isolation: isolate}
|
|
2425
|
-
.input-group > *,
|
|
2426
|
-
.input-group > .input,
|
|
2427
|
-
.input-group > .textarea,
|
|
2428
|
-
.input-group > .select {
|
|
2429
|
-
border-radius: 0px}
|
|
2430
|
-
.input-group-md {
|
|
2431
|
-
font-size: 0.875rem;
|
|
2432
|
-
line-height: 1.25rem;
|
|
2433
|
-
line-height: 2}
|
|
2434
|
-
.input-group-lg {
|
|
2435
|
-
font-size: 1.125rem;
|
|
2436
|
-
line-height: 1.75rem;
|
|
2437
|
-
line-height: 2}
|
|
2438
|
-
.input-group-sm {
|
|
2439
|
-
font-size: 0.875rem;
|
|
2440
|
-
line-height: 2rem}
|
|
2441
|
-
.input-group-xs {
|
|
2442
|
-
font-size: 0.75rem;
|
|
2443
|
-
line-height: 1rem;
|
|
2444
|
-
line-height: 1.625}
|
|
2445
|
-
.input-group :where(span) {
|
|
2446
|
-
display: flex;
|
|
2447
|
-
align-items: center;
|
|
2448
|
-
--tw-bg-opacity: 1;
|
|
2449
|
-
background-color: oklch(var(--b3) / var(--tw-bg-opacity));
|
|
2450
|
-
padding-left: 1rem;
|
|
2451
|
-
padding-right: 1rem}
|
|
2452
|
-
.input-group > :first-child {
|
|
2453
|
-
border-top-left-radius: var(--rounded-btn, 0.5rem);
|
|
2454
|
-
border-top-right-radius: 0;
|
|
2455
|
-
border-bottom-left-radius: var(--rounded-btn, 0.5rem);
|
|
2456
|
-
border-bottom-right-radius: 0}
|
|
2457
|
-
.input-group > :last-child {
|
|
2458
|
-
border-top-left-radius: 0;
|
|
2459
|
-
border-top-right-radius: var(--rounded-btn, 0.5rem);
|
|
2460
|
-
border-bottom-left-radius: 0;
|
|
2461
|
-
border-bottom-right-radius: var(--rounded-btn, 0.5rem)}
|
|
2462
|
-
.input-group-vertical {
|
|
2463
|
-
flex-direction: column}
|
|
2464
|
-
.input-group-vertical :first-child {
|
|
2465
|
-
border-top-left-radius: var(--rounded-btn, 0.5rem);
|
|
2466
|
-
border-top-right-radius: var(--rounded-btn, 0.5rem);
|
|
2467
|
-
border-bottom-left-radius: 0;
|
|
2468
|
-
border-bottom-right-radius: 0}
|
|
2469
|
-
.input-group-vertical :last-child {
|
|
2470
|
-
border-top-left-radius: 0;
|
|
2471
|
-
border-top-right-radius: 0;
|
|
2472
|
-
border-bottom-left-radius: var(--rounded-btn, 0.5rem);
|
|
2473
|
-
border-bottom-right-radius: var(--rounded-btn, 0.5rem)}
|
|
2474
2413
|
.join {
|
|
2475
2414
|
display: inline-flex;
|
|
2476
2415
|
align-items: stretch;
|
|
@@ -3516,18 +3455,6 @@ input.tab:checked + .tab-content,
|
|
|
3516
3455
|
--tw-bg-opacity: 0.2;
|
|
3517
3456
|
color: oklch(var(--bc) / var(--tw-text-opacity));
|
|
3518
3457
|
--tw-text-opacity: 0.2}
|
|
3519
|
-
.btn-group > input[type="radio"]:checked.btn,
|
|
3520
|
-
.btn-group > .btn-active {
|
|
3521
|
-
--tw-border-opacity: 1;
|
|
3522
|
-
border-color: oklch(var(--p) / var(--tw-border-opacity));
|
|
3523
|
-
--tw-bg-opacity: 1;
|
|
3524
|
-
background-color: oklch(var(--p) / var(--tw-bg-opacity));
|
|
3525
|
-
--tw-text-opacity: 1;
|
|
3526
|
-
color: oklch(var(--pc) / var(--tw-text-opacity))}
|
|
3527
|
-
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
|
|
3528
|
-
outline-style: solid;
|
|
3529
|
-
outline-width: 2px;
|
|
3530
|
-
outline-color: oklch(var(--p) / 1)}
|
|
3531
3458
|
.btn:is(input[type="checkbox"]:checked),
|
|
3532
3459
|
.btn:is(input[type="radio"]:checked) {
|
|
3533
3460
|
--tw-border-opacity: 1;
|
|
@@ -3886,7 +3813,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
3886
3813
|
.divider:not(:empty) {
|
|
3887
3814
|
gap: 1rem}
|
|
3888
3815
|
.drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
|
|
3889
|
-
background-color: oklch(0 0
|
|
3816
|
+
background-color: oklch(0 0 0/0.4)}
|
|
3890
3817
|
.drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
|
|
3891
3818
|
outline-style: solid;
|
|
3892
3819
|
outline-width: 2px;
|
|
@@ -4863,6 +4790,31 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4863
4790
|
[dir="rtl"] .select {
|
|
4864
4791
|
background-position: calc(0% + 12px) calc(1px + 50%),
|
|
4865
4792
|
calc(0% + 16px) calc(1px + 50%)}
|
|
4793
|
+
.skeleton {
|
|
4794
|
+
--tw-bg-opacity: 1;
|
|
4795
|
+
background-color: oklch(var(--b3) / var(--tw-bg-opacity));
|
|
4796
|
+
border-radius: var(--rounded-box, 1rem);
|
|
4797
|
+
will-change: background-position;
|
|
4798
|
+
animation: skeleton 2.5s ease-in-out infinite;
|
|
4799
|
+
background-image: linear-gradient(
|
|
4800
|
+
105deg,
|
|
4801
|
+
transparent 0%,
|
|
4802
|
+
transparent 40%,
|
|
4803
|
+
oklch(var(--b1)) 50%,
|
|
4804
|
+
transparent 60%,
|
|
4805
|
+
transparent 100%
|
|
4806
|
+
);
|
|
4807
|
+
background-size: 200% auto;
|
|
4808
|
+
background-repeat: no-repeat;
|
|
4809
|
+
background-position-x: -50%}
|
|
4810
|
+
@media (prefers-reduced-motion) {
|
|
4811
|
+
.skeleton {
|
|
4812
|
+
animation-duration: 15s}}
|
|
4813
|
+
@keyframes skeleton {
|
|
4814
|
+
from {
|
|
4815
|
+
background-position: 150%}
|
|
4816
|
+
to {
|
|
4817
|
+
background-position: -50%}}
|
|
4866
4818
|
:where(.stats) > :not([hidden]) ~ :not([hidden]) {
|
|
4867
4819
|
--tw-divide-x-reverse: 0;
|
|
4868
4820
|
border-right-width: calc(1px * var(--tw-divide-x-reverse));
|
|
@@ -6198,6 +6150,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
6198
6150
|
border-color: oklch(var(--wa) / 0.9)}
|
|
6199
6151
|
.divide-warning\/95 > :not([hidden]) ~ :not([hidden]) {
|
|
6200
6152
|
border-color: oklch(var(--wa) / 0.95)}
|
|
6153
|
+
.divide-xx > :not([hidden]) ~ :not([hidden]) {
|
|
6154
|
+
border-color: red}
|
|
6155
|
+
.divide-xx\/0 > :not([hidden]) ~ :not([hidden]) {
|
|
6156
|
+
border-color: rgb(255 0 0 / 0)}
|
|
6157
|
+
.divide-xx\/10 > :not([hidden]) ~ :not([hidden]) {
|
|
6158
|
+
border-color: rgb(255 0 0 / 0.1)}
|
|
6159
|
+
.divide-xx\/100 > :not([hidden]) ~ :not([hidden]) {
|
|
6160
|
+
border-color: rgb(255 0 0 / 1)}
|
|
6161
|
+
.divide-xx\/20 > :not([hidden]) ~ :not([hidden]) {
|
|
6162
|
+
border-color: rgb(255 0 0 / 0.2)}
|
|
6163
|
+
.divide-xx\/25 > :not([hidden]) ~ :not([hidden]) {
|
|
6164
|
+
border-color: rgb(255 0 0 / 0.25)}
|
|
6165
|
+
.divide-xx\/30 > :not([hidden]) ~ :not([hidden]) {
|
|
6166
|
+
border-color: rgb(255 0 0 / 0.3)}
|
|
6167
|
+
.divide-xx\/40 > :not([hidden]) ~ :not([hidden]) {
|
|
6168
|
+
border-color: rgb(255 0 0 / 0.4)}
|
|
6169
|
+
.divide-xx\/5 > :not([hidden]) ~ :not([hidden]) {
|
|
6170
|
+
border-color: rgb(255 0 0 / 0.05)}
|
|
6171
|
+
.divide-xx\/50 > :not([hidden]) ~ :not([hidden]) {
|
|
6172
|
+
border-color: rgb(255 0 0 / 0.5)}
|
|
6173
|
+
.divide-xx\/60 > :not([hidden]) ~ :not([hidden]) {
|
|
6174
|
+
border-color: rgb(255 0 0 / 0.6)}
|
|
6175
|
+
.divide-xx\/70 > :not([hidden]) ~ :not([hidden]) {
|
|
6176
|
+
border-color: rgb(255 0 0 / 0.7)}
|
|
6177
|
+
.divide-xx\/75 > :not([hidden]) ~ :not([hidden]) {
|
|
6178
|
+
border-color: rgb(255 0 0 / 0.75)}
|
|
6179
|
+
.divide-xx\/80 > :not([hidden]) ~ :not([hidden]) {
|
|
6180
|
+
border-color: rgb(255 0 0 / 0.8)}
|
|
6181
|
+
.divide-xx\/90 > :not([hidden]) ~ :not([hidden]) {
|
|
6182
|
+
border-color: rgb(255 0 0 / 0.9)}
|
|
6183
|
+
.divide-xx\/95 > :not([hidden]) ~ :not([hidden]) {
|
|
6184
|
+
border-color: rgb(255 0 0 / 0.95)}
|
|
6201
6185
|
.rounded-badge {
|
|
6202
6186
|
border-radius: var(--rounded-badge, 1.9rem)}
|
|
6203
6187
|
.rounded-box {
|
|
@@ -7108,6 +7092,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
7108
7092
|
border-color: oklch(var(--wa) / 0.9)}
|
|
7109
7093
|
.border-warning\/95 {
|
|
7110
7094
|
border-color: oklch(var(--wa) / 0.95)}
|
|
7095
|
+
.border-xx {
|
|
7096
|
+
border-color: red}
|
|
7097
|
+
.border-xx\/0 {
|
|
7098
|
+
border-color: rgb(255 0 0 / 0)}
|
|
7099
|
+
.border-xx\/10 {
|
|
7100
|
+
border-color: rgb(255 0 0 / 0.1)}
|
|
7101
|
+
.border-xx\/100 {
|
|
7102
|
+
border-color: rgb(255 0 0 / 1)}
|
|
7103
|
+
.border-xx\/20 {
|
|
7104
|
+
border-color: rgb(255 0 0 / 0.2)}
|
|
7105
|
+
.border-xx\/25 {
|
|
7106
|
+
border-color: rgb(255 0 0 / 0.25)}
|
|
7107
|
+
.border-xx\/30 {
|
|
7108
|
+
border-color: rgb(255 0 0 / 0.3)}
|
|
7109
|
+
.border-xx\/40 {
|
|
7110
|
+
border-color: rgb(255 0 0 / 0.4)}
|
|
7111
|
+
.border-xx\/5 {
|
|
7112
|
+
border-color: rgb(255 0 0 / 0.05)}
|
|
7113
|
+
.border-xx\/50 {
|
|
7114
|
+
border-color: rgb(255 0 0 / 0.5)}
|
|
7115
|
+
.border-xx\/60 {
|
|
7116
|
+
border-color: rgb(255 0 0 / 0.6)}
|
|
7117
|
+
.border-xx\/70 {
|
|
7118
|
+
border-color: rgb(255 0 0 / 0.7)}
|
|
7119
|
+
.border-xx\/75 {
|
|
7120
|
+
border-color: rgb(255 0 0 / 0.75)}
|
|
7121
|
+
.border-xx\/80 {
|
|
7122
|
+
border-color: rgb(255 0 0 / 0.8)}
|
|
7123
|
+
.border-xx\/90 {
|
|
7124
|
+
border-color: rgb(255 0 0 / 0.9)}
|
|
7125
|
+
.border-xx\/95 {
|
|
7126
|
+
border-color: rgb(255 0 0 / 0.95)}
|
|
7111
7127
|
.border-x-accent {
|
|
7112
7128
|
border-left-color: oklch(var(--a) / 1);
|
|
7113
7129
|
border-right-color: oklch(var(--a) / 1)}
|
|
@@ -8311,6 +8327,54 @@ details.collapse summary::-webkit-details-marker {
|
|
|
8311
8327
|
.border-x-warning\/95 {
|
|
8312
8328
|
border-left-color: oklch(var(--wa) / 0.95);
|
|
8313
8329
|
border-right-color: oklch(var(--wa) / 0.95)}
|
|
8330
|
+
.border-x-xx {
|
|
8331
|
+
border-left-color: red;
|
|
8332
|
+
border-right-color: red}
|
|
8333
|
+
.border-x-xx\/0 {
|
|
8334
|
+
border-left-color: rgb(255 0 0 / 0);
|
|
8335
|
+
border-right-color: rgb(255 0 0 / 0)}
|
|
8336
|
+
.border-x-xx\/10 {
|
|
8337
|
+
border-left-color: rgb(255 0 0 / 0.1);
|
|
8338
|
+
border-right-color: rgb(255 0 0 / 0.1)}
|
|
8339
|
+
.border-x-xx\/100 {
|
|
8340
|
+
border-left-color: rgb(255 0 0 / 1);
|
|
8341
|
+
border-right-color: rgb(255 0 0 / 1)}
|
|
8342
|
+
.border-x-xx\/20 {
|
|
8343
|
+
border-left-color: rgb(255 0 0 / 0.2);
|
|
8344
|
+
border-right-color: rgb(255 0 0 / 0.2)}
|
|
8345
|
+
.border-x-xx\/25 {
|
|
8346
|
+
border-left-color: rgb(255 0 0 / 0.25);
|
|
8347
|
+
border-right-color: rgb(255 0 0 / 0.25)}
|
|
8348
|
+
.border-x-xx\/30 {
|
|
8349
|
+
border-left-color: rgb(255 0 0 / 0.3);
|
|
8350
|
+
border-right-color: rgb(255 0 0 / 0.3)}
|
|
8351
|
+
.border-x-xx\/40 {
|
|
8352
|
+
border-left-color: rgb(255 0 0 / 0.4);
|
|
8353
|
+
border-right-color: rgb(255 0 0 / 0.4)}
|
|
8354
|
+
.border-x-xx\/5 {
|
|
8355
|
+
border-left-color: rgb(255 0 0 / 0.05);
|
|
8356
|
+
border-right-color: rgb(255 0 0 / 0.05)}
|
|
8357
|
+
.border-x-xx\/50 {
|
|
8358
|
+
border-left-color: rgb(255 0 0 / 0.5);
|
|
8359
|
+
border-right-color: rgb(255 0 0 / 0.5)}
|
|
8360
|
+
.border-x-xx\/60 {
|
|
8361
|
+
border-left-color: rgb(255 0 0 / 0.6);
|
|
8362
|
+
border-right-color: rgb(255 0 0 / 0.6)}
|
|
8363
|
+
.border-x-xx\/70 {
|
|
8364
|
+
border-left-color: rgb(255 0 0 / 0.7);
|
|
8365
|
+
border-right-color: rgb(255 0 0 / 0.7)}
|
|
8366
|
+
.border-x-xx\/75 {
|
|
8367
|
+
border-left-color: rgb(255 0 0 / 0.75);
|
|
8368
|
+
border-right-color: rgb(255 0 0 / 0.75)}
|
|
8369
|
+
.border-x-xx\/80 {
|
|
8370
|
+
border-left-color: rgb(255 0 0 / 0.8);
|
|
8371
|
+
border-right-color: rgb(255 0 0 / 0.8)}
|
|
8372
|
+
.border-x-xx\/90 {
|
|
8373
|
+
border-left-color: rgb(255 0 0 / 0.9);
|
|
8374
|
+
border-right-color: rgb(255 0 0 / 0.9)}
|
|
8375
|
+
.border-x-xx\/95 {
|
|
8376
|
+
border-left-color: rgb(255 0 0 / 0.95);
|
|
8377
|
+
border-right-color: rgb(255 0 0 / 0.95)}
|
|
8314
8378
|
.border-y-accent {
|
|
8315
8379
|
border-top-color: oklch(var(--a) / 1);
|
|
8316
8380
|
border-bottom-color: oklch(var(--a) / 1)}
|
|
@@ -9514,6 +9578,54 @@ details.collapse summary::-webkit-details-marker {
|
|
|
9514
9578
|
.border-y-warning\/95 {
|
|
9515
9579
|
border-top-color: oklch(var(--wa) / 0.95);
|
|
9516
9580
|
border-bottom-color: oklch(var(--wa) / 0.95)}
|
|
9581
|
+
.border-y-xx {
|
|
9582
|
+
border-top-color: red;
|
|
9583
|
+
border-bottom-color: red}
|
|
9584
|
+
.border-y-xx\/0 {
|
|
9585
|
+
border-top-color: rgb(255 0 0 / 0);
|
|
9586
|
+
border-bottom-color: rgb(255 0 0 / 0)}
|
|
9587
|
+
.border-y-xx\/10 {
|
|
9588
|
+
border-top-color: rgb(255 0 0 / 0.1);
|
|
9589
|
+
border-bottom-color: rgb(255 0 0 / 0.1)}
|
|
9590
|
+
.border-y-xx\/100 {
|
|
9591
|
+
border-top-color: rgb(255 0 0 / 1);
|
|
9592
|
+
border-bottom-color: rgb(255 0 0 / 1)}
|
|
9593
|
+
.border-y-xx\/20 {
|
|
9594
|
+
border-top-color: rgb(255 0 0 / 0.2);
|
|
9595
|
+
border-bottom-color: rgb(255 0 0 / 0.2)}
|
|
9596
|
+
.border-y-xx\/25 {
|
|
9597
|
+
border-top-color: rgb(255 0 0 / 0.25);
|
|
9598
|
+
border-bottom-color: rgb(255 0 0 / 0.25)}
|
|
9599
|
+
.border-y-xx\/30 {
|
|
9600
|
+
border-top-color: rgb(255 0 0 / 0.3);
|
|
9601
|
+
border-bottom-color: rgb(255 0 0 / 0.3)}
|
|
9602
|
+
.border-y-xx\/40 {
|
|
9603
|
+
border-top-color: rgb(255 0 0 / 0.4);
|
|
9604
|
+
border-bottom-color: rgb(255 0 0 / 0.4)}
|
|
9605
|
+
.border-y-xx\/5 {
|
|
9606
|
+
border-top-color: rgb(255 0 0 / 0.05);
|
|
9607
|
+
border-bottom-color: rgb(255 0 0 / 0.05)}
|
|
9608
|
+
.border-y-xx\/50 {
|
|
9609
|
+
border-top-color: rgb(255 0 0 / 0.5);
|
|
9610
|
+
border-bottom-color: rgb(255 0 0 / 0.5)}
|
|
9611
|
+
.border-y-xx\/60 {
|
|
9612
|
+
border-top-color: rgb(255 0 0 / 0.6);
|
|
9613
|
+
border-bottom-color: rgb(255 0 0 / 0.6)}
|
|
9614
|
+
.border-y-xx\/70 {
|
|
9615
|
+
border-top-color: rgb(255 0 0 / 0.7);
|
|
9616
|
+
border-bottom-color: rgb(255 0 0 / 0.7)}
|
|
9617
|
+
.border-y-xx\/75 {
|
|
9618
|
+
border-top-color: rgb(255 0 0 / 0.75);
|
|
9619
|
+
border-bottom-color: rgb(255 0 0 / 0.75)}
|
|
9620
|
+
.border-y-xx\/80 {
|
|
9621
|
+
border-top-color: rgb(255 0 0 / 0.8);
|
|
9622
|
+
border-bottom-color: rgb(255 0 0 / 0.8)}
|
|
9623
|
+
.border-y-xx\/90 {
|
|
9624
|
+
border-top-color: rgb(255 0 0 / 0.9);
|
|
9625
|
+
border-bottom-color: rgb(255 0 0 / 0.9)}
|
|
9626
|
+
.border-y-xx\/95 {
|
|
9627
|
+
border-top-color: rgb(255 0 0 / 0.95);
|
|
9628
|
+
border-bottom-color: rgb(255 0 0 / 0.95)}
|
|
9517
9629
|
.border-b-accent {
|
|
9518
9630
|
border-bottom-color: oklch(var(--a) / 1)}
|
|
9519
9631
|
.border-b-accent-content {
|
|
@@ -10316,6 +10428,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
10316
10428
|
border-bottom-color: oklch(var(--wa) / 0.9)}
|
|
10317
10429
|
.border-b-warning\/95 {
|
|
10318
10430
|
border-bottom-color: oklch(var(--wa) / 0.95)}
|
|
10431
|
+
.border-b-xx {
|
|
10432
|
+
border-bottom-color: red}
|
|
10433
|
+
.border-b-xx\/0 {
|
|
10434
|
+
border-bottom-color: rgb(255 0 0 / 0)}
|
|
10435
|
+
.border-b-xx\/10 {
|
|
10436
|
+
border-bottom-color: rgb(255 0 0 / 0.1)}
|
|
10437
|
+
.border-b-xx\/100 {
|
|
10438
|
+
border-bottom-color: rgb(255 0 0 / 1)}
|
|
10439
|
+
.border-b-xx\/20 {
|
|
10440
|
+
border-bottom-color: rgb(255 0 0 / 0.2)}
|
|
10441
|
+
.border-b-xx\/25 {
|
|
10442
|
+
border-bottom-color: rgb(255 0 0 / 0.25)}
|
|
10443
|
+
.border-b-xx\/30 {
|
|
10444
|
+
border-bottom-color: rgb(255 0 0 / 0.3)}
|
|
10445
|
+
.border-b-xx\/40 {
|
|
10446
|
+
border-bottom-color: rgb(255 0 0 / 0.4)}
|
|
10447
|
+
.border-b-xx\/5 {
|
|
10448
|
+
border-bottom-color: rgb(255 0 0 / 0.05)}
|
|
10449
|
+
.border-b-xx\/50 {
|
|
10450
|
+
border-bottom-color: rgb(255 0 0 / 0.5)}
|
|
10451
|
+
.border-b-xx\/60 {
|
|
10452
|
+
border-bottom-color: rgb(255 0 0 / 0.6)}
|
|
10453
|
+
.border-b-xx\/70 {
|
|
10454
|
+
border-bottom-color: rgb(255 0 0 / 0.7)}
|
|
10455
|
+
.border-b-xx\/75 {
|
|
10456
|
+
border-bottom-color: rgb(255 0 0 / 0.75)}
|
|
10457
|
+
.border-b-xx\/80 {
|
|
10458
|
+
border-bottom-color: rgb(255 0 0 / 0.8)}
|
|
10459
|
+
.border-b-xx\/90 {
|
|
10460
|
+
border-bottom-color: rgb(255 0 0 / 0.9)}
|
|
10461
|
+
.border-b-xx\/95 {
|
|
10462
|
+
border-bottom-color: rgb(255 0 0 / 0.95)}
|
|
10319
10463
|
.border-e-accent {
|
|
10320
10464
|
border-inline-end-color: oklch(var(--a) / 1)}
|
|
10321
10465
|
.border-e-accent-content {
|
|
@@ -11118,6 +11262,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
11118
11262
|
border-inline-end-color: oklch(var(--wa) / 0.9)}
|
|
11119
11263
|
.border-e-warning\/95 {
|
|
11120
11264
|
border-inline-end-color: oklch(var(--wa) / 0.95)}
|
|
11265
|
+
.border-e-xx {
|
|
11266
|
+
border-inline-end-color: red}
|
|
11267
|
+
.border-e-xx\/0 {
|
|
11268
|
+
border-inline-end-color: rgb(255 0 0 / 0)}
|
|
11269
|
+
.border-e-xx\/10 {
|
|
11270
|
+
border-inline-end-color: rgb(255 0 0 / 0.1)}
|
|
11271
|
+
.border-e-xx\/100 {
|
|
11272
|
+
border-inline-end-color: rgb(255 0 0 / 1)}
|
|
11273
|
+
.border-e-xx\/20 {
|
|
11274
|
+
border-inline-end-color: rgb(255 0 0 / 0.2)}
|
|
11275
|
+
.border-e-xx\/25 {
|
|
11276
|
+
border-inline-end-color: rgb(255 0 0 / 0.25)}
|
|
11277
|
+
.border-e-xx\/30 {
|
|
11278
|
+
border-inline-end-color: rgb(255 0 0 / 0.3)}
|
|
11279
|
+
.border-e-xx\/40 {
|
|
11280
|
+
border-inline-end-color: rgb(255 0 0 / 0.4)}
|
|
11281
|
+
.border-e-xx\/5 {
|
|
11282
|
+
border-inline-end-color: rgb(255 0 0 / 0.05)}
|
|
11283
|
+
.border-e-xx\/50 {
|
|
11284
|
+
border-inline-end-color: rgb(255 0 0 / 0.5)}
|
|
11285
|
+
.border-e-xx\/60 {
|
|
11286
|
+
border-inline-end-color: rgb(255 0 0 / 0.6)}
|
|
11287
|
+
.border-e-xx\/70 {
|
|
11288
|
+
border-inline-end-color: rgb(255 0 0 / 0.7)}
|
|
11289
|
+
.border-e-xx\/75 {
|
|
11290
|
+
border-inline-end-color: rgb(255 0 0 / 0.75)}
|
|
11291
|
+
.border-e-xx\/80 {
|
|
11292
|
+
border-inline-end-color: rgb(255 0 0 / 0.8)}
|
|
11293
|
+
.border-e-xx\/90 {
|
|
11294
|
+
border-inline-end-color: rgb(255 0 0 / 0.9)}
|
|
11295
|
+
.border-e-xx\/95 {
|
|
11296
|
+
border-inline-end-color: rgb(255 0 0 / 0.95)}
|
|
11121
11297
|
.border-l-accent {
|
|
11122
11298
|
border-left-color: oklch(var(--a) / 1)}
|
|
11123
11299
|
.border-l-accent-content {
|
|
@@ -11920,6 +12096,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
11920
12096
|
border-left-color: oklch(var(--wa) / 0.9)}
|
|
11921
12097
|
.border-l-warning\/95 {
|
|
11922
12098
|
border-left-color: oklch(var(--wa) / 0.95)}
|
|
12099
|
+
.border-l-xx {
|
|
12100
|
+
border-left-color: red}
|
|
12101
|
+
.border-l-xx\/0 {
|
|
12102
|
+
border-left-color: rgb(255 0 0 / 0)}
|
|
12103
|
+
.border-l-xx\/10 {
|
|
12104
|
+
border-left-color: rgb(255 0 0 / 0.1)}
|
|
12105
|
+
.border-l-xx\/100 {
|
|
12106
|
+
border-left-color: rgb(255 0 0 / 1)}
|
|
12107
|
+
.border-l-xx\/20 {
|
|
12108
|
+
border-left-color: rgb(255 0 0 / 0.2)}
|
|
12109
|
+
.border-l-xx\/25 {
|
|
12110
|
+
border-left-color: rgb(255 0 0 / 0.25)}
|
|
12111
|
+
.border-l-xx\/30 {
|
|
12112
|
+
border-left-color: rgb(255 0 0 / 0.3)}
|
|
12113
|
+
.border-l-xx\/40 {
|
|
12114
|
+
border-left-color: rgb(255 0 0 / 0.4)}
|
|
12115
|
+
.border-l-xx\/5 {
|
|
12116
|
+
border-left-color: rgb(255 0 0 / 0.05)}
|
|
12117
|
+
.border-l-xx\/50 {
|
|
12118
|
+
border-left-color: rgb(255 0 0 / 0.5)}
|
|
12119
|
+
.border-l-xx\/60 {
|
|
12120
|
+
border-left-color: rgb(255 0 0 / 0.6)}
|
|
12121
|
+
.border-l-xx\/70 {
|
|
12122
|
+
border-left-color: rgb(255 0 0 / 0.7)}
|
|
12123
|
+
.border-l-xx\/75 {
|
|
12124
|
+
border-left-color: rgb(255 0 0 / 0.75)}
|
|
12125
|
+
.border-l-xx\/80 {
|
|
12126
|
+
border-left-color: rgb(255 0 0 / 0.8)}
|
|
12127
|
+
.border-l-xx\/90 {
|
|
12128
|
+
border-left-color: rgb(255 0 0 / 0.9)}
|
|
12129
|
+
.border-l-xx\/95 {
|
|
12130
|
+
border-left-color: rgb(255 0 0 / 0.95)}
|
|
11923
12131
|
.border-r-accent {
|
|
11924
12132
|
border-right-color: oklch(var(--a) / 1)}
|
|
11925
12133
|
.border-r-accent-content {
|
|
@@ -12722,6 +12930,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
12722
12930
|
border-right-color: oklch(var(--wa) / 0.9)}
|
|
12723
12931
|
.border-r-warning\/95 {
|
|
12724
12932
|
border-right-color: oklch(var(--wa) / 0.95)}
|
|
12933
|
+
.border-r-xx {
|
|
12934
|
+
border-right-color: red}
|
|
12935
|
+
.border-r-xx\/0 {
|
|
12936
|
+
border-right-color: rgb(255 0 0 / 0)}
|
|
12937
|
+
.border-r-xx\/10 {
|
|
12938
|
+
border-right-color: rgb(255 0 0 / 0.1)}
|
|
12939
|
+
.border-r-xx\/100 {
|
|
12940
|
+
border-right-color: rgb(255 0 0 / 1)}
|
|
12941
|
+
.border-r-xx\/20 {
|
|
12942
|
+
border-right-color: rgb(255 0 0 / 0.2)}
|
|
12943
|
+
.border-r-xx\/25 {
|
|
12944
|
+
border-right-color: rgb(255 0 0 / 0.25)}
|
|
12945
|
+
.border-r-xx\/30 {
|
|
12946
|
+
border-right-color: rgb(255 0 0 / 0.3)}
|
|
12947
|
+
.border-r-xx\/40 {
|
|
12948
|
+
border-right-color: rgb(255 0 0 / 0.4)}
|
|
12949
|
+
.border-r-xx\/5 {
|
|
12950
|
+
border-right-color: rgb(255 0 0 / 0.05)}
|
|
12951
|
+
.border-r-xx\/50 {
|
|
12952
|
+
border-right-color: rgb(255 0 0 / 0.5)}
|
|
12953
|
+
.border-r-xx\/60 {
|
|
12954
|
+
border-right-color: rgb(255 0 0 / 0.6)}
|
|
12955
|
+
.border-r-xx\/70 {
|
|
12956
|
+
border-right-color: rgb(255 0 0 / 0.7)}
|
|
12957
|
+
.border-r-xx\/75 {
|
|
12958
|
+
border-right-color: rgb(255 0 0 / 0.75)}
|
|
12959
|
+
.border-r-xx\/80 {
|
|
12960
|
+
border-right-color: rgb(255 0 0 / 0.8)}
|
|
12961
|
+
.border-r-xx\/90 {
|
|
12962
|
+
border-right-color: rgb(255 0 0 / 0.9)}
|
|
12963
|
+
.border-r-xx\/95 {
|
|
12964
|
+
border-right-color: rgb(255 0 0 / 0.95)}
|
|
12725
12965
|
.border-s-accent {
|
|
12726
12966
|
border-inline-start-color: oklch(var(--a) / 1)}
|
|
12727
12967
|
.border-s-accent-content {
|
|
@@ -13524,6 +13764,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
13524
13764
|
border-inline-start-color: oklch(var(--wa) / 0.9)}
|
|
13525
13765
|
.border-s-warning\/95 {
|
|
13526
13766
|
border-inline-start-color: oklch(var(--wa) / 0.95)}
|
|
13767
|
+
.border-s-xx {
|
|
13768
|
+
border-inline-start-color: red}
|
|
13769
|
+
.border-s-xx\/0 {
|
|
13770
|
+
border-inline-start-color: rgb(255 0 0 / 0)}
|
|
13771
|
+
.border-s-xx\/10 {
|
|
13772
|
+
border-inline-start-color: rgb(255 0 0 / 0.1)}
|
|
13773
|
+
.border-s-xx\/100 {
|
|
13774
|
+
border-inline-start-color: rgb(255 0 0 / 1)}
|
|
13775
|
+
.border-s-xx\/20 {
|
|
13776
|
+
border-inline-start-color: rgb(255 0 0 / 0.2)}
|
|
13777
|
+
.border-s-xx\/25 {
|
|
13778
|
+
border-inline-start-color: rgb(255 0 0 / 0.25)}
|
|
13779
|
+
.border-s-xx\/30 {
|
|
13780
|
+
border-inline-start-color: rgb(255 0 0 / 0.3)}
|
|
13781
|
+
.border-s-xx\/40 {
|
|
13782
|
+
border-inline-start-color: rgb(255 0 0 / 0.4)}
|
|
13783
|
+
.border-s-xx\/5 {
|
|
13784
|
+
border-inline-start-color: rgb(255 0 0 / 0.05)}
|
|
13785
|
+
.border-s-xx\/50 {
|
|
13786
|
+
border-inline-start-color: rgb(255 0 0 / 0.5)}
|
|
13787
|
+
.border-s-xx\/60 {
|
|
13788
|
+
border-inline-start-color: rgb(255 0 0 / 0.6)}
|
|
13789
|
+
.border-s-xx\/70 {
|
|
13790
|
+
border-inline-start-color: rgb(255 0 0 / 0.7)}
|
|
13791
|
+
.border-s-xx\/75 {
|
|
13792
|
+
border-inline-start-color: rgb(255 0 0 / 0.75)}
|
|
13793
|
+
.border-s-xx\/80 {
|
|
13794
|
+
border-inline-start-color: rgb(255 0 0 / 0.8)}
|
|
13795
|
+
.border-s-xx\/90 {
|
|
13796
|
+
border-inline-start-color: rgb(255 0 0 / 0.9)}
|
|
13797
|
+
.border-s-xx\/95 {
|
|
13798
|
+
border-inline-start-color: rgb(255 0 0 / 0.95)}
|
|
13527
13799
|
.border-t-accent {
|
|
13528
13800
|
border-top-color: oklch(var(--a) / 1)}
|
|
13529
13801
|
.border-t-accent-content {
|
|
@@ -14326,6 +14598,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
14326
14598
|
border-top-color: oklch(var(--wa) / 0.9)}
|
|
14327
14599
|
.border-t-warning\/95 {
|
|
14328
14600
|
border-top-color: oklch(var(--wa) / 0.95)}
|
|
14601
|
+
.border-t-xx {
|
|
14602
|
+
border-top-color: red}
|
|
14603
|
+
.border-t-xx\/0 {
|
|
14604
|
+
border-top-color: rgb(255 0 0 / 0)}
|
|
14605
|
+
.border-t-xx\/10 {
|
|
14606
|
+
border-top-color: rgb(255 0 0 / 0.1)}
|
|
14607
|
+
.border-t-xx\/100 {
|
|
14608
|
+
border-top-color: rgb(255 0 0 / 1)}
|
|
14609
|
+
.border-t-xx\/20 {
|
|
14610
|
+
border-top-color: rgb(255 0 0 / 0.2)}
|
|
14611
|
+
.border-t-xx\/25 {
|
|
14612
|
+
border-top-color: rgb(255 0 0 / 0.25)}
|
|
14613
|
+
.border-t-xx\/30 {
|
|
14614
|
+
border-top-color: rgb(255 0 0 / 0.3)}
|
|
14615
|
+
.border-t-xx\/40 {
|
|
14616
|
+
border-top-color: rgb(255 0 0 / 0.4)}
|
|
14617
|
+
.border-t-xx\/5 {
|
|
14618
|
+
border-top-color: rgb(255 0 0 / 0.05)}
|
|
14619
|
+
.border-t-xx\/50 {
|
|
14620
|
+
border-top-color: rgb(255 0 0 / 0.5)}
|
|
14621
|
+
.border-t-xx\/60 {
|
|
14622
|
+
border-top-color: rgb(255 0 0 / 0.6)}
|
|
14623
|
+
.border-t-xx\/70 {
|
|
14624
|
+
border-top-color: rgb(255 0 0 / 0.7)}
|
|
14625
|
+
.border-t-xx\/75 {
|
|
14626
|
+
border-top-color: rgb(255 0 0 / 0.75)}
|
|
14627
|
+
.border-t-xx\/80 {
|
|
14628
|
+
border-top-color: rgb(255 0 0 / 0.8)}
|
|
14629
|
+
.border-t-xx\/90 {
|
|
14630
|
+
border-top-color: rgb(255 0 0 / 0.9)}
|
|
14631
|
+
.border-t-xx\/95 {
|
|
14632
|
+
border-top-color: rgb(255 0 0 / 0.95)}
|
|
14329
14633
|
.bg-accent {
|
|
14330
14634
|
background-color: oklch(var(--a) / 1)}
|
|
14331
14635
|
.bg-accent-content {
|
|
@@ -15128,6 +15432,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
15128
15432
|
background-color: oklch(var(--wa) / 0.9)}
|
|
15129
15433
|
.bg-warning\/95 {
|
|
15130
15434
|
background-color: oklch(var(--wa) / 0.95)}
|
|
15435
|
+
.bg-xx {
|
|
15436
|
+
background-color: red}
|
|
15437
|
+
.bg-xx\/0 {
|
|
15438
|
+
background-color: rgb(255 0 0 / 0)}
|
|
15439
|
+
.bg-xx\/10 {
|
|
15440
|
+
background-color: rgb(255 0 0 / 0.1)}
|
|
15441
|
+
.bg-xx\/100 {
|
|
15442
|
+
background-color: rgb(255 0 0 / 1)}
|
|
15443
|
+
.bg-xx\/20 {
|
|
15444
|
+
background-color: rgb(255 0 0 / 0.2)}
|
|
15445
|
+
.bg-xx\/25 {
|
|
15446
|
+
background-color: rgb(255 0 0 / 0.25)}
|
|
15447
|
+
.bg-xx\/30 {
|
|
15448
|
+
background-color: rgb(255 0 0 / 0.3)}
|
|
15449
|
+
.bg-xx\/40 {
|
|
15450
|
+
background-color: rgb(255 0 0 / 0.4)}
|
|
15451
|
+
.bg-xx\/5 {
|
|
15452
|
+
background-color: rgb(255 0 0 / 0.05)}
|
|
15453
|
+
.bg-xx\/50 {
|
|
15454
|
+
background-color: rgb(255 0 0 / 0.5)}
|
|
15455
|
+
.bg-xx\/60 {
|
|
15456
|
+
background-color: rgb(255 0 0 / 0.6)}
|
|
15457
|
+
.bg-xx\/70 {
|
|
15458
|
+
background-color: rgb(255 0 0 / 0.7)}
|
|
15459
|
+
.bg-xx\/75 {
|
|
15460
|
+
background-color: rgb(255 0 0 / 0.75)}
|
|
15461
|
+
.bg-xx\/80 {
|
|
15462
|
+
background-color: rgb(255 0 0 / 0.8)}
|
|
15463
|
+
.bg-xx\/90 {
|
|
15464
|
+
background-color: rgb(255 0 0 / 0.9)}
|
|
15465
|
+
.bg-xx\/95 {
|
|
15466
|
+
background-color: rgb(255 0 0 / 0.95)}
|
|
15131
15467
|
.bg-gradient-to-b {
|
|
15132
15468
|
background-image: linear-gradient(to bottom, var(--tw-gradient-stops))}
|
|
15133
15469
|
.bg-gradient-to-bl {
|
|
@@ -16750,6 +17086,70 @@ details.collapse summary::-webkit-details-marker {
|
|
|
16750
17086
|
--tw-gradient-from: oklch(var(--wa) / 0.95) var(--tw-gradient-from-position);
|
|
16751
17087
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
16752
17088
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17089
|
+
.from-xx {
|
|
17090
|
+
--tw-gradient-from: red var(--tw-gradient-from-position);
|
|
17091
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17092
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17093
|
+
.from-xx\/0 {
|
|
17094
|
+
--tw-gradient-from: rgb(255 0 0 / 0) var(--tw-gradient-from-position);
|
|
17095
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17096
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17097
|
+
.from-xx\/10 {
|
|
17098
|
+
--tw-gradient-from: rgb(255 0 0 / 0.1) var(--tw-gradient-from-position);
|
|
17099
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17100
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17101
|
+
.from-xx\/100 {
|
|
17102
|
+
--tw-gradient-from: rgb(255 0 0 / 1) var(--tw-gradient-from-position);
|
|
17103
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17104
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17105
|
+
.from-xx\/20 {
|
|
17106
|
+
--tw-gradient-from: rgb(255 0 0 / 0.2) var(--tw-gradient-from-position);
|
|
17107
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17108
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17109
|
+
.from-xx\/25 {
|
|
17110
|
+
--tw-gradient-from: rgb(255 0 0 / 0.25) var(--tw-gradient-from-position);
|
|
17111
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17112
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17113
|
+
.from-xx\/30 {
|
|
17114
|
+
--tw-gradient-from: rgb(255 0 0 / 0.3) var(--tw-gradient-from-position);
|
|
17115
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17116
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17117
|
+
.from-xx\/40 {
|
|
17118
|
+
--tw-gradient-from: rgb(255 0 0 / 0.4) var(--tw-gradient-from-position);
|
|
17119
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17120
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17121
|
+
.from-xx\/5 {
|
|
17122
|
+
--tw-gradient-from: rgb(255 0 0 / 0.05) var(--tw-gradient-from-position);
|
|
17123
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17124
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17125
|
+
.from-xx\/50 {
|
|
17126
|
+
--tw-gradient-from: rgb(255 0 0 / 0.5) var(--tw-gradient-from-position);
|
|
17127
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17128
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17129
|
+
.from-xx\/60 {
|
|
17130
|
+
--tw-gradient-from: rgb(255 0 0 / 0.6) var(--tw-gradient-from-position);
|
|
17131
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17132
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17133
|
+
.from-xx\/70 {
|
|
17134
|
+
--tw-gradient-from: rgb(255 0 0 / 0.7) var(--tw-gradient-from-position);
|
|
17135
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17136
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17137
|
+
.from-xx\/75 {
|
|
17138
|
+
--tw-gradient-from: rgb(255 0 0 / 0.75) var(--tw-gradient-from-position);
|
|
17139
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17140
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17141
|
+
.from-xx\/80 {
|
|
17142
|
+
--tw-gradient-from: rgb(255 0 0 / 0.8) var(--tw-gradient-from-position);
|
|
17143
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17144
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17145
|
+
.from-xx\/90 {
|
|
17146
|
+
--tw-gradient-from: rgb(255 0 0 / 0.9) var(--tw-gradient-from-position);
|
|
17147
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17148
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
17149
|
+
.from-xx\/95 {
|
|
17150
|
+
--tw-gradient-from: rgb(255 0 0 / 0.95) var(--tw-gradient-from-position);
|
|
17151
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
17152
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}
|
|
16753
17153
|
.from-0\% {
|
|
16754
17154
|
--tw-gradient-from-position: 0%}
|
|
16755
17155
|
.from-10\% {
|
|
@@ -17995,6 +18395,54 @@ details.collapse summary::-webkit-details-marker {
|
|
|
17995
18395
|
.via-warning\/95 {
|
|
17996
18396
|
--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
|
|
17997
18397
|
--tw-gradient-stops: var(--tw-gradient-from), oklch(var(--wa) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18398
|
+
.via-xx {
|
|
18399
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18400
|
+
--tw-gradient-stops: var(--tw-gradient-from), red var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18401
|
+
.via-xx\/0 {
|
|
18402
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18403
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18404
|
+
.via-xx\/10 {
|
|
18405
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18406
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18407
|
+
.via-xx\/100 {
|
|
18408
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18409
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18410
|
+
.via-xx\/20 {
|
|
18411
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18412
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18413
|
+
.via-xx\/25 {
|
|
18414
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18415
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18416
|
+
.via-xx\/30 {
|
|
18417
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18418
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18419
|
+
.via-xx\/40 {
|
|
18420
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18421
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18422
|
+
.via-xx\/5 {
|
|
18423
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18424
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18425
|
+
.via-xx\/50 {
|
|
18426
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18427
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18428
|
+
.via-xx\/60 {
|
|
18429
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18430
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18431
|
+
.via-xx\/70 {
|
|
18432
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18433
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18434
|
+
.via-xx\/75 {
|
|
18435
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18436
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18437
|
+
.via-xx\/80 {
|
|
18438
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18439
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18440
|
+
.via-xx\/90 {
|
|
18441
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18442
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
18443
|
+
.via-xx\/95 {
|
|
18444
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
|
|
18445
|
+
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
|
|
17998
18446
|
.via-0\% {
|
|
17999
18447
|
--tw-gradient-via-position: 0%}
|
|
18000
18448
|
.via-10\% {
|
|
@@ -18839,6 +19287,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
18839
19287
|
--tw-gradient-to: oklch(var(--wa) / 0.9) var(--tw-gradient-to-position)}
|
|
18840
19288
|
.to-warning\/95 {
|
|
18841
19289
|
--tw-gradient-to: oklch(var(--wa) / 0.95) var(--tw-gradient-to-position)}
|
|
19290
|
+
.to-xx {
|
|
19291
|
+
--tw-gradient-to: red var(--tw-gradient-to-position)}
|
|
19292
|
+
.to-xx\/0 {
|
|
19293
|
+
--tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position)}
|
|
19294
|
+
.to-xx\/10 {
|
|
19295
|
+
--tw-gradient-to: rgb(255 0 0 / 0.1) var(--tw-gradient-to-position)}
|
|
19296
|
+
.to-xx\/100 {
|
|
19297
|
+
--tw-gradient-to: rgb(255 0 0 / 1) var(--tw-gradient-to-position)}
|
|
19298
|
+
.to-xx\/20 {
|
|
19299
|
+
--tw-gradient-to: rgb(255 0 0 / 0.2) var(--tw-gradient-to-position)}
|
|
19300
|
+
.to-xx\/25 {
|
|
19301
|
+
--tw-gradient-to: rgb(255 0 0 / 0.25) var(--tw-gradient-to-position)}
|
|
19302
|
+
.to-xx\/30 {
|
|
19303
|
+
--tw-gradient-to: rgb(255 0 0 / 0.3) var(--tw-gradient-to-position)}
|
|
19304
|
+
.to-xx\/40 {
|
|
19305
|
+
--tw-gradient-to: rgb(255 0 0 / 0.4) var(--tw-gradient-to-position)}
|
|
19306
|
+
.to-xx\/5 {
|
|
19307
|
+
--tw-gradient-to: rgb(255 0 0 / 0.05) var(--tw-gradient-to-position)}
|
|
19308
|
+
.to-xx\/50 {
|
|
19309
|
+
--tw-gradient-to: rgb(255 0 0 / 0.5) var(--tw-gradient-to-position)}
|
|
19310
|
+
.to-xx\/60 {
|
|
19311
|
+
--tw-gradient-to: rgb(255 0 0 / 0.6) var(--tw-gradient-to-position)}
|
|
19312
|
+
.to-xx\/70 {
|
|
19313
|
+
--tw-gradient-to: rgb(255 0 0 / 0.7) var(--tw-gradient-to-position)}
|
|
19314
|
+
.to-xx\/75 {
|
|
19315
|
+
--tw-gradient-to: rgb(255 0 0 / 0.75) var(--tw-gradient-to-position)}
|
|
19316
|
+
.to-xx\/80 {
|
|
19317
|
+
--tw-gradient-to: rgb(255 0 0 / 0.8) var(--tw-gradient-to-position)}
|
|
19318
|
+
.to-xx\/90 {
|
|
19319
|
+
--tw-gradient-to: rgb(255 0 0 / 0.9) var(--tw-gradient-to-position)}
|
|
19320
|
+
.to-xx\/95 {
|
|
19321
|
+
--tw-gradient-to: rgb(255 0 0 / 0.95) var(--tw-gradient-to-position)}
|
|
18842
19322
|
.to-0\% {
|
|
18843
19323
|
--tw-gradient-to-position: 0%}
|
|
18844
19324
|
.to-10\% {
|
|
@@ -19685,6 +20165,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
19685
20165
|
stroke: oklch(var(--wa) / 0.9)}
|
|
19686
20166
|
.stroke-warning\/95 {
|
|
19687
20167
|
stroke: oklch(var(--wa) / 0.95)}
|
|
20168
|
+
.stroke-xx {
|
|
20169
|
+
stroke: red}
|
|
20170
|
+
.stroke-xx\/0 {
|
|
20171
|
+
stroke: rgb(255 0 0 / 0)}
|
|
20172
|
+
.stroke-xx\/10 {
|
|
20173
|
+
stroke: rgb(255 0 0 / 0.1)}
|
|
20174
|
+
.stroke-xx\/100 {
|
|
20175
|
+
stroke: rgb(255 0 0 / 1)}
|
|
20176
|
+
.stroke-xx\/20 {
|
|
20177
|
+
stroke: rgb(255 0 0 / 0.2)}
|
|
20178
|
+
.stroke-xx\/25 {
|
|
20179
|
+
stroke: rgb(255 0 0 / 0.25)}
|
|
20180
|
+
.stroke-xx\/30 {
|
|
20181
|
+
stroke: rgb(255 0 0 / 0.3)}
|
|
20182
|
+
.stroke-xx\/40 {
|
|
20183
|
+
stroke: rgb(255 0 0 / 0.4)}
|
|
20184
|
+
.stroke-xx\/5 {
|
|
20185
|
+
stroke: rgb(255 0 0 / 0.05)}
|
|
20186
|
+
.stroke-xx\/50 {
|
|
20187
|
+
stroke: rgb(255 0 0 / 0.5)}
|
|
20188
|
+
.stroke-xx\/60 {
|
|
20189
|
+
stroke: rgb(255 0 0 / 0.6)}
|
|
20190
|
+
.stroke-xx\/70 {
|
|
20191
|
+
stroke: rgb(255 0 0 / 0.7)}
|
|
20192
|
+
.stroke-xx\/75 {
|
|
20193
|
+
stroke: rgb(255 0 0 / 0.75)}
|
|
20194
|
+
.stroke-xx\/80 {
|
|
20195
|
+
stroke: rgb(255 0 0 / 0.8)}
|
|
20196
|
+
.stroke-xx\/90 {
|
|
20197
|
+
stroke: rgb(255 0 0 / 0.9)}
|
|
20198
|
+
.stroke-xx\/95 {
|
|
20199
|
+
stroke: rgb(255 0 0 / 0.95)}
|
|
19688
20200
|
.text-accent {
|
|
19689
20201
|
color: oklch(var(--a) / 1)}
|
|
19690
20202
|
.text-accent-content {
|
|
@@ -20487,6 +20999,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
20487
20999
|
color: oklch(var(--wa) / 0.9)}
|
|
20488
21000
|
.text-warning\/95 {
|
|
20489
21001
|
color: oklch(var(--wa) / 0.95)}
|
|
21002
|
+
.text-xx {
|
|
21003
|
+
color: red}
|
|
21004
|
+
.text-xx\/0 {
|
|
21005
|
+
color: rgb(255 0 0 / 0)}
|
|
21006
|
+
.text-xx\/10 {
|
|
21007
|
+
color: rgb(255 0 0 / 0.1)}
|
|
21008
|
+
.text-xx\/100 {
|
|
21009
|
+
color: rgb(255 0 0 / 1)}
|
|
21010
|
+
.text-xx\/20 {
|
|
21011
|
+
color: rgb(255 0 0 / 0.2)}
|
|
21012
|
+
.text-xx\/25 {
|
|
21013
|
+
color: rgb(255 0 0 / 0.25)}
|
|
21014
|
+
.text-xx\/30 {
|
|
21015
|
+
color: rgb(255 0 0 / 0.3)}
|
|
21016
|
+
.text-xx\/40 {
|
|
21017
|
+
color: rgb(255 0 0 / 0.4)}
|
|
21018
|
+
.text-xx\/5 {
|
|
21019
|
+
color: rgb(255 0 0 / 0.05)}
|
|
21020
|
+
.text-xx\/50 {
|
|
21021
|
+
color: rgb(255 0 0 / 0.5)}
|
|
21022
|
+
.text-xx\/60 {
|
|
21023
|
+
color: rgb(255 0 0 / 0.6)}
|
|
21024
|
+
.text-xx\/70 {
|
|
21025
|
+
color: rgb(255 0 0 / 0.7)}
|
|
21026
|
+
.text-xx\/75 {
|
|
21027
|
+
color: rgb(255 0 0 / 0.75)}
|
|
21028
|
+
.text-xx\/80 {
|
|
21029
|
+
color: rgb(255 0 0 / 0.8)}
|
|
21030
|
+
.text-xx\/90 {
|
|
21031
|
+
color: rgb(255 0 0 / 0.9)}
|
|
21032
|
+
.text-xx\/95 {
|
|
21033
|
+
color: rgb(255 0 0 / 0.95)}
|
|
20490
21034
|
.placeholder-accent::placeholder {
|
|
20491
21035
|
color: oklch(var(--a) / 1)}
|
|
20492
21036
|
.placeholder-accent-content::placeholder {
|
|
@@ -21289,6 +21833,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
21289
21833
|
color: oklch(var(--wa) / 0.9)}
|
|
21290
21834
|
.placeholder-warning\/95::placeholder {
|
|
21291
21835
|
color: oklch(var(--wa) / 0.95)}
|
|
21836
|
+
.placeholder-xx::placeholder {
|
|
21837
|
+
color: red}
|
|
21838
|
+
.placeholder-xx\/0::placeholder {
|
|
21839
|
+
color: rgb(255 0 0 / 0)}
|
|
21840
|
+
.placeholder-xx\/10::placeholder {
|
|
21841
|
+
color: rgb(255 0 0 / 0.1)}
|
|
21842
|
+
.placeholder-xx\/100::placeholder {
|
|
21843
|
+
color: rgb(255 0 0 / 1)}
|
|
21844
|
+
.placeholder-xx\/20::placeholder {
|
|
21845
|
+
color: rgb(255 0 0 / 0.2)}
|
|
21846
|
+
.placeholder-xx\/25::placeholder {
|
|
21847
|
+
color: rgb(255 0 0 / 0.25)}
|
|
21848
|
+
.placeholder-xx\/30::placeholder {
|
|
21849
|
+
color: rgb(255 0 0 / 0.3)}
|
|
21850
|
+
.placeholder-xx\/40::placeholder {
|
|
21851
|
+
color: rgb(255 0 0 / 0.4)}
|
|
21852
|
+
.placeholder-xx\/5::placeholder {
|
|
21853
|
+
color: rgb(255 0 0 / 0.05)}
|
|
21854
|
+
.placeholder-xx\/50::placeholder {
|
|
21855
|
+
color: rgb(255 0 0 / 0.5)}
|
|
21856
|
+
.placeholder-xx\/60::placeholder {
|
|
21857
|
+
color: rgb(255 0 0 / 0.6)}
|
|
21858
|
+
.placeholder-xx\/70::placeholder {
|
|
21859
|
+
color: rgb(255 0 0 / 0.7)}
|
|
21860
|
+
.placeholder-xx\/75::placeholder {
|
|
21861
|
+
color: rgb(255 0 0 / 0.75)}
|
|
21862
|
+
.placeholder-xx\/80::placeholder {
|
|
21863
|
+
color: rgb(255 0 0 / 0.8)}
|
|
21864
|
+
.placeholder-xx\/90::placeholder {
|
|
21865
|
+
color: rgb(255 0 0 / 0.9)}
|
|
21866
|
+
.placeholder-xx\/95::placeholder {
|
|
21867
|
+
color: rgb(255 0 0 / 0.95)}
|
|
21292
21868
|
.ring {
|
|
21293
21869
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
21294
21870
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -22117,6 +22693,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
22117
22693
|
--tw-ring-color: oklch(var(--wa) / 0.9)}
|
|
22118
22694
|
.ring-warning\/95 {
|
|
22119
22695
|
--tw-ring-color: oklch(var(--wa) / 0.95)}
|
|
22696
|
+
.ring-xx {
|
|
22697
|
+
--tw-ring-color: red}
|
|
22698
|
+
.ring-xx\/0 {
|
|
22699
|
+
--tw-ring-color: rgb(255 0 0 / 0)}
|
|
22700
|
+
.ring-xx\/10 {
|
|
22701
|
+
--tw-ring-color: rgb(255 0 0 / 0.1)}
|
|
22702
|
+
.ring-xx\/100 {
|
|
22703
|
+
--tw-ring-color: rgb(255 0 0 / 1)}
|
|
22704
|
+
.ring-xx\/20 {
|
|
22705
|
+
--tw-ring-color: rgb(255 0 0 / 0.2)}
|
|
22706
|
+
.ring-xx\/25 {
|
|
22707
|
+
--tw-ring-color: rgb(255 0 0 / 0.25)}
|
|
22708
|
+
.ring-xx\/30 {
|
|
22709
|
+
--tw-ring-color: rgb(255 0 0 / 0.3)}
|
|
22710
|
+
.ring-xx\/40 {
|
|
22711
|
+
--tw-ring-color: rgb(255 0 0 / 0.4)}
|
|
22712
|
+
.ring-xx\/5 {
|
|
22713
|
+
--tw-ring-color: rgb(255 0 0 / 0.05)}
|
|
22714
|
+
.ring-xx\/50 {
|
|
22715
|
+
--tw-ring-color: rgb(255 0 0 / 0.5)}
|
|
22716
|
+
.ring-xx\/60 {
|
|
22717
|
+
--tw-ring-color: rgb(255 0 0 / 0.6)}
|
|
22718
|
+
.ring-xx\/70 {
|
|
22719
|
+
--tw-ring-color: rgb(255 0 0 / 0.7)}
|
|
22720
|
+
.ring-xx\/75 {
|
|
22721
|
+
--tw-ring-color: rgb(255 0 0 / 0.75)}
|
|
22722
|
+
.ring-xx\/80 {
|
|
22723
|
+
--tw-ring-color: rgb(255 0 0 / 0.8)}
|
|
22724
|
+
.ring-xx\/90 {
|
|
22725
|
+
--tw-ring-color: rgb(255 0 0 / 0.9)}
|
|
22726
|
+
.ring-xx\/95 {
|
|
22727
|
+
--tw-ring-color: rgb(255 0 0 / 0.95)}
|
|
22120
22728
|
.ring-offset-0 {
|
|
22121
22729
|
--tw-ring-offset-width: 0px}
|
|
22122
22730
|
.ring-offset-1 {
|
|
@@ -22929,6 +23537,38 @@ details.collapse summary::-webkit-details-marker {
|
|
|
22929
23537
|
--tw-ring-offset-color: oklch(var(--wa) / 0.9)}
|
|
22930
23538
|
.ring-offset-warning\/95 {
|
|
22931
23539
|
--tw-ring-offset-color: oklch(var(--wa) / 0.95)}
|
|
23540
|
+
.ring-offset-xx {
|
|
23541
|
+
--tw-ring-offset-color: red}
|
|
23542
|
+
.ring-offset-xx\/0 {
|
|
23543
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0)}
|
|
23544
|
+
.ring-offset-xx\/10 {
|
|
23545
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.1)}
|
|
23546
|
+
.ring-offset-xx\/100 {
|
|
23547
|
+
--tw-ring-offset-color: rgb(255 0 0 / 1)}
|
|
23548
|
+
.ring-offset-xx\/20 {
|
|
23549
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.2)}
|
|
23550
|
+
.ring-offset-xx\/25 {
|
|
23551
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.25)}
|
|
23552
|
+
.ring-offset-xx\/30 {
|
|
23553
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.3)}
|
|
23554
|
+
.ring-offset-xx\/40 {
|
|
23555
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.4)}
|
|
23556
|
+
.ring-offset-xx\/5 {
|
|
23557
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.05)}
|
|
23558
|
+
.ring-offset-xx\/50 {
|
|
23559
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.5)}
|
|
23560
|
+
.ring-offset-xx\/60 {
|
|
23561
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.6)}
|
|
23562
|
+
.ring-offset-xx\/70 {
|
|
23563
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.7)}
|
|
23564
|
+
.ring-offset-xx\/75 {
|
|
23565
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.75)}
|
|
23566
|
+
.ring-offset-xx\/80 {
|
|
23567
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.8)}
|
|
23568
|
+
.ring-offset-xx\/90 {
|
|
23569
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.9)}
|
|
23570
|
+
.ring-offset-xx\/95 {
|
|
23571
|
+
--tw-ring-offset-color: rgb(255 0 0 / 0.95)}
|
|
22932
23572
|
.transition {
|
|
22933
23573
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
22934
23574
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
@@ -23211,10 +23851,6 @@ details.collapse summary::-webkit-details-marker {
|
|
|
23211
23851
|
width: 4rem;
|
|
23212
23852
|
border-radius: 9999px;
|
|
23213
23853
|
padding: 0px}
|
|
23214
|
-
.btn-group-horizontal {
|
|
23215
|
-
flex-direction: row}
|
|
23216
|
-
.btn-group-vertical {
|
|
23217
|
-
flex-direction: column}
|
|
23218
23854
|
.card-side {
|
|
23219
23855
|
align-items: stretch;
|
|
23220
23856
|
flex-direction: row}
|
|
@@ -25484,17 +26120,6 @@ details.collapse summary::-webkit-details-marker {
|
|
|
25484
26120
|
--tw-text-opacity: 1;
|
|
25485
26121
|
color: oklch(var(--erc) / var(--tw-text-opacity))}
|
|
25486
26122
|
@media (min-width: 640px) {
|
|
25487
|
-
.sm\:input-group-md {
|
|
25488
|
-
font-size: 0.875rem;
|
|
25489
|
-
line-height: 1.25rem;
|
|
25490
|
-
line-height: 2}
|
|
25491
|
-
.sm\:input-group-lg {
|
|
25492
|
-
font-size: 1.125rem;
|
|
25493
|
-
line-height: 1.75rem;
|
|
25494
|
-
line-height: 2}
|
|
25495
|
-
.sm\:input-group-sm {
|
|
25496
|
-
font-size: 0.875rem;
|
|
25497
|
-
line-height: 2rem}
|
|
25498
26123
|
.sm\:stats {
|
|
25499
26124
|
display: inline-grid;
|
|
25500
26125
|
--tw-bg-opacity: 1;
|
|
@@ -25521,17 +26146,6 @@ details.collapse summary::-webkit-details-marker {
|
|
|
25521
26146
|
:is([dir="rtl"] .sm\:stats > :not([hidden]) ~ :not([hidden])) {
|
|
25522
26147
|
--tw-divide-x-reverse: 1}}
|
|
25523
26148
|
@media (min-width: 768px) {
|
|
25524
|
-
.md\:input-group-md {
|
|
25525
|
-
font-size: 0.875rem;
|
|
25526
|
-
line-height: 1.25rem;
|
|
25527
|
-
line-height: 2}
|
|
25528
|
-
.md\:input-group-lg {
|
|
25529
|
-
font-size: 1.125rem;
|
|
25530
|
-
line-height: 1.75rem;
|
|
25531
|
-
line-height: 2}
|
|
25532
|
-
.md\:input-group-sm {
|
|
25533
|
-
font-size: 0.875rem;
|
|
25534
|
-
line-height: 2rem}
|
|
25535
26149
|
.md\:stats {
|
|
25536
26150
|
display: inline-grid;
|
|
25537
26151
|
--tw-bg-opacity: 1;
|
|
@@ -25558,17 +26172,6 @@ details.collapse summary::-webkit-details-marker {
|
|
|
25558
26172
|
:is([dir="rtl"] .md\:stats > :not([hidden]) ~ :not([hidden])) {
|
|
25559
26173
|
--tw-divide-x-reverse: 1}}
|
|
25560
26174
|
@media (min-width: 1024px) {
|
|
25561
|
-
.lg\:input-group-md {
|
|
25562
|
-
font-size: 0.875rem;
|
|
25563
|
-
line-height: 1.25rem;
|
|
25564
|
-
line-height: 2}
|
|
25565
|
-
.lg\:input-group-lg {
|
|
25566
|
-
font-size: 1.125rem;
|
|
25567
|
-
line-height: 1.75rem;
|
|
25568
|
-
line-height: 2}
|
|
25569
|
-
.lg\:input-group-sm {
|
|
25570
|
-
font-size: 0.875rem;
|
|
25571
|
-
line-height: 2rem}
|
|
25572
26175
|
.lg\:stats {
|
|
25573
26176
|
display: inline-grid;
|
|
25574
26177
|
--tw-bg-opacity: 1;
|
|
@@ -25595,17 +26198,6 @@ details.collapse summary::-webkit-details-marker {
|
|
|
25595
26198
|
:is([dir="rtl"] .lg\:stats > :not([hidden]) ~ :not([hidden])) {
|
|
25596
26199
|
--tw-divide-x-reverse: 1}}
|
|
25597
26200
|
@media (min-width: 1280px) {
|
|
25598
|
-
.xl\:input-group-md {
|
|
25599
|
-
font-size: 0.875rem;
|
|
25600
|
-
line-height: 1.25rem;
|
|
25601
|
-
line-height: 2}
|
|
25602
|
-
.xl\:input-group-lg {
|
|
25603
|
-
font-size: 1.125rem;
|
|
25604
|
-
line-height: 1.75rem;
|
|
25605
|
-
line-height: 2}
|
|
25606
|
-
.xl\:input-group-sm {
|
|
25607
|
-
font-size: 0.875rem;
|
|
25608
|
-
line-height: 2rem}
|
|
25609
26201
|
.xl\:stats {
|
|
25610
26202
|
display: inline-grid;
|
|
25611
26203
|
--tw-bg-opacity: 1;
|