@lucca-front/scss 20.3.0-rc.10 → 20.3.0-rc.11
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 +5 -0
- package/src/commons/core.scss +3 -3
- package/src/commons/exports.scss +0 -1
- package/src/commons/index.scss +9 -2
- package/src/commons/utils/index.scss +480 -478
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +13 -7
- package/src/components/appLayout/index.scss +11 -7
- package/src/components/avatar/index.scss +43 -35
- package/src/components/box/index.scss +20 -14
- package/src/components/breadcrumbs/index.scss +16 -10
- package/src/components/button/index.scss +138 -134
- package/src/components/button/mods.scss +17 -0
- package/src/components/button/states.scss +3 -3
- package/src/components/buttonGroup/component.scss +0 -17
- package/src/components/buttonGroup/index.scss +20 -8
- package/src/components/calendar/index.scss +56 -44
- package/src/components/callout/index.scss +8 -4
- package/src/components/calloutDisclosure/index.scss +14 -10
- package/src/components/calloutFeedbackList/index.scss +8 -4
- package/src/components/calloutPopover/index.scss +18 -12
- package/src/components/card/index.scss +28 -24
- package/src/components/checkbox/index.scss +35 -31
- package/src/components/checkboxField/index.scss +88 -82
- package/src/components/chip/index.scss +22 -18
- package/src/components/clear/index.scss +22 -18
- package/src/components/code/index.scss +8 -4
- package/src/components/collapse/index.scss +11 -7
- package/src/components/comment/index.scss +30 -20
- package/src/components/container/index.scss +29 -25
- package/src/components/contentSection/index.scss +4 -2
- package/src/components/dataTable/index.scss +79 -69
- package/src/components/dataTableSticked/index.scss +30 -26
- package/src/components/dateField/index.scss +24 -20
- package/src/components/dateRangeField/index.scss +29 -25
- package/src/components/dialog/component.scss +4 -4
- package/src/components/dialog/index.scss +40 -36
- package/src/components/divider/index.scss +11 -7
- package/src/components/dropdown/index.scss +13 -9
- package/src/components/emptyState/index.scss +11 -7
- package/src/components/errorPage/index.scss +8 -4
- package/src/components/fancyBox/index.scss +8 -4
- package/src/components/field/index.scss +86 -88
- package/src/components/fieldset/index.scss +17 -13
- package/src/components/file/index.scss +34 -28
- package/src/components/fileEntry/index.scss +23 -19
- package/src/components/fileToolbar/index.scss +10 -6
- package/src/components/fileUpload/index.scss +36 -32
- package/src/components/filterBar/index.scss +17 -13
- package/src/components/filterBarDeprecated/index.scss +8 -4
- package/src/components/filterPill/index.scss +53 -49
- package/src/components/filters/index.scss +14 -8
- package/src/components/footer/index.scss +38 -34
- package/src/components/form/index.scss +121 -109
- package/src/components/form/mods.scss +7 -5
- package/src/components/formLabel/index.scss +18 -14
- package/src/components/gauge/component.scss +18 -16
- package/src/components/gauge/index.scss +25 -21
- package/src/components/grid/index.scss +25 -21
- package/src/components/header/index.scss +17 -13
- package/src/components/highlightData/index.scss +28 -24
- package/src/components/horizontalNavigation/index.scss +42 -36
- package/src/components/index.scss +57 -55
- package/src/components/indexTable/index.scss +53 -57
- package/src/components/inlineMessage/index.scss +17 -13
- package/src/components/inputFramed/index.scss +30 -24
- package/src/components/label/index.scss +13 -9
- package/src/components/layout/index.scss +51 -45
- package/src/components/link/index.scss +14 -10
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +15 -11
- package/src/components/listboxOption/index.scss +129 -117
- package/src/components/listing/index.scss +22 -18
- package/src/components/loading/index.scss +27 -23
- package/src/components/main/index.scss +21 -15
- package/src/components/mainLayout/index.scss +27 -21
- package/src/components/mobileHeader/index.scss +8 -4
- package/src/components/mobileNavigation/index.scss +4 -2
- package/src/components/mobilePush/index.scss +8 -4
- package/src/components/multiSelect/index.scss +57 -39
- package/src/components/multiSelect/mods.scss +0 -8
- package/src/components/multiSelect/states.scss +8 -0
- package/src/components/navside/index.scss +74 -64
- package/src/components/newBadge/index.scss +8 -4
- package/src/components/notchBox/index.scss +17 -13
- package/src/components/notchBox/mods.scss +137 -125
- package/src/components/numericBadge/index.scss +21 -17
- package/src/components/pageHeader/index.scss +26 -22
- package/src/components/pagination/index.scss +12 -6
- package/src/components/plgPush/index.scss +4 -2
- package/src/components/popover/index.scss +4 -2
- package/src/components/progress/index.scss +14 -10
- package/src/components/radio/index.scss +18 -12
- package/src/components/radioButtons/index.scss +16 -10
- package/src/components/radioField/index.scss +46 -40
- package/src/components/readMore/index.scss +20 -16
- package/src/components/richText/index.scss +19 -15
- package/src/components/scrollBox/index.scss +14 -10
- package/src/components/section/index.scss +16 -12
- package/src/components/segmentedControl/index.scss +31 -25
- package/src/components/simpleSelect/index.scss +39 -35
- package/src/components/skeleton/index.scss +42 -38
- package/src/components/skipLinks/index.scss +4 -2
- package/src/components/sortableList/index.scss +12 -6
- package/src/components/statusBadge/index.scss +8 -4
- package/src/components/switch/index.scss +35 -29
- package/src/components/switchField/index.scss +22 -16
- package/src/components/table/index.scss +85 -79
- package/src/components/tableFixed/index.scss +13 -11
- package/src/components/tableFixedDeprecated/index.scss +14 -10
- package/src/components/tableOfContent/index.scss +28 -24
- package/src/components/tableSortable/index.scss +21 -17
- package/src/components/tableSticked/index.scss +28 -24
- package/src/components/tableSticked/mods.scss +6 -6
- package/src/components/tableStickedDeprecated/index.scss +46 -40
- package/src/components/tag/index.scss +28 -24
- package/src/components/textField/index.scss +28 -24
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textFlow/index.scss +4 -2
- package/src/components/textfields/index.scss +265 -261
- package/src/components/timeline/index.scss +72 -66
- package/src/components/timepicker/index.scss +20 -16
- package/src/components/title/index.scss +43 -30
- package/src/components/title/mods.scss +1 -1
- package/src/components/titleSection/index.scss +31 -23
- package/src/components/toast/index.scss +8 -4
- package/src/components/tooltip/index.scss +25 -21
- package/src/components/userPopover/index.scss +4 -2
- package/src/components/userTile/index.scss +26 -22
- package/src/components/verticalNavigation/index.scss +26 -20
|
@@ -1,182 +1,194 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.listboxOption {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-add {
|
|
11
|
+
@include add;
|
|
9
12
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
&:hover {
|
|
14
|
+
@include addHover;
|
|
15
|
+
}
|
|
13
16
|
|
|
14
|
-
|
|
15
|
-
|
|
17
|
+
&:active {
|
|
18
|
+
@include addActive;
|
|
19
|
+
}
|
|
16
20
|
}
|
|
17
|
-
}
|
|
18
21
|
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
&.mod-select {
|
|
23
|
+
@include select;
|
|
21
24
|
|
|
22
|
-
|
|
23
|
-
|
|
25
|
+
&:hover {
|
|
26
|
+
@include selectHover;
|
|
27
|
+
}
|
|
24
28
|
}
|
|
25
|
-
}
|
|
26
29
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
&:hover,
|
|
31
|
-
&:has(.is-hovered) {
|
|
32
|
-
@include groupHover;
|
|
33
|
-
}
|
|
30
|
+
&[role="group"] {
|
|
31
|
+
@include group;
|
|
34
32
|
|
|
35
|
-
|
|
36
|
-
&:
|
|
37
|
-
@include
|
|
33
|
+
&:hover,
|
|
34
|
+
&:has(.is-hovered) {
|
|
35
|
+
@include groupHover;
|
|
38
36
|
}
|
|
39
|
-
}
|
|
40
37
|
|
|
41
|
-
&:not(:has(.listboxOption.mod-select)) {
|
|
42
38
|
> .listboxOption-content {
|
|
43
|
-
|
|
39
|
+
&:hover {
|
|
40
|
+
@include groupHoverReset;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&:not(:has(.listboxOption.mod-select)) {
|
|
45
|
+
> .listboxOption-content {
|
|
46
|
+
@include groupHoverReset;
|
|
47
|
+
}
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
|
-
}
|
|
47
50
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
&[aria-hidden="true"] {
|
|
52
|
+
@include empty;
|
|
53
|
+
}
|
|
51
54
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
&[aria-selected="true"],
|
|
56
|
+
&[aria-checked="true"] {
|
|
57
|
+
> .listboxOption-content {
|
|
58
|
+
@include selected;
|
|
56
59
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
60
|
+
&.is-hovered,
|
|
61
|
+
&:hover {
|
|
62
|
+
@include selectedHover;
|
|
63
|
+
}
|
|
61
64
|
|
|
62
|
-
|
|
63
|
-
|
|
65
|
+
&:active {
|
|
66
|
+
@include selectedActive;
|
|
67
|
+
}
|
|
64
68
|
}
|
|
65
69
|
}
|
|
66
|
-
}
|
|
67
70
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
+
&[aria-disabled="true"] {
|
|
72
|
+
> .listboxOption-content {
|
|
73
|
+
@include disabled;
|
|
71
74
|
|
|
72
|
-
|
|
73
|
-
|
|
75
|
+
&:hover {
|
|
76
|
+
@include disabledHover;
|
|
77
|
+
}
|
|
74
78
|
}
|
|
75
|
-
}
|
|
76
79
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
&[aria-selected="true"],
|
|
81
|
+
&[aria-checked="true"] {
|
|
82
|
+
> .listboxOption-content {
|
|
83
|
+
@include selectedDisabled;
|
|
84
|
+
}
|
|
81
85
|
}
|
|
82
86
|
}
|
|
83
87
|
}
|
|
84
88
|
}
|
|
85
89
|
|
|
86
90
|
.listboxOption-content {
|
|
87
|
-
@
|
|
88
|
-
|
|
89
|
-
&.is-hovered,
|
|
90
|
-
&:hover {
|
|
91
|
-
@include hover;
|
|
91
|
+
@layer components {
|
|
92
|
+
@include varsContent;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
@layer mods {
|
|
96
|
+
&.is-hovered,
|
|
97
|
+
&:hover {
|
|
98
|
+
@include hover;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:active {
|
|
102
|
+
@include active;
|
|
103
|
+
}
|
|
96
104
|
}
|
|
97
105
|
}
|
|
98
106
|
|
|
99
107
|
.listboxOptionWrapper {
|
|
100
|
-
@
|
|
101
|
-
|
|
102
|
-
.listboxOptionWrapper {
|
|
103
|
-
@include nestedWrapper;
|
|
104
|
-
@include nested;
|
|
108
|
+
@layer components {
|
|
109
|
+
@include varsWrapper;
|
|
105
110
|
|
|
106
111
|
.listboxOptionWrapper {
|
|
107
|
-
@include
|
|
112
|
+
@include nestedWrapper;
|
|
113
|
+
@include nested;
|
|
114
|
+
|
|
115
|
+
.listboxOptionWrapper {
|
|
116
|
+
@include nested(2);
|
|
117
|
+
}
|
|
108
118
|
}
|
|
109
119
|
}
|
|
110
120
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
121
|
+
@layer mods {
|
|
122
|
+
&[aria-busy="true"] {
|
|
123
|
+
@include busy;
|
|
124
|
+
}
|
|
114
125
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
126
|
+
&.mod-empty {
|
|
127
|
+
@include empty;
|
|
128
|
+
}
|
|
118
129
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
130
|
+
&.mod-multiple {
|
|
131
|
+
&,
|
|
132
|
+
.listboxOptionWrapper {
|
|
133
|
+
@include multiple;
|
|
123
134
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
135
|
+
.listboxOption {
|
|
136
|
+
&:hover,
|
|
137
|
+
&.is-hovered {
|
|
138
|
+
@include multipleHover;
|
|
139
|
+
}
|
|
129
140
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
141
|
+
&:active {
|
|
142
|
+
@include multipleActive;
|
|
143
|
+
}
|
|
133
144
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
145
|
+
&[aria-selected="true"],
|
|
146
|
+
&[aria-checked="true"] {
|
|
147
|
+
> .listboxOption-content {
|
|
148
|
+
@include multipleSelected;
|
|
138
149
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
150
|
+
&:hover,
|
|
151
|
+
&.is-hovered {
|
|
152
|
+
@include multipleSelectedHover;
|
|
153
|
+
}
|
|
143
154
|
|
|
144
|
-
|
|
145
|
-
|
|
155
|
+
&:active {
|
|
156
|
+
@include multipleSelectedActive;
|
|
157
|
+
}
|
|
146
158
|
}
|
|
147
159
|
}
|
|
148
|
-
}
|
|
149
160
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
161
|
+
&[aria-checked="mixed"] {
|
|
162
|
+
> .listboxOption-content {
|
|
163
|
+
@include multipleMixed;
|
|
153
164
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
165
|
+
&:hover,
|
|
166
|
+
&.is-hovered {
|
|
167
|
+
@include multipleMixedHover;
|
|
168
|
+
}
|
|
158
169
|
|
|
159
|
-
|
|
160
|
-
|
|
170
|
+
&:active {
|
|
171
|
+
@include multipleMixedActive;
|
|
172
|
+
}
|
|
161
173
|
}
|
|
162
174
|
}
|
|
163
|
-
}
|
|
164
175
|
|
|
165
|
-
|
|
166
|
-
> .listboxOption-content {
|
|
167
|
-
@include multipleDisabled;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&[aria-selected="true"],
|
|
171
|
-
&[aria-checked="true"] {
|
|
176
|
+
&[aria-disabled="true"], {
|
|
172
177
|
> .listboxOption-content {
|
|
173
|
-
@include
|
|
178
|
+
@include multipleDisabled;
|
|
174
179
|
}
|
|
175
|
-
}
|
|
176
180
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
181
|
+
&[aria-selected="true"],
|
|
182
|
+
&[aria-checked="true"] {
|
|
183
|
+
> .listboxOption-content {
|
|
184
|
+
@include multipleSelectedDisabled;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
&[aria-checked="mixed"] {
|
|
189
|
+
> .listboxOption-content {
|
|
190
|
+
@include multipleMixedDisabled;
|
|
191
|
+
}
|
|
180
192
|
}
|
|
181
193
|
}
|
|
182
194
|
}
|
|
@@ -1,37 +1,41 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.listing {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-ordered,
|
|
8
|
-
&:is(ol) {
|
|
9
|
-
@include ordered;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
10
7
|
}
|
|
11
8
|
|
|
12
|
-
|
|
13
|
-
@include nested;
|
|
14
|
-
|
|
9
|
+
@layer mods {
|
|
15
10
|
&.mod-ordered,
|
|
16
11
|
&:is(ol) {
|
|
17
|
-
@include
|
|
12
|
+
@include ordered;
|
|
18
13
|
}
|
|
19
14
|
|
|
20
15
|
.listing {
|
|
21
|
-
@include nested
|
|
16
|
+
@include nested;
|
|
22
17
|
|
|
23
18
|
&.mod-ordered,
|
|
24
19
|
&:is(ol) {
|
|
25
|
-
@include nestedOrdered
|
|
20
|
+
@include nestedOrdered;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.listing {
|
|
24
|
+
@include nested(2);
|
|
25
|
+
|
|
26
|
+
&.mod-ordered,
|
|
27
|
+
&:is(ol) {
|
|
28
|
+
@include nestedOrdered(2);
|
|
29
|
+
}
|
|
26
30
|
}
|
|
27
31
|
}
|
|
28
|
-
}
|
|
29
32
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
&.mod-icons {
|
|
34
|
+
@include icons;
|
|
35
|
+
}
|
|
33
36
|
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
&.mod-checklist {
|
|
38
|
+
@include checklist;
|
|
39
|
+
}
|
|
36
40
|
}
|
|
37
41
|
}
|
|
@@ -1,34 +1,38 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.loading {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
&.mod-L {
|
|
8
|
-
@include L;
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
}
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-L {
|
|
11
|
+
@include L;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
&.mod-block {
|
|
15
|
+
@include block;
|
|
16
|
+
}
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
@include popin;
|
|
23
|
-
}
|
|
18
|
+
&[class~='mod-fullPage' i] {
|
|
19
|
+
@include fullPage;
|
|
20
|
+
}
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
// .mod-dialog is deprecated
|
|
23
|
+
&.mod-popin,
|
|
24
|
+
&.mod-dialog {
|
|
25
|
+
@include popin;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
// .mod-sidePanel is deprecated
|
|
29
|
+
&.mod-drawer,
|
|
30
|
+
&.mod-sidePanel {
|
|
31
|
+
@include drawer;
|
|
32
|
+
}
|
|
30
33
|
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
&.mod-invert {
|
|
35
|
+
@include invert;
|
|
36
|
+
}
|
|
33
37
|
}
|
|
34
38
|
}
|
|
@@ -1,27 +1,33 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.main {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
@layer mods {
|
|
5
|
+
&:is(.is-notScrollable, .notScrollable) {
|
|
6
|
+
@include notScrollable;
|
|
7
|
+
}
|
|
6
8
|
}
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
.main-content {
|
|
10
|
-
@
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
&.mod-withStickyHeader {
|
|
14
|
-
@include stickyHeader;
|
|
12
|
+
@layer components {
|
|
13
|
+
@include vars;
|
|
14
|
+
@include component;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
@layer mods {
|
|
18
|
+
&.mod-withStickyHeader {
|
|
19
|
+
@include stickyHeader;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.mod-withBanner,
|
|
23
|
+
.navSide.mod-withBanner ~ &,
|
|
24
|
+
.mod-withBanner & {
|
|
25
|
+
@include banner;
|
|
26
|
+
}
|
|
22
27
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
28
|
+
.navSide ~ &,
|
|
29
|
+
.mod-withMenu & {
|
|
30
|
+
@include menu;
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
}
|
|
@@ -2,36 +2,42 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.mainLayout {
|
|
5
|
-
@
|
|
6
|
-
|
|
5
|
+
@layer components {
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
&:has(.mainLayout-content-inside-header.mod-sticky) {
|
|
13
|
-
@include stickyHeader;
|
|
14
|
-
@include stickyTop;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&:has(.mainLayout-content-inside-footer.mod-sticky) {
|
|
18
|
-
@include stickyFooter;
|
|
19
|
-
@include stickyBottom;
|
|
9
|
+
@include media.min('S') {
|
|
10
|
+
@include wide;
|
|
11
|
+
}
|
|
20
12
|
}
|
|
21
|
-
}
|
|
22
13
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.mainLayout-content-inside-header {
|
|
14
|
+
@layer mods {
|
|
15
|
+
&:has(.mainLayout-content-inside-header.mod-sticky) {
|
|
26
16
|
@include stickyHeader;
|
|
17
|
+
@include stickyTop;
|
|
27
18
|
}
|
|
28
19
|
|
|
29
|
-
.mainLayout-content-inside-footer {
|
|
20
|
+
&:has(.mainLayout-content-inside-footer.mod-sticky) {
|
|
30
21
|
@include stickyFooter;
|
|
22
|
+
@include stickyBottom;
|
|
31
23
|
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@layer mods {
|
|
28
|
+
.mainLayout-content-inside {
|
|
29
|
+
&:has(.mainLayout-content-inside-block.mod-overflow) {
|
|
30
|
+
.mainLayout-content-inside-header {
|
|
31
|
+
@include stickyHeader;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.mainLayout-content-inside-footer {
|
|
35
|
+
@include stickyFooter;
|
|
36
|
+
}
|
|
32
37
|
|
|
33
|
-
|
|
34
|
-
|
|
38
|
+
.mainLayout-content-inside-block:not(.mod-overflow) {
|
|
39
|
+
@include stickyBlock;
|
|
40
|
+
}
|
|
35
41
|
}
|
|
36
42
|
}
|
|
37
43
|
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.mobileHeader {
|
|
4
|
-
@
|
|
5
|
-
|
|
4
|
+
@layer components {
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
}
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
+
@layer mods {
|
|
10
|
+
&.mod-largeTitle {
|
|
11
|
+
@include largeTitle;
|
|
12
|
+
}
|
|
9
13
|
}
|
|
10
14
|
}
|
|
@@ -3,10 +3,14 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.mobilePush-containerWrapper {
|
|
6
|
-
@
|
|
7
|
-
|
|
6
|
+
@layer components {
|
|
7
|
+
@include vars;
|
|
8
|
+
@include component;
|
|
9
|
+
}
|
|
8
10
|
|
|
9
|
-
@
|
|
10
|
-
@include
|
|
11
|
+
@layer mods {
|
|
12
|
+
@include container.max(30rem, $name: 'mobilePush') {
|
|
13
|
+
@include narrow;
|
|
14
|
+
}
|
|
11
15
|
}
|
|
12
16
|
}
|