@lucca-front/scss 20.3.0-rc.2 → 20.3.0-rc.4
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/lucca-front.min.css +1 -1
- package/package.json +2 -2
- package/src/commons/config.scss +0 -5
- package/src/commons/core.scss +3 -3
- package/src/commons/exports.scss +1 -0
- package/src/commons/index.scss +2 -9
- package/src/commons/utils/index.scss +478 -480
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +6 -14
- package/src/components/appLayout/index.scss +7 -11
- package/src/components/avatar/index.scss +35 -43
- package/src/components/box/index.scss +14 -20
- package/src/components/breadcrumbs/index.scss +10 -16
- package/src/components/button/index.scss +134 -140
- package/src/components/button/mods.scss +0 -17
- package/src/components/buttonGroup/index.scss +8 -20
- package/src/components/calendar/index.scss +44 -56
- package/src/components/callout/index.scss +4 -8
- package/src/components/calloutDisclosure/index.scss +9 -15
- package/src/components/calloutFeedbackList/index.scss +4 -8
- package/src/components/calloutPopover/index.scss +12 -18
- package/src/components/card/component.scss +1 -0
- package/src/components/card/index.scss +23 -25
- package/src/components/card/mods.scss +31 -0
- package/src/components/checkbox/index.scss +30 -36
- package/src/components/checkboxField/index.scss +80 -90
- package/src/components/chip/index.scss +17 -23
- package/src/components/clear/index.scss +17 -23
- package/src/components/code/index.scss +4 -8
- package/src/components/collapse/index.scss +7 -11
- package/src/components/comment/index.scss +20 -30
- package/src/components/container/index.scss +25 -29
- package/src/components/contentSection/index.scss +2 -4
- package/src/components/dataTable/index.scss +52 -68
- package/src/components/dataTableSticked/index.scss +24 -32
- package/src/components/dateField/index.scss +20 -24
- package/src/components/dateRangeField/index.scss +25 -29
- package/src/components/dialog/index.scss +36 -40
- package/src/components/divider/index.scss +7 -11
- package/src/components/dropdown/component.scss +43 -17
- package/src/components/dropdown/index.scss +9 -12
- package/src/components/dropdown/mods.scss +4 -4
- package/src/components/dropdown/states.scss +4 -3
- package/src/components/dropdown/vars.scss +8 -6
- package/src/components/emptyState/index.scss +7 -11
- package/src/components/errorPage/index.scss +4 -8
- package/src/components/fancyBox/index.scss +4 -8
- package/src/components/field/index.scss +76 -96
- package/src/components/fieldset/index.scss +12 -18
- package/src/components/file/index.scss +30 -38
- package/src/components/fileEntry/index.scss +18 -24
- package/src/components/fileToolbar/index.scss +6 -10
- package/src/components/fileUpload/index.scss +31 -37
- package/src/components/filterBar/index.scss +13 -17
- package/src/components/filterBarDeprecated/index.scss +4 -8
- package/src/components/filterPill/index.scss +48 -56
- package/src/components/filters/index.scss +8 -14
- package/src/components/footer/index.scss +34 -38
- package/src/components/form/index.scss +84 -114
- package/src/components/form/mods.scss +5 -7
- package/src/components/formLabel/index.scss +13 -19
- package/src/components/gauge/index.scss +20 -26
- package/src/components/grid/index.scss +21 -25
- package/src/components/header/index.scss +12 -18
- package/src/components/highlightData/index.scss +24 -28
- package/src/components/horizontalNavigation/index.scss +36 -42
- package/src/components/index.scss +55 -57
- package/src/components/indexTable/index.scss +56 -54
- package/src/components/inlineMessage/index.scss +12 -18
- package/src/components/inputFramed/index.scss +24 -30
- package/src/components/label/index.scss +9 -13
- package/src/components/layout/index.scss +45 -51
- package/src/components/link/index.scss +8 -14
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +11 -15
- package/src/components/listboxOption/index.scss +115 -131
- package/src/components/listing/index.scss +18 -22
- package/src/components/loading/index.scss +23 -27
- package/src/components/main/index.scss +15 -21
- package/src/components/mainLayout/index.scss +20 -26
- package/src/components/mobileHeader/index.scss +4 -8
- package/src/components/mobileNavigation/index.scss +2 -4
- package/src/components/mobilePush/index.scss +4 -8
- package/src/components/multiSelect/index.scss +36 -46
- package/src/components/navside/index.scss +56 -78
- package/src/components/newBadge/index.scss +4 -8
- package/src/components/notchBox/index.scss +13 -17
- package/src/components/notchBox/mods.scss +125 -137
- package/src/components/numericBadge/index.scss +16 -22
- package/src/components/pageHeader/index.scss +22 -26
- package/src/components/pagination/index.scss +6 -12
- package/src/components/plgPush/index.scss +2 -4
- package/src/components/popover/component.scss +0 -17
- package/src/components/popover/index.scss +2 -4
- package/src/components/progress/index.scss +9 -15
- package/src/components/radio/index.scss +12 -18
- package/src/components/radioButtons/index.scss +9 -15
- package/src/components/radioField/index.scss +40 -46
- package/src/components/readMore/index.scss +15 -21
- package/src/components/richText/index.scss +14 -20
- package/src/components/scrollBox/index.scss +10 -14
- package/src/components/section/index.scss +12 -16
- package/src/components/segmentedControl/index.scss +15 -25
- package/src/components/simpleSelect/index.scss +33 -41
- package/src/components/skeleton/index.scss +37 -43
- package/src/components/skipLinks/index.scss +2 -4
- package/src/components/sortableList/index.scss +6 -12
- package/src/components/statusBadge/index.scss +4 -8
- package/src/components/switch/index.scss +29 -35
- package/src/components/switchField/index.scss +16 -22
- package/src/components/table/index.scss +64 -78
- package/src/components/tableFixed/index.scss +11 -13
- package/src/components/tableFixedDeprecated/index.scss +10 -14
- package/src/components/tableOfContent/index.scss +24 -28
- package/src/components/tableSortable/index.scss +16 -22
- package/src/components/tableSticked/index.scss +24 -28
- package/src/components/tableSticked/mods.scss +6 -6
- package/src/components/tableStickedDeprecated/index.scss +40 -46
- package/src/components/tag/index.scss +23 -29
- package/src/components/textField/index.scss +22 -30
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textFlow/index.scss +2 -4
- package/src/components/textfields/index.scss +258 -279
- package/src/components/timeline/index.scss +66 -72
- package/src/components/timepicker/index.scss +15 -21
- package/src/components/title/index.scss +30 -43
- package/src/components/title/mods.scss +1 -1
- package/src/components/titleSection/index.scss +23 -31
- package/src/components/toast/index.scss +4 -8
- package/src/components/tooltip/index.scss +21 -25
- package/src/components/userPopover/index.scss +2 -4
- package/src/components/userTile/index.scss +22 -26
- package/src/components/verticalNavigation/index.scss +16 -26
|
@@ -1,114 +1,108 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.timeline-step {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@include current;
|
|
7
|
-
}
|
|
4
|
+
&:is([aria-current='step']) {
|
|
5
|
+
@include current;
|
|
8
6
|
}
|
|
9
7
|
}
|
|
10
8
|
|
|
11
9
|
.timeline {
|
|
12
|
-
@
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
@include vars;
|
|
11
|
+
@include component;
|
|
12
|
+
|
|
13
|
+
&.mod-number {
|
|
14
|
+
@include number;
|
|
15
|
+
|
|
16
|
+
&.mod-L {
|
|
17
|
+
@include numberL;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.mod-S {
|
|
22
|
+
@include S;
|
|
15
23
|
}
|
|
16
24
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
25
|
+
&.mod-L {
|
|
26
|
+
@include L;
|
|
27
|
+
}
|
|
20
28
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
29
|
+
&.mod-vertical {
|
|
30
|
+
@include vertical;
|
|
31
|
+
|
|
32
|
+
&:not(.mod-S, .mod-L) {
|
|
33
|
+
@include verticalNotSNotL;
|
|
24
34
|
}
|
|
25
35
|
|
|
26
36
|
&.mod-S {
|
|
27
|
-
@include
|
|
37
|
+
@include verticalS;
|
|
28
38
|
}
|
|
29
39
|
|
|
30
40
|
&.mod-L {
|
|
31
|
-
@include
|
|
41
|
+
@include verticalL;
|
|
32
42
|
}
|
|
33
43
|
|
|
34
|
-
&.mod-
|
|
35
|
-
@include
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
@include verticalNotSNotL;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&.mod-S {
|
|
42
|
-
@include verticalS;
|
|
43
|
-
}
|
|
44
|
+
&.mod-progress {
|
|
45
|
+
@include verticalProgress;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
44
48
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
49
|
+
&.mod-addStep {
|
|
50
|
+
@include addStep;
|
|
48
51
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
52
|
+
&.mod-L {
|
|
53
|
+
@include addStepL;
|
|
52
54
|
}
|
|
53
55
|
|
|
54
|
-
&.mod-
|
|
55
|
-
@include
|
|
56
|
+
&.mod-vertical {
|
|
57
|
+
@include addStepVertical;
|
|
56
58
|
|
|
57
|
-
|
|
58
|
-
@include
|
|
59
|
+
&:not(.mod-L) {
|
|
60
|
+
@include addStepVerticalNotL;
|
|
59
61
|
}
|
|
60
62
|
|
|
61
|
-
&.mod-
|
|
62
|
-
@include
|
|
63
|
-
|
|
64
|
-
&:not(.mod-L) {
|
|
65
|
-
@include addStepVerticalNotL;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&.mod-L {
|
|
69
|
-
@include addStepVerticalL;
|
|
70
|
-
}
|
|
63
|
+
&.mod-L {
|
|
64
|
+
@include addStepVerticalL;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
67
|
+
}
|
|
73
68
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
&.mod-L {
|
|
78
|
-
@include checkedPastStepL;
|
|
79
|
-
}
|
|
69
|
+
&.mod-checkedPastStep {
|
|
70
|
+
@include checkedPastStep;
|
|
80
71
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
72
|
+
&.mod-L {
|
|
73
|
+
@include checkedPastStepL;
|
|
84
74
|
}
|
|
85
75
|
|
|
86
|
-
&.mod-
|
|
87
|
-
@include
|
|
76
|
+
&.mod-vertical:not(.mod-L) {
|
|
77
|
+
@include checkedPastStepVerticalNotL;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
88
80
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
81
|
+
&.mod-addBetweenStep {
|
|
82
|
+
@include addBetweenStep;
|
|
92
83
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
84
|
+
&.mod-vertical:not(.mod-L) {
|
|
85
|
+
@include addBetweenStepVerticalNotL;
|
|
96
86
|
}
|
|
97
87
|
|
|
98
|
-
&.mod-
|
|
99
|
-
@include
|
|
88
|
+
&.mod-L {
|
|
89
|
+
@include addBetweenStepL;
|
|
100
90
|
}
|
|
91
|
+
}
|
|
101
92
|
|
|
102
|
-
|
|
103
|
-
|
|
93
|
+
&.mod-progress {
|
|
94
|
+
@include progress;
|
|
95
|
+
}
|
|
104
96
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
}
|
|
97
|
+
&.mod-dashed {
|
|
98
|
+
@include dashed;
|
|
109
99
|
|
|
110
|
-
|
|
111
|
-
@include
|
|
100
|
+
&.mod-vertical {
|
|
101
|
+
@include dashedVertical;
|
|
112
102
|
}
|
|
113
103
|
}
|
|
104
|
+
|
|
105
|
+
&:not(.mod-checkedPastStep) {
|
|
106
|
+
@include notPastChecked;
|
|
107
|
+
}
|
|
114
108
|
}
|
|
@@ -2,32 +2,26 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/a11y';
|
|
3
3
|
|
|
4
4
|
.timePicker {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
8
|
+
&.mod-S {
|
|
9
|
+
@include S;
|
|
10
|
+
}
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
&.mod-stepper {
|
|
13
|
+
@include stepper;
|
|
14
|
+
}
|
|
18
15
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
16
|
+
&.mod-stepperHover {
|
|
17
|
+
@include stepperHover;
|
|
22
18
|
}
|
|
23
19
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
20
|
+
&:has([aria-invalid='true']) {
|
|
21
|
+
@include invalid;
|
|
22
|
+
}
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
24
|
+
&:has([disabled]) {
|
|
25
|
+
@include disabled;
|
|
32
26
|
}
|
|
33
27
|
}
|
|
@@ -1,56 +1,43 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
h1 {
|
|
15
|
-
@include h1;
|
|
3
|
+
h1,
|
|
4
|
+
h2,
|
|
5
|
+
h3,
|
|
6
|
+
h4,
|
|
7
|
+
h5,
|
|
8
|
+
h6 {
|
|
9
|
+
@include vars;
|
|
10
|
+
@include component;
|
|
11
|
+
|
|
12
|
+
&.mod-elementAfterText {
|
|
13
|
+
@include elementAfterText;
|
|
16
14
|
}
|
|
15
|
+
}
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
17
|
+
h1 {
|
|
18
|
+
@include h1;
|
|
21
19
|
|
|
22
|
-
|
|
23
|
-
@include
|
|
20
|
+
&.mod-XXXL {
|
|
21
|
+
@include XXXL;
|
|
24
22
|
}
|
|
23
|
+
}
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
h2 {
|
|
26
|
+
@include h2;
|
|
27
|
+
}
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
h3 {
|
|
30
|
+
@include h3;
|
|
31
|
+
}
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
33
|
+
h4 {
|
|
34
|
+
@include h4;
|
|
37
35
|
}
|
|
38
36
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
@include XXXL;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
37
|
+
h5 {
|
|
38
|
+
@include h5;
|
|
39
|
+
}
|
|
45
40
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
h3,
|
|
49
|
-
h4,
|
|
50
|
-
h5,
|
|
51
|
-
h6 {
|
|
52
|
-
&.mod-elementAfterText {
|
|
53
|
-
@include elementAfterText;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
41
|
+
h6 {
|
|
42
|
+
@include h6;
|
|
56
43
|
}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
--sizes-verticalPadding: var(--sizes-M-verticalPadding); // Deprecated
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
/* Deprecated */
|
|
27
27
|
@mixin h5 {
|
|
28
28
|
--components-title-font: 600 var(--pr-t-font-fontSize-175)/var(--pr-t-font-lineHeight-250) var(--pr-t-font-family);
|
|
29
29
|
--sizes-verticalPadding: var(--sizes-S-verticalPadding);
|
|
@@ -2,51 +2,43 @@
|
|
|
2
2
|
@use 'exports' as *;
|
|
3
3
|
|
|
4
4
|
.titleSection {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
9
|
%titleXXXL {
|
|
12
|
-
@
|
|
13
|
-
@include XXXL('!important');
|
|
14
|
-
}
|
|
10
|
+
@include XXXL('!important');
|
|
15
11
|
}
|
|
16
12
|
|
|
17
13
|
%titleImportant {
|
|
18
|
-
@
|
|
19
|
-
@include title('!important');
|
|
20
|
-
}
|
|
14
|
+
@include title('!important');
|
|
21
15
|
}
|
|
22
16
|
|
|
23
17
|
.titleSection-sub {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
18
|
+
:is(h1, h1.mod-XXXL) ~ & {
|
|
19
|
+
@include XXXL;
|
|
20
|
+
}
|
|
28
21
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
22
|
+
:is(.pr-u-h1, .pr-u-h1.mod-XXXL) ~ & {
|
|
23
|
+
@extend %titleXXXL;
|
|
24
|
+
}
|
|
32
25
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
26
|
+
:is(h2, h3, h4, h5, h6) ~ & {
|
|
27
|
+
@include title;
|
|
28
|
+
}
|
|
36
29
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
30
|
+
:is(.pr-u-h2, .pr-u-h3, .pr-u-h4, .pr-u-h5, .pr-u-h6) ~ & {
|
|
31
|
+
@extend %titleImportant;
|
|
32
|
+
}
|
|
40
33
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
34
|
+
// Deprecated .u- utilities
|
|
35
|
+
@if config.$deprecatedUtilityPrefix {
|
|
36
|
+
:is(.u-h1, .u-h1.mod-XXXL) ~ & {
|
|
37
|
+
@extend %titleXXXL;
|
|
38
|
+
}
|
|
46
39
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
40
|
+
:is(.u-h2, .u-h3, .u-h4, .u-h5, .u-h6) ~ & {
|
|
41
|
+
@extend %titleImportant;
|
|
50
42
|
}
|
|
51
43
|
}
|
|
52
44
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.toasts {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include bottom;
|
|
12
|
-
}
|
|
7
|
+
&.mod-bottom {
|
|
8
|
+
@include bottom;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
@@ -1,42 +1,38 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.tooltip {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&.is-above {
|
|
8
|
+
@include above;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
&.is-below {
|
|
12
|
+
@include below;
|
|
7
13
|
}
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
&.is-before {
|
|
16
|
+
@include before;
|
|
17
|
+
|
|
10
18
|
&.is-above {
|
|
11
|
-
@include
|
|
19
|
+
@include beforeAbove;
|
|
12
20
|
}
|
|
13
21
|
|
|
14
22
|
&.is-below {
|
|
15
|
-
@include
|
|
23
|
+
@include beforeBelow;
|
|
16
24
|
}
|
|
25
|
+
}
|
|
17
26
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
&.is-above {
|
|
22
|
-
@include beforeAbove;
|
|
23
|
-
}
|
|
27
|
+
&.is-after {
|
|
28
|
+
@include after;
|
|
24
29
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
30
|
+
&.is-above {
|
|
31
|
+
@include afterAbove;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
&.is-
|
|
31
|
-
@include
|
|
32
|
-
|
|
33
|
-
&.is-above {
|
|
34
|
-
@include afterAbove;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&.is-below {
|
|
38
|
-
@include afterBelow;
|
|
39
|
-
}
|
|
34
|
+
&.is-below {
|
|
35
|
+
@include afterBelow;
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
38
|
}
|
|
@@ -1,37 +1,33 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.userTile {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-XS {
|
|
8
|
+
@include XS;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
&.mod-S {
|
|
12
|
+
@include S;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
&.mod-L {
|
|
16
|
+
@include L;
|
|
17
|
+
}
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
19
|
+
// .mod-XL is deprecated
|
|
20
|
+
&.mod-XL {
|
|
21
|
+
@include XL;
|
|
22
|
+
}
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
// .mod-XXL is deprecated
|
|
25
|
+
&.mod-XXL {
|
|
26
|
+
@include XXL;
|
|
27
|
+
}
|
|
31
28
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
29
|
+
// .mod-XXXL is deprecated
|
|
30
|
+
&.mod-XXXL {
|
|
31
|
+
@include XXXL;
|
|
36
32
|
}
|
|
37
33
|
}
|
|
@@ -1,45 +1,35 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.verticalNavigation {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include iconless;
|
|
12
|
-
}
|
|
7
|
+
&.mod-iconless {
|
|
8
|
+
@include iconless;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
15
11
|
|
|
16
12
|
.verticalNavigation-list {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
@include child;
|
|
20
|
-
}
|
|
13
|
+
&.mod-child {
|
|
14
|
+
@include child;
|
|
21
15
|
}
|
|
22
16
|
}
|
|
23
17
|
|
|
24
18
|
.verticalNavigation-list-item-link {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
19
|
+
&[aria-expanded='true'] {
|
|
20
|
+
@include expanded;
|
|
21
|
+
}
|
|
29
22
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
23
|
+
&[aria-current='page'] {
|
|
24
|
+
@include active;
|
|
25
|
+
}
|
|
33
26
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
27
|
+
&[disabled],
|
|
28
|
+
&.is-disabled {
|
|
29
|
+
@include disabled;
|
|
38
30
|
}
|
|
39
31
|
}
|
|
40
32
|
|
|
41
33
|
span.verticalNavigation-list-item-link {
|
|
42
|
-
@
|
|
43
|
-
@include disabled;
|
|
44
|
-
}
|
|
34
|
+
@include disabled;
|
|
45
35
|
}
|