@megafon/ui-core 2.1.4 → 3.0.0-beta.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/CHANGELOG.md +62 -0
- package/dist/es/colors/ColorItem/ColorItem.css +1 -8
- package/dist/es/colors/ColorItem/ColorItem.js +1 -1
- package/dist/es/colors/Colors.css +3 -11
- package/dist/es/colors/Colors.js +51 -4
- package/dist/es/colors/colorsData.js +78 -71
- package/dist/es/components/Accordion/Accordion.css +6 -12
- package/dist/es/components/Banner/Banner.css +2 -9
- package/dist/es/components/Banner/BannerDot.css +4 -11
- package/dist/es/components/Button/Button.css +83 -74
- package/dist/es/components/Calendar/Calendar.css +0 -7
- package/dist/es/components/Calendar/components/Day/Day.css +10 -17
- package/dist/es/components/Calendar/components/Month/Month.css +3 -10
- package/dist/es/components/Carousel/Carousel.css +4 -11
- package/dist/es/components/Checkbox/Checkbox.css +18 -25
- package/dist/es/components/ContentArea/ContentArea.css +61 -20
- package/dist/es/components/ContentArea/ContentArea.d.ts +0 -1
- package/dist/es/components/ContentArea/ContentArea.js +0 -1
- package/dist/es/components/Counter/Counter.css +61 -11
- package/dist/es/components/Grid/Grid.css +47 -0
- package/dist/es/components/Grid/GridColumn.css +0 -7
- package/dist/es/components/Header/Header.css +8 -12
- package/dist/es/components/Header/Header.d.ts +1 -1
- package/dist/es/components/Header/Header.js +2 -2
- package/dist/es/components/InputLabel/InputLabel.css +0 -7
- package/dist/es/components/List/List.css +9 -13
- package/dist/es/components/List/List.d.ts +1 -1
- package/dist/es/components/List/List.js +2 -2
- package/dist/es/components/List/ListItem.css +0 -7
- package/dist/es/components/Logo/Logo.css +0 -7
- package/dist/es/components/Logo/Logo.js +4 -8
- package/dist/es/components/NavArrow/NavArrow.css +5 -12
- package/dist/es/components/Notification/Notification.css +88 -24
- package/dist/es/components/Pagination/Pagination.css +0 -7
- package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +56 -9
- package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +47 -0
- package/dist/es/components/Paragraph/Paragraph.css +7 -17
- package/dist/es/components/Paragraph/Paragraph.d.ts +0 -1
- package/dist/es/components/Paragraph/Paragraph.js +1 -2
- package/dist/es/components/Preloader/Preloader.css +5 -12
- package/dist/es/components/RadioButton/RadioButton.css +7 -14
- package/dist/es/components/RadioButton/RadioButton.d.ts +5 -1
- package/dist/es/components/RadioButton/RadioButton.js +7 -5
- package/dist/es/components/Search/Search.css +20 -25
- package/dist/es/components/Select/Select.css +29 -35
- package/dist/es/components/Switcher/Switcher.css +18 -28
- package/dist/es/components/Tabs/Tabs.css +30 -37
- package/dist/es/components/TextField/TextField.css +27 -33
- package/dist/es/components/TextLink/TextLink.css +10 -14
- package/dist/es/components/TextLink/TextLink.d.ts +1 -1
- package/dist/es/components/TextLink/TextLink.js +1 -1
- package/dist/es/components/Tile/Tile.css +2 -8
- package/dist/es/components/Tooltip/Tooltip.css +1 -8
- package/dist/lib/colors/ColorItem/ColorItem.css +1 -8
- package/dist/lib/colors/ColorItem/ColorItem.js +1 -1
- package/dist/lib/colors/Colors.css +3 -11
- package/dist/lib/colors/Colors.js +53 -4
- package/dist/lib/colors/colorsData.js +78 -71
- package/dist/lib/components/Accordion/Accordion.css +6 -12
- package/dist/lib/components/Banner/Banner.css +2 -9
- package/dist/lib/components/Banner/BannerDot.css +4 -11
- package/dist/lib/components/Button/Button.css +83 -74
- package/dist/lib/components/Calendar/Calendar.css +0 -7
- package/dist/lib/components/Calendar/components/Day/Day.css +10 -17
- package/dist/lib/components/Calendar/components/Month/Month.css +3 -10
- package/dist/lib/components/Carousel/Carousel.css +4 -11
- package/dist/lib/components/Checkbox/Checkbox.css +18 -25
- package/dist/lib/components/ContentArea/ContentArea.css +61 -20
- package/dist/lib/components/ContentArea/ContentArea.d.ts +0 -1
- package/dist/lib/components/ContentArea/ContentArea.js +0 -1
- package/dist/lib/components/Counter/Counter.css +61 -11
- package/dist/lib/components/Grid/Grid.css +47 -0
- package/dist/lib/components/Grid/GridColumn.css +0 -7
- package/dist/lib/components/Header/Header.css +8 -12
- package/dist/lib/components/Header/Header.d.ts +1 -1
- package/dist/lib/components/Header/Header.js +2 -2
- package/dist/lib/components/InputLabel/InputLabel.css +0 -7
- package/dist/lib/components/List/List.css +9 -13
- package/dist/lib/components/List/List.d.ts +1 -1
- package/dist/lib/components/List/List.js +2 -2
- package/dist/lib/components/List/ListItem.css +0 -7
- package/dist/lib/components/Logo/Logo.css +0 -7
- package/dist/lib/components/Logo/Logo.js +4 -8
- package/dist/lib/components/NavArrow/NavArrow.css +5 -12
- package/dist/lib/components/Notification/Notification.css +88 -24
- package/dist/lib/components/Pagination/Pagination.css +0 -7
- package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +56 -9
- package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +47 -0
- package/dist/lib/components/Paragraph/Paragraph.css +7 -17
- package/dist/lib/components/Paragraph/Paragraph.d.ts +0 -1
- package/dist/lib/components/Paragraph/Paragraph.js +1 -2
- package/dist/lib/components/Preloader/Preloader.css +5 -12
- package/dist/lib/components/RadioButton/RadioButton.css +7 -14
- package/dist/lib/components/RadioButton/RadioButton.d.ts +5 -1
- package/dist/lib/components/RadioButton/RadioButton.js +6 -4
- package/dist/lib/components/Search/Search.css +20 -25
- package/dist/lib/components/Select/Select.css +29 -35
- package/dist/lib/components/Switcher/Switcher.css +18 -28
- package/dist/lib/components/Tabs/Tabs.css +30 -37
- package/dist/lib/components/TextField/TextField.css +27 -33
- package/dist/lib/components/TextLink/TextLink.css +10 -14
- package/dist/lib/components/TextLink/TextLink.d.ts +1 -1
- package/dist/lib/components/TextLink/TextLink.js +1 -1
- package/dist/lib/components/Tile/Tile.css +2 -8
- package/dist/lib/components/Tooltip/Tooltip.css +1 -8
- package/package.json +4 -4
- package/styles/base.css +54 -0
- package/styles/base.less +61 -73
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
h1,
|
|
2
|
-
h2,
|
|
3
|
-
h3,
|
|
4
|
-
h4,
|
|
5
|
-
h5 {
|
|
6
|
-
margin: 0;
|
|
7
|
-
}
|
|
8
1
|
.mfui-button {
|
|
9
2
|
font-family: inherit;
|
|
10
3
|
font-size: 15px;
|
|
@@ -15,7 +8,7 @@ h5 {
|
|
|
15
8
|
padding: 0 32px;
|
|
16
9
|
border: none;
|
|
17
10
|
border-radius: 30px;
|
|
18
|
-
color:
|
|
11
|
+
color: var(--stcWhite);
|
|
19
12
|
font-weight: 500;
|
|
20
13
|
text-align: center;
|
|
21
14
|
text-decoration: none;
|
|
@@ -207,119 +200,135 @@ h5 {
|
|
|
207
200
|
display: none;
|
|
208
201
|
}
|
|
209
202
|
.mfui-button_type_primary.mfui-button_theme_green {
|
|
210
|
-
color:
|
|
211
|
-
background-color:
|
|
203
|
+
color: var(--stcWhite);
|
|
204
|
+
background-color: var(--brandGreen);
|
|
212
205
|
}
|
|
213
206
|
.mfui-button_type_primary.mfui-button_theme_green svg {
|
|
214
|
-
fill:
|
|
207
|
+
fill: var(--stcWhite);
|
|
215
208
|
}
|
|
216
209
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_green:not(.mfui-button_loading):hover {
|
|
217
|
-
background-color:
|
|
218
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
219
|
-
box-shadow: inset 0 0 0 1px
|
|
210
|
+
background-color: var(--buttonHoverGreen);
|
|
211
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonHoverGreen);
|
|
212
|
+
box-shadow: inset 0 0 0 1px var(--buttonHoverGreen);
|
|
220
213
|
}
|
|
221
214
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_green:not(.mfui-button_loading):active {
|
|
222
|
-
background-color:
|
|
223
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
224
|
-
box-shadow: inset 0 0 0 1px
|
|
215
|
+
background-color: var(--buttonDown);
|
|
216
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
217
|
+
box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
225
218
|
}
|
|
226
219
|
.mfui-button_type_primary.mfui-button_theme_purple {
|
|
227
|
-
color:
|
|
228
|
-
background-color:
|
|
220
|
+
color: var(--stcWhite);
|
|
221
|
+
background-color: var(--brandPurple);
|
|
229
222
|
}
|
|
230
223
|
.mfui-button_type_primary.mfui-button_theme_purple svg {
|
|
231
|
-
fill:
|
|
224
|
+
fill: var(--stcWhite);
|
|
232
225
|
}
|
|
233
226
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_purple:not(.mfui-button_loading):hover {
|
|
234
|
-
background-color:
|
|
235
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
236
|
-
box-shadow: inset 0 0 0 1px
|
|
227
|
+
background-color: var(--buttonhoverPurple);
|
|
228
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonhoverPurple);
|
|
229
|
+
box-shadow: inset 0 0 0 1px var(--buttonhoverPurple);
|
|
237
230
|
}
|
|
238
231
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_purple:not(.mfui-button_loading):active {
|
|
239
|
-
background-color:
|
|
240
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
241
|
-
box-shadow: inset 0 0 0 1px
|
|
232
|
+
background-color: var(--buttonDown);
|
|
233
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
234
|
+
box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
242
235
|
}
|
|
243
236
|
.mfui-button_type_primary.mfui-button_theme_white {
|
|
244
|
-
color:
|
|
245
|
-
background-color:
|
|
237
|
+
color: var(--stcBlack);
|
|
238
|
+
background-color: var(--stcWhite);
|
|
246
239
|
}
|
|
247
240
|
.mfui-button_type_primary.mfui-button_theme_white svg {
|
|
248
|
-
fill:
|
|
241
|
+
fill: var(--stcBlack);
|
|
249
242
|
}
|
|
250
243
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_white:not(.mfui-button_loading):hover {
|
|
251
|
-
color:
|
|
252
|
-
background-color:
|
|
253
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
254
|
-
box-shadow: inset 0 0 0 1px
|
|
244
|
+
color: var(--stcBlack);
|
|
245
|
+
background-color: var(--buttonHoverGreen);
|
|
246
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonHoverGreen);
|
|
247
|
+
box-shadow: inset 0 0 0 1px var(--buttonHoverGreen);
|
|
255
248
|
}
|
|
256
249
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_white:not(.mfui-button_loading):hover svg {
|
|
257
|
-
fill:
|
|
250
|
+
fill: var(--stcBlack);
|
|
258
251
|
}
|
|
259
252
|
.mfui-button_no-touch.mfui-button_type_primary.mfui-button_theme_white:not(.mfui-button_loading):active {
|
|
260
|
-
background-color:
|
|
261
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
262
|
-
box-shadow: inset 0 0 0 1px
|
|
253
|
+
background-color: var(--buttonDown);
|
|
254
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
255
|
+
box-shadow: inset 0 0 0 1px var(--buttonDown);
|
|
263
256
|
}
|
|
264
257
|
.mfui-button_type_outline.mfui-button_theme_green {
|
|
265
|
-
color:
|
|
258
|
+
color: var(--brandGreen);
|
|
266
259
|
background-color: transparent;
|
|
267
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
268
|
-
box-shadow: inset 0 0 0 1px
|
|
260
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--brandGreen);
|
|
261
|
+
box-shadow: inset 0 0 0 1px var(--brandGreen);
|
|
269
262
|
}
|
|
270
263
|
.mfui-button_type_outline.mfui-button_theme_green svg {
|
|
271
|
-
fill:
|
|
264
|
+
fill: var(--brandGreen);
|
|
265
|
+
}
|
|
266
|
+
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_green {
|
|
267
|
+
--brandGreen7: rgba(0, 185, 86, 0.07);
|
|
268
|
+
--brandGreen14: rgba(0, 185, 86, 0.14);
|
|
272
269
|
}
|
|
273
270
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_green:not(.mfui-button_loading):hover {
|
|
274
|
-
background-color:
|
|
271
|
+
background-color: var(--brandGreen7);
|
|
275
272
|
}
|
|
276
273
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_green:not(.mfui-button_loading):active {
|
|
277
|
-
background-color:
|
|
274
|
+
background-color: var(--brandGreen14);
|
|
278
275
|
}
|
|
279
276
|
.mfui-button_type_outline.mfui-button_theme_purple {
|
|
280
|
-
color:
|
|
277
|
+
color: var(--brandPurple);
|
|
281
278
|
background-color: transparent;
|
|
282
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
283
|
-
box-shadow: inset 0 0 0 1px
|
|
279
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--brandPurple);
|
|
280
|
+
box-shadow: inset 0 0 0 1px var(--brandPurple);
|
|
284
281
|
}
|
|
285
282
|
.mfui-button_type_outline.mfui-button_theme_purple svg {
|
|
286
|
-
fill:
|
|
283
|
+
fill: var(--brandPurple);
|
|
284
|
+
}
|
|
285
|
+
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_purple {
|
|
286
|
+
--brandPurple7: rgba(115, 25, 130, 0.07);
|
|
287
|
+
--brandPurple14: rgba(115, 25, 130, 0.14);
|
|
287
288
|
}
|
|
288
289
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_purple:not(.mfui-button_loading):hover {
|
|
289
|
-
background-color:
|
|
290
|
+
background-color: var(--brandPurple7);
|
|
290
291
|
}
|
|
291
292
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_purple:not(.mfui-button_loading):active {
|
|
292
|
-
background-color:
|
|
293
|
+
background-color: var(--brandPurple14);
|
|
293
294
|
}
|
|
294
295
|
.mfui-button_type_outline.mfui-button_theme_white {
|
|
295
|
-
color:
|
|
296
|
+
color: var(--stcWhite);
|
|
296
297
|
background-color: transparent;
|
|
297
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
298
|
-
box-shadow: inset 0 0 0 1px
|
|
298
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--stcWhite);
|
|
299
|
+
box-shadow: inset 0 0 0 1px var(--stcWhite);
|
|
299
300
|
}
|
|
300
301
|
.mfui-button_type_outline.mfui-button_theme_white svg {
|
|
301
|
-
fill:
|
|
302
|
+
fill: var(--stcWhite);
|
|
303
|
+
}
|
|
304
|
+
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white {
|
|
305
|
+
--base7: rgba(255, 255, 255, 0.07);
|
|
306
|
+
--base14: rgba(255, 255, 255, 0.14);
|
|
302
307
|
}
|
|
303
308
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white:not(.mfui-button_loading):hover {
|
|
304
|
-
background-color:
|
|
309
|
+
background-color: var(--base7);
|
|
305
310
|
}
|
|
306
311
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white:not(.mfui-button_loading):active {
|
|
307
|
-
background-color:
|
|
312
|
+
background-color: var(--base14);
|
|
308
313
|
}
|
|
309
314
|
.mfui-button_type_outline.mfui-button_theme_black {
|
|
310
|
-
color:
|
|
315
|
+
color: var(--stcBlack);
|
|
311
316
|
background-color: transparent;
|
|
312
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
313
|
-
box-shadow: inset 0 0 0 1px
|
|
317
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--stcBlack);
|
|
318
|
+
box-shadow: inset 0 0 0 1px var(--stcBlack);
|
|
314
319
|
}
|
|
315
320
|
.mfui-button_type_outline.mfui-button_theme_black svg {
|
|
316
|
-
fill:
|
|
321
|
+
fill: var(--stcBlack);
|
|
322
|
+
}
|
|
323
|
+
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_black {
|
|
324
|
+
--content7: rgba(51, 51, 51, 0.07);
|
|
325
|
+
--content14: rgba(51, 51, 51, 0.14);
|
|
317
326
|
}
|
|
318
327
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_black:not(.mfui-button_loading):hover {
|
|
319
|
-
background-color:
|
|
328
|
+
background-color: var(--content7);
|
|
320
329
|
}
|
|
321
330
|
.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_black:not(.mfui-button_loading):active {
|
|
322
|
-
background-color:
|
|
331
|
+
background-color: var(--content14);
|
|
323
332
|
}
|
|
324
333
|
.mfui-button_full-width {
|
|
325
334
|
display: block;
|
|
@@ -332,44 +341,44 @@ h5 {
|
|
|
332
341
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled,
|
|
333
342
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled:hover,
|
|
334
343
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled:active {
|
|
335
|
-
color:
|
|
336
|
-
background-color:
|
|
337
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
338
|
-
box-shadow: inset 0 0 0 1px
|
|
344
|
+
color: var(--spbSky3);
|
|
345
|
+
background-color: var(--spbSky1);
|
|
346
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--spbSky3);
|
|
347
|
+
box-shadow: inset 0 0 0 1px var(--spbSky3);
|
|
339
348
|
}
|
|
340
349
|
.mfui-button.mfui-button_type_primary.mfui-button_disabled svg,
|
|
341
350
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled svg,
|
|
342
351
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled:hover svg,
|
|
343
352
|
.mfui-button.mfui-button_no-touch.mfui-button_type_primary.mfui-button_disabled:active svg {
|
|
344
|
-
fill:
|
|
353
|
+
fill: var(--spbSky3);
|
|
345
354
|
}
|
|
346
355
|
.mfui-button.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled,
|
|
347
356
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled,
|
|
348
357
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled:hover,
|
|
349
358
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled:active {
|
|
350
|
-
color:
|
|
359
|
+
color: var(--stcWhite50);
|
|
351
360
|
background-color: transparent;
|
|
352
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
353
|
-
box-shadow: inset 0 0 0 1px
|
|
361
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--stcWhite50);
|
|
362
|
+
box-shadow: inset 0 0 0 1px var(--stcWhite50);
|
|
354
363
|
}
|
|
355
364
|
.mfui-button.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled svg,
|
|
356
365
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled svg,
|
|
357
366
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled:hover svg,
|
|
358
367
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_theme_white.mfui-button_disabled:active svg {
|
|
359
|
-
fill:
|
|
368
|
+
fill: var(--stcWhite50);
|
|
360
369
|
}
|
|
361
370
|
.mfui-button.mfui-button_type_outline.mfui-button_disabled,
|
|
362
371
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled,
|
|
363
372
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled:hover,
|
|
364
373
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled:active {
|
|
365
|
-
color:
|
|
374
|
+
color: var(--spbSky3);
|
|
366
375
|
background-color: transparent;
|
|
367
|
-
-webkit-box-shadow: inset 0 0 0 1px
|
|
368
|
-
box-shadow: inset 0 0 0 1px
|
|
376
|
+
-webkit-box-shadow: inset 0 0 0 1px var(--spbSky3);
|
|
377
|
+
box-shadow: inset 0 0 0 1px var(--spbSky3);
|
|
369
378
|
}
|
|
370
379
|
.mfui-button.mfui-button_type_outline.mfui-button_disabled svg,
|
|
371
380
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled svg,
|
|
372
381
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled:hover svg,
|
|
373
382
|
.mfui-button.mfui-button_no-touch.mfui-button_type_outline.mfui-button_disabled:active svg {
|
|
374
|
-
fill:
|
|
383
|
+
fill: var(--spbSky3);
|
|
375
384
|
}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
h1,
|
|
2
|
-
h2,
|
|
3
|
-
h3,
|
|
4
|
-
h4,
|
|
5
|
-
h5 {
|
|
6
|
-
margin: 0;
|
|
7
|
-
}
|
|
8
1
|
.mfui-day {
|
|
9
2
|
position: relative;
|
|
10
3
|
-webkit-box-sizing: content-box;
|
|
@@ -13,7 +6,7 @@ h5 {
|
|
|
13
6
|
height: 32px;
|
|
14
7
|
padding: 0 10px 8px 0;
|
|
15
8
|
border: none;
|
|
16
|
-
color:
|
|
9
|
+
color: var(--content);
|
|
17
10
|
line-height: 24px;
|
|
18
11
|
text-decoration: none;
|
|
19
12
|
background-color: rgba(0, 0, 0, 0);
|
|
@@ -44,16 +37,16 @@ h5 {
|
|
|
44
37
|
width: 32px;
|
|
45
38
|
height: 32px;
|
|
46
39
|
border-radius: 50% !important;
|
|
47
|
-
color:
|
|
48
|
-
background-color:
|
|
40
|
+
color: var(--content);
|
|
41
|
+
background-color: var(--spbSky0);
|
|
49
42
|
}
|
|
50
43
|
.mfui-day:not(:disabled):not(.mfui-day_active):hover:after {
|
|
51
|
-
color:
|
|
52
|
-
background-color:
|
|
44
|
+
color: var(--content);
|
|
45
|
+
background-color: var(--spbSky0);
|
|
53
46
|
}
|
|
54
47
|
.mfui-day:not(:disabled):not(.mfui-day_active):focus:after,
|
|
55
48
|
.mfui-day_active:after {
|
|
56
|
-
background-color:
|
|
49
|
+
background-color: var(--brandGreen);
|
|
57
50
|
}
|
|
58
51
|
.mfui-day_disabled {
|
|
59
52
|
cursor: default;
|
|
@@ -62,7 +55,7 @@ h5 {
|
|
|
62
55
|
}
|
|
63
56
|
.mfui-day_active,
|
|
64
57
|
.mfui-day:not(:disabled):not(.mfui-day_active):focus {
|
|
65
|
-
color:
|
|
58
|
+
color: var(--stcWhite);
|
|
66
59
|
}
|
|
67
60
|
.mfui-day_active + .mfui-day_active:before,
|
|
68
61
|
.mfui-day_between:hover + .mfui-day:not(.mfui-day_monday).mfui-day_active:before {
|
|
@@ -74,7 +67,7 @@ h5 {
|
|
|
74
67
|
display: block;
|
|
75
68
|
width: 32px;
|
|
76
69
|
height: 32px;
|
|
77
|
-
background-color:
|
|
70
|
+
background-color: var(--spbSky1);
|
|
78
71
|
}
|
|
79
72
|
.mfui-day_between {
|
|
80
73
|
position: relative;
|
|
@@ -89,7 +82,7 @@ h5 {
|
|
|
89
82
|
display: block;
|
|
90
83
|
height: 32px;
|
|
91
84
|
padding: 0 20px;
|
|
92
|
-
background-color:
|
|
85
|
+
background-color: var(--spbSky1);
|
|
93
86
|
}
|
|
94
87
|
.mfui-day_between:after {
|
|
95
88
|
content: '';
|
|
@@ -100,7 +93,7 @@ h5 {
|
|
|
100
93
|
display: block;
|
|
101
94
|
width: 40px;
|
|
102
95
|
height: 32px;
|
|
103
|
-
background-color:
|
|
96
|
+
background-color: var(--spbSky1);
|
|
104
97
|
}
|
|
105
98
|
.mfui-day_sunday,
|
|
106
99
|
.mfui-day_last {
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
h1,
|
|
2
|
-
h2,
|
|
3
|
-
h3,
|
|
4
|
-
h4,
|
|
5
|
-
h5 {
|
|
6
|
-
margin: 0;
|
|
7
|
-
}
|
|
8
1
|
.mfui-month {
|
|
9
2
|
position: relative;
|
|
10
3
|
z-index: 1;
|
|
@@ -42,7 +35,7 @@ h5 {
|
|
|
42
35
|
-moz-user-select: none;
|
|
43
36
|
-ms-user-select: none;
|
|
44
37
|
user-select: none;
|
|
45
|
-
fill:
|
|
38
|
+
fill: var(--content);
|
|
46
39
|
}
|
|
47
40
|
.mfui-month__title {
|
|
48
41
|
font-size: 15px;
|
|
@@ -56,7 +49,7 @@ h5 {
|
|
|
56
49
|
grid-template-columns: repeat(7, 1fr);
|
|
57
50
|
width: 272px;
|
|
58
51
|
padding-bottom: 13px;
|
|
59
|
-
border-bottom: 1px solid
|
|
52
|
+
border-bottom: 1px solid var(--spbSky1);
|
|
60
53
|
-webkit-column-gap: 22px;
|
|
61
54
|
-moz-column-gap: 22px;
|
|
62
55
|
column-gap: 22px;
|
|
@@ -66,7 +59,7 @@ h5 {
|
|
|
66
59
|
line-height: 16px;
|
|
67
60
|
width: 20px;
|
|
68
61
|
height: 16px;
|
|
69
|
-
color:
|
|
62
|
+
color: var(--content);
|
|
70
63
|
font-weight: 600;
|
|
71
64
|
line-height: 24px;
|
|
72
65
|
text-align: center;
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
h1,
|
|
2
|
-
h2,
|
|
3
|
-
h3,
|
|
4
|
-
h4,
|
|
5
|
-
h5 {
|
|
6
|
-
margin: 0;
|
|
7
|
-
}
|
|
8
1
|
.mfui-carousel {
|
|
9
2
|
position: relative;
|
|
10
3
|
display: -webkit-box;
|
|
@@ -158,10 +151,10 @@ h5 {
|
|
|
158
151
|
margin-right: 8px;
|
|
159
152
|
}
|
|
160
153
|
.mfui-carousel_nav-theme_green .swiper-pagination-bullet:before {
|
|
161
|
-
background-color:
|
|
154
|
+
background-color: var(--stcWhite50);
|
|
162
155
|
}
|
|
163
156
|
.mfui-carousel_nav-theme_light .swiper-pagination-bullet:before {
|
|
164
|
-
background-color:
|
|
157
|
+
background-color: var(--spbSky2);
|
|
165
158
|
}
|
|
166
159
|
.mfui-carousel .swiper-pagination-bullet-active {
|
|
167
160
|
padding: 0;
|
|
@@ -172,12 +165,12 @@ h5 {
|
|
|
172
165
|
cursor: default;
|
|
173
166
|
}
|
|
174
167
|
.mfui-carousel_nav-theme_green .swiper-pagination-bullet-active:before {
|
|
175
|
-
background-color:
|
|
168
|
+
background-color: var(--base);
|
|
176
169
|
}
|
|
177
170
|
.mfui-carousel_nav-theme_light .swiper-pagination-bullet-active {
|
|
178
171
|
padding: 0;
|
|
179
172
|
cursor: default;
|
|
180
173
|
}
|
|
181
174
|
.mfui-carousel_nav-theme_light .swiper-pagination-bullet-active:before {
|
|
182
|
-
background-color:
|
|
175
|
+
background-color: var(--brandPurple);
|
|
183
176
|
}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
h1,
|
|
2
|
-
h2,
|
|
3
|
-
h3,
|
|
4
|
-
h4,
|
|
5
|
-
h5 {
|
|
6
|
-
margin: 0;
|
|
7
|
-
}
|
|
8
1
|
.mfui-checkbox {
|
|
9
2
|
margin: 0 5px 12px 5px;
|
|
10
3
|
}
|
|
@@ -89,32 +82,32 @@ h5 {
|
|
|
89
82
|
top: 0;
|
|
90
83
|
}
|
|
91
84
|
.mfui-checkbox_color_dark .mfui-checkbox__custom-input {
|
|
92
|
-
border-color:
|
|
85
|
+
border-color: var(--spbSky2);
|
|
93
86
|
}
|
|
94
87
|
.mfui-checkbox_color_dark .mfui-checkbox__label_no-touch:hover .mfui-checkbox__custom-input {
|
|
95
|
-
border-color:
|
|
88
|
+
border-color: var(--buttonHoverGreen);
|
|
96
89
|
}
|
|
97
90
|
.mfui-checkbox_color_dark .mfui-checkbox__label:active .mfui-checkbox__custom-input {
|
|
98
|
-
border-color:
|
|
99
|
-
background-color:
|
|
91
|
+
border-color: var(--buttonDown) !important;
|
|
92
|
+
background-color: var(--buttonDown);
|
|
100
93
|
}
|
|
101
94
|
.mfui-checkbox_color_dark .mfui-checkbox__icon {
|
|
102
|
-
fill:
|
|
95
|
+
fill: var(--stcWhite);
|
|
103
96
|
}
|
|
104
97
|
.mfui-checkbox_color_dark.mfui-checkbox_checked .mfui-checkbox__custom-input {
|
|
105
|
-
border-color:
|
|
106
|
-
color:
|
|
107
|
-
background-color:
|
|
98
|
+
border-color: var(--brandGreen);
|
|
99
|
+
color: var(--stcWhite);
|
|
100
|
+
background-color: var(--brandGreen);
|
|
108
101
|
}
|
|
109
102
|
.mfui-checkbox_color_dark.mfui-checkbox_checked .mfui-checkbox__label_no-touch:hover .mfui-checkbox__custom-input {
|
|
110
|
-
background-color:
|
|
103
|
+
background-color: var(--buttonHoverGreen);
|
|
111
104
|
}
|
|
112
105
|
.mfui-checkbox_color_dark.mfui-checkbox_checked .mfui-checkbox__label:active .mfui-checkbox__custom-input {
|
|
113
|
-
background-color:
|
|
106
|
+
background-color: var(--buttonDown) !important;
|
|
114
107
|
}
|
|
115
108
|
.mfui-checkbox_color_dark.mfui-checkbox_checked.mfui-checkbox_disabled .mfui-checkbox__custom-input,
|
|
116
109
|
.mfui-checkbox_color_dark.mfui-checkbox_checked.mfui-checkbox_disabled .mfui-checkbox__label:active .mfui-checkbox__custom-input {
|
|
117
|
-
background-color:
|
|
110
|
+
background-color: var(--spbSky2);
|
|
118
111
|
}
|
|
119
112
|
.mfui-checkbox_color_dark.mfui-checkbox_disabled .mfui-checkbox__label {
|
|
120
113
|
cursor: default;
|
|
@@ -122,17 +115,17 @@ h5 {
|
|
|
122
115
|
}
|
|
123
116
|
.mfui-checkbox_color_dark.mfui-checkbox_disabled .mfui-checkbox__custom-input,
|
|
124
117
|
.mfui-checkbox_color_dark.mfui-checkbox_disabled .mfui-checkbox__label:active .mfui-checkbox__custom-input {
|
|
125
|
-
border-color:
|
|
126
|
-
background-color:
|
|
118
|
+
border-color: var(--spbSky2) !important;
|
|
119
|
+
background-color: var(--spbSky1);
|
|
127
120
|
}
|
|
128
121
|
.mfui-checkbox_color_dark.mfui-checkbox_error .mfui-checkbox__custom-input {
|
|
129
|
-
border-color:
|
|
122
|
+
border-color: var(--fury);
|
|
130
123
|
}
|
|
131
124
|
.mfui-checkbox_color_light {
|
|
132
|
-
color:
|
|
125
|
+
color: var(--stcWhite);
|
|
133
126
|
}
|
|
134
127
|
.mfui-checkbox_color_light .mfui-checkbox__custom-input {
|
|
135
|
-
border-color:
|
|
136
|
-
color:
|
|
137
|
-
background-color:
|
|
128
|
+
border-color: var(--stcWhite);
|
|
129
|
+
color: var(--brandGreen);
|
|
130
|
+
background-color: var(--stcWhite);
|
|
138
131
|
}
|
|
@@ -1,3 +1,50 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--green: #00B956;
|
|
3
|
+
--purple: #731982;
|
|
4
|
+
--base: #FFFFFF;
|
|
5
|
+
--content: #333333;
|
|
6
|
+
--spbSky0: #F6F6F6;
|
|
7
|
+
--spbSky1: #EDEDED;
|
|
8
|
+
--spbSky2: #D8D8D8;
|
|
9
|
+
--spbSky3: #999999;
|
|
10
|
+
--warmRedC: #EB5A40;
|
|
11
|
+
--137C: #FFA717;
|
|
12
|
+
--311C: #5BD9E5;
|
|
13
|
+
--reflexBlue: #444189;
|
|
14
|
+
--fury: #F62434;
|
|
15
|
+
--systemBlue: #34AAF2;
|
|
16
|
+
--background: #FFFFFF;
|
|
17
|
+
--buttonHoverGreen: #10E272;
|
|
18
|
+
--buttonhoverPurple: #534455;
|
|
19
|
+
--buttonDown: #404D46;
|
|
20
|
+
--gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
|
|
21
|
+
--gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
|
|
22
|
+
--gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
|
|
23
|
+
--STCWhite: #FFFFFF;
|
|
24
|
+
--STCBlack: #333333;
|
|
25
|
+
--STCWhite5: #FFFFFF0D;
|
|
26
|
+
--STCWhite10: #FFFFFF1A;
|
|
27
|
+
--STCWhite20: #FFFFFF33;
|
|
28
|
+
--STCWhite50: #FFFFFF80;
|
|
29
|
+
--STCBlack5: #3333330D;
|
|
30
|
+
--STCBlack10: #3333331A;
|
|
31
|
+
--STCBlack20: #33333333;
|
|
32
|
+
--STCBlack50: #33333380;
|
|
33
|
+
--green80: #0CDC78;
|
|
34
|
+
--green20: #DDFFEC;
|
|
35
|
+
--purple80: #AA67C1;
|
|
36
|
+
--purple20: #FFEEFF;
|
|
37
|
+
--warmRedC80: #FF765D;
|
|
38
|
+
--warmRedC20: #FFCFC7;
|
|
39
|
+
--137C80: #FFB945;
|
|
40
|
+
--137C20: #FFEDD1;
|
|
41
|
+
--311C80: #62E3FF;
|
|
42
|
+
--311C20: #E1FAFF;
|
|
43
|
+
--reflexBlue80: #554FC9;
|
|
44
|
+
--reflexBlue20: #EBEAFF;
|
|
45
|
+
--fury80: #F8505D;
|
|
46
|
+
--fury20: #FFC5C9;
|
|
47
|
+
}
|
|
1
48
|
h1,
|
|
2
49
|
h2,
|
|
3
50
|
h3,
|
|
@@ -7,32 +54,29 @@ h5 {
|
|
|
7
54
|
}
|
|
8
55
|
.mfui-content-area_color_base,
|
|
9
56
|
.mfui-content-area_color_white {
|
|
10
|
-
background-color:
|
|
57
|
+
background-color: var(--base);
|
|
11
58
|
}
|
|
12
59
|
.mfui-content-area_color_transparent {
|
|
13
60
|
background-color: transparent;
|
|
14
61
|
}
|
|
15
62
|
.mfui-content-area_color_green {
|
|
16
|
-
background-color:
|
|
63
|
+
background-color: var(--brandGreen);
|
|
17
64
|
}
|
|
18
65
|
.mfui-content-area_color_purple {
|
|
19
|
-
background-color:
|
|
66
|
+
background-color: var(--brandPurple);
|
|
20
67
|
}
|
|
21
68
|
.mfui-content-area_color_spbSky0 {
|
|
22
|
-
background-color:
|
|
69
|
+
background-color: var(--spbSky0);
|
|
23
70
|
}
|
|
24
71
|
.mfui-content-area_color_spbSky1 {
|
|
25
|
-
background-color:
|
|
72
|
+
background-color: var(--spbSky1);
|
|
26
73
|
}
|
|
27
74
|
.mfui-content-area_color_spbSky2 {
|
|
28
|
-
background-color:
|
|
75
|
+
background-color: var(--spbSky2);
|
|
29
76
|
}
|
|
30
77
|
.mfui-content-area_color_content,
|
|
31
78
|
.mfui-content-area_color_freshAsphalt {
|
|
32
|
-
background-color:
|
|
33
|
-
}
|
|
34
|
-
.mfui-content-area_color_fullBlack {
|
|
35
|
-
background-color: #000000;
|
|
79
|
+
background-color: var(--content);
|
|
36
80
|
}
|
|
37
81
|
.mfui-content-area__inner {
|
|
38
82
|
-webkit-box-sizing: content-box;
|
|
@@ -84,30 +128,27 @@ h5 {
|
|
|
84
128
|
}
|
|
85
129
|
.mfui-content-area__inner_color_base,
|
|
86
130
|
.mfui-content-area__inner_color_white {
|
|
87
|
-
background-color:
|
|
131
|
+
background-color: var(--base);
|
|
88
132
|
}
|
|
89
133
|
.mfui-content-area__inner_color_transparent {
|
|
90
134
|
background-color: transparent;
|
|
91
135
|
}
|
|
92
136
|
.mfui-content-area__inner_color_green {
|
|
93
|
-
background-color:
|
|
137
|
+
background-color: var(--brandGreen);
|
|
94
138
|
}
|
|
95
139
|
.mfui-content-area__inner_color_purple {
|
|
96
|
-
background-color:
|
|
140
|
+
background-color: var(--brandPurple);
|
|
97
141
|
}
|
|
98
142
|
.mfui-content-area__inner_color_spbSky0 {
|
|
99
|
-
background-color:
|
|
143
|
+
background-color: var(--spbSky0);
|
|
100
144
|
}
|
|
101
145
|
.mfui-content-area__inner_color_spbSky1 {
|
|
102
|
-
background-color:
|
|
146
|
+
background-color: var(--spbSky1);
|
|
103
147
|
}
|
|
104
148
|
.mfui-content-area__inner_color_spbSky2 {
|
|
105
|
-
background-color:
|
|
149
|
+
background-color: var(--spbSky2);
|
|
106
150
|
}
|
|
107
151
|
.mfui-content-area__inner_color_content,
|
|
108
152
|
.mfui-content-area__inner_color_freshAsphalt {
|
|
109
|
-
background-color:
|
|
110
|
-
}
|
|
111
|
-
.mfui-content-area__inner_color_fullBlack {
|
|
112
|
-
background-color: #000000;
|
|
153
|
+
background-color: var(--content);
|
|
113
154
|
}
|