@lucca-front/scss 20.2.2 → 20.3.0-rc.2
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 +12 -1
- 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/color.scss +14 -0
- package/src/commons/utils/index.scss +480 -478
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +14 -6
- package/src/components/appLayout/index.scss +11 -7
- package/src/components/avatar/component.scss +4 -3
- package/src/components/avatar/index.scss +46 -34
- package/src/components/avatar/mods.scss +17 -2
- package/src/components/avatar/vars.scss +4 -0
- package/src/components/box/index.scss +20 -14
- package/src/components/breadcrumbs/index.scss +16 -10
- package/src/components/button/index.scss +143 -123
- package/src/components/button/mods.scss +33 -1
- package/src/components/button/states.scss +29 -3
- package/src/components/button/vars.scss +1 -1
- package/src/components/buttonGroup/component.scss +1 -1
- package/src/components/buttonGroup/index.scss +20 -8
- package/src/components/calendar/index.scss +56 -44
- package/src/components/callout/component.scss +13 -4
- package/src/components/callout/index.scss +17 -4
- package/src/components/callout/mods.scss +30 -2
- package/src/components/callout/vars.scss +5 -0
- package/src/components/calloutDisclosure/index.scss +15 -9
- package/src/components/calloutFeedbackList/index.scss +8 -4
- package/src/components/calloutPopover/index.scss +18 -12
- package/src/components/card/index.scss +26 -20
- package/src/components/checkbox/index.scss +36 -30
- package/src/components/checkboxField/index.scss +90 -80
- package/src/components/chip/index.scss +23 -17
- package/src/components/clear/index.scss +23 -17
- 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/component.scss +2 -0
- package/src/components/dataTable/index.scss +85 -49
- package/src/components/dataTable/mods.scss +4 -5
- package/src/components/dataTable/states.scss +12 -0
- package/src/components/dataTableSticked/index.scss +32 -24
- package/src/components/dateField/index.scss +24 -20
- package/src/components/dateRangeField/index.scss +29 -25
- package/src/components/dialog/index.scss +40 -32
- package/src/components/dialog/mods.scss +4 -0
- package/src/components/divider/index.scss +11 -7
- package/src/components/dropdown/index.scss +12 -6
- 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 +96 -76
- package/src/components/fieldset/index.scss +18 -12
- package/src/components/file/index.scss +38 -30
- package/src/components/fileEntry/index.scss +24 -18
- package/src/components/fileToolbar/index.scss +10 -6
- package/src/components/fileUpload/index.scss +37 -31
- package/src/components/filterBar/index.scss +17 -13
- package/src/components/filterBarDeprecated/index.scss +8 -4
- package/src/components/filterPill/index.scss +56 -48
- package/src/components/filters/index.scss +14 -8
- package/src/components/footer/component.scss +0 -1
- package/src/components/footer/index.scss +38 -34
- package/src/components/form/component.scss +10 -0
- package/src/components/form/index.scss +114 -84
- package/src/components/form/mods.scss +7 -5
- package/src/components/formLabel/index.scss +19 -13
- package/src/components/gauge/component.scss +71 -14
- package/src/components/gauge/index.scss +31 -6
- package/src/components/gauge/mods.scss +21 -7
- package/src/components/gauge/states.scss +8 -0
- package/src/components/gauge/vars.scss +16 -1
- package/src/components/grid/index.scss +25 -21
- package/src/components/header/index.scss +18 -12
- package/src/components/highlightData/index.scss +28 -24
- package/src/components/horizontalNavigation/index.scss +42 -36
- package/src/components/index.scss +58 -55
- package/src/components/indexTable/index.scss +54 -56
- package/src/components/inlineMessage/index.scss +18 -12
- package/src/components/inputFramed/component.scss +1 -0
- package/src/components/inputFramed/index.scss +34 -24
- package/src/components/inputFramed/mods.scss +3 -0
- package/src/components/inputFramed/vars.scss +1 -0
- package/src/components/label/index.scss +13 -9
- package/src/components/layout/index.scss +51 -45
- package/src/components/link/index.scss +14 -8
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +15 -11
- package/src/components/listboxOption/index.scss +131 -115
- 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 +26 -20
- 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 +46 -36
- package/src/components/navside/index.scss +78 -56
- 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 +22 -16
- 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 +15 -9
- package/src/components/radio/index.scss +18 -12
- package/src/components/radioButtons/index.scss +15 -9
- package/src/components/radioField/index.scss +46 -40
- package/src/components/readMore/index.scss +21 -15
- package/src/components/richText/index.scss +20 -14
- package/src/components/scrollBox/index.scss +14 -10
- package/src/components/section/index.scss +16 -12
- package/src/components/segmentedControl/component.scss +1 -0
- package/src/components/segmentedControl/index.scss +25 -15
- package/src/components/simpleSelect/index.scss +41 -33
- package/src/components/skeleton/index.scss +43 -37
- 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/suggestion/component.scss +19 -0
- package/src/components/suggestion/exports.scss +4 -0
- package/src/components/suggestion/index.scss +16 -0
- package/src/components/suggestion/mods.scss +0 -0
- package/src/components/suggestion/states.scss +12 -0
- package/src/components/suggestion/vars.scss +4 -0
- package/src/components/switch/index.scss +35 -29
- package/src/components/switchField/index.scss +22 -16
- package/src/components/table/index.scss +78 -64
- 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 +22 -16
- 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/component.scss +4 -1
- package/src/components/tag/index.scss +32 -14
- package/src/components/tag/mods.scss +30 -3
- package/src/components/tag/states.scss +6 -0
- package/src/components/tag/vars.scss +2 -0
- package/src/components/textField/component.scss +1 -0
- package/src/components/textField/index.scss +33 -21
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textField/states.scss +5 -0
- package/src/components/textField/vars.scss +1 -0
- package/src/components/textFlow/index.scss +4 -2
- package/src/components/textfields/index.scss +279 -258
- package/src/components/timeline/index.scss +72 -66
- package/src/components/timepicker/index.scss +21 -15
- package/src/components/title/index.scss +44 -27
- package/src/components/title/mods.scss +7 -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/component.scss +1 -0
- package/src/components/userPopover/index.scss +4 -2
- package/src/components/userTile/index.scss +26 -22
- package/src/components/verticalNavigation/index.scss +26 -16
|
@@ -1,182 +1,198 @@
|
|
|
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
|
-
|
|
51
|
+
&[aria-hidden="true"] {
|
|
52
|
+
@include empty;
|
|
53
|
+
}
|
|
50
54
|
}
|
|
51
55
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
+
@layer states {
|
|
57
|
+
&[aria-selected="true"],
|
|
58
|
+
&[aria-checked="true"] {
|
|
59
|
+
> .listboxOption-content {
|
|
60
|
+
@include selected;
|
|
56
61
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
62
|
+
&.is-hovered,
|
|
63
|
+
&:hover {
|
|
64
|
+
@include selectedHover;
|
|
65
|
+
}
|
|
61
66
|
|
|
62
|
-
|
|
63
|
-
|
|
67
|
+
&:active {
|
|
68
|
+
@include selectedActive;
|
|
69
|
+
}
|
|
64
70
|
}
|
|
65
71
|
}
|
|
66
|
-
}
|
|
67
72
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
73
|
+
&[aria-disabled="true"] {
|
|
74
|
+
> .listboxOption-content {
|
|
75
|
+
@include disabled;
|
|
71
76
|
|
|
72
|
-
|
|
73
|
-
|
|
77
|
+
&:hover {
|
|
78
|
+
@include disabledHover;
|
|
79
|
+
}
|
|
74
80
|
}
|
|
75
|
-
}
|
|
76
81
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
82
|
+
&[aria-selected="true"],
|
|
83
|
+
&[aria-checked="true"] {
|
|
84
|
+
> .listboxOption-content {
|
|
85
|
+
@include selectedDisabled;
|
|
86
|
+
}
|
|
81
87
|
}
|
|
82
88
|
}
|
|
83
89
|
}
|
|
84
90
|
}
|
|
85
91
|
|
|
86
92
|
.listboxOption-content {
|
|
87
|
-
@
|
|
88
|
-
|
|
89
|
-
&.is-hovered,
|
|
90
|
-
&:hover {
|
|
91
|
-
@include hover;
|
|
93
|
+
@layer components {
|
|
94
|
+
@include varsContent;
|
|
92
95
|
}
|
|
93
96
|
|
|
94
|
-
|
|
95
|
-
|
|
97
|
+
@layer states {
|
|
98
|
+
&.is-hovered,
|
|
99
|
+
&:hover {
|
|
100
|
+
@include hover;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&:active {
|
|
104
|
+
@include active;
|
|
105
|
+
}
|
|
96
106
|
}
|
|
97
107
|
}
|
|
98
108
|
|
|
99
109
|
.listboxOptionWrapper {
|
|
100
|
-
@
|
|
101
|
-
|
|
102
|
-
.listboxOptionWrapper {
|
|
103
|
-
@include nestedWrapper;
|
|
104
|
-
@include nested;
|
|
110
|
+
@layer components {
|
|
111
|
+
@include varsWrapper;
|
|
105
112
|
|
|
106
113
|
.listboxOptionWrapper {
|
|
107
|
-
@include
|
|
114
|
+
@include nestedWrapper;
|
|
115
|
+
@include nested;
|
|
116
|
+
|
|
117
|
+
.listboxOptionWrapper {
|
|
118
|
+
@include nested(2);
|
|
119
|
+
}
|
|
108
120
|
}
|
|
109
121
|
}
|
|
110
122
|
|
|
111
|
-
|
|
112
|
-
|
|
123
|
+
@layer states {
|
|
124
|
+
&[aria-busy="true"] {
|
|
125
|
+
@include busy;
|
|
126
|
+
}
|
|
113
127
|
}
|
|
114
128
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
129
|
+
@layer mods {
|
|
130
|
+
&.mod-empty {
|
|
131
|
+
@include empty;
|
|
132
|
+
}
|
|
118
133
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
134
|
+
&.mod-multiple {
|
|
135
|
+
&,
|
|
136
|
+
.listboxOptionWrapper {
|
|
137
|
+
@include multiple;
|
|
123
138
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
139
|
+
.listboxOption {
|
|
140
|
+
&:hover,
|
|
141
|
+
&.is-hovered {
|
|
142
|
+
@include multipleHover;
|
|
143
|
+
}
|
|
129
144
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
145
|
+
&:active {
|
|
146
|
+
@include multipleActive;
|
|
147
|
+
}
|
|
133
148
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
149
|
+
&[aria-selected="true"],
|
|
150
|
+
&[aria-checked="true"] {
|
|
151
|
+
> .listboxOption-content {
|
|
152
|
+
@include multipleSelected;
|
|
138
153
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
154
|
+
&:hover,
|
|
155
|
+
&.is-hovered {
|
|
156
|
+
@include multipleSelectedHover;
|
|
157
|
+
}
|
|
143
158
|
|
|
144
|
-
|
|
145
|
-
|
|
159
|
+
&:active {
|
|
160
|
+
@include multipleSelectedActive;
|
|
161
|
+
}
|
|
146
162
|
}
|
|
147
163
|
}
|
|
148
|
-
}
|
|
149
164
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
165
|
+
&[aria-checked="mixed"] {
|
|
166
|
+
> .listboxOption-content {
|
|
167
|
+
@include multipleMixed;
|
|
153
168
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
169
|
+
&:hover,
|
|
170
|
+
&.is-hovered {
|
|
171
|
+
@include multipleMixedHover;
|
|
172
|
+
}
|
|
158
173
|
|
|
159
|
-
|
|
160
|
-
|
|
174
|
+
&:active {
|
|
175
|
+
@include multipleMixedActive;
|
|
176
|
+
}
|
|
161
177
|
}
|
|
162
178
|
}
|
|
163
|
-
}
|
|
164
179
|
|
|
165
|
-
|
|
166
|
-
> .listboxOption-content {
|
|
167
|
-
@include multipleDisabled;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&[aria-selected="true"],
|
|
171
|
-
&[aria-checked="true"] {
|
|
180
|
+
&[aria-disabled="true"], {
|
|
172
181
|
> .listboxOption-content {
|
|
173
|
-
@include
|
|
182
|
+
@include multipleDisabled;
|
|
174
183
|
}
|
|
175
|
-
}
|
|
176
184
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
185
|
+
&[aria-selected="true"],
|
|
186
|
+
&[aria-checked="true"] {
|
|
187
|
+
> .listboxOption-content {
|
|
188
|
+
@include multipleSelectedDisabled;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
&[aria-checked="mixed"] {
|
|
193
|
+
> .listboxOption-content {
|
|
194
|
+
@include multipleMixedDisabled;
|
|
195
|
+
}
|
|
180
196
|
}
|
|
181
197
|
}
|
|
182
198
|
}
|
|
@@ -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 states {
|
|
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
|
-
|
|
9
|
+
@include media.min('S') {
|
|
10
|
+
@include wide;
|
|
11
|
+
}
|
|
10
12
|
}
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
@layer mods {
|
|
15
|
+
&:has(.mainLayout-content-inside-header.mod-sticky) {
|
|
16
|
+
@include stickyHeader;
|
|
17
|
+
@include stickyTop;
|
|
18
|
+
}
|
|
16
19
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
&:has(.mainLayout-content-inside-footer.mod-sticky) {
|
|
21
|
+
@include stickyFooter;
|
|
22
|
+
@include stickyBottom;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
.mainLayout-content-inside {
|
|
24
|
-
|
|
25
|
-
.mainLayout-content-inside-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
@layer mods {
|
|
29
|
+
&:has(.mainLayout-content-inside-block.mod-overflow) {
|
|
30
|
+
.mainLayout-content-inside-header {
|
|
31
|
+
@include stickyHeader;
|
|
32
|
+
}
|
|
28
33
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
}
|