quasar-ui-sellmate-ui-kit 3.14.13 → 3.14.15
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/index.common.js +2 -2
- package/dist/index.css +2861 -2861
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +2861 -2861
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +431 -414
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/components/InputWithSearchIcon.vue +2 -2
- package/src/components/SBadge.vue +5 -5
- package/src/components/SBreadcrumbs.vue +26 -30
- package/src/components/SButton.vue +4 -4
- package/src/components/SButtonGroup.vue +21 -26
- package/src/components/SButtonToggle.vue +3 -3
- package/src/components/SCaution.vue +92 -98
- package/src/components/SCheckbox.vue +86 -87
- package/src/components/SChip.vue +63 -63
- package/src/components/SDate.vue +15 -15
- package/src/components/SDateAutoRangePicker.vue +101 -98
- package/src/components/SDatePicker.vue +19 -19
- package/src/components/SDateRange.vue +15 -25
- package/src/components/SDateRangePicker.vue +19 -20
- package/src/components/SDateTimePicker.vue +15 -23
- package/src/components/SDialog.vue +145 -169
- package/src/components/SDropdown.vue +6 -6
- package/src/components/SEditor.vue +2 -2
- package/src/components/SFilePicker.vue +10 -10
- package/src/components/SHelp.vue +4 -4
- package/src/components/SInput.vue +19 -19
- package/src/components/SInputNumber.vue +12 -12
- package/src/components/SMarkupTable.vue +89 -88
- package/src/components/SPagination.vue +11 -11
- package/src/components/SRadio.vue +52 -52
- package/src/components/SRouteTab.vue +3 -3
- package/src/components/SSelect.vue +9 -9
- package/src/components/SSelectCheckbox.vue +5 -5
- package/src/components/SSelectGroupCheckbox.vue +7 -7
- package/src/components/SSelectSearch.vue +2 -2
- package/src/components/SSelectSearchCheckbox.vue +5 -5
- package/src/components/STab.vue +6 -6
- package/src/components/STable.vue +9 -9
- package/src/components/STableTree.vue +10 -10
- package/src/components/STag.vue +17 -17
- package/src/components/STimePicker.vue +9 -9
- package/src/components/SToggle.vue +44 -45
- package/src/components/STooltip.vue +144 -142
- package/src/components/SYearMonthPicker.vue +8 -8
- package/src/components/TableTreeNode.vue +4 -4
- package/src/components/TimePickerCard.vue +11 -11
- package/src/composables/table/use-resizable.js +14 -4
- package/src/css/app.scss +8 -7
- package/src/css/default.scss +172 -141
- package/src/css/extends.scss +13 -13
- package/src/css/quasar.variables.scss +133 -121
package/src/css/default.scss
CHANGED
|
@@ -28,13 +28,32 @@ $sellmate-spacings: (
|
|
|
28
28
|
);
|
|
29
29
|
|
|
30
30
|
$direction-positions: (
|
|
31
|
-
'l': (
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
'
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
'
|
|
31
|
+
'l': (
|
|
32
|
+
left,
|
|
33
|
+
),
|
|
34
|
+
'r': (
|
|
35
|
+
right,
|
|
36
|
+
),
|
|
37
|
+
't': (
|
|
38
|
+
top,
|
|
39
|
+
),
|
|
40
|
+
'b': (
|
|
41
|
+
bottom,
|
|
42
|
+
),
|
|
43
|
+
'x': (
|
|
44
|
+
left,
|
|
45
|
+
right,
|
|
46
|
+
),
|
|
47
|
+
'y': (
|
|
48
|
+
top,
|
|
49
|
+
bottom,
|
|
50
|
+
),
|
|
51
|
+
'a': (
|
|
52
|
+
left,
|
|
53
|
+
right,
|
|
54
|
+
top,
|
|
55
|
+
bottom,
|
|
56
|
+
),
|
|
38
57
|
);
|
|
39
58
|
|
|
40
59
|
@mixin spacing($property, $size, $position) {
|
|
@@ -80,127 +99,146 @@ $colorList: (
|
|
|
80
99
|
'negative': '#e30000',
|
|
81
100
|
'info': '#00cd52',
|
|
82
101
|
'warning': '#f2c037',
|
|
83
|
-
|
|
84
|
-
'Red_Darken-4': '#440000',
|
|
85
|
-
'Red_Darken-3': '#5E0000',
|
|
86
|
-
'Red_Darken-2': '#820000',
|
|
87
|
-
'Red_Darken-1': '#AD0000',
|
|
88
|
-
'Red_Default': '#E30000',
|
|
89
|
-
'Red_Lighten-1': '#FB4444',
|
|
90
|
-
'Red_Lighten-2': '#FF7C7C',
|
|
91
|
-
'Red_Lighten-3': '#FFB5B5',
|
|
92
|
-
'Red_Lighten-4': '#FFD3D3',
|
|
93
|
-
'Red_Lighten-5': '#FCE6E6',
|
|
94
|
-
'Red_Lighten-6': '#FCEFEF',
|
|
102
|
+
|
|
95
103
|
'Caution_Icon': '#fd9595',
|
|
96
|
-
'Orange_Darken-5': '#2F1100',
|
|
97
|
-
'Orange_Darken-4': '#4D1B00',
|
|
98
|
-
'Orange_Darken-3': '#752A00',
|
|
99
|
-
'Orange_Darken-2': '#9B3700',
|
|
100
|
-
'Orange_Darken-1': '#CE4900',
|
|
101
|
-
'Orange_Default': '#FF6B00',
|
|
102
|
-
'Orange_Lighten-1': '#FF7F22',
|
|
103
|
-
'Orange_Lighten-2': '#FFA452',
|
|
104
|
-
'Orange_Lighten-3': '#FFBC81',
|
|
105
|
-
'Orange_Lighten-4': '#FFD5AF',
|
|
106
|
-
'Orange_Lighten-5': '#FFEAD7',
|
|
107
|
-
'Orange_Lighten-6': '#FEF1EA',
|
|
108
104
|
'Header_Alert': '#FF7A00',
|
|
105
|
+
|
|
109
106
|
// header alert
|
|
110
|
-
|
|
111
|
-
'
|
|
112
|
-
'
|
|
113
|
-
'
|
|
114
|
-
'
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
118
|
-
'
|
|
119
|
-
'
|
|
120
|
-
'
|
|
121
|
-
'
|
|
122
|
-
'
|
|
123
|
-
'
|
|
124
|
-
'
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
'
|
|
128
|
-
'
|
|
129
|
-
'
|
|
130
|
-
'
|
|
131
|
-
'
|
|
132
|
-
'
|
|
133
|
-
'
|
|
134
|
-
'
|
|
135
|
-
'
|
|
136
|
-
'
|
|
137
|
-
'
|
|
138
|
-
'
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
'
|
|
142
|
-
'
|
|
143
|
-
'
|
|
144
|
-
'
|
|
145
|
-
'
|
|
146
|
-
'
|
|
147
|
-
'
|
|
148
|
-
'
|
|
149
|
-
'
|
|
150
|
-
'
|
|
151
|
-
'
|
|
152
|
-
'
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
'
|
|
156
|
-
'
|
|
157
|
-
'
|
|
158
|
-
'
|
|
159
|
-
'
|
|
160
|
-
'
|
|
161
|
-
'
|
|
162
|
-
'
|
|
163
|
-
'
|
|
164
|
-
'
|
|
165
|
-
'
|
|
166
|
-
'
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'
|
|
172
|
-
'
|
|
173
|
-
'
|
|
174
|
-
'
|
|
175
|
-
'
|
|
176
|
-
'
|
|
177
|
-
'
|
|
178
|
-
'
|
|
179
|
-
'
|
|
180
|
-
'
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
'
|
|
107
|
+
// Grey Palette
|
|
108
|
+
'grey_95': '#222222',
|
|
109
|
+
'grey_90': '#333333',
|
|
110
|
+
'grey_85': '#444444',
|
|
111
|
+
'grey_80': '#555555',
|
|
112
|
+
'grey_70': '#737373',
|
|
113
|
+
'grey_65': '#888888',
|
|
114
|
+
'grey_55': '#aaaaaa',
|
|
115
|
+
'grey_45': '#cccccc',
|
|
116
|
+
'grey_35': '#D8D8D8',
|
|
117
|
+
'grey_30': '#e1e1e1',
|
|
118
|
+
'grey_25': '#E5E5E5',
|
|
119
|
+
'grey_20': '#eeeeee',
|
|
120
|
+
'grey_10': '#f6f6f6',
|
|
121
|
+
'grey_05': '#f9f9f9',
|
|
122
|
+
|
|
123
|
+
// Red Palette
|
|
124
|
+
'red_99': '#220000',
|
|
125
|
+
'red_95': '#440000',
|
|
126
|
+
'red_90': '#5E0000',
|
|
127
|
+
'red_85': '#820000',
|
|
128
|
+
'red_80': '#AD0000',
|
|
129
|
+
'red_75': '#E30000',
|
|
130
|
+
'red_70': '#FB4444',
|
|
131
|
+
'red_60': '#FF7C7C',
|
|
132
|
+
'red_45': '#FFB5B5',
|
|
133
|
+
'red_30': '#FFD3D3',
|
|
134
|
+
'red_20': '#FCE6E6',
|
|
135
|
+
'red_15': '#FCEFEF',
|
|
136
|
+
|
|
137
|
+
// Orange Palette
|
|
138
|
+
'orange_99': '#2F1100',
|
|
139
|
+
'orange_95': '#4D1B00',
|
|
140
|
+
'orange_90': '#752A00',
|
|
141
|
+
'orange_85': '#9B3700',
|
|
142
|
+
'orange_75': '#CE4900',
|
|
143
|
+
'orange_65': '#FF6B00',
|
|
144
|
+
'orange_60': '#FF7F22',
|
|
145
|
+
'orange_55': '#FFA452',
|
|
146
|
+
'orange_45': '#FFBC81',
|
|
147
|
+
'orange_35': '#FFD5AF',
|
|
148
|
+
'orange_20': '#FFEAD7',
|
|
149
|
+
'orange_10': '#FEF1EA',
|
|
150
|
+
|
|
151
|
+
// Olive Palette
|
|
152
|
+
'olive_95': '#2C2C00',
|
|
153
|
+
'olive_90': '#454500',
|
|
154
|
+
'olive_80': '#636300',
|
|
155
|
+
'olive_70': '#838300',
|
|
156
|
+
'olive_65': '#A5A500',
|
|
157
|
+
'olive_55': '#C7C700',
|
|
158
|
+
'olive_45': '#dddd12',
|
|
159
|
+
'olive_30': '#eeee37',
|
|
160
|
+
'olive_20': '#f6f65f',
|
|
161
|
+
'olive_15': '#fafaa1',
|
|
162
|
+
'olive_10': '#fbfbbf',
|
|
163
|
+
'olive_05': '#fefed9',
|
|
164
|
+
|
|
165
|
+
// Yellow Palette
|
|
166
|
+
'yellow_95': '#322700',
|
|
167
|
+
'yellow_90': '#453702',
|
|
168
|
+
'yellow_80': '#6c5602',
|
|
169
|
+
'yellow_70': '#9c7a00',
|
|
170
|
+
'yellow_60': '#c49900',
|
|
171
|
+
'yellow_50': '#ebb800',
|
|
172
|
+
'yellow_45': '#FFC700',
|
|
173
|
+
'yellow_40': '#ffd643',
|
|
174
|
+
'yellow_30': '#fee17c',
|
|
175
|
+
'yellow_25': '#ffe99e',
|
|
176
|
+
'yellow_20': '#fef1c4',
|
|
177
|
+
'yellow_10': '#fff7dd',
|
|
178
|
+
|
|
179
|
+
// Green Palette
|
|
180
|
+
'green_99': '#001d0b',
|
|
181
|
+
'green_95': '#003013',
|
|
182
|
+
'green_90': '#00461c',
|
|
183
|
+
'green_85': '#006629',
|
|
184
|
+
'green_80': '#007b31',
|
|
185
|
+
'green_75': '#00973c',
|
|
186
|
+
'green_70': '#12b553',
|
|
187
|
+
'green_65': '#2bce6c',
|
|
188
|
+
'green_55': '#6de39c',
|
|
189
|
+
'green_45': '#acf4c9',
|
|
190
|
+
'green_25': '#d4fae3',
|
|
191
|
+
'green_15': '#e8f9ef',
|
|
192
|
+
|
|
193
|
+
// Steelblue Palette
|
|
194
|
+
'steelblue_99': '#021a25',
|
|
195
|
+
'steelblue_95': '#02212f',
|
|
196
|
+
'steelblue_90': '#032d40',
|
|
197
|
+
'steelblue_85': '#033f59',
|
|
198
|
+
'steelblue_80': '#06587d',
|
|
199
|
+
'steelblue_75': '#066d9b',
|
|
200
|
+
'steelblue_70': '#128fc7',
|
|
201
|
+
'steelblue_65': '#229fd7',
|
|
202
|
+
'steelblue_60': '#50bff0',
|
|
203
|
+
'steelblue_45': '#a4e2fd',
|
|
204
|
+
'steelblue_25': '#d9f2fd',
|
|
205
|
+
'steelblue_10': '#ecf8fd',
|
|
206
|
+
|
|
207
|
+
// Oceanblue Palette
|
|
208
|
+
'oceanblue_99': '#011428',
|
|
209
|
+
'oceanblue_95': '#03172d',
|
|
210
|
+
'oceanblue_90': '#051d36',
|
|
211
|
+
'oceanblue_85': '#07284a',
|
|
212
|
+
'oceanblue_80': '#004177',
|
|
213
|
+
'oceanblue_75': '#025497',
|
|
214
|
+
'oceanblue_70': '#006ac1',
|
|
215
|
+
'oceanblue_65': '#1f8ae1',
|
|
216
|
+
'oceanblue_60': '#5cb0f3',
|
|
217
|
+
'oceanblue_50': '#9cd1fc',
|
|
218
|
+
'oceanblue_25': '#d5ebfe',
|
|
219
|
+
'oceanblue_15': '#eaf5fe',
|
|
220
|
+
|
|
221
|
+
// Brilliantblue Palette
|
|
222
|
+
'brilliantblue_99': '#001226',
|
|
223
|
+
'brilliantblue_95': '#001b39',
|
|
224
|
+
'brilliantblue_90': '#002b5e',
|
|
225
|
+
'brilliantblue_85': '#004290',
|
|
226
|
+
'brilliantblue_80': '#005cc9',
|
|
227
|
+
'brilliantblue_75': '#0075ff',
|
|
228
|
+
'brilliantblue_70': '#2d8dff',
|
|
229
|
+
'brilliantblue_60': '#64abff',
|
|
230
|
+
'brilliantblue_50': '#93c4ff',
|
|
231
|
+
'brilliantblue_40': '#bbdaff',
|
|
232
|
+
'brilliantblue_25': '#d9eaff',
|
|
233
|
+
'brilliantblue_20': '#e6f1ff',
|
|
234
|
+
'brilliantblue_10': '#eff6ff',
|
|
235
|
+
'brilliantblue_05': '#f5faff',
|
|
236
|
+
|
|
184
237
|
// table-title
|
|
185
|
-
'Grey_Darken-5': '#222222',
|
|
186
|
-
'Grey_Darken-4': '#333333',
|
|
187
|
-
'Grey_Darken-3': '#444444',
|
|
188
|
-
'Grey_Darken-2': '#555555',
|
|
189
|
-
'Grey_Darken-1': '#737373',
|
|
190
|
-
'Grey_Default': '#888888',
|
|
191
|
-
'Grey_Lighten-1': '#aaaaaa',
|
|
192
|
-
'Grey_Lighten-2': '#cccccc',
|
|
193
|
-
'Grey_Lighten-3': '#e1e1e1',
|
|
194
|
-
'Grey_Lighten-4': '#eeeeee',
|
|
195
|
-
'Grey_Lighten-5': '#f6f6f6',
|
|
196
|
-
'Grey_Lighten-6': '#f9f9f9',
|
|
197
|
-
'Grey_Lighten-7' : '#E5E5E5',
|
|
198
|
-
'Grey_Lighten-8' : '#D8D8D8',
|
|
199
238
|
'white': '#ffffff',
|
|
200
239
|
'black': '#000000',
|
|
201
240
|
);
|
|
202
241
|
|
|
203
|
-
|
|
204
242
|
$positions: 'top', 'right', 'left', 'bottom';
|
|
205
243
|
|
|
206
244
|
@mixin position($name, $color) {
|
|
@@ -211,8 +249,7 @@ $positions: 'top', 'right', 'left', 'bottom';
|
|
|
211
249
|
}
|
|
212
250
|
}
|
|
213
251
|
|
|
214
|
-
@each $name,
|
|
215
|
-
$color in $colorList {
|
|
252
|
+
@each $name, $color in $colorList {
|
|
216
253
|
.s-border-#{$name} {
|
|
217
254
|
border: 1px solid unquote($color);
|
|
218
255
|
}
|
|
@@ -220,8 +257,7 @@ $color in $colorList {
|
|
|
220
257
|
@include position($name, $color);
|
|
221
258
|
}
|
|
222
259
|
|
|
223
|
-
@each $name,
|
|
224
|
-
$color in $colorList {
|
|
260
|
+
@each $name, $color in $colorList {
|
|
225
261
|
.s-border-color-#{$name} {
|
|
226
262
|
border-color: unquote($color);
|
|
227
263
|
}
|
|
@@ -250,22 +286,21 @@ $color in $colorList {
|
|
|
250
286
|
}
|
|
251
287
|
}
|
|
252
288
|
|
|
253
|
-
|
|
254
289
|
/*********** border-radius ***********/
|
|
255
290
|
// QUASAR
|
|
256
291
|
// rounded-borders - border-radius: 2px
|
|
257
292
|
|
|
258
293
|
// 반복되는 border-radius 값 설정을 위한 맵
|
|
259
294
|
$radius-sizes: (
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
295
|
+
'xxs': 4,
|
|
296
|
+
'xs': 6,
|
|
297
|
+
'sm': 8,
|
|
298
|
+
'md': 10,
|
|
299
|
+
'lg': 12,
|
|
300
|
+
'xl': 14,
|
|
301
|
+
'xxl': 16,
|
|
302
|
+
'chip': 40,
|
|
303
|
+
'rounded': 2,
|
|
269
304
|
);
|
|
270
305
|
|
|
271
306
|
// 일반적인 border-radius
|
|
@@ -303,7 +338,6 @@ $radius-sizes: (
|
|
|
303
338
|
}
|
|
304
339
|
}
|
|
305
340
|
|
|
306
|
-
|
|
307
341
|
// 특정 모서리의 radius 제거
|
|
308
342
|
.s-border-top-left-radius-none {
|
|
309
343
|
border-top-left-radius: 0;
|
|
@@ -356,11 +390,8 @@ $fontWeight: (
|
|
|
356
390
|
font-weight: $weight;
|
|
357
391
|
}
|
|
358
392
|
|
|
359
|
-
@each $sizeKey,
|
|
360
|
-
$
|
|
361
|
-
|
|
362
|
-
@each $weightKey,
|
|
363
|
-
$weight in $fontWeight {
|
|
393
|
+
@each $sizeKey, $size in $fontSize {
|
|
394
|
+
@each $weightKey, $weight in $fontWeight {
|
|
364
395
|
.font-#{$sizeKey}-#{$weightKey} {
|
|
365
396
|
@include fonts(#{$size}, #{$weight});
|
|
366
397
|
}
|
|
@@ -392,6 +423,6 @@ $sellmate-gap-sizes: (
|
|
|
392
423
|
row-gap: #{$size}px;
|
|
393
424
|
}
|
|
394
425
|
.s-gap-#{$name} {
|
|
395
|
-
gap: #{$size}px
|
|
426
|
+
gap: #{$size}px;
|
|
396
427
|
}
|
|
397
428
|
}
|
package/src/css/extends.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
height: 16px;
|
|
8
8
|
|
|
9
9
|
.q-checkbox__bg {
|
|
10
|
-
border: 1px solid $
|
|
10
|
+
border: 1px solid $grey_65;
|
|
11
11
|
width: 16px;
|
|
12
12
|
height: 16px;
|
|
13
13
|
padding: 0 2.5px;
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
height: $default-height;
|
|
42
42
|
|
|
43
43
|
&:after {
|
|
44
|
-
border: 1px solid $
|
|
44
|
+
border: 1px solid $grey_55;
|
|
45
45
|
box-shadow: none;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&:hover,
|
|
49
49
|
&:active {
|
|
50
|
-
background: $
|
|
50
|
+
background: $grey_10;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
&-container {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
font-size: $default-font;
|
|
56
56
|
min-height: 0;
|
|
57
57
|
padding: $select-padding !important;
|
|
58
|
-
color: $
|
|
58
|
+
color: $grey_90;
|
|
59
59
|
|
|
60
60
|
> span {
|
|
61
61
|
display: block;
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
|
|
78
78
|
.q-icon {
|
|
79
79
|
font-size: $default-font;
|
|
80
|
-
color: $
|
|
80
|
+
color: $grey_65;
|
|
81
81
|
width: $icon-size-sm;
|
|
82
82
|
height: $icon-size-sm;
|
|
83
83
|
}
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
.q-field__bottom {
|
|
88
88
|
padding: 8px 0px 0px 0px;
|
|
89
89
|
font-size: 12px;
|
|
90
|
-
color: $
|
|
90
|
+
color: $grey_70;
|
|
91
91
|
|
|
92
92
|
.q-field__messages {
|
|
93
93
|
div[role='alert'] {
|
|
94
|
-
color: $
|
|
94
|
+
color: $red_75;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
@@ -101,23 +101,23 @@
|
|
|
101
101
|
.q-field__inner {
|
|
102
102
|
.q-field__control {
|
|
103
103
|
opacity: 1 !important;
|
|
104
|
-
background: $
|
|
104
|
+
background: $grey_20;
|
|
105
105
|
|
|
106
106
|
&:after {
|
|
107
|
-
border: 1px solid $
|
|
107
|
+
border: 1px solid $grey_45;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
&-container {
|
|
111
111
|
.q-field__native {
|
|
112
112
|
> span {
|
|
113
|
-
color: $
|
|
113
|
+
color: $grey_65;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.q-field__append {
|
|
119
119
|
.q-icon {
|
|
120
|
-
color: $
|
|
120
|
+
color: $grey_65;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
}
|
|
@@ -135,13 +135,13 @@
|
|
|
135
135
|
> span {
|
|
136
136
|
font-size: $default-font;
|
|
137
137
|
font-weight: $default-font-weight;
|
|
138
|
-
color: $
|
|
138
|
+
color: $grey_90;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
&--active {
|
|
144
|
-
color: $
|
|
144
|
+
color: $grey_90 !important;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|