@megafon/ui-core 2.1.2 → 3.0.0-beta.0
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 +50 -0
- package/dist/es/colors/ColorItem/ColorItem.css +48 -1
- package/dist/es/colors/Colors.css +54 -7
- package/dist/es/colors/Colors.js +2 -2
- package/dist/es/colors/colorsData.js +24 -8
- package/dist/es/components/Accordion/Accordion.css +53 -5
- package/dist/es/components/Banner/Banner.css +49 -2
- package/dist/es/components/Banner/BannerDot.css +51 -4
- package/dist/es/components/Button/Button.css +124 -67
- package/dist/es/components/Calendar/Calendar.css +47 -0
- package/dist/es/components/Calendar/components/Day/Day.css +57 -10
- package/dist/es/components/Calendar/components/Month/Month.css +50 -3
- package/dist/es/components/Carousel/Carousel.css +51 -4
- package/dist/es/components/Checkbox/Checkbox.css +65 -18
- package/dist/es/components/ContentArea/ContentArea.css +63 -20
- package/dist/es/components/ContentArea/ContentArea.d.ts +3 -2
- package/dist/es/components/ContentArea/ContentArea.js +13 -6
- 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 +47 -0
- package/dist/es/components/Header/Header.css +55 -5
- 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 +47 -0
- package/dist/es/components/List/List.css +56 -6
- 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 +47 -0
- package/dist/es/components/Logo/Logo.css +47 -0
- package/dist/es/components/Logo/Logo.js +4 -8
- package/dist/es/components/NavArrow/NavArrow.css +52 -5
- package/dist/es/components/Notification/Notification.css +88 -24
- package/dist/es/components/Pagination/Pagination.css +47 -0
- 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 +54 -10
- 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 +52 -5
- package/dist/es/components/RadioButton/RadioButton.css +54 -7
- 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 +67 -18
- package/dist/es/components/Select/Select.css +76 -28
- package/dist/es/components/Switcher/Switcher.css +65 -21
- package/dist/es/components/Tabs/Tabs.css +77 -30
- package/dist/es/components/Tabs/Tabs.js +41 -32
- package/dist/es/components/TextField/TextField.css +74 -26
- package/dist/es/components/TextLink/TextLink.css +57 -7
- 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 +49 -1
- package/dist/es/components/Tooltip/Tooltip.css +48 -1
- package/dist/es/styles/base.css +54 -0
- package/dist/lib/colors/ColorItem/ColorItem.css +48 -1
- package/dist/lib/colors/Colors.css +54 -7
- package/dist/lib/colors/Colors.js +2 -2
- package/dist/lib/colors/colorsData.js +24 -8
- package/dist/lib/components/Accordion/Accordion.css +53 -5
- package/dist/lib/components/Banner/Banner.css +49 -2
- package/dist/lib/components/Banner/BannerDot.css +51 -4
- package/dist/lib/components/Button/Button.css +124 -67
- package/dist/lib/components/Calendar/Calendar.css +47 -0
- package/dist/lib/components/Calendar/components/Day/Day.css +57 -10
- package/dist/lib/components/Calendar/components/Month/Month.css +50 -3
- package/dist/lib/components/Carousel/Carousel.css +51 -4
- package/dist/lib/components/Checkbox/Checkbox.css +65 -18
- package/dist/lib/components/ContentArea/ContentArea.css +63 -20
- package/dist/lib/components/ContentArea/ContentArea.d.ts +3 -2
- package/dist/lib/components/ContentArea/ContentArea.js +13 -6
- 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 +47 -0
- package/dist/lib/components/Header/Header.css +55 -5
- 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 +47 -0
- package/dist/lib/components/List/List.css +56 -6
- 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 +47 -0
- package/dist/lib/components/Logo/Logo.css +47 -0
- package/dist/lib/components/Logo/Logo.js +4 -8
- package/dist/lib/components/NavArrow/NavArrow.css +52 -5
- package/dist/lib/components/Notification/Notification.css +88 -24
- package/dist/lib/components/Pagination/Pagination.css +47 -0
- 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 +54 -10
- 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 +52 -5
- package/dist/lib/components/RadioButton/RadioButton.css +54 -7
- 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 +67 -18
- package/dist/lib/components/Select/Select.css +76 -28
- package/dist/lib/components/Switcher/Switcher.css +65 -21
- package/dist/lib/components/Tabs/Tabs.css +77 -30
- package/dist/lib/components/Tabs/Tabs.js +41 -32
- package/dist/lib/components/TextField/TextField.css +74 -26
- package/dist/lib/components/TextLink/TextLink.css +57 -7
- 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 +49 -1
- package/dist/lib/components/Tooltip/Tooltip.css +48 -1
- package/dist/lib/styles/base.css +54 -0
- package/package.json +4 -4
- package/styles/base.less +61 -75
|
@@ -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,
|
|
@@ -9,7 +56,7 @@ h5 {
|
|
|
9
56
|
font-family: inherit;
|
|
10
57
|
font-size: 15px;
|
|
11
58
|
line-height: 24px;
|
|
12
|
-
color:
|
|
59
|
+
color: var(--content);
|
|
13
60
|
}
|
|
14
61
|
.mfui-text-field__field {
|
|
15
62
|
font-family: inherit;
|
|
@@ -45,13 +92,13 @@ h5 {
|
|
|
45
92
|
overflow: auto;
|
|
46
93
|
}
|
|
47
94
|
.mfui-text-field input::-webkit-input-placeholder {
|
|
48
|
-
color:
|
|
95
|
+
color: var(--spbSky3);
|
|
49
96
|
}
|
|
50
97
|
.mfui-text-field input:-moz-placeholder {
|
|
51
|
-
color:
|
|
98
|
+
color: var(--spbSky3);
|
|
52
99
|
}
|
|
53
100
|
.mfui-text-field input:-ms-input-placeholder {
|
|
54
|
-
color:
|
|
101
|
+
color: var(--spbSky3);
|
|
55
102
|
}
|
|
56
103
|
.mfui-text-field input::-ms-clear,
|
|
57
104
|
.mfui-text-field input::-ms-reveal {
|
|
@@ -62,7 +109,7 @@ h5 {
|
|
|
62
109
|
-webkit-box-flex: 1;
|
|
63
110
|
-ms-flex: 1 0 100px;
|
|
64
111
|
flex: 1 0 100px;
|
|
65
|
-
background:
|
|
112
|
+
background: var(--base);
|
|
66
113
|
}
|
|
67
114
|
.mfui-text-field__icon-box {
|
|
68
115
|
position: absolute;
|
|
@@ -83,6 +130,7 @@ h5 {
|
|
|
83
130
|
box-sizing: border-box;
|
|
84
131
|
padding-right: 16px;
|
|
85
132
|
text-align: center;
|
|
133
|
+
fill: var(--content);
|
|
86
134
|
}
|
|
87
135
|
.mfui-text-field__icon-box_error,
|
|
88
136
|
.mfui-text-field__icon-box_password,
|
|
@@ -105,7 +153,7 @@ h5 {
|
|
|
105
153
|
}
|
|
106
154
|
.mfui-text-field__require-mark {
|
|
107
155
|
margin-left: 1px;
|
|
108
|
-
color:
|
|
156
|
+
color: var(--fury);
|
|
109
157
|
font-size: 20px;
|
|
110
158
|
line-height: 0;
|
|
111
159
|
}
|
|
@@ -123,64 +171,64 @@ h5 {
|
|
|
123
171
|
opacity: 0.5;
|
|
124
172
|
}
|
|
125
173
|
.mfui-text-field__counter_error {
|
|
126
|
-
color:
|
|
174
|
+
color: var(--fury);
|
|
127
175
|
opacity: 1;
|
|
128
176
|
}
|
|
129
177
|
.mfui-text-field_theme_default .mfui-text-field__field {
|
|
130
|
-
border: 1px solid
|
|
131
|
-
color:
|
|
178
|
+
border: 1px solid var(--spbSky2);
|
|
179
|
+
color: var(--content);
|
|
132
180
|
background-color: transparent;
|
|
133
181
|
}
|
|
134
182
|
.mfui-text-field_theme_default .mfui-text-field__field-wrapper_no-touch:hover .mfui-text-field__field,
|
|
135
183
|
.mfui-text-field_theme_default .mfui-text-field__field:focus {
|
|
136
|
-
border-color:
|
|
184
|
+
border-color: var(--content);
|
|
137
185
|
}
|
|
138
186
|
.mfui-text-field_theme_default.mfui-text-field_valid .mfui-text-field__field-wrapper_no-touch:hover .mfui-text-field__field,
|
|
139
187
|
.mfui-text-field_theme_default.mfui-text-field_valid .mfui-text-field__field {
|
|
140
|
-
border-color:
|
|
188
|
+
border-color: var(--green);
|
|
141
189
|
}
|
|
142
190
|
.mfui-text-field_theme_default.mfui-text-field_valid .mfui-text-field__icon {
|
|
143
|
-
fill:
|
|
191
|
+
fill: var(--green);
|
|
144
192
|
}
|
|
145
193
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__field-wrapper:hover .mfui-text-field__field,
|
|
146
194
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__field {
|
|
147
|
-
border-color:
|
|
195
|
+
border-color: var(--fury);
|
|
148
196
|
}
|
|
149
197
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__icon {
|
|
150
|
-
fill:
|
|
198
|
+
fill: var(--fury);
|
|
151
199
|
}
|
|
152
200
|
.mfui-text-field_theme_default.mfui-text-field_error .mfui-text-field__text_error {
|
|
153
|
-
color:
|
|
201
|
+
color: var(--fury);
|
|
154
202
|
}
|
|
155
203
|
.mfui-text-field_theme_white .mfui-text-field__field {
|
|
156
|
-
border: 1px solid
|
|
157
|
-
color:
|
|
204
|
+
border: 1px solid var(--base);
|
|
205
|
+
color: var(--content);
|
|
158
206
|
}
|
|
159
207
|
.mfui-text-field_theme_white .mfui-text-field__field-wrapper:hover .mfui-text-field__field,
|
|
160
208
|
.mfui-text-field_theme_white .mfui-text-field__field:focus {
|
|
161
|
-
border-color:
|
|
209
|
+
border-color: var(--content);
|
|
162
210
|
}
|
|
163
211
|
.mfui-text-field_theme_white.mfui-text-field_error .mfui-text-field__field-wrapper:hover .mfui-text-field__field,
|
|
164
212
|
.mfui-text-field_theme_white.mfui-text-field_error .mfui-text-field__field {
|
|
165
|
-
border-color:
|
|
213
|
+
border-color: var(--fury);
|
|
166
214
|
}
|
|
167
215
|
.mfui-text-field_theme_white.mfui-text-field_error .mfui-text-field__icon {
|
|
168
|
-
fill:
|
|
216
|
+
fill: var(--fury);
|
|
169
217
|
}
|
|
170
218
|
.mfui-text-field_theme_white.mfui-text-field_error .mfui-text-field__text_error {
|
|
171
|
-
color:
|
|
219
|
+
color: var(--fury);
|
|
172
220
|
}
|
|
173
221
|
.mfui-text-field__text_success {
|
|
174
|
-
color:
|
|
222
|
+
color: var(--green);
|
|
175
223
|
}
|
|
176
224
|
.mfui-text-field_disabled .mfui-text-field__field-wrapper {
|
|
177
|
-
background-color:
|
|
225
|
+
background-color: var(--spbSky1) !important;
|
|
178
226
|
}
|
|
179
227
|
.mfui-text-field_disabled .mfui-text-field__field {
|
|
180
|
-
border-color:
|
|
181
|
-
color:
|
|
228
|
+
border-color: var(--spbSky1) !important;
|
|
229
|
+
color: var(--content) !important;
|
|
182
230
|
cursor: default !important;
|
|
183
|
-
-webkit-text-fill-color:
|
|
231
|
+
-webkit-text-fill-color: var(--content) !important;
|
|
184
232
|
}
|
|
185
233
|
.mfui-text-field_disabled .mfui-text-field__icon-box {
|
|
186
234
|
cursor: default !important;
|
|
@@ -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,
|
|
@@ -34,20 +81,23 @@ h5 {
|
|
|
34
81
|
.mfui-text-link_underline-style_none:hover {
|
|
35
82
|
text-decoration: none;
|
|
36
83
|
}
|
|
84
|
+
.mfui-text-link_color_default {
|
|
85
|
+
color: var(--content);
|
|
86
|
+
}
|
|
87
|
+
.mfui-text-link_color_black {
|
|
88
|
+
color: var(--stcBlack);
|
|
89
|
+
}
|
|
37
90
|
.mfui-text-link_color_white {
|
|
38
|
-
color:
|
|
91
|
+
color: var(--stcWhite);
|
|
39
92
|
}
|
|
40
93
|
.mfui-text-link_color_blue {
|
|
41
|
-
color:
|
|
94
|
+
color: var(--systemBlue);
|
|
42
95
|
}
|
|
43
96
|
.mfui-text-link_color_green {
|
|
44
|
-
color:
|
|
45
|
-
}
|
|
46
|
-
.mfui-text-link_color_black {
|
|
47
|
-
color: #333333;
|
|
97
|
+
color: var(--green);
|
|
48
98
|
}
|
|
49
99
|
.mfui-text-link_color_gray {
|
|
50
|
-
color:
|
|
100
|
+
color: var(--spbSky3);
|
|
51
101
|
}
|
|
52
102
|
.mfui-text-link_color_inherit {
|
|
53
103
|
color: inherit;
|
|
@@ -3,7 +3,7 @@ import './TextLink.less';
|
|
|
3
3
|
import { ILinkProps } from '../Link/Link';
|
|
4
4
|
export interface ITextLinkProps extends ILinkProps {
|
|
5
5
|
/** Цвет */
|
|
6
|
-
color?: 'white' | 'black' | 'gray' | '
|
|
6
|
+
color?: 'default' | 'white' | 'black' | 'gray' | 'green' | 'blue' | 'inherit';
|
|
7
7
|
/** Отображение подчеркивания */
|
|
8
8
|
underlineVisibility?: 'hover' | 'always';
|
|
9
9
|
/** Стиль подчеркивания */
|
|
@@ -31,7 +31,7 @@ var TextLink = function TextLink(_ref) {
|
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
TextLink.propTypes = {
|
|
34
|
-
color: PropTypes.oneOf(['
|
|
34
|
+
color: PropTypes.oneOf(['default', 'white', 'black', 'gray', 'green', 'inherit']),
|
|
35
35
|
underlineVisibility: PropTypes.oneOf(['hover', 'always']),
|
|
36
36
|
underlineStyle: PropTypes.oneOf(['solid', 'dashed', 'border', 'none']),
|
|
37
37
|
children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.element), PropTypes.element, PropTypes.string, PropTypes.node])
|
|
@@ -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,
|
|
@@ -6,7 +53,8 @@ h5 {
|
|
|
6
53
|
margin: 0;
|
|
7
54
|
}
|
|
8
55
|
.mfui-tile {
|
|
9
|
-
|
|
56
|
+
color: var(--content);
|
|
57
|
+
background-color: var(--background);
|
|
10
58
|
}
|
|
11
59
|
.mfui-tile_radius_rounded {
|
|
12
60
|
border-radius: 8px;
|
|
@@ -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,
|
|
@@ -48,7 +95,7 @@ h5 {
|
|
|
48
95
|
left: 0;
|
|
49
96
|
-webkit-transform: rotate(45deg);
|
|
50
97
|
transform: rotate(45deg);
|
|
51
|
-
background-color:
|
|
98
|
+
background-color: var(--base);
|
|
52
99
|
}
|
|
53
100
|
.mfui-tooltip__arrow-shadow {
|
|
54
101
|
width: 12px;
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
}
|
|
48
|
+
h1,
|
|
49
|
+
h2,
|
|
50
|
+
h3,
|
|
51
|
+
h4,
|
|
52
|
+
h5 {
|
|
53
|
+
margin: 0;
|
|
54
|
+
}
|
|
@@ -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,
|
|
@@ -46,7 +93,7 @@ h5 {
|
|
|
46
93
|
line-height: 20px;
|
|
47
94
|
}
|
|
48
95
|
.color-item__code {
|
|
49
|
-
color:
|
|
96
|
+
color: var(--content);
|
|
50
97
|
font-size: 12px;
|
|
51
98
|
line-height: 18px;
|
|
52
99
|
}
|
|
@@ -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,
|
|
@@ -8,7 +55,7 @@ h5 {
|
|
|
8
55
|
.colors__inner {
|
|
9
56
|
margin: 0 -80px;
|
|
10
57
|
padding: 56px 80px 40px;
|
|
11
|
-
background-color:
|
|
58
|
+
background-color: var(--spbSky0);
|
|
12
59
|
}
|
|
13
60
|
@media screen and (max-width: 1120px) {
|
|
14
61
|
.colors__inner {
|
|
@@ -70,13 +117,13 @@ h5 {
|
|
|
70
117
|
}
|
|
71
118
|
}
|
|
72
119
|
.colors__list {
|
|
120
|
+
-webkit-box-pack: space-evenly;
|
|
121
|
+
-ms-flex-pack: space-evenly;
|
|
122
|
+
justify-content: space-evenly;
|
|
73
123
|
padding-bottom: 12px;
|
|
74
124
|
}
|
|
75
125
|
@media screen and (max-width: 1023px) {
|
|
76
126
|
.colors__list {
|
|
77
|
-
-webkit-box-pack: space-evenly;
|
|
78
|
-
-ms-flex-pack: space-evenly;
|
|
79
|
-
justify-content: space-evenly;
|
|
80
127
|
-webkit-box-ordinal-group: 3;
|
|
81
128
|
-ms-flex-order: 2;
|
|
82
129
|
order: 2;
|
|
@@ -90,7 +137,7 @@ h5 {
|
|
|
90
137
|
.colors__description {
|
|
91
138
|
position: relative;
|
|
92
139
|
padding-top: 15px;
|
|
93
|
-
color:
|
|
140
|
+
color: var(--content);
|
|
94
141
|
font-size: 12px;
|
|
95
142
|
line-height: 18px;
|
|
96
143
|
text-align: center;
|
|
@@ -198,7 +245,7 @@ h5 {
|
|
|
198
245
|
display: block;
|
|
199
246
|
width: 100%;
|
|
200
247
|
height: 1px;
|
|
201
|
-
background-color:
|
|
248
|
+
background-color: var(--spbSky2);
|
|
202
249
|
-webkit-transform: translateY(-50%);
|
|
203
250
|
transform: translateY(-50%);
|
|
204
251
|
}
|
|
@@ -209,7 +256,7 @@ h5 {
|
|
|
209
256
|
position: absolute;
|
|
210
257
|
width: 1px;
|
|
211
258
|
height: 4px;
|
|
212
|
-
background-color:
|
|
259
|
+
background-color: var(--spbSky2);
|
|
213
260
|
}
|
|
214
261
|
.colors__underline:after,
|
|
215
262
|
.colors__underline:before {
|
|
@@ -256,7 +256,7 @@ var Colors = function Colors() {
|
|
|
256
256
|
mobile: "12",
|
|
257
257
|
tablet: "12"
|
|
258
258
|
}, renderColorBlock(secondary)), /*#__PURE__*/React.createElement(_GridColumn["default"], {
|
|
259
|
-
all: "
|
|
259
|
+
all: "10",
|
|
260
260
|
mobile: "12",
|
|
261
261
|
tablet: "12"
|
|
262
262
|
}, renderColorBlock(system))), /*#__PURE__*/React.createElement(_Grid["default"], null, /*#__PURE__*/React.createElement(_GridColumn["default"], {
|
|
@@ -265,7 +265,7 @@ var Colors = function Colors() {
|
|
|
265
265
|
tablet: "12"
|
|
266
266
|
}, renderColorBlock(gradientColors)), /*#__PURE__*/React.createElement(_GridColumn["default"], {
|
|
267
267
|
all: "3",
|
|
268
|
-
leftOffsetWide: "
|
|
268
|
+
leftOffsetWide: "2",
|
|
269
269
|
leftOffsetTablet: "1",
|
|
270
270
|
leftOffsetDesktop: "1",
|
|
271
271
|
mobile: "12",
|