@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/basic.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,
|
|
@@ -5098,4 +5005,37 @@ table.table td.has-buttons .buttons {
|
|
|
5098
5005
|
.has-sticky-footer footer.footer {
|
|
5099
5006
|
margin-top: auto;
|
|
5100
5007
|
}
|
|
5008
|
+
|
|
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;
|
|
5040
|
+
}
|
|
5101
5041
|
/*# sourceMappingURL=basic.css.map */
|