@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,423 +1,402 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.textfield {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
.
|
|
11
|
-
|
|
12
|
-
@include inputDisabled;
|
|
13
|
-
}
|
|
7
|
+
.textfield-input {
|
|
8
|
+
&:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
|
|
9
|
+
@include inputDisabled;
|
|
14
10
|
}
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@include open;
|
|
19
|
-
}
|
|
13
|
+
&:is(.is-open, .open) {
|
|
14
|
+
@include open;
|
|
20
15
|
}
|
|
21
16
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
@include password;
|
|
17
|
+
&.mod-password {
|
|
18
|
+
@include password;
|
|
25
19
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
.textfield-suffix-action {
|
|
21
|
+
&:is([aria-pressed='true']) {
|
|
22
|
+
@include passwordActionPressed;
|
|
23
|
+
}
|
|
30
24
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
25
|
+
&:is([aria-pressed='false']) {
|
|
26
|
+
@include passwordActionNotPressed;
|
|
34
27
|
}
|
|
35
28
|
}
|
|
29
|
+
}
|
|
36
30
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
&.mod-search,
|
|
32
|
+
&.mod-autocomplete {
|
|
33
|
+
@include search;
|
|
40
34
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
35
|
+
&.mod-clearable {
|
|
36
|
+
@include searchClearable;
|
|
37
|
+
}
|
|
44
38
|
|
|
45
|
-
|
|
46
|
-
|
|
39
|
+
&.mod-S {
|
|
40
|
+
@include searchS;
|
|
47
41
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
42
|
+
&.mod-clearable {
|
|
43
|
+
@include searchClearableS;
|
|
51
44
|
}
|
|
45
|
+
}
|
|
52
46
|
|
|
53
|
-
|
|
54
|
-
|
|
47
|
+
&.mod-XS {
|
|
48
|
+
@include searchXS;
|
|
55
49
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
50
|
+
&.mod-clearable {
|
|
51
|
+
@include searchClearableXS;
|
|
59
52
|
}
|
|
60
53
|
}
|
|
54
|
+
}
|
|
61
55
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
&.mod-S {
|
|
66
|
-
@include clearableS;
|
|
67
|
-
}
|
|
56
|
+
&.mod-clearable {
|
|
57
|
+
@include clearable;
|
|
68
58
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
59
|
+
&.mod-S {
|
|
60
|
+
@include clearableS;
|
|
72
61
|
}
|
|
73
62
|
|
|
74
|
-
&.mod-
|
|
75
|
-
@include
|
|
63
|
+
&.mod-XS {
|
|
64
|
+
@include clearableXS;
|
|
76
65
|
}
|
|
66
|
+
}
|
|
77
67
|
|
|
78
|
-
|
|
79
|
-
|
|
68
|
+
&.mod-withSuffix {
|
|
69
|
+
@include suffix;
|
|
70
|
+
}
|
|
80
71
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
72
|
+
&.mod-noLabel {
|
|
73
|
+
@include noLabel;
|
|
74
|
+
|
|
75
|
+
&.mod-XS {
|
|
76
|
+
@include noLabelXS;
|
|
84
77
|
}
|
|
78
|
+
}
|
|
85
79
|
|
|
86
|
-
|
|
87
|
-
|
|
80
|
+
&.mod-multiline {
|
|
81
|
+
@include multiline;
|
|
88
82
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
83
|
+
&.mod-S {
|
|
84
|
+
@include multilineS;
|
|
92
85
|
}
|
|
86
|
+
}
|
|
93
87
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
88
|
+
&.mod-invert {
|
|
89
|
+
@include invert;
|
|
90
|
+
}
|
|
97
91
|
|
|
98
|
-
|
|
99
|
-
|
|
92
|
+
&.mod-radio {
|
|
93
|
+
@include radio;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
&.mod-filter {
|
|
97
|
+
@include filter;
|
|
98
|
+
|
|
99
|
+
&:is(:hover) {
|
|
100
|
+
@include filterHover;
|
|
100
101
|
}
|
|
102
|
+
}
|
|
101
103
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
&.mod-S {
|
|
105
|
+
@include S;
|
|
104
106
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
+
&.textfield-input {
|
|
108
|
+
&.mod-icon {
|
|
109
|
+
@include inputIconS;
|
|
107
110
|
}
|
|
108
111
|
}
|
|
112
|
+
}
|
|
109
113
|
|
|
110
|
-
|
|
111
|
-
|
|
114
|
+
&.mod-XS {
|
|
115
|
+
@include XS;
|
|
112
116
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
+
&.textfield-input {
|
|
118
|
+
&.mod-icon {
|
|
119
|
+
@include inputIconXS;
|
|
117
120
|
}
|
|
118
121
|
}
|
|
122
|
+
}
|
|
119
123
|
|
|
120
|
-
|
|
121
|
-
|
|
124
|
+
&.mod-shortest {
|
|
125
|
+
@include size('shortest');
|
|
126
|
+
}
|
|
122
127
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
+
&.mod-shorter {
|
|
129
|
+
@include size('shorter');
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&.mod-short {
|
|
133
|
+
@include size('short');
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.mod-default {
|
|
137
|
+
@include size('default');
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
&.mod-long {
|
|
141
|
+
@include size('long');
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
&.mod-longer {
|
|
145
|
+
@include size('longer');
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
&.mod-longest {
|
|
149
|
+
@include size('longest');
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
&.mod-compact {
|
|
153
|
+
@include compact;
|
|
154
|
+
|
|
155
|
+
&.mod-multiline {
|
|
156
|
+
@include compactMultiline;
|
|
128
157
|
}
|
|
129
158
|
|
|
130
159
|
&.mod-shortest {
|
|
131
|
-
@include
|
|
160
|
+
@include compactSize('shortest');
|
|
132
161
|
}
|
|
133
162
|
|
|
134
163
|
&.mod-shorter {
|
|
135
|
-
@include
|
|
164
|
+
@include compactSize('shorter');
|
|
136
165
|
}
|
|
137
166
|
|
|
138
167
|
&.mod-short {
|
|
139
|
-
@include
|
|
168
|
+
@include compactSize('short');
|
|
140
169
|
}
|
|
141
170
|
|
|
142
171
|
&.mod-default {
|
|
143
|
-
@include
|
|
172
|
+
@include compactSize('default');
|
|
144
173
|
}
|
|
145
174
|
|
|
146
175
|
&.mod-long {
|
|
147
|
-
@include
|
|
176
|
+
@include compactSize('long');
|
|
148
177
|
}
|
|
149
178
|
|
|
150
179
|
&.mod-longer {
|
|
151
|
-
@include
|
|
180
|
+
@include compactSize('longer');
|
|
152
181
|
}
|
|
153
182
|
|
|
154
183
|
&.mod-longest {
|
|
155
|
-
@include
|
|
184
|
+
@include compactSize('longest');
|
|
156
185
|
}
|
|
186
|
+
}
|
|
157
187
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
&.mod-multiline {
|
|
162
|
-
@include compactMultiline;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
&.mod-shortest {
|
|
166
|
-
@include compactSize('shortest');
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
&.mod-shorter {
|
|
170
|
-
@include compactSize('shorter');
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&.mod-short {
|
|
174
|
-
@include compactSize('short');
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
&.mod-default {
|
|
178
|
-
@include compactSize('default');
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&.mod-long {
|
|
182
|
-
@include compactSize('long');
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
&.mod-longer {
|
|
186
|
-
@include compactSize('longer');
|
|
187
|
-
}
|
|
188
|
+
&.mod-material {
|
|
189
|
+
@include material;
|
|
188
190
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
+
&.mod-search {
|
|
192
|
+
&.mod-block {
|
|
193
|
+
&.mod-clearable {
|
|
194
|
+
@include materialSearchBlockClearableInput;
|
|
195
|
+
}
|
|
191
196
|
}
|
|
192
197
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
@layer mods {
|
|
196
|
-
&.mod-material {
|
|
197
|
-
@include material;
|
|
198
198
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
@include materialSearchBlockClearableInput;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
199
|
+
.textfield-input {
|
|
200
|
+
&:is(:focus, .is-focused, .focused) {
|
|
201
|
+
@include materialInputFocus;
|
|
205
202
|
}
|
|
206
203
|
|
|
207
|
-
|
|
208
|
-
@include
|
|
204
|
+
&:is(.is-filled, .filled) {
|
|
205
|
+
@include materialInputFilled;
|
|
209
206
|
}
|
|
210
207
|
|
|
211
|
-
|
|
212
|
-
@include
|
|
208
|
+
&:is([disabled], .is-disabled, .disabled, [readonly], .is-readonly, .readonly) {
|
|
209
|
+
@include materialInputDisabled;
|
|
213
210
|
}
|
|
214
211
|
|
|
215
|
-
|
|
216
|
-
@include
|
|
212
|
+
&:is(.is-invalid, .invalid, .is-error, .error) {
|
|
213
|
+
@include materialInputState('error');
|
|
217
214
|
}
|
|
218
215
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
@include materialSearch;
|
|
216
|
+
&:is(.is-warning, .warning) {
|
|
217
|
+
@include materialInputState('warning');
|
|
222
218
|
}
|
|
223
219
|
|
|
224
|
-
|
|
225
|
-
@include
|
|
220
|
+
&:is(.is-success, .success) {
|
|
221
|
+
@include materialInputState('success');
|
|
226
222
|
}
|
|
227
223
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
@layer states {
|
|
231
|
-
&.mod-material {
|
|
232
|
-
.textfield-input {
|
|
233
|
-
&:is(:focus, .is-focused, .focused) {
|
|
234
|
-
@include materialInputFocus;
|
|
235
|
-
}
|
|
236
224
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
225
|
+
&.mod-S {
|
|
226
|
+
@include materialS;
|
|
227
|
+
}
|
|
240
228
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
229
|
+
&.mod-withSuffix {
|
|
230
|
+
@include materialSuffix;
|
|
231
|
+
}
|
|
244
232
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
233
|
+
&.mod-noLabel {
|
|
234
|
+
@include materialNoLabel;
|
|
235
|
+
}
|
|
248
236
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
237
|
+
&.mod-search,
|
|
238
|
+
&.mod-autocomplete {
|
|
239
|
+
@include materialSearch;
|
|
240
|
+
}
|
|
252
241
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
}
|
|
242
|
+
&.mod-radio {
|
|
243
|
+
@include materialRadio;
|
|
244
|
+
}
|
|
257
245
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
246
|
+
&:is(.is-loading, .loading) {
|
|
247
|
+
@include materialLoading;
|
|
248
|
+
}
|
|
261
249
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
}
|
|
250
|
+
&:is(.is-valid, .valid) {
|
|
251
|
+
@include materialValid;
|
|
265
252
|
}
|
|
266
253
|
}
|
|
267
254
|
}
|
|
268
255
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
@include inputHover;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
&:is(:focus-visible, .is-focused, .focused) {
|
|
276
|
-
@include inputFocus;
|
|
277
|
-
}
|
|
256
|
+
.textfield-input {
|
|
257
|
+
&:is(:hover) {
|
|
258
|
+
@include inputHover;
|
|
278
259
|
}
|
|
279
260
|
|
|
280
|
-
.
|
|
281
|
-
|
|
282
|
-
@include entryHover;
|
|
283
|
-
}
|
|
261
|
+
&:is(:focus-visible, .is-focused, .focused) {
|
|
262
|
+
@include inputFocus;
|
|
284
263
|
}
|
|
285
264
|
}
|
|
286
265
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
@include suffixIcon;
|
|
291
|
-
}
|
|
266
|
+
.textfield-suffix {
|
|
267
|
+
&.mod-icon {
|
|
268
|
+
@include suffixIcon;
|
|
292
269
|
}
|
|
293
270
|
}
|
|
294
271
|
|
|
295
|
-
|
|
296
|
-
.
|
|
297
|
-
|
|
298
|
-
|
|
272
|
+
.textfield-options-entry {
|
|
273
|
+
&:is(:hover, .is-focus, .focus) {
|
|
274
|
+
@include entryHover;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
299
277
|
|
|
300
|
-
|
|
301
|
-
|
|
278
|
+
.textfield.mod-framed,
|
|
279
|
+
.form.mod-framed .textfield {
|
|
280
|
+
@include framed;
|
|
302
281
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
}
|
|
306
|
-
}
|
|
282
|
+
&.mod-multiline {
|
|
283
|
+
@include framedMultiline;
|
|
307
284
|
|
|
308
|
-
&.mod-
|
|
309
|
-
@include
|
|
285
|
+
&.mod-S {
|
|
286
|
+
@include framedMultilineS;
|
|
310
287
|
}
|
|
311
288
|
}
|
|
312
|
-
}
|
|
313
289
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
&:is(.is-error, .error) {
|
|
318
|
-
@include framedState('error');
|
|
290
|
+
&.mod-search {
|
|
291
|
+
@include framedSearch;
|
|
292
|
+
}
|
|
319
293
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
}
|
|
294
|
+
&:is(.is-error, .error) {
|
|
295
|
+
@include framedState('error');
|
|
323
296
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
297
|
+
&:is(:focus-within, :hover) {
|
|
298
|
+
@include framedErrorHover;
|
|
299
|
+
}
|
|
327
300
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
301
|
+
&:is(:hover) {
|
|
302
|
+
@include framedStateHover('error');
|
|
303
|
+
}
|
|
331
304
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
}
|
|
305
|
+
&:is(:focus-within) {
|
|
306
|
+
@include framedStateFocus('error');
|
|
307
|
+
}
|
|
336
308
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
309
|
+
.textfield-input {
|
|
310
|
+
&:hover {
|
|
311
|
+
@include framedStateInputHover('error');
|
|
340
312
|
}
|
|
341
313
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
&.mod-select {
|
|
345
|
-
@include framedStateSearch('error');
|
|
314
|
+
&:focus {
|
|
315
|
+
@include framedStateInputFocus('error');
|
|
346
316
|
}
|
|
347
317
|
}
|
|
348
318
|
|
|
349
|
-
|
|
350
|
-
|
|
319
|
+
&.mod-search,
|
|
320
|
+
&.mod-autocomplete,
|
|
321
|
+
&.mod-select {
|
|
322
|
+
@include framedStateSearch('error');
|
|
351
323
|
}
|
|
324
|
+
}
|
|
352
325
|
|
|
353
|
-
|
|
354
|
-
|
|
326
|
+
&:is(.is-loading, .loading) {
|
|
327
|
+
@include framedLoading;
|
|
328
|
+
}
|
|
355
329
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
330
|
+
&:is(.is-warning, .warning) {
|
|
331
|
+
@include framedState('warning');
|
|
359
332
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
333
|
+
&:is(:hover) {
|
|
334
|
+
@include framedStateHover('warning');
|
|
335
|
+
}
|
|
363
336
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
}
|
|
337
|
+
&:is(:focus-within) {
|
|
338
|
+
@include framedStateFocus('warning');
|
|
339
|
+
}
|
|
368
340
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
341
|
+
.textfield-input {
|
|
342
|
+
&:hover {
|
|
343
|
+
@include framedStateInputHover('warning');
|
|
372
344
|
}
|
|
373
345
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
&.mod-select {
|
|
377
|
-
@include framedStateSearch('warning');
|
|
346
|
+
&:focus {
|
|
347
|
+
@include framedStateInputFocus('warning');
|
|
378
348
|
}
|
|
379
349
|
}
|
|
380
350
|
|
|
381
|
-
|
|
382
|
-
|
|
351
|
+
&.mod-search,
|
|
352
|
+
&.mod-autocomplete,
|
|
353
|
+
&.mod-select {
|
|
354
|
+
@include framedStateSearch('warning');
|
|
355
|
+
}
|
|
356
|
+
}
|
|
383
357
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
}
|
|
358
|
+
&:is(.is-success, .is-valid, .valid, .success) {
|
|
359
|
+
@include framedState('success');
|
|
387
360
|
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
361
|
+
&:is(:hover) {
|
|
362
|
+
@include framedStateHover('success');
|
|
363
|
+
}
|
|
391
364
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}
|
|
365
|
+
&:is(:focus-within) {
|
|
366
|
+
@include framedStateFocus('success');
|
|
367
|
+
}
|
|
396
368
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
369
|
+
.textfield-input {
|
|
370
|
+
&:hover {
|
|
371
|
+
@include framedStateInputHover('success');
|
|
400
372
|
}
|
|
401
373
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
&.mod-select {
|
|
405
|
-
@include framedStateSearch('success');
|
|
374
|
+
&:focus {
|
|
375
|
+
@include framedStateInputFocus('success');
|
|
406
376
|
}
|
|
407
377
|
}
|
|
408
378
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
379
|
+
&.mod-search,
|
|
380
|
+
&.mod-autocomplete,
|
|
381
|
+
&.mod-select {
|
|
382
|
+
@include framedStateSearch('success');
|
|
383
|
+
}
|
|
384
|
+
}
|
|
413
385
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
386
|
+
.textfield-input {
|
|
387
|
+
&:is(:hover) {
|
|
388
|
+
@include framedInputHover;
|
|
389
|
+
}
|
|
417
390
|
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
391
|
+
&:is(:focus) {
|
|
392
|
+
@include framedInputFocus;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
&:is(:invalid, .is-invalid, .invalid) {
|
|
396
|
+
@include framedInputInvalid;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
&:is(.is-error, .invalid) {
|
|
421
400
|
}
|
|
422
401
|
}
|
|
423
402
|
}
|