@megafon/ui-shared 2.0.0-beta.226 → 2.0.0-beta.227
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 +14 -0
- package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
- package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
- package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -1
- package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -1
- package/dist/es/components/ButtonBanner/ButtonBanner.css +6 -6
- package/dist/es/components/Card/Card.css +13 -13
- package/dist/es/components/Container/Container.css +16 -16
- package/dist/es/components/Instructions/Instructions.css +26 -26
- package/dist/es/components/PageTitle/PageTitle.css +1 -1
- package/dist/es/components/Partners/Partners.css +2 -2
- package/dist/es/components/PictureWithDescription/PictureWithDescription.css +2 -2
- package/dist/es/components/Property/Property.css +11 -11
- package/dist/es/components/Property/PropertyDescription.css +1 -1
- package/dist/es/components/Steps/Steps.css +2 -2
- package/dist/es/components/Steps/StepsItem.css +3 -3
- package/dist/es/components/StoreBanner/StoreBanner.css +9 -9
- package/dist/es/components/StoreButton/StoreButton.css +2 -2
- package/dist/es/components/Table/Table.css +48 -48
- package/dist/es/components/TextBox/TextBoxPicture.css +3 -3
- package/dist/es/components/TextBox/TextBoxPicture.d.ts +3 -3
- package/dist/es/components/TextBox/TextBoxPicture.js +4 -4
- package/dist/es/components/VideoBanner/VideoBanner.css +8 -8
- package/dist/es/components/VideoBlock/VideoBlock.css +3 -3
- package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
- package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
- package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -1
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -1
- package/dist/lib/components/ButtonBanner/ButtonBanner.css +6 -6
- package/dist/lib/components/Card/Card.css +13 -13
- package/dist/lib/components/Container/Container.css +16 -16
- package/dist/lib/components/Instructions/Instructions.css +26 -26
- package/dist/lib/components/PageTitle/PageTitle.css +1 -1
- package/dist/lib/components/Partners/Partners.css +2 -2
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +2 -2
- package/dist/lib/components/Property/Property.css +11 -11
- package/dist/lib/components/Property/PropertyDescription.css +1 -1
- package/dist/lib/components/Steps/Steps.css +2 -2
- package/dist/lib/components/Steps/StepsItem.css +3 -3
- package/dist/lib/components/StoreBanner/StoreBanner.css +9 -9
- package/dist/lib/components/StoreButton/StoreButton.css +2 -2
- package/dist/lib/components/Table/Table.css +48 -48
- package/dist/lib/components/TextBox/TextBoxPicture.css +3 -3
- package/dist/lib/components/TextBox/TextBoxPicture.d.ts +3 -3
- package/dist/lib/components/TextBox/TextBoxPicture.js +4 -4
- package/dist/lib/components/VideoBanner/VideoBanner.css +8 -8
- package/dist/lib/components/VideoBlock/VideoBlock.css +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,20 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [2.0.0-beta.227](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.226...@megafon/ui-shared@2.0.0-beta.227) (2021-09-27)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
|
12
|
+
* **buttonbanner.less:** fix [@media](https://github.com/media) query position ([955b9b4](https://github.com/MegafonWebLab/megafon-ui/commit/955b9b416933078340e7ad9482073da25ba3a0eb))
|
13
|
+
* **textboxpicture:** fix modifiers names ([52e713d](https://github.com/MegafonWebLab/megafon-ui/commit/52e713d60edb8da68a0dafe62df08baec6ad23bf))
|
14
|
+
* **ui-shared:** add frontend-presets configs; fix stylelint errors ([06df02d](https://github.com/MegafonWebLab/megafon-ui/commit/06df02d5218c611282fa5aea079bca46afcdbd56))
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
6
20
|
# [2.0.0-beta.226](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.225...@megafon/ui-shared@2.0.0-beta.226) (2021-09-20)
|
7
21
|
|
8
22
|
|
@@ -19,9 +19,9 @@ h5 {
|
|
19
19
|
.mfui-beta-button-banner:before {
|
20
20
|
content: '';
|
21
21
|
position: absolute;
|
22
|
-
left: 0;
|
23
22
|
top: 0;
|
24
23
|
bottom: 0;
|
24
|
+
left: 0;
|
25
25
|
width: 12px;
|
26
26
|
background-color: #00B956;
|
27
27
|
border-radius: 0 12px 12px 0;
|
@@ -33,8 +33,8 @@ h5 {
|
|
33
33
|
}
|
34
34
|
@media screen and (max-width: 767px) {
|
35
35
|
.mfui-beta-button-banner:before {
|
36
|
-
bottom: auto;
|
37
36
|
right: 0;
|
37
|
+
bottom: auto;
|
38
38
|
width: auto;
|
39
39
|
height: 12px;
|
40
40
|
}
|
@@ -45,8 +45,8 @@ h5 {
|
|
45
45
|
}
|
46
46
|
@media screen and (max-width: 767px) {
|
47
47
|
.mfui-beta-button-banner__content {
|
48
|
-
text-align: center;
|
49
48
|
padding: 36px 16px 32px;
|
49
|
+
text-align: center;
|
50
50
|
}
|
51
51
|
}
|
52
52
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
@@ -65,8 +65,6 @@ h5 {
|
|
65
65
|
}
|
66
66
|
}
|
67
67
|
.mfui-beta-button-banner__media {
|
68
|
-
overflow: hidden;
|
69
|
-
height: 100%;
|
70
68
|
display: -webkit-box;
|
71
69
|
display: -ms-flexbox;
|
72
70
|
display: flex;
|
@@ -76,9 +74,11 @@ h5 {
|
|
76
74
|
-webkit-box-pack: center;
|
77
75
|
-ms-flex-pack: center;
|
78
76
|
justify-content: center;
|
77
|
+
height: 100%;
|
78
|
+
padding: 0 20px;
|
79
|
+
overflow: hidden;
|
79
80
|
background-repeat: no-repeat;
|
80
81
|
background-position: center;
|
81
|
-
padding: 0 20px;
|
82
82
|
border-radius: 0 8px 8px 0;
|
83
83
|
}
|
84
84
|
@media screen and (max-width: 767px) {
|
@@ -10,10 +10,10 @@ h5 {
|
|
10
10
|
display: -ms-flexbox;
|
11
11
|
display: flex;
|
12
12
|
border-radius: 8px;
|
13
|
+
overflow: hidden;
|
14
|
+
background-color: #FFFFFF;
|
13
15
|
-webkit-box-shadow: 0 0.25px 3px rgba(0, 0, 0, 0.25);
|
14
16
|
box-shadow: 0 0.25px 3px rgba(0, 0, 0, 0.25);
|
15
|
-
background-color: #FFFFFF;
|
16
|
-
overflow: hidden;
|
17
17
|
}
|
18
18
|
.mfui-beta-card__inner {
|
19
19
|
display: -webkit-box;
|
@@ -28,9 +28,9 @@ h5 {
|
|
28
28
|
flex-grow: 0;
|
29
29
|
-ms-flex-negative: 1;
|
30
30
|
flex-shrink: 1;
|
31
|
-
width: 100%;
|
32
31
|
-webkit-box-sizing: border-box;
|
33
32
|
box-sizing: border-box;
|
33
|
+
width: 100%;
|
34
34
|
padding: 32px 20px;
|
35
35
|
}
|
36
36
|
@media screen and (max-width: 767px) {
|
@@ -42,8 +42,8 @@ h5 {
|
|
42
42
|
font-size: 15px;
|
43
43
|
line-height: 24px;
|
44
44
|
font-weight: 400;
|
45
|
-
color: #333333;
|
46
45
|
margin-top: 12px;
|
46
|
+
color: #333333;
|
47
47
|
}
|
48
48
|
.mfui-beta-card__btns-wrapper {
|
49
49
|
display: -webkit-box;
|
@@ -51,14 +51,14 @@ h5 {
|
|
51
51
|
display: flex;
|
52
52
|
-ms-flex-wrap: wrap;
|
53
53
|
flex-wrap: wrap;
|
54
|
-
-webkit-box-pack: space-evenly;
|
55
|
-
-ms-flex-pack: space-evenly;
|
56
|
-
justify-content: space-evenly;
|
57
54
|
-webkit-box-align: center;
|
58
55
|
-ms-flex-align: center;
|
59
56
|
align-items: center;
|
60
|
-
|
57
|
+
-webkit-box-pack: space-evenly;
|
58
|
+
-ms-flex-pack: space-evenly;
|
59
|
+
justify-content: space-evenly;
|
61
60
|
margin-top: auto;
|
61
|
+
padding-top: 12px;
|
62
62
|
}
|
63
63
|
.mfui-beta-card__btns-wrapper_left-align {
|
64
64
|
-webkit-box-pack: start;
|
@@ -92,21 +92,21 @@ h5 {
|
|
92
92
|
display: -webkit-box;
|
93
93
|
display: -ms-flexbox;
|
94
94
|
display: flex;
|
95
|
-
-webkit-box-pack: center;
|
96
|
-
-ms-flex-pack: center;
|
97
|
-
justify-content: center;
|
98
95
|
-webkit-box-align: center;
|
99
96
|
-ms-flex-align: center;
|
100
97
|
align-items: center;
|
98
|
+
-webkit-box-pack: center;
|
99
|
+
-ms-flex-pack: center;
|
100
|
+
justify-content: center;
|
101
101
|
margin-top: -32px;
|
102
|
-
margin-left: -20px;
|
103
102
|
margin-right: -20px;
|
103
|
+
margin-left: -20px;
|
104
104
|
}
|
105
105
|
@media screen and (max-width: 767px) {
|
106
106
|
.mfui-beta-card__pic-wrapper_img {
|
107
107
|
margin-top: -24px;
|
108
|
-
margin-left: -16px;
|
109
108
|
margin-right: -16px;
|
109
|
+
margin-left: -16px;
|
110
110
|
}
|
111
111
|
}
|
112
112
|
.mfui-beta-card__pic-wrapper_object-fit_fill img {
|
@@ -8,22 +8,6 @@ h5 {
|
|
8
8
|
.mfui-beta-container {
|
9
9
|
padding-bottom: 96px;
|
10
10
|
}
|
11
|
-
.mfui-beta-container_disable-padding-top {
|
12
|
-
padding-top: 0 !important;
|
13
|
-
}
|
14
|
-
.mfui-beta-container_disable-padding-bottom {
|
15
|
-
padding-bottom: 0 !important;
|
16
|
-
}
|
17
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
18
|
-
.mfui-beta-container {
|
19
|
-
padding-bottom: 72px;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
@media screen and (max-width: 767px) {
|
23
|
-
.mfui-beta-container {
|
24
|
-
padding-bottom: 48px;
|
25
|
-
}
|
26
|
-
}
|
27
11
|
.mfui-beta-container_bg-color_default {
|
28
12
|
background-color: #FFFFFF;
|
29
13
|
}
|
@@ -39,6 +23,16 @@ h5 {
|
|
39
23
|
.mfui-beta-container_bg-color_purple {
|
40
24
|
background-color: #731982;
|
41
25
|
}
|
26
|
+
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
27
|
+
.mfui-beta-container {
|
28
|
+
padding-bottom: 72px;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
@media screen and (max-width: 767px) {
|
32
|
+
.mfui-beta-container {
|
33
|
+
padding-bottom: 48px;
|
34
|
+
}
|
35
|
+
}
|
42
36
|
.mfui-beta-container_bg-color_default + .mfui-beta-container_bg-color_light-gray {
|
43
37
|
padding-top: 96px;
|
44
38
|
}
|
@@ -2806,3 +2800,9 @@ h5 {
|
|
2806
2800
|
.mfui-beta-container .mfui-beta-page-title + .mfui-beta-button-link-box {
|
2807
2801
|
margin-top: 0 !important;
|
2808
2802
|
}
|
2803
|
+
.mfui-beta-container_disable-padding-top {
|
2804
|
+
padding-top: 0 !important;
|
2805
|
+
}
|
2806
|
+
.mfui-beta-container_disable-padding-bottom {
|
2807
|
+
padding-bottom: 0 !important;
|
2808
|
+
}
|
@@ -6,8 +6,8 @@ h5 {
|
|
6
6
|
margin: 0;
|
7
7
|
}
|
8
8
|
.mfui-beta-instructions__title_resolution_mobile {
|
9
|
-
text-align: center;
|
10
9
|
margin-bottom: 32px;
|
10
|
+
text-align: center;
|
11
11
|
}
|
12
12
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
13
13
|
.mfui-beta-instructions__title_resolution_mobile {
|
@@ -67,10 +67,10 @@ h5 {
|
|
67
67
|
}
|
68
68
|
@media screen and (min-width: 1024px) {
|
69
69
|
.mfui-beta-instructions__picture {
|
70
|
-
width: 50%;
|
71
70
|
-webkit-box-ordinal-group: 3;
|
72
71
|
-ms-flex-order: 2;
|
73
72
|
order: 2;
|
73
|
+
width: 50%;
|
74
74
|
}
|
75
75
|
}
|
76
76
|
@media screen and (min-width: 1024px) {
|
@@ -103,15 +103,15 @@ h5 {
|
|
103
103
|
.mfui-beta-instructions__img-wrapper:before {
|
104
104
|
content: '';
|
105
105
|
position: absolute;
|
106
|
-
|
106
|
+
right: 0;
|
107
107
|
bottom: 0;
|
108
108
|
left: 0;
|
109
|
-
|
109
|
+
z-index: 2;
|
110
|
+
display: block;
|
110
111
|
width: 324px;
|
111
112
|
height: 1px;
|
112
113
|
margin: 0 auto;
|
113
114
|
background: #D8D8D8;
|
114
|
-
z-index: 2;
|
115
115
|
}
|
116
116
|
}
|
117
117
|
.mfui-beta-instructions__device-screen {
|
@@ -136,8 +136,8 @@ h5 {
|
|
136
136
|
.mfui-beta-instructions_mask_android .mfui-beta-instructions__swiper {
|
137
137
|
position: absolute;
|
138
138
|
top: 59px;
|
139
|
-
left: 0;
|
140
139
|
right: 0;
|
140
|
+
left: 0;
|
141
141
|
width: 204px;
|
142
142
|
height: 363px;
|
143
143
|
margin: auto;
|
@@ -171,24 +171,24 @@ h5 {
|
|
171
171
|
}
|
172
172
|
.mfui-beta-instructions_mask_new-iphone .mfui-beta-instructions__device-screen {
|
173
173
|
position: relative;
|
174
|
+
z-index: 2;
|
174
175
|
width: 100%;
|
175
176
|
height: 490px;
|
176
177
|
margin: auto;
|
177
178
|
background: url('./img/newIphone.png') 50% no-repeat;
|
178
179
|
background-size: contain;
|
179
|
-
z-index: 2;
|
180
180
|
}
|
181
181
|
.mfui-beta-instructions_mask_new-iphone .mfui-beta-instructions__swiper {
|
182
182
|
position: absolute;
|
183
183
|
top: 14px;
|
184
|
-
left: 0;
|
185
184
|
right: 0;
|
185
|
+
left: 0;
|
186
|
+
z-index: 1;
|
186
187
|
width: 214px;
|
187
188
|
height: 462px;
|
188
189
|
margin: auto;
|
189
|
-
overflow: hidden;
|
190
190
|
border-radius: 20px;
|
191
|
-
|
191
|
+
overflow: hidden;
|
192
192
|
}
|
193
193
|
@media screen and (max-width: 1023px) {
|
194
194
|
.mfui-beta-instructions_mask_iphone-12 .mfui-beta-instructions__img-wrapper:before {
|
@@ -197,24 +197,24 @@ h5 {
|
|
197
197
|
}
|
198
198
|
.mfui-beta-instructions_mask_iphone-12 .mfui-beta-instructions__device-screen {
|
199
199
|
position: relative;
|
200
|
+
z-index: 2;
|
200
201
|
width: 100%;
|
201
202
|
height: 490px;
|
202
203
|
margin: auto;
|
203
204
|
background: url('./img/iphone12.png') 50% no-repeat;
|
204
205
|
background-size: contain;
|
205
|
-
z-index: 2;
|
206
206
|
}
|
207
207
|
.mfui-beta-instructions_mask_iphone-12 .mfui-beta-instructions__swiper {
|
208
208
|
position: absolute;
|
209
209
|
top: 14px;
|
210
|
-
left: 0;
|
211
210
|
right: 0;
|
211
|
+
left: 0;
|
212
|
+
z-index: 1;
|
212
213
|
width: 214px;
|
213
214
|
height: 462px;
|
214
215
|
margin: auto;
|
215
|
-
overflow: hidden;
|
216
216
|
border-radius: 20px;
|
217
|
-
|
217
|
+
overflow: hidden;
|
218
218
|
}
|
219
219
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
220
220
|
.mfui-beta-instructions_mask_laptop .mfui-beta-instructions__img-wrapper {
|
@@ -278,8 +278,8 @@ h5 {
|
|
278
278
|
.mfui-beta-instructions_mask_laptop .mfui-beta-instructions__swiper {
|
279
279
|
position: absolute;
|
280
280
|
top: 50%;
|
281
|
-
left: 50%;
|
282
281
|
right: 0;
|
282
|
+
left: 50%;
|
283
283
|
width: 78%;
|
284
284
|
margin: auto;
|
285
285
|
overflow: hidden;
|
@@ -311,10 +311,10 @@ h5 {
|
|
311
311
|
}
|
312
312
|
@media screen and (min-width: 1024px) {
|
313
313
|
.mfui-beta-instructions__articles {
|
314
|
-
width: 50%;
|
315
314
|
-webkit-box-ordinal-group: 2;
|
316
315
|
-ms-flex-order: 1;
|
317
316
|
order: 1;
|
317
|
+
width: 50%;
|
318
318
|
}
|
319
319
|
}
|
320
320
|
@media screen and (min-width: 1024px) {
|
@@ -323,9 +323,9 @@ h5 {
|
|
323
323
|
}
|
324
324
|
}
|
325
325
|
.mfui-beta-instructions__articles-list {
|
326
|
-
list-style-type: none;
|
327
|
-
padding: 0;
|
328
326
|
margin: 0;
|
327
|
+
padding: 0;
|
328
|
+
list-style-type: none;
|
329
329
|
}
|
330
330
|
.mfui-beta-instructions__articles-list_text-after {
|
331
331
|
margin-bottom: 48px;
|
@@ -341,8 +341,8 @@ h5 {
|
|
341
341
|
}
|
342
342
|
}
|
343
343
|
.mfui-beta-instructions__articles-item {
|
344
|
-
opacity: 0.5;
|
345
344
|
position: relative;
|
345
|
+
opacity: 0.5;
|
346
346
|
}
|
347
347
|
@media screen and (min-width: 1024px) {
|
348
348
|
.mfui-beta-instructions__articles-item {
|
@@ -360,9 +360,9 @@ h5 {
|
|
360
360
|
.mfui-beta-instructions__articles-item:hover .mfui-beta-instructions__articles-item-dot:before,
|
361
361
|
.mfui-beta-instructions__articles-item_active .mfui-beta-instructions__articles-item-dot:before {
|
362
362
|
top: 0;
|
363
|
-
left: 0;
|
364
363
|
right: 0;
|
365
364
|
bottom: 0;
|
365
|
+
left: 0;
|
366
366
|
background: #00B956;
|
367
367
|
}
|
368
368
|
@media screen and (min-width: 1024px) {
|
@@ -376,11 +376,11 @@ h5 {
|
|
376
376
|
display: inline-block;
|
377
377
|
width: 40px;
|
378
378
|
height: 40px;
|
379
|
+
border-radius: 50%;
|
380
|
+
font-weight: 500;
|
379
381
|
font-size: 15px;
|
380
382
|
line-height: 40px;
|
381
|
-
font-weight: 500;
|
382
383
|
text-align: center;
|
383
|
-
border-radius: 50%;
|
384
384
|
-webkit-box-shadow: inset 0 0 0 1px #B2B2B2;
|
385
385
|
box-shadow: inset 0 0 0 1px #B2B2B2;
|
386
386
|
cursor: pointer;
|
@@ -396,12 +396,12 @@ h5 {
|
|
396
396
|
content: '';
|
397
397
|
position: absolute;
|
398
398
|
top: 50%;
|
399
|
-
left: 50%;
|
400
399
|
right: 50%;
|
401
400
|
bottom: 50%;
|
401
|
+
left: 50%;
|
402
|
+
border-radius: 50%;
|
402
403
|
-webkit-transition: all 0.3s ease;
|
403
404
|
transition: all 0.3s ease;
|
404
|
-
border-radius: 50%;
|
405
405
|
}
|
406
406
|
.mfui-beta-instructions__articles-item-dot-number,
|
407
407
|
.mfui-beta-instructions__articles-dot-number {
|
@@ -427,8 +427,8 @@ h5 {
|
|
427
427
|
-webkit-box-pack: center;
|
428
428
|
-ms-flex-pack: center;
|
429
429
|
justify-content: center;
|
430
|
-
padding: 0;
|
431
430
|
margin: 0;
|
431
|
+
padding: 0;
|
432
432
|
list-style-type: none;
|
433
433
|
}
|
434
434
|
.mfui-beta-instructions__articles-dots_text-after {
|
@@ -454,9 +454,9 @@ h5 {
|
|
454
454
|
.mfui-beta-instructions__articles-dot:hover:before,
|
455
455
|
.mfui-beta-instructions__articles-dot_active:before {
|
456
456
|
top: 0;
|
457
|
-
left: 0;
|
458
457
|
right: 0;
|
459
458
|
bottom: 0;
|
459
|
+
left: 0;
|
460
460
|
background: #00B956;
|
461
461
|
}
|
462
462
|
.mfui-beta-instructions__articles-dot:last-child {
|
@@ -41,9 +41,9 @@ h5 {
|
|
41
41
|
display: inline-block;
|
42
42
|
margin-top: 16px;
|
43
43
|
padding: 2px 14px;
|
44
|
+
color: #FFFFFF;
|
44
45
|
font-weight: 500;
|
45
46
|
background-color: #731982;
|
46
|
-
color: #FFFFFF;
|
47
47
|
}
|
48
48
|
@media screen and (min-width: 1280px) {
|
49
49
|
.mfui-beta-page-title__badge_under-breadcrumbs {
|
@@ -34,10 +34,10 @@ h5 {
|
|
34
34
|
}
|
35
35
|
@media screen and (min-width: 1024px) {
|
36
36
|
.mfui-beta-picture-with-description__picture {
|
37
|
-
width: 50%;
|
38
37
|
-webkit-box-ordinal-group: 3;
|
39
38
|
-ms-flex-order: 2;
|
40
39
|
order: 2;
|
40
|
+
width: 50%;
|
41
41
|
}
|
42
42
|
}
|
43
43
|
@media screen and (min-width: 1024px) {
|
@@ -61,10 +61,10 @@ h5 {
|
|
61
61
|
}
|
62
62
|
@media screen and (min-width: 1024px) {
|
63
63
|
.mfui-beta-picture-with-description__articles {
|
64
|
-
width: 50%;
|
65
64
|
-webkit-box-ordinal-group: 2;
|
66
65
|
-ms-flex-order: 1;
|
67
66
|
order: 1;
|
67
|
+
width: 50%;
|
68
68
|
}
|
69
69
|
}
|
70
70
|
@media screen and (min-width: 1024px) {
|
@@ -35,19 +35,19 @@ h5 {
|
|
35
35
|
display: flex;
|
36
36
|
}
|
37
37
|
.mfui-beta-property__icon {
|
38
|
+
display: inline-block;
|
38
39
|
width: 24px;
|
39
40
|
height: 24px;
|
40
|
-
overflow: hidden;
|
41
41
|
margin-right: 9px;
|
42
42
|
margin-left: 1px;
|
43
|
-
|
43
|
+
overflow: hidden;
|
44
44
|
vertical-align: bottom;
|
45
45
|
}
|
46
46
|
.mfui-beta-property__badge {
|
47
|
-
border-radius: 2px;
|
48
|
-
font-size: 12px;
|
49
47
|
padding: 2px 8px;
|
48
|
+
border-radius: 2px;
|
50
49
|
color: #FFFFFF;
|
50
|
+
font-size: 12px;
|
51
51
|
background: #FFA717;
|
52
52
|
}
|
53
53
|
.mfui-beta-property__inner {
|
@@ -70,18 +70,18 @@ h5 {
|
|
70
70
|
width: 100%;
|
71
71
|
}
|
72
72
|
.mfui-beta-property__value-wrapper {
|
73
|
-
width: 35%;
|
74
73
|
display: -webkit-box;
|
75
74
|
display: -ms-flexbox;
|
76
75
|
display: flex;
|
77
|
-
-
|
78
|
-
|
79
|
-
justify-content: flex-end;
|
76
|
+
-ms-flex-negative: 0;
|
77
|
+
flex-shrink: 0;
|
80
78
|
-webkit-box-align: start;
|
81
79
|
-ms-flex-align: start;
|
82
80
|
align-items: flex-start;
|
83
|
-
-
|
84
|
-
flex-
|
81
|
+
-webkit-box-pack: end;
|
82
|
+
-ms-flex-pack: end;
|
83
|
+
justify-content: flex-end;
|
84
|
+
width: 35%;
|
85
85
|
}
|
86
86
|
@media screen and (max-width: 479px) {
|
87
87
|
.mfui-beta-property__value-wrapper {
|
@@ -90,10 +90,10 @@ h5 {
|
|
90
90
|
}
|
91
91
|
}
|
92
92
|
.mfui-beta-property__value-wrapper_merged {
|
93
|
-
border-left: 1px solid #D8D8D8;
|
94
93
|
-webkit-box-align: center;
|
95
94
|
-ms-flex-align: center;
|
96
95
|
align-items: center;
|
96
|
+
border-left: 1px solid #D8D8D8;
|
97
97
|
}
|
98
98
|
.mfui-beta-property__desc {
|
99
99
|
margin-top: 8px;
|
@@ -7,8 +7,8 @@ h5 {
|
|
7
7
|
}
|
8
8
|
.mfui-beta-steps {
|
9
9
|
width: 66%;
|
10
|
-
margin-left: auto;
|
11
10
|
margin-right: auto;
|
11
|
+
margin-left: auto;
|
12
12
|
}
|
13
13
|
@media screen and (min-width: 1280px) {
|
14
14
|
.mfui-beta-steps {
|
@@ -24,9 +24,9 @@ h5 {
|
|
24
24
|
margin-bottom: 40px;
|
25
25
|
}
|
26
26
|
.mfui-beta-steps__list {
|
27
|
-
list-style: none;
|
28
27
|
margin: 0;
|
29
28
|
padding: 0;
|
29
|
+
list-style: none;
|
30
30
|
}
|
31
31
|
.mfui-beta-steps__item {
|
32
32
|
margin-bottom: 48px;
|
@@ -17,19 +17,19 @@ h5 {
|
|
17
17
|
display: -webkit-box;
|
18
18
|
display: -ms-flexbox;
|
19
19
|
display: flex;
|
20
|
+
-ms-flex-negative: 0;
|
21
|
+
flex-shrink: 0;
|
20
22
|
-webkit-box-align: center;
|
21
23
|
-ms-flex-align: center;
|
22
24
|
align-items: center;
|
23
25
|
-webkit-box-pack: center;
|
24
26
|
-ms-flex-pack: center;
|
25
27
|
justify-content: center;
|
26
|
-
-ms-flex-negative: 0;
|
27
|
-
flex-shrink: 0;
|
28
28
|
width: 40px;
|
29
29
|
height: 40px;
|
30
30
|
border-radius: 50%;
|
31
|
-
background-color: #00B956;
|
32
31
|
color: #FFFFFF;
|
32
|
+
background-color: #00B956;
|
33
33
|
}
|
34
34
|
.mfui-beta-steps-item__text-wrapper {
|
35
35
|
padding-top: 8px;
|
@@ -29,8 +29,8 @@ h5 {
|
|
29
29
|
background-image: url('./img/new-iphone.png');
|
30
30
|
}
|
31
31
|
.mfui-beta-store-banner_mask_new-iphone .mfui-beta-store-banner__screen {
|
32
|
-
z-index: 1;
|
33
32
|
top: 13px;
|
33
|
+
z-index: 1;
|
34
34
|
width: 87%;
|
35
35
|
}
|
36
36
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
@@ -110,9 +110,9 @@ h5 {
|
|
110
110
|
}
|
111
111
|
@media screen and (max-width: 767px) {
|
112
112
|
.mfui-beta-store-banner__content {
|
113
|
+
padding-right: 15px;
|
113
114
|
padding-bottom: 32px;
|
114
115
|
padding-left: 15px;
|
115
|
-
padding-right: 15px;
|
116
116
|
text-align: center;
|
117
117
|
}
|
118
118
|
}
|
@@ -122,12 +122,12 @@ h5 {
|
|
122
122
|
background-size: cover;
|
123
123
|
}
|
124
124
|
.mfui-beta-store-banner__device-wrapper {
|
125
|
-
width: 235px;
|
126
125
|
position: relative;
|
127
126
|
bottom: calc(2 * (32px - 1px));
|
127
|
+
width: 235px;
|
128
128
|
height: calc(100% + 2 * 32px + 30px);
|
129
|
-
margin-left: auto;
|
130
129
|
margin-right: auto;
|
130
|
+
margin-left: auto;
|
131
131
|
overflow: hidden;
|
132
132
|
}
|
133
133
|
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
@@ -192,12 +192,12 @@ h5 {
|
|
192
192
|
margin-bottom: 10px;
|
193
193
|
}
|
194
194
|
.mfui-beta-store-banner__stores {
|
195
|
-
-webkit-box-flex: 1;
|
196
|
-
-ms-flex-positive: 1;
|
197
|
-
flex-grow: 1;
|
198
195
|
display: -webkit-box;
|
199
196
|
display: -ms-flexbox;
|
200
197
|
display: flex;
|
198
|
+
-webkit-box-flex: 1;
|
199
|
+
-ms-flex-positive: 1;
|
200
|
+
flex-grow: 1;
|
201
201
|
-ms-flex-wrap: wrap;
|
202
202
|
flex-wrap: wrap;
|
203
203
|
}
|
@@ -242,10 +242,10 @@ h5 {
|
|
242
242
|
-webkit-box-direction: normal;
|
243
243
|
-ms-flex-direction: row;
|
244
244
|
flex-direction: row;
|
245
|
-
max-width: 305px;
|
246
245
|
-webkit-box-pack: start;
|
247
246
|
-ms-flex-pack: start;
|
248
247
|
justify-content: flex-start;
|
248
|
+
max-width: 305px;
|
249
249
|
}
|
250
250
|
}
|
251
251
|
.mfui-beta-store-banner__links_three .mfui-beta-store-banner__qr-code + .mfui-beta-store-banner__stores .mfui-beta-store-banner__store-link {
|
@@ -255,8 +255,8 @@ h5 {
|
|
255
255
|
margin-right: 0;
|
256
256
|
}
|
257
257
|
.mfui-beta-store-banner__links_three .mfui-beta-store-banner__store-link {
|
258
|
-
height: 35px;
|
259
258
|
width: 119px;
|
259
|
+
height: 35px;
|
260
260
|
}
|
261
261
|
@media screen and (max-width: 1023px) {
|
262
262
|
.mfui-beta-store-banner__links_three .mfui-beta-store-banner__store-link:not(:first-child) {
|
@@ -1,8 +1,8 @@
|
|
1
1
|
.mfui-beta-store-button {
|
2
|
-
|
2
|
+
border-radius: 8px;
|
3
3
|
background-repeat: no-repeat;
|
4
4
|
background-position: center;
|
5
|
-
|
5
|
+
background-size: cover;
|
6
6
|
}
|
7
7
|
.mfui-beta-store-button_theme_app-store {
|
8
8
|
background-image: url('./img/app-store.png');
|