@bi-digital/css 0.6.8 → 0.7.0
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/baseline.css +1 -5
- package/dist/components/alert.css +0 -1
- package/dist/components/badge.css +0 -2
- package/dist/components/button.css +19 -35
- package/dist/components/card.css +24 -126
- package/dist/components/chip.css +8 -73
- package/dist/components/details.css +10 -5
- package/dist/components/dialog.css +5 -19
- package/dist/components/drawer.css +4 -19
- package/dist/components/dropdown.css +4 -13
- package/dist/components/field.css +37 -125
- package/dist/components/fieldset.css +2 -6
- package/dist/components/filter-group.css +10 -6
- package/dist/components/footer.css +7 -23
- package/dist/components/input.css +33 -148
- package/dist/components/label.css +1 -12
- package/dist/components/link.css +0 -6
- package/dist/components/logo.css +2 -2
- package/dist/components/navbar.css +1 -1
- package/dist/components/pagination.css +0 -29
- package/dist/components/popover.css +5 -6
- package/dist/components/search.css +0 -4
- package/dist/components/spinner.css +2 -1
- package/dist/components/sticky-header.css +0 -1
- package/dist/components/tabs.css +0 -1
- package/dist/components/validation-message.css +2 -10
- package/dist/components.css +178 -680
- package/dist/index.css +30 -34
- package/dist/salesforce.css +207 -709
- package/dist/tokens.css +29 -29
- package/package.json +7 -8
package/dist/components.css
CHANGED
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
border-radius: var(--bi-radius-medium);
|
|
23
23
|
gap: var(--bic-alert-gap);
|
|
24
24
|
grid-template-columns: 1fr;
|
|
25
|
-
width: -webkit-fit-content;
|
|
26
25
|
width: fit-content;
|
|
27
26
|
display: grid;
|
|
28
27
|
position: relative;
|
|
@@ -235,9 +234,7 @@
|
|
|
235
234
|
font-family: museo-sans, Arial, sans-serif;
|
|
236
235
|
font-size: var(--bic-badge-font-size);
|
|
237
236
|
line-height: var(--bic-badge-line-height);
|
|
238
|
-
width: -webkit-max-content;
|
|
239
237
|
width: max-content;
|
|
240
|
-
height: -webkit-fit-content;
|
|
241
238
|
height: fit-content;
|
|
242
239
|
min-height: var(--bic-badge-height);
|
|
243
240
|
box-shadow: 0 0 0 var(--bic-badge-border-width) var(--bic-badge-border-color) inset;
|
|
@@ -342,7 +339,7 @@
|
|
|
342
339
|
.bi-button {
|
|
343
340
|
--bic-button-box-shadow: none;
|
|
344
341
|
--bic-button-icon-size: var(--bi-icon-medium);
|
|
345
|
-
--bic-button-padding: .625rem calc(var(--bi-scale-6x)
|
|
342
|
+
--bic-button-padding: .625rem calc(var(--bi-scale-6x) + var(--bi-scale-0-50x));
|
|
346
343
|
--bic-button-size: var(--bi-scale-11x);
|
|
347
344
|
--bic-button-font-size: 1rem;
|
|
348
345
|
--bic-button-line-height: 1.5;
|
|
@@ -364,11 +361,9 @@
|
|
|
364
361
|
color: var(--bic-button-color);
|
|
365
362
|
background: var(--bic-button-background);
|
|
366
363
|
box-shadow: var(--bic-button-box-shadow);
|
|
367
|
-
height: -webkit-fit-content;
|
|
368
364
|
height: fit-content;
|
|
369
365
|
min-height: var(--bic-button-size);
|
|
370
366
|
min-width: var(--bic-button-size);
|
|
371
|
-
width: -webkit-fit-content;
|
|
372
367
|
width: fit-content;
|
|
373
368
|
padding: var(--bic-button-padding);
|
|
374
369
|
-webkit-text-decoration: unset;
|
|
@@ -408,13 +403,13 @@
|
|
|
408
403
|
.bi-button[data-size="small"] {
|
|
409
404
|
--bic-button-font-size: .875rem;
|
|
410
405
|
--bic-button-line-height: 1.25rem;
|
|
411
|
-
--bic-button-padding: var(--bi-scale-1-5x) calc(var(--bi-scale-3x)
|
|
406
|
+
--bic-button-padding: var(--bi-scale-1-5x) calc(var(--bi-scale-3x) + var(--bi-scale-0-50x));
|
|
412
407
|
--bic-button-icon-size: var(--bi-icon-small);
|
|
413
408
|
--bic-button-size: var(--bi-scale-8x);
|
|
414
409
|
}
|
|
415
410
|
|
|
416
411
|
.bi-button[data-size="large"] {
|
|
417
|
-
--bic-button-padding: var(--bi-scale-2x) calc(var(--bi-scale-9x)
|
|
412
|
+
--bic-button-padding: var(--bi-scale-2x) calc(var(--bi-scale-9x) + var(--bi-scale-0-50x));
|
|
418
413
|
--bic-button-icon-size: var(--bi-icon-large);
|
|
419
414
|
--bic-button-size: var(--bi-scale-14x);
|
|
420
415
|
}
|
|
@@ -426,20 +421,15 @@
|
|
|
426
421
|
padding: 0;
|
|
427
422
|
}
|
|
428
423
|
|
|
429
|
-
.bi-button:not([data-variant]) {
|
|
424
|
+
.bi-button:not([data-variant]), .bi-button[data-variant="filled"] {
|
|
430
425
|
--bic-button-color: var(--bi-basic-white);
|
|
431
426
|
--bic-button-background: var(--bi-primary-50);
|
|
432
|
-
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
433
|
-
|
|
434
|
-
--bic-button-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
--bic-button-color: var(--bi-basic-white);
|
|
439
|
-
--bic-button-background: var(--bi-primary-50);
|
|
440
|
-
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%), var(--bic-button-background);
|
|
441
|
-
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%), var(--bic-button-background);
|
|
442
|
-
--bic-button-box-shadow: 0px 0px 0px 2px #ffffff1f inset, 0px 0px 0px 1px #0a0d122e inset, 0px -2px 0px 0px #0a0d120d inset, 0px 1px 2px 0px #0a0d120d;
|
|
427
|
+
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
428
|
+
var(--bic-button-background);
|
|
429
|
+
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%),
|
|
430
|
+
var(--bic-button-background);
|
|
431
|
+
--bic-button-box-shadow: 0px 0px 0px 2px #ffffff1f inset, 0px 0px 0px 1px #0a0d122e inset,
|
|
432
|
+
0px -2px 0px 0px #0a0d120d inset, 0px 1px 2px 0px #0a0d120d;
|
|
443
433
|
}
|
|
444
434
|
|
|
445
435
|
.bi-button[data-variant="outlined"] {
|
|
@@ -471,15 +461,19 @@
|
|
|
471
461
|
.bi-button[data-variant="flat"] {
|
|
472
462
|
--bic-button-color: var(--bi-primary-90);
|
|
473
463
|
--bic-button-background: var(--bi-primary-5);
|
|
474
|
-
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
475
|
-
|
|
464
|
+
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
465
|
+
var(--bic-button-background);
|
|
466
|
+
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%),
|
|
467
|
+
var(--bic-button-background);
|
|
476
468
|
}
|
|
477
469
|
|
|
478
470
|
.bi-button[data-variant="flat"][data-dark="true"] {
|
|
479
471
|
--bic-button-color: var(--bi-basic-white);
|
|
480
472
|
--bic-button-background: #ffffff1a;
|
|
481
|
-
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
482
|
-
|
|
473
|
+
--bic-button-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
474
|
+
var(--bic-button-background);
|
|
475
|
+
--bic-button-background-press: linear-gradient(0deg, var(--bi-states-press-light) 0%, var(--bi-states-press-light) 100%),
|
|
476
|
+
var(--bic-button-background);
|
|
483
477
|
}
|
|
484
478
|
|
|
485
479
|
@media (hover: hover) and (pointer: fine) {
|
|
@@ -492,14 +486,6 @@
|
|
|
492
486
|
cursor: progress;
|
|
493
487
|
}
|
|
494
488
|
|
|
495
|
-
.bi-button:-webkit-any(:disabled, [aria-disabled="true"]) {
|
|
496
|
-
cursor: not-allowed;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
.bi-button:-webkit-any(:disabled, [aria-disabled="true"])[aria-busy="true"] {
|
|
500
|
-
cursor: progress;
|
|
501
|
-
}
|
|
502
|
-
|
|
503
489
|
.bi-button:is(:disabled, [aria-disabled="true"]) {
|
|
504
490
|
cursor: not-allowed;
|
|
505
491
|
}
|
|
@@ -512,12 +498,7 @@
|
|
|
512
498
|
background: var(--bic-button-background-press);
|
|
513
499
|
}
|
|
514
500
|
|
|
515
|
-
.bi-button .bi-button--start-icon {
|
|
516
|
-
display: inherit;
|
|
517
|
-
font-size: var(--bic-button-icon-size);
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
.bi-button .bi-button--end-icon {
|
|
501
|
+
.bi-button .bi-button--start-icon, .bi-button .bi-button--end-icon {
|
|
521
502
|
display: inherit;
|
|
522
503
|
font-size: var(--bic-button-icon-size);
|
|
523
504
|
}
|
|
@@ -597,13 +578,13 @@
|
|
|
597
578
|
--bic-card-media-width: 15.75rem;
|
|
598
579
|
}
|
|
599
580
|
|
|
600
|
-
@media
|
|
581
|
+
@media (width < 1024px) {
|
|
601
582
|
.bi-card[data-orientation="horizontal"] {
|
|
602
583
|
--bic-card-media-width: 14.5rem;
|
|
603
584
|
}
|
|
604
585
|
}
|
|
605
586
|
|
|
606
|
-
@media
|
|
587
|
+
@media (width < 600px) {
|
|
607
588
|
.bi-card[data-orientation="horizontal"] {
|
|
608
589
|
--bic-card-media-width: 8.4375rem;
|
|
609
590
|
}
|
|
@@ -698,134 +679,46 @@
|
|
|
698
679
|
overflow: hidden;
|
|
699
680
|
}
|
|
700
681
|
|
|
701
|
-
@media
|
|
682
|
+
@media (width < 600px) {
|
|
702
683
|
.bi-card .bi-card--content {
|
|
703
684
|
--bic-card-content-padding: var(--bi-scale-3x);
|
|
704
685
|
gap: var(--bi-scale-3x);
|
|
705
686
|
}
|
|
706
687
|
}
|
|
707
688
|
|
|
708
|
-
.bi-card
|
|
689
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button) {
|
|
709
690
|
cursor: pointer;
|
|
710
691
|
text-decoration: none;
|
|
711
692
|
transition: box-shadow .25s ease-in-out;
|
|
712
693
|
position: relative;
|
|
713
694
|
}
|
|
714
695
|
|
|
715
|
-
.bi-card
|
|
716
|
-
box-shadow: 0 0 0 var(--bic-card-box-shadow-focus-inner-border) var(--bic-card-box-shadow-focus-background-color),
|
|
696
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button):not(.disabled):focus-visible {
|
|
697
|
+
box-shadow: 0 0 0 var(--bic-card-box-shadow-focus-inner-border) var(--bic-card-box-shadow-focus-background-color),
|
|
698
|
+
0 0 0 var(--bic-card-box-shadow-focus-outer-border) var(--bic-card-box-shadow-focus-color);
|
|
717
699
|
outline: var(--_bi--focus, 1.5px solid var(--bic-card-box-shadow-focus-color));
|
|
718
700
|
outline-offset: var(--_bi--focus, 2px);
|
|
719
701
|
}
|
|
720
702
|
|
|
721
|
-
.bi-card
|
|
703
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button):not(.disabled):focus-visible * {
|
|
722
704
|
--_bi--focus: ;
|
|
723
705
|
}
|
|
724
706
|
|
|
725
707
|
@media (hover: hover) and (pointer: fine) {
|
|
726
|
-
.bi-card
|
|
727
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bic-card-border-hover-color),
|
|
708
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button):not(.disabled):hover {
|
|
709
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bic-card-border-hover-color),
|
|
710
|
+
0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-hover-color),
|
|
711
|
+
0px 0px 10px 0px var(--bic-card-box-shadow-hover-color);
|
|
728
712
|
}
|
|
729
713
|
}
|
|
730
714
|
|
|
731
|
-
.bi-card
|
|
732
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-medium) var(--bic-card-border-active-color),
|
|
715
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button):not(.disabled):active {
|
|
716
|
+
box-shadow: 0px 0px 0px var(--bi-stroke-medium) var(--bic-card-border-active-color),
|
|
717
|
+
0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-active-color),
|
|
718
|
+
0px 0px 10px 0px var(--bic-card-box-shadow-active-color);
|
|
733
719
|
}
|
|
734
720
|
|
|
735
|
-
.bi-card
|
|
736
|
-
cursor: not-allowed;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.bi-card:is(a, button) {
|
|
740
|
-
cursor: pointer;
|
|
741
|
-
text-decoration: none;
|
|
742
|
-
transition: box-shadow .25s ease-in-out;
|
|
743
|
-
position: relative;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.bi-card:is(a, button):not(.disabled):focus-visible {
|
|
747
|
-
box-shadow: 0 0 0 var(--bic-card-box-shadow-focus-inner-border) var(--bic-card-box-shadow-focus-background-color), 0 0 0 var(--bic-card-box-shadow-focus-outer-border) var(--bic-card-box-shadow-focus-color);
|
|
748
|
-
outline: var(--_bi--focus, 1.5px solid var(--bic-card-box-shadow-focus-color));
|
|
749
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
.bi-card:is(a, button):not(.disabled):focus-visible * {
|
|
753
|
-
--_bi--focus: ;
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
@media (hover: hover) and (pointer: fine) {
|
|
757
|
-
.bi-card:is(a, button):not(.disabled):hover {
|
|
758
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bic-card-border-hover-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-hover-color), 0px 0px 10px 0px var(--bic-card-box-shadow-hover-color);
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
.bi-card:is(a, button):not(.disabled):active {
|
|
763
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-medium) var(--bic-card-border-active-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-active-color), 0px 0px 10px 0px var(--bic-card-box-shadow-active-color);
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
.bi-card:is(a, button):disabled {
|
|
767
|
-
cursor: not-allowed;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.bi-card .bi-card--content:-webkit-any(a, button) {
|
|
771
|
-
cursor: pointer;
|
|
772
|
-
text-decoration: none;
|
|
773
|
-
transition: box-shadow .25s ease-in-out;
|
|
774
|
-
position: relative;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):focus-visible {
|
|
778
|
-
box-shadow: 0 0 0 var(--bic-card-box-shadow-focus-inner-border) var(--bic-card-box-shadow-focus-background-color), 0 0 0 var(--bic-card-box-shadow-focus-outer-border) var(--bic-card-box-shadow-focus-color);
|
|
779
|
-
outline: var(--_bi--focus, 1.5px solid var(--bic-card-box-shadow-focus-color));
|
|
780
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):focus-visible * {
|
|
784
|
-
--_bi--focus: ;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
@media (hover: hover) and (pointer: fine) {
|
|
788
|
-
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):hover {
|
|
789
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bic-card-border-hover-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-hover-color), 0px 0px 10px 0px var(--bic-card-box-shadow-hover-color);
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.bi-card .bi-card--content:-webkit-any(a, button):not(.disabled):active {
|
|
794
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-medium) var(--bic-card-border-active-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-active-color), 0px 0px 10px 0px var(--bic-card-box-shadow-active-color);
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.bi-card .bi-card--content:-webkit-any(a, button):disabled {
|
|
798
|
-
cursor: not-allowed;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
.bi-card .bi-card--content:is(a, button) {
|
|
802
|
-
cursor: pointer;
|
|
803
|
-
text-decoration: none;
|
|
804
|
-
transition: box-shadow .25s ease-in-out;
|
|
805
|
-
position: relative;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.bi-card .bi-card--content:is(a, button):not(.disabled):focus-visible {
|
|
809
|
-
box-shadow: 0 0 0 var(--bic-card-box-shadow-focus-inner-border) var(--bic-card-box-shadow-focus-background-color), 0 0 0 var(--bic-card-box-shadow-focus-outer-border) var(--bic-card-box-shadow-focus-color);
|
|
810
|
-
outline: var(--_bi--focus, 1.5px solid var(--bic-card-box-shadow-focus-color));
|
|
811
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.bi-card .bi-card--content:is(a, button):not(.disabled):focus-visible * {
|
|
815
|
-
--_bi--focus: ;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
@media (hover: hover) and (pointer: fine) {
|
|
819
|
-
.bi-card .bi-card--content:is(a, button):not(.disabled):hover {
|
|
820
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-thick) var(--bic-card-border-hover-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-hover-color), 0px 0px 10px 0px var(--bic-card-box-shadow-hover-color);
|
|
821
|
-
}
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.bi-card .bi-card--content:is(a, button):not(.disabled):active {
|
|
825
|
-
box-shadow: 0px 0px 0px var(--bi-stroke-medium) var(--bic-card-border-active-color), 0px 0px 20px var(--bi-scale-1-5x) var(--bic-card-box-shadow-active-color), 0px 0px 10px 0px var(--bic-card-box-shadow-active-color);
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
.bi-card .bi-card--content:is(a, button):disabled {
|
|
721
|
+
:is(.bi-card, .bi-card .bi-card--content):is(a, button):disabled {
|
|
829
722
|
cursor: not-allowed;
|
|
830
723
|
}
|
|
831
724
|
|
|
@@ -838,7 +731,7 @@
|
|
|
838
731
|
display: flex;
|
|
839
732
|
}
|
|
840
733
|
|
|
841
|
-
@media
|
|
734
|
+
@media (width < 600px) {
|
|
842
735
|
.bi-card .bi-card--actions {
|
|
843
736
|
width: var(--bi-scale-11x);
|
|
844
737
|
}
|
|
@@ -851,7 +744,7 @@
|
|
|
851
744
|
flex: 1;
|
|
852
745
|
}
|
|
853
746
|
|
|
854
|
-
@media
|
|
747
|
+
@media (width < 600px) {
|
|
855
748
|
.bi-card .bi-card--actions .bi-card--action {
|
|
856
749
|
--bic-button-size: var(--bi-scale-11x);
|
|
857
750
|
}
|
|
@@ -874,7 +767,7 @@
|
|
|
874
767
|
font-size: .875rem;
|
|
875
768
|
}
|
|
876
769
|
|
|
877
|
-
@media
|
|
770
|
+
@media (width < 600px) {
|
|
878
771
|
.bi-card .bi-card--header .bi-card--header-label {
|
|
879
772
|
font-size: .8125rem;
|
|
880
773
|
}
|
|
@@ -909,7 +802,7 @@
|
|
|
909
802
|
overflow: hidden;
|
|
910
803
|
}
|
|
911
804
|
|
|
912
|
-
@media
|
|
805
|
+
@media (width < 600px) {
|
|
913
806
|
.bi-card .bi-card--header .bi-card--header-title {
|
|
914
807
|
font-size: 1rem;
|
|
915
808
|
}
|
|
@@ -922,20 +815,6 @@
|
|
|
922
815
|
position: relative;
|
|
923
816
|
}
|
|
924
817
|
|
|
925
|
-
.bi-card .bi-card--media > :-webkit-any(audio, figure, iframe, img, video) {
|
|
926
|
-
border-radius: inherit;
|
|
927
|
-
object-fit: cover;
|
|
928
|
-
aspect-ratio: 4 / 3;
|
|
929
|
-
width: 100%;
|
|
930
|
-
display: block;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
@media not (min-width: 600px) {
|
|
934
|
-
.bi-card .bi-card--media > :-webkit-any(audio, figure, iframe, img, video) {
|
|
935
|
-
aspect-ratio: 3 / 2;
|
|
936
|
-
}
|
|
937
|
-
}
|
|
938
|
-
|
|
939
818
|
.bi-card .bi-card--media > :is(audio, figure, iframe, img, video) {
|
|
940
819
|
border-radius: inherit;
|
|
941
820
|
object-fit: cover;
|
|
@@ -944,7 +823,7 @@
|
|
|
944
823
|
display: block;
|
|
945
824
|
}
|
|
946
825
|
|
|
947
|
-
@media
|
|
826
|
+
@media (width < 600px) {
|
|
948
827
|
.bi-card .bi-card--media > :is(audio, figure, iframe, img, video) {
|
|
949
828
|
aspect-ratio: 3 / 2;
|
|
950
829
|
}
|
|
@@ -955,7 +834,6 @@
|
|
|
955
834
|
left: var(--bi-scale-4x);
|
|
956
835
|
right: var(--bi-scale-4x);
|
|
957
836
|
flex-wrap: wrap;
|
|
958
|
-
width: -webkit-fit-content;
|
|
959
837
|
width: fit-content;
|
|
960
838
|
display: flex;
|
|
961
839
|
position: absolute;
|
|
@@ -967,7 +845,8 @@
|
|
|
967
845
|
padding: var(--bi-scale-1x) var(--bi-scale-1x) var(--bi-scale-2x);
|
|
968
846
|
border-radius: var(--bi-radius-small) var(--bi-radius-small) var(--bi-radius-large) var(--bi-radius-large);
|
|
969
847
|
background: var(--bic-card-background-color);
|
|
970
|
-
box-shadow: 0px 8px 16px var(--bi-scale-1-5x) #26333f0d,
|
|
848
|
+
box-shadow: 0px 8px 16px var(--bi-scale-1-5x) #26333f0d,
|
|
849
|
+
0px 4px 6px 0px #26333f0d;
|
|
971
850
|
color: var(--bic-card-header-title-color);
|
|
972
851
|
text-align: center;
|
|
973
852
|
flex-direction: column;
|
|
@@ -1023,7 +902,6 @@
|
|
|
1023
902
|
--bic-chip-line-height: 1.5rem;
|
|
1024
903
|
gap: var(--bi-scale-1x);
|
|
1025
904
|
border-radius: var(--bi-radius-full);
|
|
1026
|
-
width: -webkit-fit-content;
|
|
1027
905
|
width: fit-content;
|
|
1028
906
|
color: var(--bic-chip-text-color);
|
|
1029
907
|
background-color: var(--bic-chip-background);
|
|
@@ -1194,92 +1072,28 @@
|
|
|
1194
1072
|
--bic-chip-text-color: var(--bi-basic-white);
|
|
1195
1073
|
}
|
|
1196
1074
|
|
|
1197
|
-
.bi-chip
|
|
1075
|
+
.bi-chip:is(button), .bi-chip:is(a) {
|
|
1198
1076
|
cursor: pointer;
|
|
1199
1077
|
border: none;
|
|
1200
1078
|
text-decoration: none;
|
|
1201
1079
|
}
|
|
1202
1080
|
|
|
1203
|
-
.bi-chip
|
|
1081
|
+
:is(.bi-chip:is(button), .bi-chip:is(a)):focus-visible {
|
|
1204
1082
|
box-shadow: var(--bic-chip-focus-outer), var(--_bi--focus, 0 0 0 4.5px var(--bic-chip-focus-inner));
|
|
1205
1083
|
outline: var(--_bi--focus, 3px solid var(--bic-chip-focus-outer));
|
|
1206
1084
|
outline-offset: var(--_bi--focus, 2px);
|
|
1207
1085
|
}
|
|
1208
1086
|
|
|
1209
1087
|
@media (hover: hover) and (pointer: fine) {
|
|
1210
|
-
.bi-chip
|
|
1211
|
-
background: linear-gradient(0deg, var(--bic-chip-background-hover) 0%, var(--bic-chip-background-hover) 100%),
|
|
1088
|
+
:is(.bi-chip:is(button), .bi-chip:is(a)):hover {
|
|
1089
|
+
background: linear-gradient(0deg, var(--bic-chip-background-hover) 0%, var(--bic-chip-background-hover) 100%),
|
|
1090
|
+
var(--bic-chip-background);
|
|
1212
1091
|
}
|
|
1213
1092
|
}
|
|
1214
1093
|
|
|
1215
|
-
.bi-chip
|
|
1216
|
-
background: linear-gradient(0deg, var(--bic-chip-background-press) 0%, var(--bic-chip-background-press) 100%),
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
.bi-chip:is(button) {
|
|
1220
|
-
cursor: pointer;
|
|
1221
|
-
border: none;
|
|
1222
|
-
text-decoration: none;
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
.bi-chip:is(button):focus-visible {
|
|
1226
|
-
box-shadow: var(--bic-chip-focus-outer), var(--_bi--focus, 0 0 0 4.5px var(--bic-chip-focus-inner));
|
|
1227
|
-
outline: var(--_bi--focus, 3px solid var(--bic-chip-focus-outer));
|
|
1228
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1232
|
-
.bi-chip:is(button):hover {
|
|
1233
|
-
background: linear-gradient(0deg, var(--bic-chip-background-hover) 0%, var(--bic-chip-background-hover) 100%), var(--bic-chip-background);
|
|
1234
|
-
}
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.bi-chip:is(button):active {
|
|
1238
|
-
background: linear-gradient(0deg, var(--bic-chip-background-press) 0%, var(--bic-chip-background-press) 100%), var(--bic-chip-background);
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.bi-chip:-webkit-any(a) {
|
|
1242
|
-
cursor: pointer;
|
|
1243
|
-
border: none;
|
|
1244
|
-
text-decoration: none;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
.bi-chip:-webkit-any(a):focus-visible {
|
|
1248
|
-
box-shadow: var(--bic-chip-focus-outer), var(--_bi--focus, 0 0 0 4.5px var(--bic-chip-focus-inner));
|
|
1249
|
-
outline: var(--_bi--focus, 3px solid var(--bic-chip-focus-outer));
|
|
1250
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1254
|
-
.bi-chip:-webkit-any(a):hover {
|
|
1255
|
-
background: linear-gradient(0deg, var(--bic-chip-background-hover) 0%, var(--bic-chip-background-hover) 100%), var(--bic-chip-background);
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.bi-chip:-webkit-any(a):active {
|
|
1260
|
-
background: linear-gradient(0deg, var(--bic-chip-background-press) 0%, var(--bic-chip-background-press) 100%), var(--bic-chip-background);
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.bi-chip:is(a) {
|
|
1264
|
-
cursor: pointer;
|
|
1265
|
-
border: none;
|
|
1266
|
-
text-decoration: none;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.bi-chip:is(a):focus-visible {
|
|
1270
|
-
box-shadow: var(--bic-chip-focus-outer), var(--_bi--focus, 0 0 0 4.5px var(--bic-chip-focus-inner));
|
|
1271
|
-
outline: var(--_bi--focus, 3px solid var(--bic-chip-focus-outer));
|
|
1272
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
@media (hover: hover) and (pointer: fine) {
|
|
1276
|
-
.bi-chip:is(a):hover {
|
|
1277
|
-
background: linear-gradient(0deg, var(--bic-chip-background-hover) 0%, var(--bic-chip-background-hover) 100%), var(--bic-chip-background);
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.bi-chip:is(a):active {
|
|
1282
|
-
background: linear-gradient(0deg, var(--bic-chip-background-press) 0%, var(--bic-chip-background-press) 100%), var(--bic-chip-background);
|
|
1094
|
+
:is(.bi-chip:is(button), .bi-chip:is(a)):active {
|
|
1095
|
+
background: linear-gradient(0deg, var(--bic-chip-background-press) 0%, var(--bic-chip-background-press) 100%),
|
|
1096
|
+
var(--bic-chip-background);
|
|
1283
1097
|
}
|
|
1284
1098
|
|
|
1285
1099
|
.bi-chip > svg {
|
|
@@ -1289,8 +1103,10 @@
|
|
|
1289
1103
|
|
|
1290
1104
|
details.bi-details {
|
|
1291
1105
|
--bic-details-background: var(--bi-basic-white);
|
|
1292
|
-
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
1293
|
-
|
|
1106
|
+
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
1107
|
+
var(--bic-details-background);
|
|
1108
|
+
--bic-details-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%),
|
|
1109
|
+
var(--bic-details-background);
|
|
1294
1110
|
--bic-details-color: var(--bi-neutral-90);
|
|
1295
1111
|
--bic-details-border-color: var(--bi-neutral-15);
|
|
1296
1112
|
--bic-details-padding: var(--bi-scale-4x);
|
|
@@ -1300,8 +1116,10 @@ details.bi-details {
|
|
|
1300
1116
|
|
|
1301
1117
|
details.bi-details[data-dark="true"] {
|
|
1302
1118
|
--bic-details-background: var(--bi-neutral-90);
|
|
1303
|
-
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
1304
|
-
|
|
1119
|
+
--bic-details-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
1120
|
+
var(--bic-details-background);
|
|
1121
|
+
--bic-details-background-press: linear-gradient(0deg, var(--bi-states-press-light) 0%, var(--bi-states-press-light) 100%),
|
|
1122
|
+
var(--bic-details-background);
|
|
1305
1123
|
--bic-details-border-color: var(--bi-neutral-70);
|
|
1306
1124
|
--bic-details-color: var(--bi-basic-white);
|
|
1307
1125
|
--bic-details-focus-shadow-color: var(--bi-neutral-95);
|
|
@@ -1396,7 +1214,8 @@ details.bi-details[open] summary > svg {
|
|
|
1396
1214
|
}
|
|
1397
1215
|
|
|
1398
1216
|
details.bi-details::details-content {
|
|
1399
|
-
transition: height .2s ease-in-out,
|
|
1217
|
+
transition: height .2s ease-in-out,
|
|
1218
|
+
content-visibility .2s ease-in-out allow-discrete;
|
|
1400
1219
|
height: 0;
|
|
1401
1220
|
overflow: clip;
|
|
1402
1221
|
}
|
|
@@ -1460,10 +1279,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1460
1279
|
margin: auto;
|
|
1461
1280
|
padding: 0;
|
|
1462
1281
|
position: fixed;
|
|
1463
|
-
|
|
1464
|
-
bottom: 0;
|
|
1465
|
-
left: 0;
|
|
1466
|
-
right: 0;
|
|
1282
|
+
inset: 0;
|
|
1467
1283
|
overflow: auto;
|
|
1468
1284
|
}
|
|
1469
1285
|
|
|
@@ -1473,16 +1289,13 @@ details.bi-details > *:not(summary) + * {
|
|
|
1473
1289
|
}
|
|
1474
1290
|
|
|
1475
1291
|
.bi-dialog[open] {
|
|
1476
|
-
animation: bi-dialog-slide-in-animation var(--bic-dialog-animation-duration) ease-in-out,
|
|
1292
|
+
animation: bi-dialog-slide-in-animation var(--bic-dialog-animation-duration) ease-in-out,
|
|
1293
|
+
bi-dialog-fade-in-animation var(--bic-dialog-animation-duration) ease-in-out;
|
|
1477
1294
|
display: flex;
|
|
1478
1295
|
}
|
|
1479
1296
|
|
|
1480
1297
|
@media (prefers-reduced-motion: reduce) {
|
|
1481
|
-
.bi-dialog[open] {
|
|
1482
|
-
animation: none;
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
.bi-dialog::backdrop {
|
|
1298
|
+
.bi-dialog[open], .bi-dialog::backdrop {
|
|
1486
1299
|
animation: none;
|
|
1487
1300
|
}
|
|
1488
1301
|
}
|
|
@@ -1523,15 +1336,7 @@ details.bi-details > *:not(summary) + * {
|
|
|
1523
1336
|
display: flex;
|
|
1524
1337
|
}
|
|
1525
1338
|
|
|
1526
|
-
.bi-dialog .bi-dialog--header:not([data-no-border="true"]):not(:first-child) {
|
|
1527
|
-
border-top: var(--bi-stroke-thin) solid var(--bic-dialog-border-color);
|
|
1528
|
-
}
|
|
1529
|
-
|
|
1530
|
-
.bi-dialog .bi-dialog--content:not([data-no-border="true"]):not(:first-child) {
|
|
1531
|
-
border-top: var(--bi-stroke-thin) solid var(--bic-dialog-border-color);
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
.bi-dialog .bi-dialog--footer:not([data-no-border="true"]):not(:first-child) {
|
|
1339
|
+
:is(.bi-dialog .bi-dialog--header, .bi-dialog .bi-dialog--content, .bi-dialog .bi-dialog--footer):not([data-no-border="true"]):not(:first-child) {
|
|
1535
1340
|
border-top: var(--bi-stroke-thin) solid var(--bic-dialog-border-color);
|
|
1536
1341
|
}
|
|
1537
1342
|
|
|
@@ -1559,7 +1364,8 @@ body:has(.bi-dialog:modal) {
|
|
|
1559
1364
|
--bic-drawer-max-width: 40rem;
|
|
1560
1365
|
--bic-drawer-min-height: 20rem;
|
|
1561
1366
|
--bic-drawer-border-radius: var(--bi-radius-medium);
|
|
1562
|
-
transition: display var(--bic-dialog-animation-duration) allow-discrete,
|
|
1367
|
+
transition: display var(--bic-dialog-animation-duration) allow-discrete,
|
|
1368
|
+
overlay var(--bic-dialog-animation-duration) allow-discrete;
|
|
1563
1369
|
transform: translate(var(--bic-drawer-closed-translate-x), var(--bic-drawer-closed-translate-y));
|
|
1564
1370
|
animation: bi-drawer-slide-out-animation var(--bic-dialog-animation-duration) ease-in-out forwards;
|
|
1565
1371
|
}
|
|
@@ -1603,30 +1409,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1603
1409
|
border-radius: var(--bic-drawer-border-radius) var(--bic-drawer-border-radius) 0 0;
|
|
1604
1410
|
}
|
|
1605
1411
|
|
|
1606
|
-
.bi-dialog.bi-drawer[data-anchor="left"] {
|
|
1412
|
+
.bi-dialog.bi-drawer[data-anchor="left"], .bi-dialog.bi-drawer[data-anchor="right"] {
|
|
1607
1413
|
min-width: var(--bic-drawer-min-width);
|
|
1608
1414
|
max-width: var(--bic-drawer-max-width);
|
|
1609
|
-
width: -webkit-fit-content;
|
|
1610
1415
|
width: fit-content;
|
|
1611
1416
|
height: 100dvh;
|
|
1612
1417
|
}
|
|
1613
1418
|
|
|
1614
|
-
.bi-dialog.bi-drawer[data-anchor="
|
|
1615
|
-
min-width: var(--bic-drawer-min-width);
|
|
1616
|
-
max-width: var(--bic-drawer-max-width);
|
|
1617
|
-
width: -webkit-fit-content;
|
|
1618
|
-
width: fit-content;
|
|
1619
|
-
height: 100dvh;
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
.bi-dialog.bi-drawer[data-anchor="top"] {
|
|
1623
|
-
min-height: var(--bic-drawer-min-height);
|
|
1624
|
-
max-height: calc(100dvh - var(--bi-layout-navbar-height));
|
|
1625
|
-
width: 100%;
|
|
1626
|
-
max-width: 100dvw;
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
.bi-dialog.bi-drawer[data-anchor="bottom"] {
|
|
1419
|
+
.bi-dialog.bi-drawer[data-anchor="top"], .bi-dialog.bi-drawer[data-anchor="bottom"] {
|
|
1630
1420
|
min-height: var(--bic-drawer-min-height);
|
|
1631
1421
|
max-height: calc(100dvh - var(--bi-layout-navbar-height));
|
|
1632
1422
|
width: 100%;
|
|
@@ -1663,14 +1453,16 @@ body:has(.bi-dialog:modal) {
|
|
|
1663
1453
|
--bic-dropdown-border-width: var(--bi-stroke-thin);
|
|
1664
1454
|
--bic-dropdown-border-style: solid;
|
|
1665
1455
|
--bic-dropdown-border-color: var(--bi-neutral-15);
|
|
1666
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
1456
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
1457
|
+
0px 2px 2px -1px #26333f0a;
|
|
1667
1458
|
}
|
|
1668
1459
|
|
|
1669
1460
|
.bi-dropdown[data-dark="true"] {
|
|
1670
1461
|
--bic-dropdown-background: var(--bi-neutral-100);
|
|
1671
1462
|
--bic-dropdown-border-color: var(--bi-neutral-90);
|
|
1672
1463
|
--bic-dropdown-color: var(--bi-neutral-5);
|
|
1673
|
-
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
1464
|
+
--bic-dropdown-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
1465
|
+
0px 2px 2px -1px #26333f0a;
|
|
1674
1466
|
}
|
|
1675
1467
|
|
|
1676
1468
|
.bi-dropdown {
|
|
@@ -1695,17 +1487,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1695
1487
|
display: flex;
|
|
1696
1488
|
}
|
|
1697
1489
|
|
|
1698
|
-
.bi-dropdown :-webkit-any(a, button, [role="button"]) {
|
|
1699
|
-
padding: var(--bic-dropdown-item-padding);
|
|
1700
|
-
min-height: var(--bic-dropdown-item-size);
|
|
1701
|
-
justify-content: start;
|
|
1702
|
-
width: 100%;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.bi-dropdown :-webkit-any(a, button, [role="button"]) .bi-button--end-icon {
|
|
1706
|
-
margin-left: auto;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
1490
|
.bi-dropdown :is(a, button, [role="button"]) {
|
|
1710
1491
|
padding: var(--bic-dropdown-item-padding);
|
|
1711
1492
|
min-height: var(--bic-dropdown-item-size);
|
|
@@ -1730,6 +1511,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1730
1511
|
--bic-field-affix-color: var(--bi-neutral-60);
|
|
1731
1512
|
--bic-field-background: var(--bi-basic-white);
|
|
1732
1513
|
--bic-field-background-hover: var(--bi-states-hover-dark);
|
|
1514
|
+
--bic-field-background-press: var(--bi-states-press-dark);
|
|
1733
1515
|
--bic-field-background-readonly: var(--bi-neutral-10);
|
|
1734
1516
|
--bic-field-border-color: var(--bi-neutral-50);
|
|
1735
1517
|
--bic-field-border-color-hover: var(--bi-neutral-50);
|
|
@@ -1746,6 +1528,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1746
1528
|
--bic-field-affix-color: var(--bi-neutral-30);
|
|
1747
1529
|
--bic-field-background: var(--bi-neutral-95);
|
|
1748
1530
|
--bic-field-background-hover: var(--bi-states-hover-light);
|
|
1531
|
+
--bic-field-background-press: var(--bi-states-press-light);
|
|
1749
1532
|
--bic-field-background-readonly: var(--bi-neutral-50);
|
|
1750
1533
|
--bic-field-border-color-hover: var(--bi-neutral-25);
|
|
1751
1534
|
--bic-field-disabled-color: var(--bi-neutral-40);
|
|
@@ -1757,8 +1540,7 @@ body:has(.bi-dialog:modal) {
|
|
|
1757
1540
|
}
|
|
1758
1541
|
|
|
1759
1542
|
.bi-field > * {
|
|
1760
|
-
margin-
|
|
1761
|
-
margin-bottom: 0;
|
|
1543
|
+
margin-block: 0;
|
|
1762
1544
|
}
|
|
1763
1545
|
|
|
1764
1546
|
.bi-field > * + * {
|
|
@@ -1793,104 +1575,40 @@ body:has(.bi-dialog:modal) {
|
|
|
1793
1575
|
width: 100%;
|
|
1794
1576
|
}
|
|
1795
1577
|
|
|
1796
|
-
.bi-field:has(.bi-input
|
|
1578
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) {
|
|
1797
1579
|
border-radius: var(--bi-radius-medium);
|
|
1798
|
-
grid-template-areas: "input content";
|
|
1799
|
-
grid-template-columns: var(--bi-scale-5x) 1fr;
|
|
1800
1580
|
gap: 0 var(--bi-scale-3x);
|
|
1801
|
-
width: -webkit-fit-content;
|
|
1802
1581
|
width: fit-content;
|
|
1803
1582
|
padding: var(--bi-scale-2x) var(--bi-scale-3x);
|
|
1583
|
+
grid-template-columns: auto 1fr;
|
|
1584
|
+
grid-template-areas: "input content";
|
|
1804
1585
|
align-items: center;
|
|
1805
1586
|
}
|
|
1806
1587
|
|
|
1807
|
-
.bi-field:has(.bi-input
|
|
1588
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):not([hidden]) {
|
|
1808
1589
|
display: grid;
|
|
1809
1590
|
}
|
|
1810
1591
|
|
|
1811
|
-
.bi-field:has(.bi-input
|
|
1592
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
1812
1593
|
width: 100%;
|
|
1813
1594
|
}
|
|
1814
1595
|
|
|
1815
|
-
.bi-field:has(.bi-input
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
margin-bottom: 0;
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) .bi-label {
|
|
1822
|
-
margin: var(--bi-scale-0-50x) 0;
|
|
1823
|
-
-webkit-user-select: none;
|
|
1824
|
-
user-select: none;
|
|
1825
|
-
font-size: 1rem;
|
|
1826
|
-
line-height: 1.5;
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) .bi-input {
|
|
1830
|
-
margin: var(--bi-scale-1x) auto;
|
|
1831
|
-
grid-area: 1 / input;
|
|
1832
|
-
align-self: flex-start;
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):-webkit-any(label):not(:has([readonly], [aria-disabled="true"], :disabled)) {
|
|
1836
|
-
cursor: pointer;
|
|
1596
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input[role="switch"]) {
|
|
1597
|
+
border-radius: var(--bi-scale-24x);
|
|
1598
|
+
padding: var(--bi-scale-1x) var(--bi-scale-2x);
|
|
1837
1599
|
}
|
|
1838
1600
|
|
|
1839
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):
|
|
1840
|
-
|
|
1601
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input[role="switch"]):has(.bi-label)[data-position="start"] {
|
|
1602
|
+
padding-inline-end: var(--bi-scale-4x);
|
|
1841
1603
|
}
|
|
1842
1604
|
|
|
1843
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(input:
|
|
1844
|
-
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) {
|
|
1848
|
-
background: var(--_bi--hover, var(--bic-field-background-hover));
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):hover:not(:has(a:hover), :has([aria-disabled="true"], :disabled)) * {
|
|
1852
|
-
--_bi--hover: ;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input:focus-visible) {
|
|
1856
|
-
box-shadow: var(--_bi--focus, 0 0 0 4.5px var(--bic-field-focus-shadow-color));
|
|
1857
|
-
outline: var(--_bi--focus, 3px solid var(--bic-field-focus-outline-color));
|
|
1858
|
-
outline-offset: var(--_bi--focus, 2px);
|
|
1859
|
-
}
|
|
1860
|
-
|
|
1861
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input:focus-visible) * {
|
|
1862
|
-
--_bi--focus: ;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-position="end"] {
|
|
1866
|
-
grid-template-areas: "content input";
|
|
1867
|
-
grid-template-columns: 1fr var(--bi-scale-5x);
|
|
1868
|
-
width: auto;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) {
|
|
1872
|
-
border-radius: var(--bi-radius-medium);
|
|
1873
|
-
grid-template-areas: "input content";
|
|
1874
|
-
grid-template-columns: var(--bi-scale-5x) 1fr;
|
|
1875
|
-
gap: 0 var(--bi-scale-3x);
|
|
1876
|
-
width: -webkit-fit-content;
|
|
1877
|
-
width: fit-content;
|
|
1878
|
-
padding: var(--bi-scale-2x) var(--bi-scale-3x);
|
|
1879
|
-
align-items: center;
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):not([hidden]) {
|
|
1883
|
-
display: grid;
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-fullwidth="true"] {
|
|
1887
|
-
width: 100%;
|
|
1605
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input[role="switch"]):has(.bi-label)[data-position="end"] {
|
|
1606
|
+
padding-inline-start: var(--bi-scale-4x);
|
|
1888
1607
|
}
|
|
1889
1608
|
|
|
1890
1609
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) > * {
|
|
1891
1610
|
grid-column: content;
|
|
1892
|
-
margin-
|
|
1893
|
-
margin-bottom: 0;
|
|
1611
|
+
margin-block: 0;
|
|
1894
1612
|
}
|
|
1895
1613
|
|
|
1896
1614
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])) .bi-label {
|
|
@@ -1907,10 +1625,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1907
1625
|
align-self: flex-start;
|
|
1908
1626
|
}
|
|
1909
1627
|
|
|
1910
|
-
.bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])):-webkit-any(label):not(:has([readonly], [aria-disabled="true"], :disabled)) {
|
|
1911
|
-
cursor: pointer;
|
|
1912
|
-
}
|
|
1913
|
-
|
|
1914
1628
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):is(label):not(:has([readonly], [aria-disabled="true"], :disabled)) {
|
|
1915
1629
|
cursor: pointer;
|
|
1916
1630
|
}
|
|
@@ -1927,6 +1641,14 @@ body:has(.bi-dialog:modal) {
|
|
|
1927
1641
|
--_bi--hover: ;
|
|
1928
1642
|
}
|
|
1929
1643
|
|
|
1644
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):active:not(:has(a:active), :has([aria-disabled="true"], :disabled)) {
|
|
1645
|
+
background: var(--_bi--hover, var(--bic-field-background-press));
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):active:not(:has(a:active), :has([aria-disabled="true"], :disabled)) * {
|
|
1649
|
+
--_bi--hover: ;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1930
1652
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"])):has(.bi-input:focus-visible) {
|
|
1931
1653
|
box-shadow: var(--_bi--focus, 0 0 0 4.5px var(--bic-field-focus-shadow-color));
|
|
1932
1654
|
outline: var(--_bi--focus, 3px solid var(--bic-field-focus-outline-color));
|
|
@@ -1938,9 +1660,8 @@ body:has(.bi-dialog:modal) {
|
|
|
1938
1660
|
}
|
|
1939
1661
|
|
|
1940
1662
|
.bi-field:has(.bi-input:is([type="radio"], [type="checkbox"]))[data-position="end"] {
|
|
1663
|
+
grid-template-columns: 1fr auto;
|
|
1941
1664
|
grid-template-areas: "content input";
|
|
1942
|
-
grid-template-columns: 1fr var(--bi-scale-5x);
|
|
1943
|
-
width: auto;
|
|
1944
1665
|
}
|
|
1945
1666
|
|
|
1946
1667
|
.bi-field .bi-field--affixes {
|
|
@@ -1963,7 +1684,6 @@ body:has(.bi-dialog:modal) {
|
|
|
1963
1684
|
}
|
|
1964
1685
|
|
|
1965
1686
|
.bi-field .bi-field--affixes:has(.bi-input[size]) {
|
|
1966
|
-
width: -webkit-fit-content;
|
|
1967
1687
|
width: fit-content;
|
|
1968
1688
|
}
|
|
1969
1689
|
|
|
@@ -1978,7 +1698,8 @@ body:has(.bi-dialog:modal) {
|
|
|
1978
1698
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) {
|
|
1979
1699
|
outline: var(--_bi--focus, 3px solid var(--bic-field-focus-outline-color));
|
|
1980
1700
|
outline-offset: 0;
|
|
1981
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d,
|
|
1701
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d,
|
|
1702
|
+
0px 0px 10px 0px #0000000d);
|
|
1982
1703
|
}
|
|
1983
1704
|
|
|
1984
1705
|
.bi-field .bi-field--affixes:has(.bi-input:focus-visible) * {
|
|
@@ -1996,46 +1717,18 @@ body:has(.bi-dialog:modal) {
|
|
|
1996
1717
|
display: flex;
|
|
1997
1718
|
}
|
|
1998
1719
|
|
|
1999
|
-
.bi-field .bi-field--affixes .bi-field--affix:first-child
|
|
2000
|
-
border-
|
|
2001
|
-
border-
|
|
2002
|
-
border-
|
|
2003
|
-
padding-
|
|
1720
|
+
.bi-field .bi-field--affixes .bi-field--affix:first-child {
|
|
1721
|
+
border-inline-end: 0;
|
|
1722
|
+
border-start-start-radius: inherit;
|
|
1723
|
+
border-end-start-radius: inherit;
|
|
1724
|
+
padding-inline-end: 0;
|
|
2004
1725
|
}
|
|
2005
1726
|
|
|
2006
|
-
.bi-field .bi-field--affixes .bi-field--affix:
|
|
2007
|
-
border-
|
|
2008
|
-
border-
|
|
2009
|
-
border-
|
|
2010
|
-
padding-
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
.bi-field .bi-field--affixes .bi-field--affix:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2014
|
-
border-top-right-radius: inherit;
|
|
2015
|
-
border-bottom-right-radius: inherit;
|
|
2016
|
-
border-left: 0;
|
|
2017
|
-
padding-left: 0;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2021
|
-
border-top-right-radius: inherit;
|
|
2022
|
-
border-bottom-right-radius: inherit;
|
|
2023
|
-
border-left: 0;
|
|
2024
|
-
padding-left: 0;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2028
|
-
border-top-left-radius: inherit;
|
|
2029
|
-
border-bottom-left-radius: inherit;
|
|
2030
|
-
border-right: 0;
|
|
2031
|
-
padding-right: 0;
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
.bi-field .bi-field--affixes .bi-field--affix:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
2035
|
-
border-top-left-radius: inherit;
|
|
2036
|
-
border-bottom-left-radius: inherit;
|
|
2037
|
-
border-right: 0;
|
|
2038
|
-
padding-right: 0;
|
|
1727
|
+
.bi-field .bi-field--affixes .bi-field--affix:last-child {
|
|
1728
|
+
border-inline-start: 0;
|
|
1729
|
+
border-start-end-radius: inherit;
|
|
1730
|
+
border-end-end-radius: inherit;
|
|
1731
|
+
padding-inline-start: 0;
|
|
2039
1732
|
}
|
|
2040
1733
|
|
|
2041
1734
|
.bi-fieldset {
|
|
@@ -2062,7 +1755,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2062
1755
|
}
|
|
2063
1756
|
|
|
2064
1757
|
.bi-fieldset > * + * {
|
|
2065
|
-
margin-
|
|
1758
|
+
margin-block-start: var(--bi-scale-1x);
|
|
2066
1759
|
}
|
|
2067
1760
|
|
|
2068
1761
|
.bi-fieldset > legend + p {
|
|
@@ -2074,18 +1767,16 @@ body:has(.bi-dialog:modal) {
|
|
|
2074
1767
|
line-height: 1.15;
|
|
2075
1768
|
}
|
|
2076
1769
|
|
|
2077
|
-
.bi-fieldset:disabled > legend {
|
|
2078
|
-
opacity: var(--ds-opacity-disabled);
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
.bi-fieldset:disabled > legend + p {
|
|
1770
|
+
.bi-fieldset:disabled > legend, .bi-fieldset:disabled > legend + p {
|
|
2082
1771
|
opacity: var(--ds-opacity-disabled);
|
|
2083
1772
|
}
|
|
2084
1773
|
|
|
2085
1774
|
.bi-filter-group {
|
|
2086
1775
|
--bic-filter-group-background: var(--bi-basic-white);
|
|
2087
|
-
--bic-filter-group-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
2088
|
-
|
|
1776
|
+
--bic-filter-group-background-hover: linear-gradient(0deg, var(--bi-states-hover-dark) 0%, var(--bi-states-hover-dark) 100%),
|
|
1777
|
+
var(--bic-filter-group-background);
|
|
1778
|
+
--bic-filter-group-background-press: linear-gradient(0deg, var(--bi-states-press-dark) 0%, var(--bi-states-press-dark) 100%),
|
|
1779
|
+
var(--bic-filter-group-background);
|
|
2089
1780
|
--bic-filter-group-background-expanded: var(--bi-neutral-15);
|
|
2090
1781
|
--bic-filter-group-border-color: var(--bi-neutral-15);
|
|
2091
1782
|
--bic-filter-group-text-color: var(--bi-neutral-90);
|
|
@@ -2095,8 +1786,10 @@ body:has(.bi-dialog:modal) {
|
|
|
2095
1786
|
|
|
2096
1787
|
.bi-filter-group[data-dark="true"] {
|
|
2097
1788
|
--bic-filter-group-background: var(--bi-neutral-90);
|
|
2098
|
-
--bic-filter-group-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
2099
|
-
|
|
1789
|
+
--bic-filter-group-background-hover: linear-gradient(0deg, var(--bi-states-hover-light) 0%, var(--bi-states-hover-light) 100%),
|
|
1790
|
+
var(--bic-filter-group-background);
|
|
1791
|
+
--bic-filter-group-background-press: linear-gradient(0deg, var(--bi-states-press-light) 0%, var(--bi-states-press-light) 100%),
|
|
1792
|
+
var(--bic-filter-group-background);
|
|
2100
1793
|
--bic-filter-group-background-expanded: var(--bi-neutral-80);
|
|
2101
1794
|
--bic-filter-group-border-color: var(--bi-neutral-70);
|
|
2102
1795
|
--bic-filter-group-text-color: var(--bi-basic-white);
|
|
@@ -2115,9 +1808,9 @@ body:has(.bi-dialog:modal) {
|
|
|
2115
1808
|
height: var(--bi-scale-12x);
|
|
2116
1809
|
color: var(--bic-filter-group-text-color);
|
|
2117
1810
|
align-items: center;
|
|
2118
|
-
gap: calc(var(--bi-scale-2x)
|
|
1811
|
+
gap: calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
|
|
2119
1812
|
width: 100%;
|
|
2120
|
-
padding: var(--bi-scale-2x) calc(var(--bi-scale-2x)
|
|
1813
|
+
padding: var(--bi-scale-2x) calc(var(--bi-scale-2x) + var(--bi-scale-0-50x));
|
|
2121
1814
|
background: var(--bic-filter-group-background);
|
|
2122
1815
|
cursor: pointer;
|
|
2123
1816
|
border-radius: var(--bi-radius-small) var(--bi-radius-small) 0 0;
|
|
@@ -2226,7 +1919,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2226
1919
|
display: flex;
|
|
2227
1920
|
}
|
|
2228
1921
|
|
|
2229
|
-
@media
|
|
1922
|
+
@media (width < 768px) {
|
|
2230
1923
|
.bi-footer .bi-footer--links-container {
|
|
2231
1924
|
flex-direction: column;
|
|
2232
1925
|
}
|
|
@@ -2245,7 +1938,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2245
1938
|
display: flex;
|
|
2246
1939
|
}
|
|
2247
1940
|
|
|
2248
|
-
@media
|
|
1941
|
+
@media (width < 768px) {
|
|
2249
1942
|
.bi-footer .bi-footer--links-container .bi-footer--links {
|
|
2250
1943
|
flex-direction: column;
|
|
2251
1944
|
}
|
|
@@ -2256,7 +1949,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2256
1949
|
font-weight: 300;
|
|
2257
1950
|
}
|
|
2258
1951
|
|
|
2259
|
-
@media
|
|
1952
|
+
@media (width < 768px) {
|
|
2260
1953
|
.bi-footer .bi-footer--links-container .bi-footer--links > p {
|
|
2261
1954
|
margin: var(--bi-scale-3x) 0;
|
|
2262
1955
|
}
|
|
@@ -2272,7 +1965,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2272
1965
|
display: flex;
|
|
2273
1966
|
}
|
|
2274
1967
|
|
|
2275
|
-
@media
|
|
1968
|
+
@media (width < 768px) {
|
|
2276
1969
|
.bi-footer .bi-footer--links-container .bi-footer--links > div {
|
|
2277
1970
|
flex-direction: column;
|
|
2278
1971
|
}
|
|
@@ -2287,29 +1980,13 @@ body:has(.bi-dialog:modal) {
|
|
|
2287
1980
|
display: flex;
|
|
2288
1981
|
}
|
|
2289
1982
|
|
|
2290
|
-
@media
|
|
1983
|
+
@media (width < 600px) {
|
|
2291
1984
|
.bi-footer .bi-footer--accreditations {
|
|
2292
1985
|
gap: var(--bi-scale-2x) var(--bi-scale-1x);
|
|
2293
1986
|
}
|
|
2294
1987
|
}
|
|
2295
1988
|
|
|
2296
|
-
.bi-footer .bi-footer--accreditations .bi-footer--aacsb {
|
|
2297
|
-
background-position: center;
|
|
2298
|
-
background-repeat: no-repeat;
|
|
2299
|
-
background-size: contain;
|
|
2300
|
-
height: 58px;
|
|
2301
|
-
display: block;
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
.bi-footer .bi-footer--accreditations .bi-footer--amba {
|
|
2305
|
-
background-position: center;
|
|
2306
|
-
background-repeat: no-repeat;
|
|
2307
|
-
background-size: contain;
|
|
2308
|
-
height: 58px;
|
|
2309
|
-
display: block;
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
.bi-footer .bi-footer--accreditations .bi-footer--equis {
|
|
1989
|
+
.bi-footer .bi-footer--accreditations .bi-footer--aacsb, .bi-footer .bi-footer--accreditations .bi-footer--amba, .bi-footer .bi-footer--accreditations .bi-footer--equis {
|
|
2313
1990
|
background-position: center;
|
|
2314
1991
|
background-repeat: no-repeat;
|
|
2315
1992
|
background-size: contain;
|
|
@@ -2352,7 +2029,7 @@ body:has(.bi-dialog:modal) {
|
|
|
2352
2029
|
display: flex;
|
|
2353
2030
|
}
|
|
2354
2031
|
|
|
2355
|
-
@media
|
|
2032
|
+
@media (width < 600px) {
|
|
2356
2033
|
.bi-footer .bi-footer--socials {
|
|
2357
2034
|
gap: var(--bi-scale-2x);
|
|
2358
2035
|
}
|
|
@@ -2456,7 +2133,6 @@ svg[data-color="white"] {
|
|
|
2456
2133
|
}
|
|
2457
2134
|
|
|
2458
2135
|
.bi-input {
|
|
2459
|
-
-webkit-appearance: none;
|
|
2460
2136
|
appearance: none;
|
|
2461
2137
|
background: var(--bic-input-background);
|
|
2462
2138
|
border-radius: var(--bi-radius-medium);
|
|
@@ -2492,7 +2168,8 @@ svg[data-color="white"] {
|
|
|
2492
2168
|
.bi-input:focus-visible {
|
|
2493
2169
|
outline: var(--_bi--focus, 3px solid var(--bic-input-focus-outline-color));
|
|
2494
2170
|
outline-offset: 0;
|
|
2495
|
-
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d,
|
|
2171
|
+
box-shadow: var(--_bi--focus, 0px 0px 20px var(--bi-scale-1-5x) #0000000d,
|
|
2172
|
+
0px 0px 10px 0px #0000000d);
|
|
2496
2173
|
}
|
|
2497
2174
|
|
|
2498
2175
|
.bi-input:focus-visible * {
|
|
@@ -2507,11 +2184,7 @@ svg[data-color="white"] {
|
|
|
2507
2184
|
width: 100%;
|
|
2508
2185
|
}
|
|
2509
2186
|
|
|
2510
|
-
.bi-input:disabled {
|
|
2511
|
-
cursor: not-allowed;
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
.bi-input[aria-disabled="true"] {
|
|
2187
|
+
.bi-input:disabled, .bi-input[aria-disabled="true"] {
|
|
2515
2188
|
cursor: not-allowed;
|
|
2516
2189
|
}
|
|
2517
2190
|
|
|
@@ -2519,34 +2192,12 @@ svg[data-color="white"] {
|
|
|
2519
2192
|
--bic-input-border-color: var(--bic-input-border-color-invalid);
|
|
2520
2193
|
}
|
|
2521
2194
|
|
|
2522
|
-
.bi-input[readonly] {
|
|
2195
|
+
.bi-input[readonly], .bi-input:disabled, .bi-input[aria-disabled="true"] {
|
|
2523
2196
|
background: var(--bic-input-background-readonly);
|
|
2524
2197
|
--bic-input-border-color: var(--bic-input-border-color-readonly);
|
|
2525
2198
|
color: var(--bic-input-color-readonly);
|
|
2526
2199
|
}
|
|
2527
2200
|
|
|
2528
|
-
.bi-input:disabled {
|
|
2529
|
-
background: var(--bic-input-background-readonly);
|
|
2530
|
-
--bic-input-border-color: var(--bic-input-border-color-readonly);
|
|
2531
|
-
color: var(--bic-input-color-readonly);
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.bi-input[aria-disabled="true"] {
|
|
2535
|
-
background: var(--bic-input-background-readonly);
|
|
2536
|
-
--bic-input-border-color: var(--bic-input-border-color-readonly);
|
|
2537
|
-
color: var(--bic-input-color-readonly);
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.bi-input:-webkit-any(textarea) {
|
|
2541
|
-
height: auto;
|
|
2542
|
-
min-height: calc(var(--bic-input-size) * 2);
|
|
2543
|
-
resize: vertical;
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
.bi-input:-webkit-any(textarea):not([rows]) {
|
|
2547
|
-
field-sizing: content;
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
2201
|
.bi-input:is(textarea) {
|
|
2551
2202
|
height: auto;
|
|
2552
2203
|
min-height: calc(var(--bic-input-size) * 2);
|
|
@@ -2557,17 +2208,6 @@ svg[data-color="white"] {
|
|
|
2557
2208
|
field-sizing: content;
|
|
2558
2209
|
}
|
|
2559
2210
|
|
|
2560
|
-
.bi-input:-webkit-any(select):not([readonly], [aria-disabled="true"], :disabled) {
|
|
2561
|
-
cursor: pointer;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.bi-input:-webkit-any(select) {
|
|
2565
|
-
background-image: var(--bic-input-select-chevron);
|
|
2566
|
-
background-position: calc(100% - .5em);
|
|
2567
|
-
background-repeat: no-repeat;
|
|
2568
|
-
background-size: 1.5em;
|
|
2569
|
-
}
|
|
2570
|
-
|
|
2571
2211
|
.bi-input:is(select):not([readonly], [aria-disabled="true"], :disabled) {
|
|
2572
2212
|
cursor: pointer;
|
|
2573
2213
|
}
|
|
@@ -2579,7 +2219,7 @@ svg[data-color="white"] {
|
|
|
2579
2219
|
background-size: 1.5em;
|
|
2580
2220
|
}
|
|
2581
2221
|
|
|
2582
|
-
.bi-input
|
|
2222
|
+
.bi-input[type="checkbox"], .bi-input[type="radio"] {
|
|
2583
2223
|
padding: var(--bi-scale-0-50x);
|
|
2584
2224
|
line-height: inherit;
|
|
2585
2225
|
height: var(--bic-input-toggle-size);
|
|
@@ -2592,25 +2232,25 @@ svg[data-color="white"] {
|
|
|
2592
2232
|
flex-shrink: 0;
|
|
2593
2233
|
}
|
|
2594
2234
|
|
|
2595
|
-
.bi-input
|
|
2235
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"]):focus-visible {
|
|
2596
2236
|
box-shadow: var(--_bi--focus, 0 0 0 4.5px var(--bic-input-focus-shadow-color));
|
|
2597
2237
|
outline: var(--_bi--focus, 3px solid var(--bic-input-focus-outline-color));
|
|
2598
2238
|
outline-offset: var(--_bi--focus, 3px);
|
|
2599
2239
|
}
|
|
2600
2240
|
|
|
2601
|
-
.bi-input
|
|
2241
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"]):focus-visible * {
|
|
2602
2242
|
--_bi--focus: ;
|
|
2603
2243
|
}
|
|
2604
2244
|
|
|
2605
|
-
.bi-input
|
|
2245
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"]):read-only:not([readonly], [aria-disabled="true"], :disabled) {
|
|
2606
2246
|
cursor: pointer;
|
|
2607
2247
|
}
|
|
2608
2248
|
|
|
2609
|
-
.bi-input
|
|
2249
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="radio"] {
|
|
2610
2250
|
border-radius: var(--bi-radius-full);
|
|
2611
2251
|
}
|
|
2612
2252
|
|
|
2613
|
-
.bi-input
|
|
2253
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="radio"]:before {
|
|
2614
2254
|
content: "";
|
|
2615
2255
|
background-color: var(--bic-input-toggle-background);
|
|
2616
2256
|
border-radius: 100%;
|
|
@@ -2624,22 +2264,22 @@ svg[data-color="white"] {
|
|
|
2624
2264
|
transform: translate(-50%, -50%);
|
|
2625
2265
|
}
|
|
2626
2266
|
|
|
2627
|
-
.bi-input
|
|
2267
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="radio"]:checked {
|
|
2628
2268
|
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2629
2269
|
}
|
|
2630
2270
|
|
|
2631
|
-
.bi-input
|
|
2271
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="radio"]:checked:before {
|
|
2632
2272
|
width: 12px;
|
|
2633
2273
|
height: 12px;
|
|
2634
2274
|
}
|
|
2635
2275
|
|
|
2636
|
-
.bi-input
|
|
2276
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"]:not([role="switch"]) {
|
|
2637
2277
|
border-radius: var(--bi-radius-small);
|
|
2638
2278
|
place-content: center;
|
|
2639
2279
|
display: grid;
|
|
2640
2280
|
}
|
|
2641
2281
|
|
|
2642
|
-
.bi-input
|
|
2282
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"]:not([role="switch"]):before {
|
|
2643
2283
|
content: "";
|
|
2644
2284
|
width: .7em;
|
|
2645
2285
|
height: .7em;
|
|
@@ -2650,119 +2290,41 @@ svg[data-color="white"] {
|
|
|
2650
2290
|
transform: scale(0);
|
|
2651
2291
|
}
|
|
2652
2292
|
|
|
2653
|
-
.bi-input
|
|
2293
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"]:not([role="switch"]):where(:checked, :indeterminate) {
|
|
2654
2294
|
background: var(--bic-input-toggle-background);
|
|
2655
2295
|
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2656
2296
|
}
|
|
2657
2297
|
|
|
2658
|
-
.bi-input
|
|
2298
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"]:not([role="switch"]):where(:checked, :indeterminate):before {
|
|
2659
2299
|
transform: scale(1);
|
|
2660
2300
|
}
|
|
2661
2301
|
|
|
2662
|
-
.bi-input
|
|
2663
|
-
background: var(--bic-input-toggle-background);
|
|
2664
|
-
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="checkbox"]:is(:checked, :indeterminate):before {
|
|
2668
|
-
transform: scale(1);
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="checkbox"]:indeterminate:before {
|
|
2302
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"]:not([role="switch"]):indeterminate:before {
|
|
2672
2303
|
clip-path: polygon(0% 42%, 0% 58%, 100% 58%, 100% 42%);
|
|
2673
2304
|
}
|
|
2674
2305
|
|
|
2675
|
-
.bi-input
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
height: var(--bic-input-toggle-size);
|
|
2679
|
-
width: var(--bic-input-toggle-size);
|
|
2680
|
-
box-shadow: none;
|
|
2681
|
-
border-width: var(--bi-stroke-medium);
|
|
2682
|
-
border-style: solid;
|
|
2683
|
-
border-color: var(--bic-input-border-color);
|
|
2684
|
-
background: none;
|
|
2685
|
-
flex-shrink: 0;
|
|
2686
|
-
}
|
|
2687
|
-
|
|
2688
|
-
.bi-input:is([type="checkbox"], [type="radio"]):focus-visible {
|
|
2689
|
-
box-shadow: var(--_bi--focus, 0 0 0 4.5px var(--bic-input-focus-shadow-color));
|
|
2690
|
-
outline: var(--_bi--focus, 3px solid var(--bic-input-focus-outline-color));
|
|
2691
|
-
outline-offset: var(--_bi--focus, 3px);
|
|
2692
|
-
}
|
|
2693
|
-
|
|
2694
|
-
.bi-input:is([type="checkbox"], [type="radio"]):focus-visible * {
|
|
2695
|
-
--_bi--focus: ;
|
|
2696
|
-
}
|
|
2697
|
-
|
|
2698
|
-
.bi-input:is([type="checkbox"], [type="radio"]):read-only:not([readonly], [aria-disabled="true"], :disabled) {
|
|
2699
|
-
cursor: pointer;
|
|
2700
|
-
}
|
|
2701
|
-
|
|
2702
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="radio"] {
|
|
2703
|
-
border-radius: var(--bi-radius-full);
|
|
2704
|
-
}
|
|
2705
|
-
|
|
2706
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="radio"]:before {
|
|
2707
|
-
content: "";
|
|
2708
|
-
background-color: var(--bic-input-toggle-background);
|
|
2709
|
-
border-radius: 100%;
|
|
2710
|
-
width: 0;
|
|
2711
|
-
height: 0;
|
|
2712
|
-
transition: width .1s ease-in-out, height .1s ease-in-out;
|
|
2713
|
-
display: block;
|
|
2714
|
-
position: absolute;
|
|
2715
|
-
top: 50%;
|
|
2716
|
-
left: 50%;
|
|
2717
|
-
transform: translate(-50%, -50%);
|
|
2718
|
-
}
|
|
2719
|
-
|
|
2720
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="radio"]:checked {
|
|
2721
|
-
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="radio"]:checked:before {
|
|
2725
|
-
width: 12px;
|
|
2726
|
-
height: 12px;
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="checkbox"] {
|
|
2730
|
-
border-radius: var(--bi-radius-small);
|
|
2731
|
-
place-content: center;
|
|
2732
|
-
display: grid;
|
|
2733
|
-
}
|
|
2734
|
-
|
|
2735
|
-
.bi-input:is([type="checkbox"], [type="radio"])[type="checkbox"]:before {
|
|
2736
|
-
content: "";
|
|
2737
|
-
width: .7em;
|
|
2738
|
-
height: .7em;
|
|
2739
|
-
box-shadow: inset 1em 1em var(--bic-input-toggle-color);
|
|
2740
|
-
transform-origin: center;
|
|
2741
|
-
clip-path: polygon(9.73% 39.66%, 0% 49.25%, 34.81% 84.58%, 100% 20%, 90.45% 10.31%, 34.81% 65.12%);
|
|
2742
|
-
transition: transform .2s ease-in-out;
|
|
2743
|
-
transform: scale(0);
|
|
2744
|
-
}
|
|
2745
|
-
|
|
2746
|
-
.bi-input:-webkit-any([type="checkbox"], [type="radio"])[type="checkbox"]:-webkit-any(:checked, :indeterminate) {
|
|
2747
|
-
background: var(--bic-input-toggle-background);
|
|
2748
|
-
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
.bi-input:-webkit-any([type="checkbox"], [type="radio"])[type="checkbox"]:-webkit-any(:checked, :indeterminate):before {
|
|
2752
|
-
transform: scale(1);
|
|
2306
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"][role="switch"] {
|
|
2307
|
+
--_bic-input-circle-position-x: var(--bi-scale-0-50x);
|
|
2308
|
+
background: var(--bi-neutral-50);
|
|
2753
2309
|
}
|
|
2754
2310
|
|
|
2755
|
-
.bi-input
|
|
2311
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"][role="switch"]:where(:checked) {
|
|
2312
|
+
--_bic-input-circle-position-x: calc(100% - var(--bi-scale-0-50x));
|
|
2756
2313
|
background: var(--bic-input-toggle-background);
|
|
2757
2314
|
--bic-input-border-color: var(--bic-input-toggle-background);
|
|
2758
2315
|
}
|
|
2759
2316
|
|
|
2760
|
-
.bi-input
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2317
|
+
:is(.bi-input[type="checkbox"], .bi-input[type="radio"])[type="checkbox"][role="switch"] {
|
|
2318
|
+
background-image: radial-gradient(circle closest-side, var(--bi-basic-white) 95%, transparent 100%);
|
|
2319
|
+
background-origin: content-box;
|
|
2320
|
+
background-position: var(--_bic-input-circle-position-x);
|
|
2321
|
+
background-repeat: no-repeat;
|
|
2322
|
+
background-size: calc(var(--bic-input-toggle-size)) 100%;
|
|
2323
|
+
border-radius: var(--bi-radius-full);
|
|
2324
|
+
width: var(--bi-scale-11x);
|
|
2325
|
+
height: var(--bi-scale-6x);
|
|
2326
|
+
padding-inline: 0;
|
|
2327
|
+
transition: background-position .2s;
|
|
2766
2328
|
}
|
|
2767
2329
|
|
|
2768
2330
|
.bi-label {
|
|
@@ -2794,18 +2356,7 @@ svg[data-color="white"] {
|
|
|
2794
2356
|
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):before {
|
|
2795
2357
|
content: "*";
|
|
2796
2358
|
color: var(--bic-label-required-color);
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
2800
|
-
padding-right: var(--bi-scale-0-25x);
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
2804
|
-
padding-left: var(--bi-scale-0-25x);
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
.bi-label:has( ~ .bi-input:required, ~ .bi-field--affixes > .bi-input:required):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
|
|
2808
|
-
padding-left: var(--bi-scale-0-25x);
|
|
2359
|
+
padding-inline-end: var(--bi-scale-0-25x);
|
|
2809
2360
|
}
|
|
2810
2361
|
|
|
2811
2362
|
.bi-link {
|
|
@@ -2818,19 +2369,13 @@ svg[data-color="white"] {
|
|
|
2818
2369
|
--bic-link-focus-shadow-color: var(--bi-basic-white);
|
|
2819
2370
|
--bic-link-focus-outline-color: var(--bi-primary-50);
|
|
2820
2371
|
color: var(--bic-link-color);
|
|
2821
|
-
-webkit-text-decoration-line: underline;
|
|
2822
2372
|
text-decoration-line: underline;
|
|
2823
|
-
-webkit-text-decoration-style: solid;
|
|
2824
2373
|
text-decoration-style: solid;
|
|
2825
2374
|
text-decoration-thickness: var(--bic-link-text-decoration-thickness);
|
|
2826
2375
|
text-underline-offset: .25em;
|
|
2827
2376
|
outline: none;
|
|
2828
2377
|
}
|
|
2829
2378
|
|
|
2830
|
-
.bi-link :-webkit-any(img, svg) {
|
|
2831
|
-
vertical-align: middle;
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
2379
|
.bi-link :is(img, svg) {
|
|
2835
2380
|
vertical-align: middle;
|
|
2836
2381
|
}
|
|
@@ -2924,7 +2469,7 @@ svg[data-color="white"] {
|
|
|
2924
2469
|
--bic-logo-height: var(--bi-scale-48x);
|
|
2925
2470
|
}
|
|
2926
2471
|
|
|
2927
|
-
@media (
|
|
2472
|
+
@media (width >= 795px) {
|
|
2928
2473
|
.bi-logo[data-dark="true"][data-international="true"][data-vertical="true"] {
|
|
2929
2474
|
aspect-ratio: .974318;
|
|
2930
2475
|
background-image: url("./assets/logos/international-vertical-dark.svg");
|
|
@@ -2940,7 +2485,7 @@ svg[data-color="white"] {
|
|
|
2940
2485
|
background-image: url("./assets/logos/dark.svg");
|
|
2941
2486
|
}
|
|
2942
2487
|
|
|
2943
|
-
@media (
|
|
2488
|
+
@media (width >= 795px) {
|
|
2944
2489
|
.bi-logo:not([data-dark="true"])[data-international="true"][data-vertical="true"] {
|
|
2945
2490
|
aspect-ratio: .974318;
|
|
2946
2491
|
background-image: url("./assets/logos/international-vertical.svg");
|
|
@@ -2982,7 +2527,7 @@ svg[data-color="white"] {
|
|
|
2982
2527
|
display: flex;
|
|
2983
2528
|
}
|
|
2984
2529
|
|
|
2985
|
-
@media
|
|
2530
|
+
@media (width < 768px) {
|
|
2986
2531
|
.bi-navbar > header {
|
|
2987
2532
|
padding: 0 var(--bi-scale-4x);
|
|
2988
2533
|
}
|
|
@@ -3052,40 +2597,11 @@ svg[data-color="white"] {
|
|
|
3052
2597
|
--bic-pagination-selected-background: var(--bi-primary-80);
|
|
3053
2598
|
}
|
|
3054
2599
|
|
|
3055
|
-
.bi-pagination :-webkit-any(ol, ul) {
|
|
3056
|
-
color: var(--bic-pagination-color);
|
|
3057
|
-
gap: var(--bic-pagination-gap);
|
|
3058
|
-
flex-wrap: wrap;
|
|
3059
|
-
align-items: center;
|
|
3060
|
-
width: -webkit-fit-content;
|
|
3061
|
-
width: fit-content;
|
|
3062
|
-
margin: 0;
|
|
3063
|
-
padding: 0;
|
|
3064
|
-
list-style: none;
|
|
3065
|
-
display: flex;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
.bi-pagination :-webkit-any(ol, ul) > li:empty:before {
|
|
3069
|
-
content: "...";
|
|
3070
|
-
min-width: var(--bi-scale-11x);
|
|
3071
|
-
text-align: center;
|
|
3072
|
-
display: block;
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
.bi-pagination :-webkit-any(ol, ul) > li > .bi-button {
|
|
3076
|
-
--bic-button-font-size: 1rem;
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
.bi-pagination :-webkit-any(ol, ul) > li > .bi-button[aria-current="page"] {
|
|
3080
|
-
background-color: var(--bic-pagination-selected-background);
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
2600
|
.bi-pagination :is(ol, ul) {
|
|
3084
2601
|
color: var(--bic-pagination-color);
|
|
3085
2602
|
gap: var(--bic-pagination-gap);
|
|
3086
2603
|
flex-wrap: wrap;
|
|
3087
2604
|
align-items: center;
|
|
3088
|
-
width: -webkit-fit-content;
|
|
3089
2605
|
width: fit-content;
|
|
3090
2606
|
margin: 0;
|
|
3091
2607
|
padding: 0;
|
|
@@ -3118,14 +2634,16 @@ svg[data-color="white"] {
|
|
|
3118
2634
|
--bic-popover-border-radius: var(--bi-radius-medium);
|
|
3119
2635
|
--bic-popover-max-width: 300px;
|
|
3120
2636
|
--bic-popover-padding: var(--bi-scale-1x);
|
|
3121
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
2637
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
2638
|
+
0px 2px 2px -1px #26333f0a;
|
|
3122
2639
|
}
|
|
3123
2640
|
|
|
3124
2641
|
.bi-popover[data-dark="true"] {
|
|
3125
2642
|
--bic-popover-background: var(--bi-neutral-95);
|
|
3126
2643
|
--bic-popover-border-color: var(--bi-neutral-70);
|
|
3127
2644
|
--bic-popover-color: var(--bi-neutral-5);
|
|
3128
|
-
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
2645
|
+
--bic-popover-box-shadow: 0px 8px 16px -4px #26333f14, 4px 4px 6px -2px #26333f08,
|
|
2646
|
+
0px 2px 2px -1px #26333f0a;
|
|
3129
2647
|
}
|
|
3130
2648
|
|
|
3131
2649
|
.bi-popover {
|
|
@@ -3142,10 +2660,7 @@ svg[data-color="white"] {
|
|
|
3142
2660
|
z-index: 100000;
|
|
3143
2661
|
display: none;
|
|
3144
2662
|
position: fixed;
|
|
3145
|
-
|
|
3146
|
-
bottom: auto;
|
|
3147
|
-
left: 0;
|
|
3148
|
-
right: auto;
|
|
2663
|
+
inset: 0 auto auto 0;
|
|
3149
2664
|
overflow: visible;
|
|
3150
2665
|
}
|
|
3151
2666
|
|
|
@@ -3205,10 +2720,6 @@ svg[data-color="white"] {
|
|
|
3205
2720
|
--bic-field-padding-inline: 0;
|
|
3206
2721
|
}
|
|
3207
2722
|
|
|
3208
|
-
.bi-search:has(.bi-input:-webkit-any(:read-only, :disabled, [aria-disabled="true"]), .bi-input:placeholder-shown) button[type="reset"] {
|
|
3209
|
-
display: none;
|
|
3210
|
-
}
|
|
3211
|
-
|
|
3212
2723
|
.bi-search:has(.bi-input:is(:read-only, :disabled, [aria-disabled="true"]), .bi-input:placeholder-shown) button[type="reset"] {
|
|
3213
2724
|
display: none;
|
|
3214
2725
|
}
|
|
@@ -3249,7 +2760,8 @@ svg[data-color="white"] {
|
|
|
3249
2760
|
.bi-spinner {
|
|
3250
2761
|
--bic-spinner-color: currentColor;
|
|
3251
2762
|
aspect-ratio: 1;
|
|
3252
|
-
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%, #0000) top
|
|
2763
|
+
background: radial-gradient(farthest-side, var(--bic-spinner-color) 94%, #0000) top/4px 4px no-repeat,
|
|
2764
|
+
conic-gradient(#0000 30%, var(--bic-spinner-color));
|
|
3253
2765
|
border-radius: 50%;
|
|
3254
2766
|
width: 1em;
|
|
3255
2767
|
height: 1em;
|
|
@@ -3300,7 +2812,6 @@ svg[data-color="white"] {
|
|
|
3300
2812
|
|
|
3301
2813
|
.bi-sticky-header {
|
|
3302
2814
|
z-index: 100;
|
|
3303
|
-
position: -webkit-sticky;
|
|
3304
2815
|
position: sticky;
|
|
3305
2816
|
}
|
|
3306
2817
|
|
|
@@ -3342,7 +2853,6 @@ svg[data-color="white"] {
|
|
|
3342
2853
|
overflow-y: auto;
|
|
3343
2854
|
overflow-x: unset;
|
|
3344
2855
|
flex-direction: column;
|
|
3345
|
-
width: -webkit-fit-content;
|
|
3346
2856
|
width: fit-content;
|
|
3347
2857
|
}
|
|
3348
2858
|
|
|
@@ -3421,16 +2931,8 @@ svg[data-color="white"] {
|
|
|
3421
2931
|
position: relative;
|
|
3422
2932
|
}
|
|
3423
2933
|
|
|
3424
|
-
.bi-validation-message:has( > svg)
|
|
3425
|
-
padding-
|
|
3426
|
-
}
|
|
3427
|
-
|
|
3428
|
-
.bi-validation-message:has( > svg):-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
3429
|
-
padding-right: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
3430
|
-
}
|
|
3431
|
-
|
|
3432
|
-
.bi-validation-message:has( > svg):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
|
|
3433
|
-
padding-right: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
2934
|
+
.bi-validation-message:has( > svg) {
|
|
2935
|
+
padding-inline-start: calc(var(--bic-validation-message-icon-size) + var(--bic-validation-message-padding) * 2);
|
|
3434
2936
|
}
|
|
3435
2937
|
|
|
3436
2938
|
.bi-validation-message > svg {
|
|
@@ -3440,11 +2942,7 @@ svg[data-color="white"] {
|
|
|
3440
2942
|
position: absolute;
|
|
3441
2943
|
}
|
|
3442
2944
|
|
|
3443
|
-
html:has(.bi-navbar) {
|
|
3444
|
-
scroll-padding-top: var(--bi-layout-navbar-height);
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
html:has(.bi-sub-navbar) {
|
|
2945
|
+
:is(html:has(.bi-navbar), html:has(.bi-sub-navbar)) {
|
|
3448
2946
|
scroll-padding-top: var(--bi-layout-navbar-height);
|
|
3449
2947
|
}
|
|
3450
2948
|
|
|
@@ -3473,5 +2971,5 @@ html:has(.bi-navbar[data-fixed="true"]):has(.bi-sub-navbar[data-fixed="true"][da
|
|
|
3473
2971
|
}
|
|
3474
2972
|
|
|
3475
2973
|
html:has(.bi-navbar[data-fixed="true"]):has(.bi-sub-navbar[data-fixed="true"][data-scroll-dir="up"]) .bi-sticky-header {
|
|
3476
|
-
top: calc(var(--bi-layout-navbar-height)
|
|
2974
|
+
top: calc(var(--bi-layout-navbar-height) + var(--bi-layout-navbar-height));
|
|
3477
2975
|
}
|