beercss 4.0.1 → 4.0.3
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/README.md +18 -17
- package/dist/cdn/arch.svg +1 -3
- package/dist/cdn/arrow.svg +1 -3
- package/dist/cdn/beer.css +300 -261
- package/dist/cdn/beer.custom-element.js +2 -2
- package/dist/cdn/beer.custom-element.min.js +1 -1
- package/dist/cdn/beer.min.css +1 -1
- package/dist/cdn/beer.scoped.css +300 -261
- package/dist/cdn/beer.scoped.min.css +2 -2
- package/dist/cdn/boom.svg +1 -3
- package/dist/cdn/bun.svg +1 -3
- package/dist/cdn/burst.svg +1 -3
- package/dist/cdn/circle.svg +1 -3
- package/dist/cdn/clamshell.svg +1 -3
- package/dist/cdn/diamond.svg +1 -3
- package/dist/cdn/fan.svg +1 -3
- package/dist/cdn/flower.svg +1 -3
- package/dist/cdn/gem.svg +1 -3
- package/dist/cdn/ghost-ish.svg +1 -3
- package/dist/cdn/heart.svg +1 -3
- package/dist/cdn/leaf-clover4.svg +1 -3
- package/dist/cdn/leaf-clover8.svg +1 -3
- package/dist/cdn/loading-indicator.svg +1 -19
- package/dist/cdn/oval.svg +1 -3
- package/dist/cdn/pentagon.svg +1 -3
- package/dist/cdn/pill.svg +1 -3
- package/dist/cdn/pixel-circle.svg +1 -3
- package/dist/cdn/pixel-triangle.svg +1 -3
- package/dist/cdn/puffy-diamond.svg +1 -3
- package/dist/cdn/puffy.svg +1 -3
- package/dist/cdn/semicircle.svg +1 -3
- package/dist/cdn/sided-cookie12.svg +1 -3
- package/dist/cdn/sided-cookie4.svg +1 -3
- package/dist/cdn/sided-cookie6.svg +1 -3
- package/dist/cdn/sided-cookie7.svg +1 -3
- package/dist/cdn/sided-cookie9.svg +1 -3
- package/dist/cdn/slanted.svg +1 -3
- package/dist/cdn/soft-boom.svg +1 -3
- package/dist/cdn/soft-burst.svg +1 -3
- package/dist/cdn/square.svg +1 -3
- package/dist/cdn/sunny.svg +1 -3
- package/dist/cdn/triangle.svg +1 -3
- package/dist/cdn/very-sunny.svg +1 -3
- package/dist/cdn/wavy-circle.svg +1 -4
- package/dist/cdn/wavy.svg +1 -5
- package/package.json +2 -1
- package/src/cdn/beer.css +1 -1
- package/src/cdn/customElement.js +2 -2
- package/src/cdn/elements/fields.css +7 -1
- package/src/cdn/elements/lists.css +2 -1
- package/src/cdn/elements/menus.css +51 -26
- package/src/cdn/elements/navigations.css +14 -43
- package/src/cdn/settings/fonts.css +4 -4
- package/src/cdn/settings/theme.css +36 -0
- package/src/cdn/shapes/arch.svg +1 -3
- package/src/cdn/shapes/arrow.svg +1 -3
- package/src/cdn/shapes/boom.svg +1 -3
- package/src/cdn/shapes/bun.svg +1 -3
- package/src/cdn/shapes/burst.svg +1 -3
- package/src/cdn/shapes/circle.svg +1 -3
- package/src/cdn/shapes/clamshell.svg +1 -3
- package/src/cdn/shapes/diamond.svg +1 -3
- package/src/cdn/shapes/fan.svg +1 -3
- package/src/cdn/shapes/flower.svg +1 -3
- package/src/cdn/shapes/gem.svg +1 -3
- package/src/cdn/shapes/ghost-ish.svg +1 -3
- package/src/cdn/shapes/heart.svg +1 -3
- package/src/cdn/shapes/leaf-clover4.svg +1 -3
- package/src/cdn/shapes/leaf-clover8.svg +1 -3
- package/src/cdn/shapes/loading-indicator.svg +1 -19
- package/src/cdn/shapes/oval.svg +1 -3
- package/src/cdn/shapes/pentagon.svg +1 -3
- package/src/cdn/shapes/pill.svg +1 -3
- package/src/cdn/shapes/pixel-circle.svg +1 -3
- package/src/cdn/shapes/pixel-triangle.svg +1 -3
- package/src/cdn/shapes/puffy-diamond.svg +1 -3
- package/src/cdn/shapes/puffy.svg +1 -3
- package/src/cdn/shapes/semicircle.svg +1 -3
- package/src/cdn/shapes/sided-cookie12.svg +1 -3
- package/src/cdn/shapes/sided-cookie4.svg +1 -3
- package/src/cdn/shapes/sided-cookie6.svg +1 -3
- package/src/cdn/shapes/sided-cookie7.svg +1 -3
- package/src/cdn/shapes/sided-cookie9.svg +1 -3
- package/src/cdn/shapes/slanted.svg +1 -3
- package/src/cdn/shapes/soft-boom.svg +1 -3
- package/src/cdn/shapes/soft-burst.svg +1 -3
- package/src/cdn/shapes/square.svg +1 -3
- package/src/cdn/shapes/sunny.svg +1 -3
- package/src/cdn/shapes/triangle.svg +1 -3
- package/src/cdn/shapes/very-sunny.svg +1 -3
- package/src/cdn/shapes/wavy-circle.svg +1 -4
- package/src/cdn/shapes/wavy.svg +1 -5
package/dist/cdn/beer.scoped.css
CHANGED
|
@@ -140,7 +140,7 @@ body.dark {
|
|
|
140
140
|
font-style: normal;
|
|
141
141
|
font-weight: 400;
|
|
142
142
|
font-display: swap;
|
|
143
|
-
src: url(material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.
|
|
143
|
+
src: url(material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.3/dist/cdn/material-symbols-outlined.woff2) format("woff2");
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
/* rounded icons */
|
|
@@ -150,7 +150,7 @@ body.dark {
|
|
|
150
150
|
font-style: normal;
|
|
151
151
|
font-weight: 400;
|
|
152
152
|
font-display: swap;
|
|
153
|
-
src: url(material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.
|
|
153
|
+
src: url(material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.3/dist/cdn/material-symbols-rounded.woff2) format("woff2");
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/* sharp icons */
|
|
@@ -160,7 +160,7 @@ body.dark {
|
|
|
160
160
|
font-style: normal;
|
|
161
161
|
font-weight: 400;
|
|
162
162
|
font-display: swap;
|
|
163
|
-
src: url(material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.
|
|
163
|
+
src: url(material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.3/dist/cdn/material-symbols-sharp.woff2) format("woff2");
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/* subset of only required icons */
|
|
@@ -170,7 +170,7 @@ body.dark {
|
|
|
170
170
|
font-style: normal;
|
|
171
171
|
font-weight: 400;
|
|
172
172
|
font-display: swap;
|
|
173
|
-
src: url(material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.
|
|
173
|
+
src: url(material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@4.0.3/dist/cdn/material-symbols-subset.woff2) format("woff2");
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
/* begin scoped */
|
|
@@ -256,193 +256,6 @@ div:is(:not([class]), [class=active]):has(> :not(.responsive) ~ :is(menu, .toolt
|
|
|
256
256
|
display: inline-flex;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.transparent {
|
|
260
|
-
background-color: transparent !important;
|
|
261
|
-
box-shadow: none !important;
|
|
262
|
-
color: inherit !important;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.primary {
|
|
266
|
-
background-color: var(--primary) !important;
|
|
267
|
-
color: var(--on-primary) !important;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.primary-text {
|
|
271
|
-
color: var(--primary) !important;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.primary-border {
|
|
275
|
-
border-color: var(--primary) !important;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.primary-container {
|
|
279
|
-
background-color: var(--primary-container) !important;
|
|
280
|
-
color: var(--on-primary-container) !important;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.secondary {
|
|
284
|
-
background-color: var(--secondary) !important;
|
|
285
|
-
color: var(--on-secondary) !important;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.secondary-text {
|
|
289
|
-
color: var(--secondary) !important;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.secondary-border {
|
|
293
|
-
border-color: var(--secondary) !important;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.secondary-container {
|
|
297
|
-
background-color: var(--secondary-container) !important;
|
|
298
|
-
color: var(--on-secondary-container) !important;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.tertiary {
|
|
302
|
-
background-color: var(--tertiary) !important;
|
|
303
|
-
color: var(--on-tertiary) !important;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
.tertiary-text {
|
|
307
|
-
color: var(--tertiary) !important;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.tertiary-border {
|
|
311
|
-
border-color: var(--tertiary) !important;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.tertiary-container {
|
|
315
|
-
background-color: var(--tertiary-container) !important;
|
|
316
|
-
color: var(--on-tertiary-container) !important;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.error {
|
|
320
|
-
background-color: var(--error) !important;
|
|
321
|
-
color: var(--on-error) !important;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.error-text {
|
|
325
|
-
color: var(--error) !important;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.error-border {
|
|
329
|
-
border-color: var(--error) !important;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
.error-container {
|
|
333
|
-
background-color: var(--error-container) !important;
|
|
334
|
-
color: var(--on-error-container) !important;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.background {
|
|
338
|
-
background-color: var(--background) !important;
|
|
339
|
-
color: var(--on-background) !important;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.surface,
|
|
343
|
-
.surface-dim,
|
|
344
|
-
.surface-bright,
|
|
345
|
-
.surface-container-lowest,
|
|
346
|
-
.surface-container-low,
|
|
347
|
-
.surface-container,
|
|
348
|
-
.surface-container-high,
|
|
349
|
-
.surface-container-highest {
|
|
350
|
-
background-color: var(--surface) !important;
|
|
351
|
-
color: var(--on-surface) !important;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.surface-variant {
|
|
355
|
-
background-color: var(--surface-variant) !important;
|
|
356
|
-
color: var(--on-surface-variant) !important;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.inverse-surface {
|
|
360
|
-
background-color: var(--inverse-surface);
|
|
361
|
-
color: var(--inverse-on-surface);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.inverse-primary {
|
|
365
|
-
background-color: var(--inverse-primary);
|
|
366
|
-
color: var(--primary);
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.inverse-primary-text {
|
|
370
|
-
color: var(--inverse-primary) !important;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.inverse-primary-border {
|
|
374
|
-
border-color: var(--inverse-primary) !important;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.surface-dim {
|
|
378
|
-
background-color: var(--surface-dim) !important;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
.surface-bright {
|
|
382
|
-
background-color: var(--surface-bright) !important;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.surface-container-lowest {
|
|
386
|
-
background-color: var(--surface-container-lowest) !important;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.surface-container-low {
|
|
390
|
-
background-color: var(--surface-container-low) !important;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.surface-container {
|
|
394
|
-
background-color: var(--surface-container) !important;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.surface-container-high {
|
|
398
|
-
background-color: var(--surface-container-high) !important;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.surface-container-highest {
|
|
402
|
-
background-color: var(--surface-container-highest) !important;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.surface-container-low {
|
|
406
|
-
background-color: var(--surface-container-low) !important;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.black {
|
|
410
|
-
background-color: #000 !important;
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
.black-border {
|
|
414
|
-
border-color: #000 !important;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.black-text {
|
|
418
|
-
color: #000 !important;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.white {
|
|
422
|
-
background-color: #FFF !important;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.white-border {
|
|
426
|
-
border-color: #FFF !important;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.white-text {
|
|
430
|
-
color: #FFF !important;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.transparent-border {
|
|
434
|
-
border-color: transparent !important;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.transparent-text {
|
|
438
|
-
color: transparent !important;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.fill:not(i) {
|
|
442
|
-
background-color: var(--surface-variant) !important;
|
|
443
|
-
color: var(--on-surface-variant) !important;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
259
|
.middle-align {
|
|
447
260
|
display: flex;
|
|
448
261
|
align-items: center !important;
|
|
@@ -3130,10 +2943,16 @@ input[type=number] {
|
|
|
3130
2943
|
padding: 0.25rem 1.5rem;
|
|
3131
2944
|
}
|
|
3132
2945
|
|
|
3133
|
-
.field.invalid > output:not(.invalid)
|
|
2946
|
+
.field.invalid > output:not(.invalid),
|
|
2947
|
+
.field:not(.invalid) > output.invalid {
|
|
3134
2948
|
display: none;
|
|
3135
2949
|
}
|
|
3136
2950
|
|
|
2951
|
+
.field.invalid > output.invalid ~ menu,
|
|
2952
|
+
.field:not(.invalid) > output:not(.invalid) ~ menu {
|
|
2953
|
+
inset: auto auto 1.75rem 0;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
3137
2956
|
table td > .field {
|
|
3138
2957
|
margin: 0;
|
|
3139
2958
|
}
|
|
@@ -3510,7 +3329,8 @@ i[class*=fa-] {
|
|
|
3510
3329
|
min-block-size: 5.5rem;
|
|
3511
3330
|
}
|
|
3512
3331
|
|
|
3513
|
-
|
|
3332
|
+
.list > li:focus-visible,
|
|
3333
|
+
.list > li > a:only-child:focus-visible {
|
|
3514
3334
|
outline: 0.125rem solid var(--primary);
|
|
3515
3335
|
outline-offset: -0.25rem;
|
|
3516
3336
|
}
|
|
@@ -3705,11 +3525,14 @@ menu {
|
|
|
3705
3525
|
color: var(--on-surface);
|
|
3706
3526
|
line-height: normal;
|
|
3707
3527
|
text-align: start;
|
|
3708
|
-
border-radius:
|
|
3528
|
+
border-radius: 1rem;
|
|
3709
3529
|
transform: scale(0.8) translateY(120%);
|
|
3710
|
-
transition: all var(--speed2),
|
|
3530
|
+
transition: all var(--speed2) var(--speed2), background-color 0s;
|
|
3711
3531
|
justify-content: flex-start;
|
|
3712
|
-
padding: 0.
|
|
3532
|
+
padding: 0.125rem 0.25rem;
|
|
3533
|
+
display: flex;
|
|
3534
|
+
flex-direction: column;
|
|
3535
|
+
gap: 0.125rem;
|
|
3713
3536
|
}
|
|
3714
3537
|
|
|
3715
3538
|
[dir=rtl] menu {
|
|
@@ -3722,21 +3545,27 @@ menu.no-wrap {
|
|
|
3722
3545
|
}
|
|
3723
3546
|
|
|
3724
3547
|
menu.active,
|
|
3725
|
-
:not(
|
|
3548
|
+
:not([data-ui]):focus-within > menu,
|
|
3726
3549
|
menu > li:hover > menu,
|
|
3727
3550
|
menu > li > menu:hover {
|
|
3728
3551
|
opacity: 1;
|
|
3729
3552
|
visibility: visible;
|
|
3730
3553
|
transform: scale(1) translateY(100%);
|
|
3554
|
+
transition: all var(--speed2), background-color 0s;
|
|
3731
3555
|
}
|
|
3732
3556
|
|
|
3733
|
-
menu.active
|
|
3734
|
-
:not(
|
|
3557
|
+
menu.top.active,
|
|
3558
|
+
:not([data-ui]):focus-within > menu.top,
|
|
3735
3559
|
menu > li:hover > menu.top,
|
|
3736
3560
|
menu > li > menu.top:hover {
|
|
3737
3561
|
transform: scale(1) translateY(-100%);
|
|
3738
3562
|
}
|
|
3739
3563
|
|
|
3564
|
+
menu:is(.min, .max).active,
|
|
3565
|
+
:not([data-ui]):focus-within > menu:is(.min, .max) {
|
|
3566
|
+
transform: scale(1);
|
|
3567
|
+
}
|
|
3568
|
+
|
|
3740
3569
|
menu * {
|
|
3741
3570
|
white-space: inherit !important;
|
|
3742
3571
|
}
|
|
@@ -3754,14 +3583,40 @@ menu > li > a:only-child {
|
|
|
3754
3583
|
white-space: nowrap;
|
|
3755
3584
|
gap: 1rem;
|
|
3756
3585
|
padding: 0.5rem 1rem;
|
|
3757
|
-
min-block-size:
|
|
3586
|
+
min-block-size: 2.75rem;
|
|
3758
3587
|
flex: 1;
|
|
3759
3588
|
margin: 0 !important;
|
|
3760
3589
|
cursor: pointer;
|
|
3590
|
+
border-radius: 0.25rem;
|
|
3591
|
+
transition: border-radius var(--speed2);
|
|
3761
3592
|
}
|
|
3762
3593
|
|
|
3763
|
-
menu > li:
|
|
3764
|
-
|
|
3594
|
+
menu > li:first-child {
|
|
3595
|
+
border-top-left-radius: inherit;
|
|
3596
|
+
border-top-right-radius: inherit;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
menu > li:last-child {
|
|
3600
|
+
border-bottom-left-radius: inherit;
|
|
3601
|
+
border-bottom-right-radius: inherit;
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3604
|
+
menu > li:not(.none):hover {
|
|
3605
|
+
background-color: color-mix(in srgb, currentColor 10%, transparent);
|
|
3606
|
+
}
|
|
3607
|
+
|
|
3608
|
+
menu > li.active {
|
|
3609
|
+
background-color: var(--tertiary-container);
|
|
3610
|
+
color: var(--on-tertiary-container);
|
|
3611
|
+
}
|
|
3612
|
+
|
|
3613
|
+
menu > li:is(.active, :active) {
|
|
3614
|
+
border-radius: inherit;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
menu > li.none {
|
|
3618
|
+
background: none;
|
|
3619
|
+
border-radius: 0;
|
|
3765
3620
|
}
|
|
3766
3621
|
|
|
3767
3622
|
menu > li > :is(.max, .field),
|
|
@@ -3774,10 +3629,7 @@ menu > li:has(.field, a:only-child) {
|
|
|
3774
3629
|
|
|
3775
3630
|
menu.min {
|
|
3776
3631
|
inset: 0 0 auto 0;
|
|
3777
|
-
transform:
|
|
3778
|
-
background-color: var(--surface-variant) !important;
|
|
3779
|
-
color: var(--on-surface-variant) !important;
|
|
3780
|
-
padding: 0;
|
|
3632
|
+
transform: scale(0.8);
|
|
3781
3633
|
}
|
|
3782
3634
|
|
|
3783
3635
|
[dir=rtl] menu.min.right,
|
|
@@ -3800,12 +3652,14 @@ menu.max {
|
|
|
3800
3652
|
max-block-size: none;
|
|
3801
3653
|
min-block-size: auto;
|
|
3802
3654
|
z-index: 100;
|
|
3803
|
-
transform:
|
|
3804
|
-
background-color: var(--surface-variant) !important;
|
|
3805
|
-
color: var(--on-surface-variant) !important;
|
|
3655
|
+
transform: scale(0.8);
|
|
3806
3656
|
border-radius: 0;
|
|
3807
3657
|
}
|
|
3808
3658
|
|
|
3659
|
+
menu.max > :is(li, li.none) {
|
|
3660
|
+
flex: none;
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3809
3663
|
menu.no-wrap:is(.min, .max) {
|
|
3810
3664
|
min-inline-size: 16rem;
|
|
3811
3665
|
}
|
|
@@ -3870,15 +3724,6 @@ menu.large-space > li {
|
|
|
3870
3724
|
min-block-size: 4rem;
|
|
3871
3725
|
}
|
|
3872
3726
|
|
|
3873
|
-
menu.border > li:not(:last-child)::before {
|
|
3874
|
-
content: '';
|
|
3875
|
-
position: absolute;
|
|
3876
|
-
background-color: var(--outline-variant);
|
|
3877
|
-
inset: auto 0 0 0;
|
|
3878
|
-
block-size: 0.0625rem;
|
|
3879
|
-
inline-size: auto;
|
|
3880
|
-
}
|
|
3881
|
-
|
|
3882
3727
|
menu.transparent {
|
|
3883
3728
|
margin: 0 -1rem !important;
|
|
3884
3729
|
padding: 0.5rem;
|
|
@@ -4115,6 +3960,11 @@ nav:is(.top, .bottom) > header {
|
|
|
4115
3960
|
|
|
4116
3961
|
nav > header > * {
|
|
4117
3962
|
margin: 0;
|
|
3963
|
+
transition: none;
|
|
3964
|
+
}
|
|
3965
|
+
|
|
3966
|
+
nav.max > header > * {
|
|
3967
|
+
transition: all var(--speed1);
|
|
4118
3968
|
}
|
|
4119
3969
|
|
|
4120
3970
|
nav > header > .extend:hover {
|
|
@@ -4190,7 +4040,6 @@ nav:not(.max):is(.left, .right, .top, .bottom) > a:not(.button, .chip) > i,
|
|
|
4190
4040
|
nav:not(.max):is(.left, .right, .top, .bottom) > :is(ol, ul) > li > a:not(.button, .chip) > i {
|
|
4191
4041
|
padding: 0.25rem 1rem;
|
|
4192
4042
|
border-radius: 2rem;
|
|
4193
|
-
transition: padding var(--speed1) linear;
|
|
4194
4043
|
margin: 0 auto;
|
|
4195
4044
|
}
|
|
4196
4045
|
|
|
@@ -4205,6 +4054,11 @@ nav.max:is(.left, .right, .top, .bottom) > :is(ol, ul) > li > a:not(.button, .ch
|
|
|
4205
4054
|
font-size: inherit;
|
|
4206
4055
|
}
|
|
4207
4056
|
|
|
4057
|
+
nav:is(.left, .right, .top, .bottom) > a.active:not(.button, .chip),
|
|
4058
|
+
nav:is(.left, .right, .top, .bottom) > :is(ol, ul) > li > a.active:not(.button, .chip) {
|
|
4059
|
+
transition: padding var(--speed1) linear;
|
|
4060
|
+
}
|
|
4061
|
+
|
|
4208
4062
|
nav.max:is(.top, .bottom) > a:not(.button, .chip),
|
|
4209
4063
|
nav.max:is(.top, .bottom) > :is(ol, ul) > li > a:not(.button, .chip) {
|
|
4210
4064
|
gap: 0.25rem;
|
|
@@ -4220,6 +4074,10 @@ nav:is(.left, .right, .top, .bottom):not(.max) > :is(ol, ul) > li > a.active:not
|
|
|
4220
4074
|
color: var(--on-secondary-container);
|
|
4221
4075
|
}
|
|
4222
4076
|
|
|
4077
|
+
nav.vertical > :is(ol, ul) {
|
|
4078
|
+
align-items: normal;
|
|
4079
|
+
}
|
|
4080
|
+
|
|
4223
4081
|
:is(nav, .row):is(.left-align, .top-align, .vertical) {
|
|
4224
4082
|
justify-content: flex-start;
|
|
4225
4083
|
}
|
|
@@ -4394,48 +4252,6 @@ nav.split > :is(.button, button):not(.chip, .fill, .border) {
|
|
|
4394
4252
|
color: var(--on-primary);
|
|
4395
4253
|
}
|
|
4396
4254
|
|
|
4397
|
-
nav.group.primary-container > button,
|
|
4398
|
-
nav:is(.max, .toolbar, .tabbed, .group).primary > :is(button, a).active,
|
|
4399
|
-
nav:not(.max, .toolbar, .tabbed, .group).primary > a.active:not(.button, .chip) > i {
|
|
4400
|
-
background-color: var(--primary-container) !important;
|
|
4401
|
-
color: var(--on-primary-container) !important;
|
|
4402
|
-
}
|
|
4403
|
-
|
|
4404
|
-
nav.group.primary > button,
|
|
4405
|
-
nav:is(.max, .toolbar, .tabbed, .group).primary-container > :is(button, a).active,
|
|
4406
|
-
nav:not(.max, .toolbar, .tabbed, .group).primary-container > a.active:not(.button, .chip) > i {
|
|
4407
|
-
background-color: var(--primary) !important;
|
|
4408
|
-
color: var(--on-primary) !important;
|
|
4409
|
-
}
|
|
4410
|
-
|
|
4411
|
-
nav.group.secondary-container > button,
|
|
4412
|
-
nav:is(.max, .toolbar, .tabbed, .group).secondary > :is(button, a).active,
|
|
4413
|
-
nav:not(.max, .toolbar, .tabbed, .group).secondary > a.active:not(.button, .chip) > i {
|
|
4414
|
-
background-color: var(--secondary-container) !important;
|
|
4415
|
-
color: var(--on-secondary-container) !important;
|
|
4416
|
-
}
|
|
4417
|
-
|
|
4418
|
-
nav.group.secondary > button,
|
|
4419
|
-
nav:is(.max, .toolbar, .tabbed, .group).secondary-container > :is(button, a).active,
|
|
4420
|
-
nav:not(.max, .toolbar, .tabbed, .group).secondary-container > a.active:not(.button, .chip) > i {
|
|
4421
|
-
background-color: var(--secondary) !important;
|
|
4422
|
-
color: var(--on-secondary) !important;
|
|
4423
|
-
}
|
|
4424
|
-
|
|
4425
|
-
nav.group.tertiary-container > button,
|
|
4426
|
-
nav:is(.max, .toolbar, .tabbed, .group).tertiary > :is(button, a).active,
|
|
4427
|
-
nav:not(.max, .toolbar, .tabbed, .group).tertiary > a.active:not(.button, .chip) > i {
|
|
4428
|
-
background-color: var(--tertiary-container) !important;
|
|
4429
|
-
color: var(--on-tertiary-container) !important;
|
|
4430
|
-
}
|
|
4431
|
-
|
|
4432
|
-
nav.group.tertiary > button,
|
|
4433
|
-
nav:is(.max, .toolbar, .tabbed, .group).tertiary-container > :is(button, a).active,
|
|
4434
|
-
nav:not(.max, .toolbar, .tabbed, .group).tertiary-container > a.active:not(.button, .chip) > i {
|
|
4435
|
-
background-color: var(--tertiary) !important;
|
|
4436
|
-
color: var(--on-tertiary) !important;
|
|
4437
|
-
}
|
|
4438
|
-
|
|
4439
4255
|
@media only screen and (max-width: 600px) {
|
|
4440
4256
|
nav.top,
|
|
4441
4257
|
nav.bottom {
|
|
@@ -5900,6 +5716,229 @@ menu:active ~ .tooltip,
|
|
|
5900
5716
|
box-shadow: var(--elevate2);
|
|
5901
5717
|
}
|
|
5902
5718
|
|
|
5719
|
+
.transparent {
|
|
5720
|
+
background-color: transparent !important;
|
|
5721
|
+
box-shadow: none !important;
|
|
5722
|
+
color: inherit !important;
|
|
5723
|
+
}
|
|
5724
|
+
|
|
5725
|
+
.primary {
|
|
5726
|
+
background-color: var(--primary) !important;
|
|
5727
|
+
color: var(--on-primary) !important;
|
|
5728
|
+
}
|
|
5729
|
+
|
|
5730
|
+
.primary-text {
|
|
5731
|
+
color: var(--primary) !important;
|
|
5732
|
+
}
|
|
5733
|
+
|
|
5734
|
+
.primary-border {
|
|
5735
|
+
border-color: var(--primary) !important;
|
|
5736
|
+
}
|
|
5737
|
+
|
|
5738
|
+
.primary-container {
|
|
5739
|
+
background-color: var(--primary-container) !important;
|
|
5740
|
+
color: var(--on-primary-container) !important;
|
|
5741
|
+
}
|
|
5742
|
+
|
|
5743
|
+
.secondary {
|
|
5744
|
+
background-color: var(--secondary) !important;
|
|
5745
|
+
color: var(--on-secondary) !important;
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5748
|
+
.secondary-text {
|
|
5749
|
+
color: var(--secondary) !important;
|
|
5750
|
+
}
|
|
5751
|
+
|
|
5752
|
+
.secondary-border {
|
|
5753
|
+
border-color: var(--secondary) !important;
|
|
5754
|
+
}
|
|
5755
|
+
|
|
5756
|
+
.secondary-container {
|
|
5757
|
+
background-color: var(--secondary-container) !important;
|
|
5758
|
+
color: var(--on-secondary-container) !important;
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
.tertiary {
|
|
5762
|
+
background-color: var(--tertiary) !important;
|
|
5763
|
+
color: var(--on-tertiary) !important;
|
|
5764
|
+
}
|
|
5765
|
+
|
|
5766
|
+
.tertiary-text {
|
|
5767
|
+
color: var(--tertiary) !important;
|
|
5768
|
+
}
|
|
5769
|
+
|
|
5770
|
+
.tertiary-border {
|
|
5771
|
+
border-color: var(--tertiary) !important;
|
|
5772
|
+
}
|
|
5773
|
+
|
|
5774
|
+
.tertiary-container {
|
|
5775
|
+
background-color: var(--tertiary-container) !important;
|
|
5776
|
+
color: var(--on-tertiary-container) !important;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.error {
|
|
5780
|
+
background-color: var(--error) !important;
|
|
5781
|
+
color: var(--on-error) !important;
|
|
5782
|
+
}
|
|
5783
|
+
|
|
5784
|
+
.error-text {
|
|
5785
|
+
color: var(--error) !important;
|
|
5786
|
+
}
|
|
5787
|
+
|
|
5788
|
+
.error-border {
|
|
5789
|
+
border-color: var(--error) !important;
|
|
5790
|
+
}
|
|
5791
|
+
|
|
5792
|
+
.error-container {
|
|
5793
|
+
background-color: var(--error-container) !important;
|
|
5794
|
+
color: var(--on-error-container) !important;
|
|
5795
|
+
}
|
|
5796
|
+
|
|
5797
|
+
.background {
|
|
5798
|
+
background-color: var(--background) !important;
|
|
5799
|
+
color: var(--on-background) !important;
|
|
5800
|
+
}
|
|
5801
|
+
|
|
5802
|
+
.surface,
|
|
5803
|
+
.surface-dim,
|
|
5804
|
+
.surface-bright,
|
|
5805
|
+
.surface-container-lowest,
|
|
5806
|
+
.surface-container-low,
|
|
5807
|
+
.surface-container,
|
|
5808
|
+
.surface-container-high,
|
|
5809
|
+
.surface-container-highest {
|
|
5810
|
+
background-color: var(--surface) !important;
|
|
5811
|
+
color: var(--on-surface) !important;
|
|
5812
|
+
}
|
|
5813
|
+
|
|
5814
|
+
.surface-variant {
|
|
5815
|
+
background-color: var(--surface-variant) !important;
|
|
5816
|
+
color: var(--on-surface-variant) !important;
|
|
5817
|
+
}
|
|
5818
|
+
|
|
5819
|
+
.inverse-surface {
|
|
5820
|
+
background-color: var(--inverse-surface);
|
|
5821
|
+
color: var(--inverse-on-surface);
|
|
5822
|
+
}
|
|
5823
|
+
|
|
5824
|
+
.inverse-primary {
|
|
5825
|
+
background-color: var(--inverse-primary);
|
|
5826
|
+
color: var(--primary);
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5829
|
+
.inverse-primary-text {
|
|
5830
|
+
color: var(--inverse-primary) !important;
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5833
|
+
.inverse-primary-border {
|
|
5834
|
+
border-color: var(--inverse-primary) !important;
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
.surface-dim {
|
|
5838
|
+
background-color: var(--surface-dim) !important;
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5841
|
+
.surface-bright {
|
|
5842
|
+
background-color: var(--surface-bright) !important;
|
|
5843
|
+
}
|
|
5844
|
+
|
|
5845
|
+
.surface-container-lowest {
|
|
5846
|
+
background-color: var(--surface-container-lowest) !important;
|
|
5847
|
+
}
|
|
5848
|
+
|
|
5849
|
+
.surface-container-low {
|
|
5850
|
+
background-color: var(--surface-container-low) !important;
|
|
5851
|
+
}
|
|
5852
|
+
|
|
5853
|
+
.surface-container {
|
|
5854
|
+
background-color: var(--surface-container) !important;
|
|
5855
|
+
}
|
|
5856
|
+
|
|
5857
|
+
.surface-container-high {
|
|
5858
|
+
background-color: var(--surface-container-high) !important;
|
|
5859
|
+
}
|
|
5860
|
+
|
|
5861
|
+
.surface-container-highest {
|
|
5862
|
+
background-color: var(--surface-container-highest) !important;
|
|
5863
|
+
}
|
|
5864
|
+
|
|
5865
|
+
.surface-container-low {
|
|
5866
|
+
background-color: var(--surface-container-low) !important;
|
|
5867
|
+
}
|
|
5868
|
+
|
|
5869
|
+
.black {
|
|
5870
|
+
background-color: #000 !important;
|
|
5871
|
+
}
|
|
5872
|
+
|
|
5873
|
+
.black-border {
|
|
5874
|
+
border-color: #000 !important;
|
|
5875
|
+
}
|
|
5876
|
+
|
|
5877
|
+
.black-text {
|
|
5878
|
+
color: #000 !important;
|
|
5879
|
+
}
|
|
5880
|
+
|
|
5881
|
+
.white {
|
|
5882
|
+
background-color: #FFF !important;
|
|
5883
|
+
}
|
|
5884
|
+
|
|
5885
|
+
.white-border {
|
|
5886
|
+
border-color: #FFF !important;
|
|
5887
|
+
}
|
|
5888
|
+
|
|
5889
|
+
.white-text {
|
|
5890
|
+
color: #FFF !important;
|
|
5891
|
+
}
|
|
5892
|
+
|
|
5893
|
+
.transparent-border {
|
|
5894
|
+
border-color: transparent !important;
|
|
5895
|
+
}
|
|
5896
|
+
|
|
5897
|
+
.transparent-text {
|
|
5898
|
+
color: transparent !important;
|
|
5899
|
+
}
|
|
5900
|
+
|
|
5901
|
+
.fill:not(i) {
|
|
5902
|
+
background-color: var(--surface-variant) !important;
|
|
5903
|
+
color: var(--on-surface-variant) !important;
|
|
5904
|
+
}
|
|
5905
|
+
|
|
5906
|
+
nav.primary > button,
|
|
5907
|
+
:is(nav, menu).primary > :is(button, a, li).active {
|
|
5908
|
+
background-color: var(--primary-container);
|
|
5909
|
+
color: var(--on-primary-container);
|
|
5910
|
+
}
|
|
5911
|
+
|
|
5912
|
+
nav.primary-container > button,
|
|
5913
|
+
:is(nav, menu).primary-container > :is(button, a, li).active {
|
|
5914
|
+
background-color: var(--primary);
|
|
5915
|
+
color: var(--on-primary);
|
|
5916
|
+
}
|
|
5917
|
+
|
|
5918
|
+
nav.secondary > button,
|
|
5919
|
+
:is(nav, menu).secondary > :is(button, a, li).active {
|
|
5920
|
+
background-color: var(--secondary-container);
|
|
5921
|
+
color: var(--on-secondary-container);
|
|
5922
|
+
}
|
|
5923
|
+
|
|
5924
|
+
nav.secondary-container > button,
|
|
5925
|
+
:is(nav, menu).secondary-container > :is(button, a, li).active {
|
|
5926
|
+
background-color: var(--secondary);
|
|
5927
|
+
color: var(--on-secondary);
|
|
5928
|
+
}
|
|
5929
|
+
|
|
5930
|
+
nav.tertiary > button,
|
|
5931
|
+
:is(nav, menu).tertiary > :is(button, a, li).active {
|
|
5932
|
+
background-color: var(--tertiary-container);
|
|
5933
|
+
color: var(--on-tertiary-container);
|
|
5934
|
+
}
|
|
5935
|
+
|
|
5936
|
+
nav.tertiary-container > button,
|
|
5937
|
+
:is(nav, menu).tertiary-container > :is(button, a, li).active {
|
|
5938
|
+
background-color: var(--tertiary);
|
|
5939
|
+
color: var(--on-tertiary);
|
|
5940
|
+
}
|
|
5941
|
+
|
|
5903
5942
|
/* end scoped */
|
|
5904
5943
|
|
|
5905
5944
|
}
|