@baloise/ds-styles 17.3.0 → 17.4.0-snapshot.1609-d2bcc38d3
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/css/all.css +345 -448
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +345 -448
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +68 -128
- package/css/basic.css.map +1 -1
- package/css/basic.min.css +1 -1
- package/css/core.css +68 -54
- package/css/core.css.map +1 -1
- package/css/core.min.css +1 -1
- package/css/structure.css.map +1 -1
- package/css/utilities/all.css +290 -0
- package/css/utilities/all.css.map +1 -1
- package/css/utilities/all.min.css +1 -1
- package/css/utilities/background.css.map +1 -1
- package/css/utilities/border.css.map +1 -1
- package/css/utilities/elevation.css +64 -0
- package/css/utilities/elevation.css.map +1 -1
- package/css/utilities/elevation.min.css +1 -1
- package/css/utilities/flex.css +130 -0
- package/css/utilities/flex.css.map +1 -1
- package/css/utilities/flex.min.css +1 -1
- package/css/utilities/grid.css.map +1 -1
- package/css/utilities/interaction.css.map +1 -1
- package/css/utilities/layout.css +96 -0
- package/css/utilities/layout.css.map +1 -1
- package/css/utilities/layout.min.css +1 -1
- package/css/utilities/sizing.css.map +1 -1
- package/css/utilities/spacing.css.map +1 -1
- package/css/utilities/typography.css.map +1 -1
- package/package.json +3 -3
- package/sass/all.sass +6 -6
- package/sass/baloise-design-system.sass +1 -1
- package/sass/basic.sass +5 -5
- package/sass/core.sass +3 -4
- package/sass/font.sass +1 -1
- package/sass/mixins.sass +1 -3
- package/sass/structure.sass +1 -1
- package/sass/utilities/all.sass +9 -9
- package/sass/utilities/background.sass +2 -2
- package/sass/utilities/border.sass +2 -2
- package/sass/utilities/elevation.sass +2 -2
- package/sass/utilities/flex.sass +2 -2
- package/sass/utilities/grid.sass +2 -2
- package/sass/utilities/interaction.sass +2 -2
- package/sass/utilities/layout.sass +2 -2
- package/sass/utilities/sizing.sass +2 -2
- package/sass/utilities/spacing.sass +2 -2
- package/sass/utilities/typography.sass +2 -2
- package/src/core/_all.sass +8 -8
- package/src/core/container.sass +2 -0
- package/src/core/form/_all.sass +6 -6
- package/src/core/form/button.sass +2 -0
- package/src/core/form/file.sass +3 -0
- package/src/core/form/input-textarea.sass +2 -0
- package/src/core/form/select.sass +3 -0
- package/src/core/form/shared.sass +2 -0
- package/src/core/form/tools.sass +3 -1
- package/src/core/grid.sass +1 -0
- package/src/core/link.sass +2 -0
- package/src/core/list.sass +7 -0
- package/src/core/table.sass +2 -0
- package/src/core/typography.sass +2 -0
- package/src/core/vars/_all.sass +7 -7
- package/src/generated/background.sass +3 -0
- package/src/generated/border.sass +3 -0
- package/src/generated/elevation.sass +63 -0
- package/src/generated/flex.sass +105 -0
- package/src/generated/interaction.sass +3 -0
- package/src/generated/layout.sass +93 -0
- package/src/generated/sizing.sass +3 -0
- package/src/generated/spacing.sass +3 -0
- package/src/generated/typography.sass +3 -0
- package/src/mixins/_all.sass +6 -6
- package/src/mixins/breakpoint.mixin.sass +2 -0
- package/src/mixins/extends.sass +2 -0
- package/src/mixins/general.mixin.sass +1 -0
package/css/all.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.table
|
|
1
|
+
.table:not(:last-child), .table-container:not(:last-child) {
|
|
2
2
|
margin-bottom: 0.25rem;
|
|
3
3
|
}
|
|
4
4
|
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
@media (hover: hover) and (pointer: fine) {
|
|
13
|
-
a.link:not(.button).is-
|
|
14
|
-
a.is-link:not(.button).is-
|
|
15
|
-
a.is-link:not(.button).is-
|
|
13
|
+
a.link:not(.button).is-inverted:focus-visible,
|
|
14
|
+
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
15
|
+
a.is-link:not(.button).is-light:focus-visible, .button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active) {
|
|
16
16
|
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -386,43 +386,6 @@ template {
|
|
|
386
386
|
display: none;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
-
.table-container:not(:last-child), .table:not(:last-child) {
|
|
390
|
-
margin-bottom: 0.25rem;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
@media (hover: hover) and (pointer: fine) {
|
|
394
|
-
a.link:not(.button):focus-visible,
|
|
395
|
-
a.is-link:not(.button):focus-visible, .button:focus-visible:not(:active), .button.is-focused:not(:active) {
|
|
396
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
@media (hover: hover) and (pointer: fine) {
|
|
401
|
-
a.link:not(.button).is-light:focus-visible,
|
|
402
|
-
a.is-link:not(.button).is-light:focus-visible, a.link:not(.button).is-inverted:focus-visible,
|
|
403
|
-
a.is-link:not(.button).is-inverted:focus-visible, .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active) {
|
|
404
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled, .file.is-disabled .file-label,
|
|
409
|
-
.file.is-disabled .file-cta {
|
|
410
|
-
cursor: default !important;
|
|
411
|
-
pointer-events: none !important;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.button, .file {
|
|
415
|
-
-webkit-touch-callout: none;
|
|
416
|
-
-webkit-user-select: none;
|
|
417
|
-
-moz-user-select: none;
|
|
418
|
-
user-select: none;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
.button {
|
|
422
|
-
-moz-osx-font-smoothing: grayscale;
|
|
423
|
-
-webkit-font-smoothing: antialiased;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
389
|
html {
|
|
427
390
|
background-color: var(--bal-body-background);
|
|
428
391
|
font-size: var(--bal-body-font-size);
|
|
@@ -600,7 +563,7 @@ fieldset {
|
|
|
600
563
|
}
|
|
601
564
|
/**
|
|
602
565
|
* Do not edit directly
|
|
603
|
-
* Generated on Thu,
|
|
566
|
+
* Generated on Thu, 06 Feb 2025 21:52:18 GMT
|
|
604
567
|
*/
|
|
605
568
|
:root {
|
|
606
569
|
--bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
|
|
@@ -613,6 +576,7 @@ fieldset {
|
|
|
613
576
|
--bal-opacity-0: 0;
|
|
614
577
|
--bal-font-family-text: BaloiseCreateText, Arial, sans-serif;
|
|
615
578
|
--bal-font-family-title: BaloiseCreateHeadline, Arial, sans-serif;
|
|
579
|
+
--bal-shadow-header: 0 4px 4px 0 rgba(0, 7, 57, 0.15); /* Shadow effect for a header bar */
|
|
616
580
|
--bal-shadow-large: 0 0 30px 0 rgba(0, 7, 57, 0.15); /* Large shadow are used for hover effects. */
|
|
617
581
|
--bal-shadow-normal: 0 0 10px 0 rgba(0, 7, 57, 0.15); /* Default shadow size to elevate an element. */
|
|
618
582
|
--bal-shadow-small: 0px 2px 5px 1px rgba(0, 7, 57, 0.12);
|
|
@@ -867,76 +831,6 @@ fieldset {
|
|
|
867
831
|
--bal-color-background-primary: var(--bal-color-primary-5); /* Blue is our accent color and it is present on every touchpoint. Our logo, text, buttons and links are blue. */
|
|
868
832
|
}
|
|
869
833
|
|
|
870
|
-
:root {
|
|
871
|
-
--bal-line-height-x-small: 1.125rem;
|
|
872
|
-
--bal-line-height-small: 1.25rem;
|
|
873
|
-
--bal-line-height-normal: 1.5rem;
|
|
874
|
-
--bal-line-height-medium: 1.5rem;
|
|
875
|
-
--bal-line-height-large: 1.5rem;
|
|
876
|
-
--bal-line-height-x-large: 2rem;
|
|
877
|
-
--bal-line-height-xx-large: 2rem;
|
|
878
|
-
--bal-line-height-xxx-large: 2rem;
|
|
879
|
-
--bal-line-height-xxxx-large: 2.5rem;
|
|
880
|
-
--bal-line-height-xxxxx-large: 3.5rem;
|
|
881
|
-
--bal-line-height-tablet-x-small: 1.125rem;
|
|
882
|
-
--bal-line-height-tablet-small: 1.25rem;
|
|
883
|
-
--bal-line-height-tablet-normal: 1.5rem;
|
|
884
|
-
--bal-line-height-tablet-medium: 1.625rem;
|
|
885
|
-
--bal-line-height-tablet-large: 2rem;
|
|
886
|
-
--bal-line-height-tablet-x-large: 2rem;
|
|
887
|
-
--bal-line-height-tablet-xx-large: 2.5rem;
|
|
888
|
-
--bal-line-height-tablet-xxx-large: 3rem;
|
|
889
|
-
--bal-line-height-tablet-xxxx-large: 3.5rem;
|
|
890
|
-
--bal-line-height-tablet-xxxxx-large: 6rem;
|
|
891
|
-
--bal-line-height-desktop-x-small: 1.125rem;
|
|
892
|
-
--bal-line-height-desktop-small: 1.25rem;
|
|
893
|
-
--bal-line-height-desktop-normal: 1.5rem;
|
|
894
|
-
--bal-line-height-desktop-medium: 1.625rem;
|
|
895
|
-
--bal-line-height-desktop-large: 2rem;
|
|
896
|
-
--bal-line-height-desktop-x-large: 2rem;
|
|
897
|
-
--bal-line-height-desktop-xx-large: 2.5rem;
|
|
898
|
-
--bal-line-height-desktop-xxx-large: 3rem;
|
|
899
|
-
--bal-line-height-desktop-xxxx-large: 3.5rem;
|
|
900
|
-
--bal-line-height-desktop-xxxxx-large: 6rem;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
.table-container:not(:last-child), .table:not(:last-child) {
|
|
904
|
-
margin-bottom: 0.25rem;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
@media (hover: hover) and (pointer: fine) {
|
|
908
|
-
a.link:not(.button):focus-visible,
|
|
909
|
-
a.is-link:not(.button):focus-visible, .button:focus-visible:not(:active), .button.is-focused:not(:active) {
|
|
910
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
911
|
-
}
|
|
912
|
-
}
|
|
913
|
-
|
|
914
|
-
@media (hover: hover) and (pointer: fine) {
|
|
915
|
-
a.link:not(.button).is-light:focus-visible,
|
|
916
|
-
a.is-link:not(.button).is-light:focus-visible, a.link:not(.button).is-inverted:focus-visible,
|
|
917
|
-
a.is-link:not(.button).is-inverted:focus-visible, .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active) {
|
|
918
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled, .file.is-disabled .file-label,
|
|
923
|
-
.file.is-disabled .file-cta {
|
|
924
|
-
cursor: default !important;
|
|
925
|
-
pointer-events: none !important;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.button, .file {
|
|
929
|
-
-webkit-touch-callout: none;
|
|
930
|
-
-webkit-user-select: none;
|
|
931
|
-
-moz-user-select: none;
|
|
932
|
-
user-select: none;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
.button {
|
|
936
|
-
-moz-osx-font-smoothing: grayscale;
|
|
937
|
-
-webkit-font-smoothing: antialiased;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
834
|
/**
|
|
941
835
|
* * @prop --bal-body-background: Body background color
|
|
942
836
|
* * @prop --bal-body-font-family: Body font family
|
|
@@ -1469,7 +1363,7 @@ fieldset {
|
|
|
1469
1363
|
--bal-table-striped-row-even-background-color-hover: var(--bal-color-grey-2);
|
|
1470
1364
|
}
|
|
1471
1365
|
|
|
1472
|
-
.select select, .
|
|
1366
|
+
.select select, .input, .textarea {
|
|
1473
1367
|
justify-content: flex-start;
|
|
1474
1368
|
background-color: var(--bal-form-field-control-background);
|
|
1475
1369
|
border-color: var(--bal-form-field-control-border-color);
|
|
@@ -1477,48 +1371,48 @@ fieldset {
|
|
|
1477
1371
|
border-radius: var(--bal-form-field-control-radius);
|
|
1478
1372
|
color: var(--bal-form-field-control-color);
|
|
1479
1373
|
}
|
|
1480
|
-
.select select::-moz-placeholder, .
|
|
1374
|
+
.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder {
|
|
1481
1375
|
color: var(--bal-form-field-control-placeholder-color);
|
|
1482
1376
|
}
|
|
1483
|
-
.select select::-webkit-input-placeholder, .
|
|
1377
|
+
.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
|
|
1484
1378
|
color: var(--bal-form-field-control-placeholder-color);
|
|
1485
1379
|
}
|
|
1486
|
-
.select select:-moz-placeholder, .
|
|
1380
|
+
.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder {
|
|
1487
1381
|
color: var(--bal-form-field-control-placeholder-color);
|
|
1488
1382
|
}
|
|
1489
|
-
.select select:-ms-input-placeholder, .
|
|
1383
|
+
.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
|
|
1490
1384
|
color: var(--bal-form-field-control-placeholder-color);
|
|
1491
1385
|
}
|
|
1492
1386
|
@media (hover: hover) and (pointer: fine) {
|
|
1493
|
-
.select select:hover, .
|
|
1387
|
+
.select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea {
|
|
1494
1388
|
border-color: var(--bal-form-field-control-border-color-hover);
|
|
1495
1389
|
background-color: var(--bal-form-field-control-background-hover);
|
|
1496
1390
|
}
|
|
1497
1391
|
}
|
|
1498
|
-
.select select.bal-focused, .bal-focused.
|
|
1392
|
+
.select select.bal-focused, .bal-focused.input, .bal-focused.textarea, .select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea {
|
|
1499
1393
|
border-color: var(--bal-form-field-control-border-color-active);
|
|
1500
1394
|
background-color: var(--bal-form-field-control-background-active);
|
|
1501
1395
|
}
|
|
1502
|
-
.select select[disabled], [disabled].
|
|
1396
|
+
.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea {
|
|
1503
1397
|
background-color: var(--bal-form-field-control-disabled-background);
|
|
1504
1398
|
border-color: var(--bal-form-field-control-disabled-border-color);
|
|
1505
1399
|
box-shadow: none;
|
|
1506
1400
|
color: var(--bal-form-field-control-disabled-color);
|
|
1507
1401
|
}
|
|
1508
|
-
.select select[disabled]::-moz-placeholder, [disabled].
|
|
1402
|
+
.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder {
|
|
1509
1403
|
color: var(--bal-form-field-control-disabled-color);
|
|
1510
1404
|
}
|
|
1511
|
-
.select select[disabled]::-webkit-input-placeholder, [disabled].
|
|
1405
|
+
.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder {
|
|
1512
1406
|
color: var(--bal-form-field-control-disabled-color);
|
|
1513
1407
|
}
|
|
1514
|
-
.select select[disabled]:-moz-placeholder, [disabled].
|
|
1408
|
+
.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder {
|
|
1515
1409
|
color: var(--bal-form-field-control-disabled-color);
|
|
1516
1410
|
}
|
|
1517
|
-
.select select[disabled]:-ms-input-placeholder, [disabled].
|
|
1411
|
+
.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder {
|
|
1518
1412
|
color: var(--bal-form-field-control-disabled-color);
|
|
1519
1413
|
}
|
|
1520
1414
|
|
|
1521
|
-
.file-cta, .select select, .
|
|
1415
|
+
.file-cta, .select select, .input, .textarea {
|
|
1522
1416
|
-moz-appearance: none !important;
|
|
1523
1417
|
-webkit-appearance: none !important;
|
|
1524
1418
|
align-items: center;
|
|
@@ -1536,10 +1430,10 @@ fieldset {
|
|
|
1536
1430
|
position: relative;
|
|
1537
1431
|
vertical-align: top;
|
|
1538
1432
|
}
|
|
1539
|
-
.file-cta:focus, .select select:focus, .
|
|
1433
|
+
.file-cta:focus, .select select:focus, .input:focus, .textarea:focus, .is-focused.file-cta, .select select.is-focused, .is-focused.input, .is-focused.textarea, .file-cta:active, .select select:active, .input:active, .textarea:active, .is-active.file-cta, .select select.is-active, .is-active.input, .is-active.textarea {
|
|
1540
1434
|
outline: none;
|
|
1541
1435
|
}
|
|
1542
|
-
[disabled].file-cta, .select select[disabled], [disabled].
|
|
1436
|
+
[disabled].file-cta, .select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .file-cta, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea {
|
|
1543
1437
|
cursor: default;
|
|
1544
1438
|
}
|
|
1545
1439
|
|
|
@@ -1952,7 +1846,7 @@ input.is-grouped {
|
|
|
1952
1846
|
}
|
|
1953
1847
|
|
|
1954
1848
|
.field:not(:last-child) {
|
|
1955
|
-
margin-bottom: 0.
|
|
1849
|
+
margin-bottom: 0.25rem;
|
|
1956
1850
|
}
|
|
1957
1851
|
.field.has-addons {
|
|
1958
1852
|
display: flex;
|
|
@@ -4581,6 +4475,19 @@ ul.is-list {
|
|
|
4581
4475
|
margin-bottom: 2rem;
|
|
4582
4476
|
}
|
|
4583
4477
|
}
|
|
4478
|
+
ol.list.is-inside,
|
|
4479
|
+
ul.list.is-inside,
|
|
4480
|
+
ol.is-list.is-inside,
|
|
4481
|
+
ul.is-list.is-inside {
|
|
4482
|
+
list-style-position: inside !important;
|
|
4483
|
+
margin-left: 0;
|
|
4484
|
+
}
|
|
4485
|
+
ol.list.is-inside li,
|
|
4486
|
+
ul.list.is-inside li,
|
|
4487
|
+
ol.is-list.is-inside li,
|
|
4488
|
+
ul.is-list.is-inside li {
|
|
4489
|
+
list-style-position: inside !important;
|
|
4490
|
+
}
|
|
4584
4491
|
ol.list li,
|
|
4585
4492
|
ul.list li,
|
|
4586
4493
|
ol.is-list li,
|
|
@@ -5099,41 +5006,37 @@ table.table td.has-buttons .buttons {
|
|
|
5099
5006
|
margin-top: auto;
|
|
5100
5007
|
}
|
|
5101
5008
|
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
-
|
|
5129
|
-
-
|
|
5130
|
-
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
.button {
|
|
5135
|
-
-moz-osx-font-smoothing: grayscale;
|
|
5136
|
-
-webkit-font-smoothing: antialiased;
|
|
5009
|
+
:root {
|
|
5010
|
+
--bal-line-height-x-small: 1.125rem;
|
|
5011
|
+
--bal-line-height-small: 1.25rem;
|
|
5012
|
+
--bal-line-height-normal: 1.5rem;
|
|
5013
|
+
--bal-line-height-medium: 1.5rem;
|
|
5014
|
+
--bal-line-height-large: 1.5rem;
|
|
5015
|
+
--bal-line-height-x-large: 2rem;
|
|
5016
|
+
--bal-line-height-xx-large: 2rem;
|
|
5017
|
+
--bal-line-height-xxx-large: 2rem;
|
|
5018
|
+
--bal-line-height-xxxx-large: 2.5rem;
|
|
5019
|
+
--bal-line-height-xxxxx-large: 3.5rem;
|
|
5020
|
+
--bal-line-height-tablet-x-small: 1.125rem;
|
|
5021
|
+
--bal-line-height-tablet-small: 1.25rem;
|
|
5022
|
+
--bal-line-height-tablet-normal: 1.5rem;
|
|
5023
|
+
--bal-line-height-tablet-medium: 1.625rem;
|
|
5024
|
+
--bal-line-height-tablet-large: 2rem;
|
|
5025
|
+
--bal-line-height-tablet-x-large: 2rem;
|
|
5026
|
+
--bal-line-height-tablet-xx-large: 2.5rem;
|
|
5027
|
+
--bal-line-height-tablet-xxx-large: 3rem;
|
|
5028
|
+
--bal-line-height-tablet-xxxx-large: 3.5rem;
|
|
5029
|
+
--bal-line-height-tablet-xxxxx-large: 6rem;
|
|
5030
|
+
--bal-line-height-desktop-x-small: 1.125rem;
|
|
5031
|
+
--bal-line-height-desktop-small: 1.25rem;
|
|
5032
|
+
--bal-line-height-desktop-normal: 1.5rem;
|
|
5033
|
+
--bal-line-height-desktop-medium: 1.625rem;
|
|
5034
|
+
--bal-line-height-desktop-large: 2rem;
|
|
5035
|
+
--bal-line-height-desktop-x-large: 2rem;
|
|
5036
|
+
--bal-line-height-desktop-xx-large: 2.5rem;
|
|
5037
|
+
--bal-line-height-desktop-xxx-large: 3rem;
|
|
5038
|
+
--bal-line-height-desktop-xxxx-large: 3.5rem;
|
|
5039
|
+
--bal-line-height-desktop-xxxxx-large: 6rem;
|
|
5137
5040
|
}
|
|
5138
5041
|
|
|
5139
5042
|
.bg-primary {
|
|
@@ -6596,43 +6499,6 @@ table.table td.has-buttons .buttons {
|
|
|
6596
6499
|
background: transparent !important;
|
|
6597
6500
|
}
|
|
6598
6501
|
|
|
6599
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
6600
|
-
margin-bottom: 0.25rem;
|
|
6601
|
-
}
|
|
6602
|
-
|
|
6603
|
-
@media (hover: hover) and (pointer: fine) {
|
|
6604
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
6605
|
-
a.is-link:not(.button):focus-visible {
|
|
6606
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
6607
|
-
}
|
|
6608
|
-
}
|
|
6609
|
-
|
|
6610
|
-
@media (hover: hover) and (pointer: fine) {
|
|
6611
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
6612
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
6613
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
6614
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
6615
|
-
}
|
|
6616
|
-
}
|
|
6617
|
-
|
|
6618
|
-
.file.is-disabled .file-label,
|
|
6619
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
6620
|
-
cursor: default !important;
|
|
6621
|
-
pointer-events: none !important;
|
|
6622
|
-
}
|
|
6623
|
-
|
|
6624
|
-
.file, .button {
|
|
6625
|
-
-webkit-touch-callout: none;
|
|
6626
|
-
-webkit-user-select: none;
|
|
6627
|
-
-moz-user-select: none;
|
|
6628
|
-
user-select: none;
|
|
6629
|
-
}
|
|
6630
|
-
|
|
6631
|
-
.button {
|
|
6632
|
-
-moz-osx-font-smoothing: grayscale;
|
|
6633
|
-
-webkit-font-smoothing: antialiased;
|
|
6634
|
-
}
|
|
6635
|
-
|
|
6636
6502
|
.border {
|
|
6637
6503
|
border-color: var(--bal-color-border) !important;
|
|
6638
6504
|
border-width: var(--bal-border-width-normal) !important;
|
|
@@ -11329,43 +11195,6 @@ table.table td.has-buttons .buttons {
|
|
|
11329
11195
|
border-left-width: 0 !important;
|
|
11330
11196
|
}
|
|
11331
11197
|
}
|
|
11332
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
11333
|
-
margin-bottom: 0.25rem;
|
|
11334
|
-
}
|
|
11335
|
-
|
|
11336
|
-
@media (hover: hover) and (pointer: fine) {
|
|
11337
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
11338
|
-
a.is-link:not(.button):focus-visible {
|
|
11339
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
11340
|
-
}
|
|
11341
|
-
}
|
|
11342
|
-
|
|
11343
|
-
@media (hover: hover) and (pointer: fine) {
|
|
11344
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
11345
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
11346
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
11347
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
11348
|
-
}
|
|
11349
|
-
}
|
|
11350
|
-
|
|
11351
|
-
.file.is-disabled .file-label,
|
|
11352
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
11353
|
-
cursor: default !important;
|
|
11354
|
-
pointer-events: none !important;
|
|
11355
|
-
}
|
|
11356
|
-
|
|
11357
|
-
.file, .button {
|
|
11358
|
-
-webkit-touch-callout: none;
|
|
11359
|
-
-webkit-user-select: none;
|
|
11360
|
-
-moz-user-select: none;
|
|
11361
|
-
user-select: none;
|
|
11362
|
-
}
|
|
11363
|
-
|
|
11364
|
-
.button {
|
|
11365
|
-
-moz-osx-font-smoothing: grayscale;
|
|
11366
|
-
-webkit-font-smoothing: antialiased;
|
|
11367
|
-
}
|
|
11368
|
-
|
|
11369
11198
|
.opacity-0 {
|
|
11370
11199
|
opacity: var(--bal-opacity-0) !important;
|
|
11371
11200
|
}
|
|
@@ -11410,6 +11239,10 @@ table.table td.has-buttons .buttons {
|
|
|
11410
11239
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11411
11240
|
}
|
|
11412
11241
|
|
|
11242
|
+
.shadow-header {
|
|
11243
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11244
|
+
}
|
|
11245
|
+
|
|
11413
11246
|
.focus\:shadow-none:focus {
|
|
11414
11247
|
box-shadow: none !important;
|
|
11415
11248
|
}
|
|
@@ -11458,6 +11291,18 @@ table.table td.has-buttons .buttons {
|
|
|
11458
11291
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11459
11292
|
}
|
|
11460
11293
|
|
|
11294
|
+
.focus\:shadow-header:focus {
|
|
11295
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11296
|
+
}
|
|
11297
|
+
|
|
11298
|
+
.hover\:shadow-header:hover {
|
|
11299
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11300
|
+
}
|
|
11301
|
+
|
|
11302
|
+
.active\:shadow-header:active {
|
|
11303
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11304
|
+
}
|
|
11305
|
+
|
|
11461
11306
|
@media screen and (max-width: 768px) {
|
|
11462
11307
|
.mobile\:shadow-none {
|
|
11463
11308
|
box-shadow: none !important;
|
|
@@ -11471,6 +11316,9 @@ table.table td.has-buttons .buttons {
|
|
|
11471
11316
|
.mobile\:shadow-large {
|
|
11472
11317
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11473
11318
|
}
|
|
11319
|
+
.mobile\:shadow-header {
|
|
11320
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11321
|
+
}
|
|
11474
11322
|
.mobile\:focus\:shadow-none:focus {
|
|
11475
11323
|
box-shadow: none !important;
|
|
11476
11324
|
}
|
|
@@ -11507,6 +11355,15 @@ table.table td.has-buttons .buttons {
|
|
|
11507
11355
|
.mobile\:active\:shadow-large:active {
|
|
11508
11356
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11509
11357
|
}
|
|
11358
|
+
.mobile\:focus\:shadow-header:focus {
|
|
11359
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11360
|
+
}
|
|
11361
|
+
.mobile\:hover\:shadow-header:hover {
|
|
11362
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11363
|
+
}
|
|
11364
|
+
.mobile\:active\:shadow-header:active {
|
|
11365
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11366
|
+
}
|
|
11510
11367
|
}
|
|
11511
11368
|
@media screen and (min-width: 769px), print {
|
|
11512
11369
|
.tablet\:shadow-none {
|
|
@@ -11521,6 +11378,9 @@ table.table td.has-buttons .buttons {
|
|
|
11521
11378
|
.tablet\:shadow-large {
|
|
11522
11379
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11523
11380
|
}
|
|
11381
|
+
.tablet\:shadow-header {
|
|
11382
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11383
|
+
}
|
|
11524
11384
|
.tablet\:focus\:shadow-none:focus {
|
|
11525
11385
|
box-shadow: none !important;
|
|
11526
11386
|
}
|
|
@@ -11557,6 +11417,15 @@ table.table td.has-buttons .buttons {
|
|
|
11557
11417
|
.tablet\:active\:shadow-large:active {
|
|
11558
11418
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11559
11419
|
}
|
|
11420
|
+
.tablet\:focus\:shadow-header:focus {
|
|
11421
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11422
|
+
}
|
|
11423
|
+
.tablet\:hover\:shadow-header:hover {
|
|
11424
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11425
|
+
}
|
|
11426
|
+
.tablet\:active\:shadow-header:active {
|
|
11427
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11428
|
+
}
|
|
11560
11429
|
}
|
|
11561
11430
|
@media screen and (min-width: 1024px) {
|
|
11562
11431
|
.desktop\:shadow-none {
|
|
@@ -11571,6 +11440,9 @@ table.table td.has-buttons .buttons {
|
|
|
11571
11440
|
.desktop\:shadow-large {
|
|
11572
11441
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11573
11442
|
}
|
|
11443
|
+
.desktop\:shadow-header {
|
|
11444
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11445
|
+
}
|
|
11574
11446
|
.desktop\:focus\:shadow-none:focus {
|
|
11575
11447
|
box-shadow: none !important;
|
|
11576
11448
|
}
|
|
@@ -11607,6 +11479,15 @@ table.table td.has-buttons .buttons {
|
|
|
11607
11479
|
.desktop\:active\:shadow-large:active {
|
|
11608
11480
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11609
11481
|
}
|
|
11482
|
+
.desktop\:focus\:shadow-header:focus {
|
|
11483
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11484
|
+
}
|
|
11485
|
+
.desktop\:hover\:shadow-header:hover {
|
|
11486
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11487
|
+
}
|
|
11488
|
+
.desktop\:active\:shadow-header:active {
|
|
11489
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11490
|
+
}
|
|
11610
11491
|
}
|
|
11611
11492
|
@media screen and (min-width: 1440px) {
|
|
11612
11493
|
.widescreen\:shadow-none {
|
|
@@ -11621,6 +11502,9 @@ table.table td.has-buttons .buttons {
|
|
|
11621
11502
|
.widescreen\:shadow-large {
|
|
11622
11503
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11623
11504
|
}
|
|
11505
|
+
.widescreen\:shadow-header {
|
|
11506
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11507
|
+
}
|
|
11624
11508
|
.widescreen\:focus\:shadow-none:focus {
|
|
11625
11509
|
box-shadow: none !important;
|
|
11626
11510
|
}
|
|
@@ -11657,6 +11541,15 @@ table.table td.has-buttons .buttons {
|
|
|
11657
11541
|
.widescreen\:active\:shadow-large:active {
|
|
11658
11542
|
box-shadow: var(--bal-shadow-large) !important;
|
|
11659
11543
|
}
|
|
11544
|
+
.widescreen\:focus\:shadow-header:focus {
|
|
11545
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11546
|
+
}
|
|
11547
|
+
.widescreen\:hover\:shadow-header:hover {
|
|
11548
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11549
|
+
}
|
|
11550
|
+
.widescreen\:active\:shadow-header:active {
|
|
11551
|
+
box-shadow: var(--bal-shadow-header) !important;
|
|
11552
|
+
}
|
|
11660
11553
|
}
|
|
11661
11554
|
.text-shadow-normal {
|
|
11662
11555
|
text-shadow: var(--bal-text-shadow-normal) !important;
|
|
@@ -11682,45 +11575,8 @@ table.table td.has-buttons .buttons {
|
|
|
11682
11575
|
text-shadow: var(--bal-text-shadow-normal) !important;
|
|
11683
11576
|
}
|
|
11684
11577
|
}
|
|
11685
|
-
.
|
|
11686
|
-
|
|
11687
|
-
}
|
|
11688
|
-
|
|
11689
|
-
@media (hover: hover) and (pointer: fine) {
|
|
11690
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
11691
|
-
a.is-link:not(.button):focus-visible {
|
|
11692
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
11693
|
-
}
|
|
11694
|
-
}
|
|
11695
|
-
|
|
11696
|
-
@media (hover: hover) and (pointer: fine) {
|
|
11697
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
11698
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
11699
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
11700
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
11701
|
-
}
|
|
11702
|
-
}
|
|
11703
|
-
|
|
11704
|
-
.file.is-disabled .file-label,
|
|
11705
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
11706
|
-
cursor: default !important;
|
|
11707
|
-
pointer-events: none !important;
|
|
11708
|
-
}
|
|
11709
|
-
|
|
11710
|
-
.file, .button {
|
|
11711
|
-
-webkit-touch-callout: none;
|
|
11712
|
-
-webkit-user-select: none;
|
|
11713
|
-
-moz-user-select: none;
|
|
11714
|
-
user-select: none;
|
|
11715
|
-
}
|
|
11716
|
-
|
|
11717
|
-
.button {
|
|
11718
|
-
-moz-osx-font-smoothing: grayscale;
|
|
11719
|
-
-webkit-font-smoothing: antialiased;
|
|
11720
|
-
}
|
|
11721
|
-
|
|
11722
|
-
.align-content-start {
|
|
11723
|
-
align-content: flex-start !important;
|
|
11578
|
+
.align-content-start {
|
|
11579
|
+
align-content: flex-start !important;
|
|
11724
11580
|
}
|
|
11725
11581
|
|
|
11726
11582
|
.align-content-end {
|
|
@@ -12687,43 +12543,136 @@ table.table td.has-buttons .buttons {
|
|
|
12687
12543
|
column-gap: var(--bal-space-xxxx-large-desktop) !important;
|
|
12688
12544
|
}
|
|
12689
12545
|
}
|
|
12690
|
-
.
|
|
12691
|
-
|
|
12546
|
+
.gap-none {
|
|
12547
|
+
gap: 0 !important;
|
|
12692
12548
|
}
|
|
12693
12549
|
|
|
12694
|
-
|
|
12695
|
-
|
|
12696
|
-
a.is-link:not(.button):focus-visible {
|
|
12697
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
12698
|
-
}
|
|
12550
|
+
.gap-auto {
|
|
12551
|
+
gap: auto !important;
|
|
12699
12552
|
}
|
|
12700
12553
|
|
|
12701
|
-
@media
|
|
12702
|
-
.
|
|
12703
|
-
|
|
12704
|
-
|
|
12705
|
-
|
|
12554
|
+
@media screen and (max-width: 768px) {
|
|
12555
|
+
.mobile\:gap-none {
|
|
12556
|
+
gap: 0 !important;
|
|
12557
|
+
}
|
|
12558
|
+
.mobile\:gap-auto {
|
|
12559
|
+
gap: auto !important;
|
|
12560
|
+
}
|
|
12561
|
+
}
|
|
12562
|
+
@media screen and (min-width: 769px), print {
|
|
12563
|
+
.tablet\:gap-none {
|
|
12564
|
+
gap: 0 !important;
|
|
12565
|
+
}
|
|
12566
|
+
.tablet\:gap-auto {
|
|
12567
|
+
gap: auto !important;
|
|
12568
|
+
}
|
|
12569
|
+
}
|
|
12570
|
+
@media screen and (min-width: 1024px) {
|
|
12571
|
+
.desktop\:gap-none {
|
|
12572
|
+
gap: 0 !important;
|
|
12573
|
+
}
|
|
12574
|
+
.desktop\:gap-auto {
|
|
12575
|
+
gap: auto !important;
|
|
12576
|
+
}
|
|
12577
|
+
}
|
|
12578
|
+
@media screen and (min-width: 1440px) {
|
|
12579
|
+
.widescreen\:gap-none {
|
|
12580
|
+
gap: 0 !important;
|
|
12706
12581
|
}
|
|
12582
|
+
.widescreen\:gap-auto {
|
|
12583
|
+
gap: auto !important;
|
|
12584
|
+
}
|
|
12585
|
+
}
|
|
12586
|
+
.row-gap-none {
|
|
12587
|
+
row-gap: 0 !important;
|
|
12707
12588
|
}
|
|
12708
12589
|
|
|
12709
|
-
.
|
|
12710
|
-
|
|
12711
|
-
cursor: default !important;
|
|
12712
|
-
pointer-events: none !important;
|
|
12590
|
+
.row-gap-auto {
|
|
12591
|
+
row-gap: auto !important;
|
|
12713
12592
|
}
|
|
12714
12593
|
|
|
12715
|
-
|
|
12716
|
-
-
|
|
12717
|
-
|
|
12718
|
-
|
|
12719
|
-
|
|
12594
|
+
@media screen and (max-width: 768px) {
|
|
12595
|
+
.mobile\:row-gap-none {
|
|
12596
|
+
row-gap: 0 !important;
|
|
12597
|
+
}
|
|
12598
|
+
.mobile\:row-gap-auto {
|
|
12599
|
+
row-gap: auto !important;
|
|
12600
|
+
}
|
|
12601
|
+
}
|
|
12602
|
+
@media screen and (min-width: 769px), print {
|
|
12603
|
+
.tablet\:row-gap-none {
|
|
12604
|
+
row-gap: 0 !important;
|
|
12605
|
+
}
|
|
12606
|
+
.tablet\:row-gap-auto {
|
|
12607
|
+
row-gap: auto !important;
|
|
12608
|
+
}
|
|
12609
|
+
}
|
|
12610
|
+
@media screen and (min-width: 1024px) {
|
|
12611
|
+
.desktop\:row-gap-none {
|
|
12612
|
+
row-gap: 0 !important;
|
|
12613
|
+
}
|
|
12614
|
+
.desktop\:row-gap-auto {
|
|
12615
|
+
row-gap: auto !important;
|
|
12616
|
+
}
|
|
12617
|
+
}
|
|
12618
|
+
@media screen and (min-width: 1440px) {
|
|
12619
|
+
.widescreen\:row-gap-none {
|
|
12620
|
+
row-gap: 0 !important;
|
|
12621
|
+
}
|
|
12622
|
+
.widescreen\:row-gap-auto {
|
|
12623
|
+
row-gap: auto !important;
|
|
12624
|
+
}
|
|
12625
|
+
}
|
|
12626
|
+
.column-gap-none {
|
|
12627
|
+
-moz-column-gap: 0 !important;
|
|
12628
|
+
column-gap: 0 !important;
|
|
12720
12629
|
}
|
|
12721
12630
|
|
|
12722
|
-
.
|
|
12723
|
-
-moz-
|
|
12724
|
-
|
|
12631
|
+
.column-gap-auto {
|
|
12632
|
+
-moz-column-gap: auto !important;
|
|
12633
|
+
column-gap: auto !important;
|
|
12725
12634
|
}
|
|
12726
12635
|
|
|
12636
|
+
@media screen and (max-width: 768px) {
|
|
12637
|
+
.mobile\:column-gap-none {
|
|
12638
|
+
-moz-column-gap: 0 !important;
|
|
12639
|
+
column-gap: 0 !important;
|
|
12640
|
+
}
|
|
12641
|
+
.mobile\:column-gap-auto {
|
|
12642
|
+
-moz-column-gap: auto !important;
|
|
12643
|
+
column-gap: auto !important;
|
|
12644
|
+
}
|
|
12645
|
+
}
|
|
12646
|
+
@media screen and (min-width: 769px), print {
|
|
12647
|
+
.tablet\:column-gap-none {
|
|
12648
|
+
-moz-column-gap: 0 !important;
|
|
12649
|
+
column-gap: 0 !important;
|
|
12650
|
+
}
|
|
12651
|
+
.tablet\:column-gap-auto {
|
|
12652
|
+
-moz-column-gap: auto !important;
|
|
12653
|
+
column-gap: auto !important;
|
|
12654
|
+
}
|
|
12655
|
+
}
|
|
12656
|
+
@media screen and (min-width: 1024px) {
|
|
12657
|
+
.desktop\:column-gap-none {
|
|
12658
|
+
-moz-column-gap: 0 !important;
|
|
12659
|
+
column-gap: 0 !important;
|
|
12660
|
+
}
|
|
12661
|
+
.desktop\:column-gap-auto {
|
|
12662
|
+
-moz-column-gap: auto !important;
|
|
12663
|
+
column-gap: auto !important;
|
|
12664
|
+
}
|
|
12665
|
+
}
|
|
12666
|
+
@media screen and (min-width: 1440px) {
|
|
12667
|
+
.widescreen\:column-gap-none {
|
|
12668
|
+
-moz-column-gap: 0 !important;
|
|
12669
|
+
column-gap: 0 !important;
|
|
12670
|
+
}
|
|
12671
|
+
.widescreen\:column-gap-auto {
|
|
12672
|
+
-moz-column-gap: auto !important;
|
|
12673
|
+
column-gap: auto !important;
|
|
12674
|
+
}
|
|
12675
|
+
}
|
|
12727
12676
|
.select-none {
|
|
12728
12677
|
-webkit-user-select: none !important;
|
|
12729
12678
|
-moz-user-select: none !important;
|
|
@@ -12776,43 +12725,6 @@ table.table td.has-buttons .buttons {
|
|
|
12776
12725
|
pointer-events: none !important;
|
|
12777
12726
|
}
|
|
12778
12727
|
|
|
12779
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
12780
|
-
margin-bottom: 0.25rem;
|
|
12781
|
-
}
|
|
12782
|
-
|
|
12783
|
-
@media (hover: hover) and (pointer: fine) {
|
|
12784
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
12785
|
-
a.is-link:not(.button):focus-visible {
|
|
12786
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
12787
|
-
}
|
|
12788
|
-
}
|
|
12789
|
-
|
|
12790
|
-
@media (hover: hover) and (pointer: fine) {
|
|
12791
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
12792
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
12793
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
12794
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
12795
|
-
}
|
|
12796
|
-
}
|
|
12797
|
-
|
|
12798
|
-
.file.is-disabled .file-label,
|
|
12799
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
12800
|
-
cursor: default !important;
|
|
12801
|
-
pointer-events: none !important;
|
|
12802
|
-
}
|
|
12803
|
-
|
|
12804
|
-
.file, .button {
|
|
12805
|
-
-webkit-touch-callout: none;
|
|
12806
|
-
-webkit-user-select: none;
|
|
12807
|
-
-moz-user-select: none;
|
|
12808
|
-
user-select: none;
|
|
12809
|
-
}
|
|
12810
|
-
|
|
12811
|
-
.button {
|
|
12812
|
-
-moz-osx-font-smoothing: grayscale;
|
|
12813
|
-
-webkit-font-smoothing: antialiased;
|
|
12814
|
-
}
|
|
12815
|
-
|
|
12816
12728
|
.hidden {
|
|
12817
12729
|
display: none !important;
|
|
12818
12730
|
}
|
|
@@ -13349,6 +13261,18 @@ table.table td.has-buttons .buttons {
|
|
|
13349
13261
|
top: auto !important;
|
|
13350
13262
|
}
|
|
13351
13263
|
|
|
13264
|
+
.top-1rem {
|
|
13265
|
+
top: 1rem !important;
|
|
13266
|
+
}
|
|
13267
|
+
|
|
13268
|
+
.top-0-5rem {
|
|
13269
|
+
top: 0.5rem !important;
|
|
13270
|
+
}
|
|
13271
|
+
|
|
13272
|
+
.top-0-25rem {
|
|
13273
|
+
top: 0.25rem !important;
|
|
13274
|
+
}
|
|
13275
|
+
|
|
13352
13276
|
.top-0 {
|
|
13353
13277
|
top: 0 !important;
|
|
13354
13278
|
}
|
|
@@ -13365,6 +13289,15 @@ table.table td.has-buttons .buttons {
|
|
|
13365
13289
|
.mobile\:top-auto {
|
|
13366
13290
|
top: auto !important;
|
|
13367
13291
|
}
|
|
13292
|
+
.mobile\:top-1rem {
|
|
13293
|
+
top: 1rem !important;
|
|
13294
|
+
}
|
|
13295
|
+
.mobile\:top-0-5rem {
|
|
13296
|
+
top: 0.5rem !important;
|
|
13297
|
+
}
|
|
13298
|
+
.mobile\:top-0-25rem {
|
|
13299
|
+
top: 0.25rem !important;
|
|
13300
|
+
}
|
|
13368
13301
|
.mobile\:top-0 {
|
|
13369
13302
|
top: 0 !important;
|
|
13370
13303
|
}
|
|
@@ -13379,6 +13312,15 @@ table.table td.has-buttons .buttons {
|
|
|
13379
13312
|
.tablet\:top-auto {
|
|
13380
13313
|
top: auto !important;
|
|
13381
13314
|
}
|
|
13315
|
+
.tablet\:top-1rem {
|
|
13316
|
+
top: 1rem !important;
|
|
13317
|
+
}
|
|
13318
|
+
.tablet\:top-0-5rem {
|
|
13319
|
+
top: 0.5rem !important;
|
|
13320
|
+
}
|
|
13321
|
+
.tablet\:top-0-25rem {
|
|
13322
|
+
top: 0.25rem !important;
|
|
13323
|
+
}
|
|
13382
13324
|
.tablet\:top-0 {
|
|
13383
13325
|
top: 0 !important;
|
|
13384
13326
|
}
|
|
@@ -13393,6 +13335,15 @@ table.table td.has-buttons .buttons {
|
|
|
13393
13335
|
.desktop\:top-auto {
|
|
13394
13336
|
top: auto !important;
|
|
13395
13337
|
}
|
|
13338
|
+
.desktop\:top-1rem {
|
|
13339
|
+
top: 1rem !important;
|
|
13340
|
+
}
|
|
13341
|
+
.desktop\:top-0-5rem {
|
|
13342
|
+
top: 0.5rem !important;
|
|
13343
|
+
}
|
|
13344
|
+
.desktop\:top-0-25rem {
|
|
13345
|
+
top: 0.25rem !important;
|
|
13346
|
+
}
|
|
13396
13347
|
.desktop\:top-0 {
|
|
13397
13348
|
top: 0 !important;
|
|
13398
13349
|
}
|
|
@@ -13407,6 +13358,15 @@ table.table td.has-buttons .buttons {
|
|
|
13407
13358
|
.widescreen\:top-auto {
|
|
13408
13359
|
top: auto !important;
|
|
13409
13360
|
}
|
|
13361
|
+
.widescreen\:top-1rem {
|
|
13362
|
+
top: 1rem !important;
|
|
13363
|
+
}
|
|
13364
|
+
.widescreen\:top-0-5rem {
|
|
13365
|
+
top: 0.5rem !important;
|
|
13366
|
+
}
|
|
13367
|
+
.widescreen\:top-0-25rem {
|
|
13368
|
+
top: 0.25rem !important;
|
|
13369
|
+
}
|
|
13410
13370
|
.widescreen\:top-0 {
|
|
13411
13371
|
top: 0 !important;
|
|
13412
13372
|
}
|
|
@@ -13421,6 +13381,10 @@ table.table td.has-buttons .buttons {
|
|
|
13421
13381
|
right: auto !important;
|
|
13422
13382
|
}
|
|
13423
13383
|
|
|
13384
|
+
.right-1rem {
|
|
13385
|
+
right: 1rem !important;
|
|
13386
|
+
}
|
|
13387
|
+
|
|
13424
13388
|
.right-0 {
|
|
13425
13389
|
right: 0 !important;
|
|
13426
13390
|
}
|
|
@@ -13437,6 +13401,9 @@ table.table td.has-buttons .buttons {
|
|
|
13437
13401
|
.mobile\:right-auto {
|
|
13438
13402
|
right: auto !important;
|
|
13439
13403
|
}
|
|
13404
|
+
.mobile\:right-1rem {
|
|
13405
|
+
right: 1rem !important;
|
|
13406
|
+
}
|
|
13440
13407
|
.mobile\:right-0 {
|
|
13441
13408
|
right: 0 !important;
|
|
13442
13409
|
}
|
|
@@ -13451,6 +13418,9 @@ table.table td.has-buttons .buttons {
|
|
|
13451
13418
|
.tablet\:right-auto {
|
|
13452
13419
|
right: auto !important;
|
|
13453
13420
|
}
|
|
13421
|
+
.tablet\:right-1rem {
|
|
13422
|
+
right: 1rem !important;
|
|
13423
|
+
}
|
|
13454
13424
|
.tablet\:right-0 {
|
|
13455
13425
|
right: 0 !important;
|
|
13456
13426
|
}
|
|
@@ -13465,6 +13435,9 @@ table.table td.has-buttons .buttons {
|
|
|
13465
13435
|
.desktop\:right-auto {
|
|
13466
13436
|
right: auto !important;
|
|
13467
13437
|
}
|
|
13438
|
+
.desktop\:right-1rem {
|
|
13439
|
+
right: 1rem !important;
|
|
13440
|
+
}
|
|
13468
13441
|
.desktop\:right-0 {
|
|
13469
13442
|
right: 0 !important;
|
|
13470
13443
|
}
|
|
@@ -13479,6 +13452,9 @@ table.table td.has-buttons .buttons {
|
|
|
13479
13452
|
.widescreen\:right-auto {
|
|
13480
13453
|
right: auto !important;
|
|
13481
13454
|
}
|
|
13455
|
+
.widescreen\:right-1rem {
|
|
13456
|
+
right: 1rem !important;
|
|
13457
|
+
}
|
|
13482
13458
|
.widescreen\:right-0 {
|
|
13483
13459
|
right: 0 !important;
|
|
13484
13460
|
}
|
|
@@ -13493,6 +13469,10 @@ table.table td.has-buttons .buttons {
|
|
|
13493
13469
|
bottom: auto !important;
|
|
13494
13470
|
}
|
|
13495
13471
|
|
|
13472
|
+
.bottom-1rem {
|
|
13473
|
+
bottom: 1rem !important;
|
|
13474
|
+
}
|
|
13475
|
+
|
|
13496
13476
|
.bottom-0 {
|
|
13497
13477
|
bottom: 0 !important;
|
|
13498
13478
|
}
|
|
@@ -13509,6 +13489,9 @@ table.table td.has-buttons .buttons {
|
|
|
13509
13489
|
.mobile\:bottom-auto {
|
|
13510
13490
|
bottom: auto !important;
|
|
13511
13491
|
}
|
|
13492
|
+
.mobile\:bottom-1rem {
|
|
13493
|
+
bottom: 1rem !important;
|
|
13494
|
+
}
|
|
13512
13495
|
.mobile\:bottom-0 {
|
|
13513
13496
|
bottom: 0 !important;
|
|
13514
13497
|
}
|
|
@@ -13523,6 +13506,9 @@ table.table td.has-buttons .buttons {
|
|
|
13523
13506
|
.tablet\:bottom-auto {
|
|
13524
13507
|
bottom: auto !important;
|
|
13525
13508
|
}
|
|
13509
|
+
.tablet\:bottom-1rem {
|
|
13510
|
+
bottom: 1rem !important;
|
|
13511
|
+
}
|
|
13526
13512
|
.tablet\:bottom-0 {
|
|
13527
13513
|
bottom: 0 !important;
|
|
13528
13514
|
}
|
|
@@ -13537,6 +13523,9 @@ table.table td.has-buttons .buttons {
|
|
|
13537
13523
|
.desktop\:bottom-auto {
|
|
13538
13524
|
bottom: auto !important;
|
|
13539
13525
|
}
|
|
13526
|
+
.desktop\:bottom-1rem {
|
|
13527
|
+
bottom: 1rem !important;
|
|
13528
|
+
}
|
|
13540
13529
|
.desktop\:bottom-0 {
|
|
13541
13530
|
bottom: 0 !important;
|
|
13542
13531
|
}
|
|
@@ -13551,6 +13540,9 @@ table.table td.has-buttons .buttons {
|
|
|
13551
13540
|
.widescreen\:bottom-auto {
|
|
13552
13541
|
bottom: auto !important;
|
|
13553
13542
|
}
|
|
13543
|
+
.widescreen\:bottom-1rem {
|
|
13544
|
+
bottom: 1rem !important;
|
|
13545
|
+
}
|
|
13554
13546
|
.widescreen\:bottom-0 {
|
|
13555
13547
|
bottom: 0 !important;
|
|
13556
13548
|
}
|
|
@@ -13565,6 +13557,10 @@ table.table td.has-buttons .buttons {
|
|
|
13565
13557
|
left: auto !important;
|
|
13566
13558
|
}
|
|
13567
13559
|
|
|
13560
|
+
.left-1rem {
|
|
13561
|
+
left: 1rem !important;
|
|
13562
|
+
}
|
|
13563
|
+
|
|
13568
13564
|
.left-0 {
|
|
13569
13565
|
left: 0 !important;
|
|
13570
13566
|
}
|
|
@@ -13581,6 +13577,9 @@ table.table td.has-buttons .buttons {
|
|
|
13581
13577
|
.mobile\:left-auto {
|
|
13582
13578
|
left: auto !important;
|
|
13583
13579
|
}
|
|
13580
|
+
.mobile\:left-1rem {
|
|
13581
|
+
left: 1rem !important;
|
|
13582
|
+
}
|
|
13584
13583
|
.mobile\:left-0 {
|
|
13585
13584
|
left: 0 !important;
|
|
13586
13585
|
}
|
|
@@ -13595,6 +13594,9 @@ table.table td.has-buttons .buttons {
|
|
|
13595
13594
|
.tablet\:left-auto {
|
|
13596
13595
|
left: auto !important;
|
|
13597
13596
|
}
|
|
13597
|
+
.tablet\:left-1rem {
|
|
13598
|
+
left: 1rem !important;
|
|
13599
|
+
}
|
|
13598
13600
|
.tablet\:left-0 {
|
|
13599
13601
|
left: 0 !important;
|
|
13600
13602
|
}
|
|
@@ -13609,6 +13611,9 @@ table.table td.has-buttons .buttons {
|
|
|
13609
13611
|
.desktop\:left-auto {
|
|
13610
13612
|
left: auto !important;
|
|
13611
13613
|
}
|
|
13614
|
+
.desktop\:left-1rem {
|
|
13615
|
+
left: 1rem !important;
|
|
13616
|
+
}
|
|
13612
13617
|
.desktop\:left-0 {
|
|
13613
13618
|
left: 0 !important;
|
|
13614
13619
|
}
|
|
@@ -13623,6 +13628,9 @@ table.table td.has-buttons .buttons {
|
|
|
13623
13628
|
.widescreen\:left-auto {
|
|
13624
13629
|
left: auto !important;
|
|
13625
13630
|
}
|
|
13631
|
+
.widescreen\:left-1rem {
|
|
13632
|
+
left: 1rem !important;
|
|
13633
|
+
}
|
|
13626
13634
|
.widescreen\:left-0 {
|
|
13627
13635
|
left: 0 !important;
|
|
13628
13636
|
}
|
|
@@ -13868,43 +13876,6 @@ table.table td.has-buttons .buttons {
|
|
|
13868
13876
|
width: 0.01em !important;
|
|
13869
13877
|
}
|
|
13870
13878
|
|
|
13871
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
13872
|
-
margin-bottom: 0.25rem;
|
|
13873
|
-
}
|
|
13874
|
-
|
|
13875
|
-
@media (hover: hover) and (pointer: fine) {
|
|
13876
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
13877
|
-
a.is-link:not(.button):focus-visible {
|
|
13878
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
13879
|
-
}
|
|
13880
|
-
}
|
|
13881
|
-
|
|
13882
|
-
@media (hover: hover) and (pointer: fine) {
|
|
13883
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
13884
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
13885
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
13886
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
13887
|
-
}
|
|
13888
|
-
}
|
|
13889
|
-
|
|
13890
|
-
.file.is-disabled .file-label,
|
|
13891
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
13892
|
-
cursor: default !important;
|
|
13893
|
-
pointer-events: none !important;
|
|
13894
|
-
}
|
|
13895
|
-
|
|
13896
|
-
.file, .button {
|
|
13897
|
-
-webkit-touch-callout: none;
|
|
13898
|
-
-webkit-user-select: none;
|
|
13899
|
-
-moz-user-select: none;
|
|
13900
|
-
user-select: none;
|
|
13901
|
-
}
|
|
13902
|
-
|
|
13903
|
-
.button {
|
|
13904
|
-
-moz-osx-font-smoothing: grayscale;
|
|
13905
|
-
-webkit-font-smoothing: antialiased;
|
|
13906
|
-
}
|
|
13907
|
-
|
|
13908
13879
|
.h-full {
|
|
13909
13880
|
height: 100% !important;
|
|
13910
13881
|
}
|
|
@@ -15835,43 +15806,6 @@ table.table td.has-buttons .buttons {
|
|
|
15835
15806
|
max-width: fit-content !important;
|
|
15836
15807
|
}
|
|
15837
15808
|
}
|
|
15838
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
15839
|
-
margin-bottom: 0.25rem;
|
|
15840
|
-
}
|
|
15841
|
-
|
|
15842
|
-
@media (hover: hover) and (pointer: fine) {
|
|
15843
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
15844
|
-
a.is-link:not(.button):focus-visible {
|
|
15845
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
15846
|
-
}
|
|
15847
|
-
}
|
|
15848
|
-
|
|
15849
|
-
@media (hover: hover) and (pointer: fine) {
|
|
15850
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
15851
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
15852
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
15853
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
15854
|
-
}
|
|
15855
|
-
}
|
|
15856
|
-
|
|
15857
|
-
.file.is-disabled .file-label,
|
|
15858
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
15859
|
-
cursor: default !important;
|
|
15860
|
-
pointer-events: none !important;
|
|
15861
|
-
}
|
|
15862
|
-
|
|
15863
|
-
.file, .button {
|
|
15864
|
-
-webkit-touch-callout: none;
|
|
15865
|
-
-webkit-user-select: none;
|
|
15866
|
-
-moz-user-select: none;
|
|
15867
|
-
user-select: none;
|
|
15868
|
-
}
|
|
15869
|
-
|
|
15870
|
-
.button {
|
|
15871
|
-
-moz-osx-font-smoothing: grayscale;
|
|
15872
|
-
-webkit-font-smoothing: antialiased;
|
|
15873
|
-
}
|
|
15874
|
-
|
|
15875
15809
|
.m-none {
|
|
15876
15810
|
margin: 0 !important;
|
|
15877
15811
|
}
|
|
@@ -19160,43 +19094,6 @@ table.table td.has-buttons .buttons {
|
|
|
19160
19094
|
padding-left: var(--bal-space-xxxx-large-desktop) !important;
|
|
19161
19095
|
}
|
|
19162
19096
|
}
|
|
19163
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
|
19164
|
-
margin-bottom: 0.25rem;
|
|
19165
|
-
}
|
|
19166
|
-
|
|
19167
|
-
@media (hover: hover) and (pointer: fine) {
|
|
19168
|
-
.button:focus-visible:not(:active), .button.is-focused:not(:active), a.link:not(.button):focus-visible,
|
|
19169
|
-
a.is-link:not(.button):focus-visible {
|
|
19170
|
-
box-shadow: var(--bal-focus-shadow) !important;
|
|
19171
|
-
}
|
|
19172
|
-
}
|
|
19173
|
-
|
|
19174
|
-
@media (hover: hover) and (pointer: fine) {
|
|
19175
|
-
.button.is-light:focus-visible:not(:active), .button.is-light.is-focused:not(:active), .button.is-inverted:focus-visible:not(:active), .button.is-inverted.is-focused:not(:active), .button.is-inverted.is-light:focus-visible:not(:active), .button.is-inverted.is-light.is-focused:not(:active), a.link:not(.button).is-inverted:focus-visible,
|
|
19176
|
-
a.is-link:not(.button).is-inverted:focus-visible, a.link:not(.button).is-light:focus-visible,
|
|
19177
|
-
a.is-link:not(.button).is-light:focus-visible {
|
|
19178
|
-
box-shadow: var(--bal-focus-shadow-inverted) !important;
|
|
19179
|
-
}
|
|
19180
|
-
}
|
|
19181
|
-
|
|
19182
|
-
.file.is-disabled .file-label,
|
|
19183
|
-
.file.is-disabled .file-cta, .button.is-disabled.is-inverted, .button.is-disabled, .button.is-disabled:hover, .button.is-disabled:active, .button.is-disabled:focus, .button.is-inverted:disabled, .button:disabled {
|
|
19184
|
-
cursor: default !important;
|
|
19185
|
-
pointer-events: none !important;
|
|
19186
|
-
}
|
|
19187
|
-
|
|
19188
|
-
.file, .button {
|
|
19189
|
-
-webkit-touch-callout: none;
|
|
19190
|
-
-webkit-user-select: none;
|
|
19191
|
-
-moz-user-select: none;
|
|
19192
|
-
user-select: none;
|
|
19193
|
-
}
|
|
19194
|
-
|
|
19195
|
-
.button {
|
|
19196
|
-
-moz-osx-font-smoothing: grayscale;
|
|
19197
|
-
-webkit-font-smoothing: antialiased;
|
|
19198
|
-
}
|
|
19199
|
-
|
|
19200
19097
|
.text-primary {
|
|
19201
19098
|
color: var(--bal-color-text-primary) !important;
|
|
19202
19099
|
}
|