@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,198 +1,182 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.listboxOption {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include add;
|
|
7
|
+
&.mod-add {
|
|
8
|
+
@include add;
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
&:hover {
|
|
11
|
+
@include addHover;
|
|
12
|
+
}
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
14
|
+
&:active {
|
|
15
|
+
@include addActive;
|
|
20
16
|
}
|
|
17
|
+
}
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
&.mod-select {
|
|
20
|
+
@include select;
|
|
24
21
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
22
|
+
&:hover {
|
|
23
|
+
@include selectHover;
|
|
28
24
|
}
|
|
25
|
+
}
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
&[role="group"] {
|
|
28
|
+
@include group;
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
&:hover,
|
|
31
|
+
&:has(.is-hovered) {
|
|
32
|
+
@include groupHover;
|
|
33
|
+
}
|
|
37
34
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
35
|
+
> .listboxOption-content {
|
|
36
|
+
&:hover {
|
|
37
|
+
@include groupHoverReset;
|
|
42
38
|
}
|
|
39
|
+
}
|
|
43
40
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
41
|
+
&:not(:has(.listboxOption.mod-select)) {
|
|
42
|
+
> .listboxOption-content {
|
|
43
|
+
@include groupHoverReset;
|
|
48
44
|
}
|
|
49
45
|
}
|
|
46
|
+
}
|
|
50
47
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
48
|
+
&[aria-hidden="true"] {
|
|
49
|
+
@include empty;
|
|
54
50
|
}
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
@include selected;
|
|
52
|
+
&[aria-selected="true"],
|
|
53
|
+
&[aria-checked="true"] {
|
|
54
|
+
> .listboxOption-content {
|
|
55
|
+
@include selected;
|
|
61
56
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
&.is-hovered,
|
|
58
|
+
&:hover {
|
|
59
|
+
@include selectedHover;
|
|
60
|
+
}
|
|
66
61
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
62
|
+
&:active {
|
|
63
|
+
@include selectedActive;
|
|
70
64
|
}
|
|
71
65
|
}
|
|
66
|
+
}
|
|
72
67
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
68
|
+
&[aria-disabled="true"] {
|
|
69
|
+
> .listboxOption-content {
|
|
70
|
+
@include disabled;
|
|
76
71
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
72
|
+
&:hover {
|
|
73
|
+
@include disabledHover;
|
|
80
74
|
}
|
|
75
|
+
}
|
|
81
76
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
77
|
+
&[aria-selected="true"],
|
|
78
|
+
&[aria-checked="true"] {
|
|
79
|
+
> .listboxOption-content {
|
|
80
|
+
@include selectedDisabled;
|
|
87
81
|
}
|
|
88
82
|
}
|
|
89
83
|
}
|
|
90
84
|
}
|
|
91
85
|
|
|
92
86
|
.listboxOption-content {
|
|
93
|
-
@
|
|
94
|
-
@include varsContent;
|
|
95
|
-
}
|
|
87
|
+
@include varsContent;
|
|
96
88
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
89
|
+
&.is-hovered,
|
|
90
|
+
&:hover {
|
|
91
|
+
@include hover;
|
|
92
|
+
}
|
|
102
93
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
94
|
+
&:active {
|
|
95
|
+
@include active;
|
|
106
96
|
}
|
|
107
97
|
}
|
|
108
98
|
|
|
109
99
|
.listboxOptionWrapper {
|
|
110
|
-
@
|
|
111
|
-
@include varsWrapper;
|
|
100
|
+
@include varsWrapper;
|
|
112
101
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
102
|
+
.listboxOptionWrapper {
|
|
103
|
+
@include nestedWrapper;
|
|
104
|
+
@include nested;
|
|
116
105
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
}
|
|
106
|
+
.listboxOptionWrapper {
|
|
107
|
+
@include nested(2);
|
|
120
108
|
}
|
|
121
109
|
}
|
|
122
110
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
@include busy;
|
|
126
|
-
}
|
|
111
|
+
&[aria-busy="true"] {
|
|
112
|
+
@include busy;
|
|
127
113
|
}
|
|
128
114
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
115
|
+
&.mod-empty {
|
|
116
|
+
@include empty;
|
|
117
|
+
}
|
|
133
118
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
119
|
+
&.mod-multiple {
|
|
120
|
+
&,
|
|
121
|
+
.listboxOptionWrapper {
|
|
122
|
+
@include multiple;
|
|
138
123
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
124
|
+
.listboxOption {
|
|
125
|
+
&:hover,
|
|
126
|
+
&.is-hovered {
|
|
127
|
+
@include multipleHover;
|
|
128
|
+
}
|
|
144
129
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
130
|
+
&:active {
|
|
131
|
+
@include multipleActive;
|
|
132
|
+
}
|
|
148
133
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
134
|
+
&[aria-selected="true"],
|
|
135
|
+
&[aria-checked="true"] {
|
|
136
|
+
> .listboxOption-content {
|
|
137
|
+
@include multipleSelected;
|
|
153
138
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
139
|
+
&:hover,
|
|
140
|
+
&.is-hovered {
|
|
141
|
+
@include multipleSelectedHover;
|
|
142
|
+
}
|
|
158
143
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
144
|
+
&:active {
|
|
145
|
+
@include multipleSelectedActive;
|
|
162
146
|
}
|
|
163
147
|
}
|
|
148
|
+
}
|
|
164
149
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
150
|
+
&[aria-checked="mixed"] {
|
|
151
|
+
> .listboxOption-content {
|
|
152
|
+
@include multipleMixed;
|
|
168
153
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
154
|
+
&:hover,
|
|
155
|
+
&.is-hovered {
|
|
156
|
+
@include multipleMixedHover;
|
|
157
|
+
}
|
|
173
158
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
}
|
|
159
|
+
&:active {
|
|
160
|
+
@include multipleMixedActive;
|
|
177
161
|
}
|
|
178
162
|
}
|
|
163
|
+
}
|
|
179
164
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
165
|
+
&[aria-disabled="true"], {
|
|
166
|
+
> .listboxOption-content {
|
|
167
|
+
@include multipleDisabled;
|
|
168
|
+
}
|
|
184
169
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
}
|
|
170
|
+
&[aria-selected="true"],
|
|
171
|
+
&[aria-checked="true"] {
|
|
172
|
+
> .listboxOption-content {
|
|
173
|
+
@include multipleSelectedDisabled;
|
|
190
174
|
}
|
|
175
|
+
}
|
|
191
176
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
}
|
|
177
|
+
&[aria-checked="mixed"] {
|
|
178
|
+
> .listboxOption-content {
|
|
179
|
+
@include multipleMixedDisabled;
|
|
196
180
|
}
|
|
197
181
|
}
|
|
198
182
|
}
|
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.listing {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
6
|
+
|
|
7
|
+
&.mod-ordered,
|
|
8
|
+
&:is(ol) {
|
|
9
|
+
@include ordered;
|
|
7
10
|
}
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
.listing {
|
|
13
|
+
@include nested;
|
|
14
|
+
|
|
10
15
|
&.mod-ordered,
|
|
11
16
|
&:is(ol) {
|
|
12
|
-
@include
|
|
17
|
+
@include nestedOrdered;
|
|
13
18
|
}
|
|
14
19
|
|
|
15
20
|
.listing {
|
|
16
|
-
@include nested;
|
|
21
|
+
@include nested(2);
|
|
17
22
|
|
|
18
23
|
&.mod-ordered,
|
|
19
24
|
&:is(ol) {
|
|
20
|
-
@include nestedOrdered;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.listing {
|
|
24
|
-
@include nested(2);
|
|
25
|
-
|
|
26
|
-
&.mod-ordered,
|
|
27
|
-
&:is(ol) {
|
|
28
|
-
@include nestedOrdered(2);
|
|
29
|
-
}
|
|
25
|
+
@include nestedOrdered(2);
|
|
30
26
|
}
|
|
31
27
|
}
|
|
28
|
+
}
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
&.mod-icons {
|
|
31
|
+
@include icons;
|
|
32
|
+
}
|
|
36
33
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
34
|
+
&.mod-checklist {
|
|
35
|
+
@include checklist;
|
|
40
36
|
}
|
|
41
37
|
}
|
|
@@ -1,38 +1,34 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.loading {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-L {
|
|
8
|
+
@include L;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
&.mod-block {
|
|
12
|
+
@include block;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
&[class~='mod-fullPage' i] {
|
|
16
|
+
@include fullPage;
|
|
17
|
+
}
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
// .mod-dialog is deprecated
|
|
20
|
+
&.mod-popin,
|
|
21
|
+
&.mod-dialog {
|
|
22
|
+
@include popin;
|
|
23
|
+
}
|
|
27
24
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
// .mod-sidePanel is deprecated
|
|
26
|
+
&.mod-drawer,
|
|
27
|
+
&.mod-sidePanel {
|
|
28
|
+
@include drawer;
|
|
29
|
+
}
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
31
|
+
&.mod-invert {
|
|
32
|
+
@include invert;
|
|
37
33
|
}
|
|
38
34
|
}
|
|
@@ -1,33 +1,27 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.main {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
@include notScrollable;
|
|
7
|
-
}
|
|
4
|
+
&:is(.is-notScrollable, .notScrollable) {
|
|
5
|
+
@include notScrollable;
|
|
8
6
|
}
|
|
9
7
|
}
|
|
10
8
|
|
|
11
9
|
.main-content {
|
|
12
|
-
@
|
|
13
|
-
|
|
14
|
-
@include component;
|
|
15
|
-
}
|
|
10
|
+
@include vars;
|
|
11
|
+
@include component;
|
|
16
12
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
13
|
+
&.mod-withStickyHeader {
|
|
14
|
+
@include stickyHeader;
|
|
15
|
+
}
|
|
21
16
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
17
|
+
&.mod-withBanner,
|
|
18
|
+
.navSide.mod-withBanner ~ &,
|
|
19
|
+
.mod-withBanner & {
|
|
20
|
+
@include banner;
|
|
21
|
+
}
|
|
27
22
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
23
|
+
.navSide ~ &,
|
|
24
|
+
.mod-withMenu & {
|
|
25
|
+
@include menu;
|
|
32
26
|
}
|
|
33
27
|
}
|
|
@@ -2,42 +2,36 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.mainLayout {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
8
|
+
@include media.min('S') {
|
|
9
|
+
@include wide;
|
|
12
10
|
}
|
|
13
11
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
12
|
+
&:has(.mainLayout-content-inside-header.mod-sticky) {
|
|
13
|
+
@include stickyHeader;
|
|
14
|
+
@include stickyTop;
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
&:has(.mainLayout-content-inside-footer.mod-sticky) {
|
|
18
|
+
@include stickyFooter;
|
|
19
|
+
@include stickyBottom;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
26
22
|
|
|
27
23
|
.mainLayout-content-inside {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
24
|
+
&:has(.mainLayout-content-inside-block.mod-overflow) {
|
|
25
|
+
.mainLayout-content-inside-header {
|
|
26
|
+
@include stickyHeader;
|
|
27
|
+
}
|
|
33
28
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
.mainLayout-content-inside-footer {
|
|
30
|
+
@include stickyFooter;
|
|
31
|
+
}
|
|
37
32
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
33
|
+
.mainLayout-content-inside-block:not(.mod-overflow) {
|
|
34
|
+
@include stickyBlock;
|
|
41
35
|
}
|
|
42
36
|
}
|
|
43
37
|
}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.mobileHeader {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include largeTitle;
|
|
12
|
-
}
|
|
7
|
+
&.mod-largeTitle {
|
|
8
|
+
@include largeTitle;
|
|
13
9
|
}
|
|
14
10
|
}
|
|
@@ -3,14 +3,10 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.mobilePush-containerWrapper {
|
|
6
|
-
@
|
|
7
|
-
|
|
8
|
-
@include component;
|
|
9
|
-
}
|
|
6
|
+
@include vars;
|
|
7
|
+
@include component;
|
|
10
8
|
|
|
11
|
-
@
|
|
12
|
-
@include
|
|
13
|
-
@include narrow;
|
|
14
|
-
}
|
|
9
|
+
@include container.max(30rem, $name: 'mobilePush') {
|
|
10
|
+
@include narrow;
|
|
15
11
|
}
|
|
16
12
|
}
|