@megafon/ui-shared 2.0.0-beta.224 → 2.0.0-beta.228

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  3. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
  4. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -1
  5. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -1
  6. package/dist/es/components/ButtonBanner/ButtonBanner.css +6 -6
  7. package/dist/es/components/Card/Card.css +16 -12
  8. package/dist/es/components/Card/Card.d.ts +2 -2
  9. package/dist/es/components/Card/Card.js +4 -5
  10. package/dist/es/components/Container/Container.css +16 -16
  11. package/dist/es/components/Instructions/Instructions.css +26 -26
  12. package/dist/es/components/PageTitle/PageTitle.css +1 -1
  13. package/dist/es/components/Partners/Partners.css +2 -2
  14. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +2 -2
  15. package/dist/es/components/Property/Property.css +12 -12
  16. package/dist/es/components/Property/PropertyDescription.css +1 -1
  17. package/dist/es/components/Steps/Steps.css +2 -2
  18. package/dist/es/components/Steps/StepsItem.css +3 -3
  19. package/dist/es/components/StoreBanner/StoreBanner.css +9 -9
  20. package/dist/es/components/StoreButton/StoreButton.css +2 -2
  21. package/dist/es/components/Table/Table.css +48 -48
  22. package/dist/es/components/TextBox/TextBoxPicture.css +23 -0
  23. package/dist/es/components/TextBox/TextBoxPicture.d.ts +17 -0
  24. package/dist/es/components/TextBox/TextBoxPicture.js +31 -0
  25. package/dist/es/components/VideoBanner/VideoBanner.css +8 -8
  26. package/dist/es/components/VideoBlock/VideoBlock.css +3 -3
  27. package/dist/es/index.d.ts +1 -0
  28. package/dist/es/index.js +1 -0
  29. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  30. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +2 -2
  31. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -1
  32. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -1
  33. package/dist/lib/components/ButtonBanner/ButtonBanner.css +6 -6
  34. package/dist/lib/components/Card/Card.css +16 -12
  35. package/dist/lib/components/Card/Card.d.ts +2 -2
  36. package/dist/lib/components/Card/Card.js +3 -4
  37. package/dist/lib/components/Container/Container.css +16 -16
  38. package/dist/lib/components/Instructions/Instructions.css +26 -26
  39. package/dist/lib/components/PageTitle/PageTitle.css +1 -1
  40. package/dist/lib/components/Partners/Partners.css +2 -2
  41. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +2 -2
  42. package/dist/lib/components/Property/Property.css +12 -12
  43. package/dist/lib/components/Property/PropertyDescription.css +1 -1
  44. package/dist/lib/components/Steps/Steps.css +2 -2
  45. package/dist/lib/components/Steps/StepsItem.css +3 -3
  46. package/dist/lib/components/StoreBanner/StoreBanner.css +9 -9
  47. package/dist/lib/components/StoreButton/StoreButton.css +2 -2
  48. package/dist/lib/components/Table/Table.css +48 -48
  49. package/dist/lib/components/TextBox/TextBoxPicture.css +23 -0
  50. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +17 -0
  51. package/dist/lib/components/TextBox/TextBoxPicture.js +48 -0
  52. package/dist/lib/components/VideoBanner/VideoBanner.css +8 -8
  53. package/dist/lib/components/VideoBlock/VideoBlock.css +3 -3
  54. package/dist/lib/index.d.ts +1 -0
  55. package/dist/lib/index.js +8 -0
  56. package/package.json +9 -12
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
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.228](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.227...@megafon/ui-shared@2.0.0-beta.228) (2021-09-27)
7
+
8
+ **Note:** Version bump only for package @megafon/ui-shared
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
20
+ * **buttonbanner.less:** fix [@media](https://github.com/media) query position ([955b9b4](https://github.com/MegafonWebLab/megafon-ui/commit/955b9b416933078340e7ad9482073da25ba3a0eb))
21
+ * **textboxpicture:** fix modifiers names ([52e713d](https://github.com/MegafonWebLab/megafon-ui/commit/52e713d60edb8da68a0dafe62df08baec6ad23bf))
22
+ * **ui-shared:** add frontend-presets configs; fix stylelint errors ([06df02d](https://github.com/MegafonWebLab/megafon-ui/commit/06df02d5218c611282fa5aea079bca46afcdbd56))
23
+
24
+
25
+
26
+
27
+
28
+ # [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)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
34
+
35
+
36
+ ### Features
37
+
38
+ * **card:** extend type of title and text props ([e275054](https://github.com/MegafonWebLab/megafon-ui/commit/e275054d304ee8870186b21e2e871a94a0e59ca2))
39
+ * **textboxpictures:** add TextBoxPicture component, should be used only in TexBox component ([a88265f](https://github.com/MegafonWebLab/megafon-ui/commit/a88265f5938f8a27fe51b7cb39fa14ef2e4bdb7f))
40
+
41
+
42
+
43
+
44
+
45
+ # [2.0.0-beta.225](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.224...@megafon/ui-shared@2.0.0-beta.225) (2021-09-14)
46
+
47
+ **Note:** Version bump only for package @megafon/ui-shared
48
+
49
+
50
+
51
+
52
+
6
53
  # [2.0.0-beta.224](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.223...@megafon/ui-shared@2.0.0-beta.224) (2021-09-13)
7
54
 
8
55
 
@@ -6,8 +6,8 @@ h5 {
6
6
  margin: 0;
7
7
  }
8
8
  .mfui-beta-benefits-icons {
9
- font-size: 10px;
10
9
  overflow: hidden;
10
+ font-size: 10px;
11
11
  }
12
12
  .mfui-beta-benefits-icons__inner {
13
13
  margin-bottom: -48px;
@@ -23,8 +23,8 @@ h5 {
23
23
  margin-bottom: 0;
24
24
  }
25
25
  .mfui-beta-benefits-icons-tile__svg-icon {
26
- width: 44px;
27
- height: 44px;
26
+ width: 40px;
27
+ height: 40px;
28
28
  overflow: hidden;
29
29
  }
30
30
  .mfui-beta-benefits-icons-tile_icon-position_left-side {
@@ -11,8 +11,8 @@ h5 {
11
11
  }
12
12
  .mfui-beta-benefits-pictures__img_h-align_center {
13
13
  display: block;
14
- margin-left: auto;
15
14
  margin-right: auto;
15
+ margin-left: auto;
16
16
  }
17
17
  .mfui-beta-benefits-pictures__title {
18
18
  margin-bottom: 12px;
@@ -26,8 +26,8 @@ h5 {
26
26
  }
27
27
  .mfui-beta-breadcrumbs__item {
28
28
  position: relative;
29
- padding-left: 22px;
30
29
  margin-right: 10px;
30
+ padding-left: 22px;
31
31
  }
32
32
  .mfui-beta-breadcrumbs__item:before {
33
33
  content: '→';
@@ -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) {
@@ -39,7 +39,11 @@ h5 {
39
39
  }
40
40
  }
41
41
  .mfui-beta-card__text {
42
+ font-size: 15px;
43
+ line-height: 24px;
44
+ font-weight: 400;
42
45
  margin-top: 12px;
46
+ color: #333333;
43
47
  }
44
48
  .mfui-beta-card__btns-wrapper {
45
49
  display: -webkit-box;
@@ -47,14 +51,14 @@ h5 {
47
51
  display: flex;
48
52
  -ms-flex-wrap: wrap;
49
53
  flex-wrap: wrap;
50
- -webkit-box-pack: space-evenly;
51
- -ms-flex-pack: space-evenly;
52
- justify-content: space-evenly;
53
54
  -webkit-box-align: center;
54
55
  -ms-flex-align: center;
55
56
  align-items: center;
56
- padding-top: 12px;
57
+ -webkit-box-pack: space-evenly;
58
+ -ms-flex-pack: space-evenly;
59
+ justify-content: space-evenly;
57
60
  margin-top: auto;
61
+ padding-top: 12px;
58
62
  }
59
63
  .mfui-beta-card__btns-wrapper_left-align {
60
64
  -webkit-box-pack: start;
@@ -88,21 +92,21 @@ h5 {
88
92
  display: -webkit-box;
89
93
  display: -ms-flexbox;
90
94
  display: flex;
91
- -webkit-box-pack: center;
92
- -ms-flex-pack: center;
93
- justify-content: center;
94
95
  -webkit-box-align: center;
95
96
  -ms-flex-align: center;
96
97
  align-items: center;
98
+ -webkit-box-pack: center;
99
+ -ms-flex-pack: center;
100
+ justify-content: center;
97
101
  margin-top: -32px;
98
- margin-left: -20px;
99
102
  margin-right: -20px;
103
+ margin-left: -20px;
100
104
  }
101
105
  @media screen and (max-width: 767px) {
102
106
  .mfui-beta-card__pic-wrapper_img {
103
107
  margin-top: -24px;
104
- margin-left: -16px;
105
108
  margin-right: -16px;
109
+ margin-left: -16px;
106
110
  }
107
111
  }
108
112
  .mfui-beta-card__pic-wrapper_object-fit_fill img {
@@ -43,9 +43,9 @@ export interface ICard {
43
43
  /** Иконка в карточке */
44
44
  svgSrc?: React.ReactNode;
45
45
  /** Заголовок карточки */
46
- title: string;
46
+ title: string | React.ReactNode[] | React.ReactNode;
47
47
  /** Текст карточки */
48
- text?: string;
48
+ text?: string | React.ReactNode[] | React.ReactNode;
49
49
  /** Данные для кнопки */
50
50
  button?: IButton;
51
51
  /** Данные для ссылки */
@@ -3,7 +3,7 @@ import "core-js/modules/es.string.link";
3
3
  import _extends from "@babel/runtime/helpers/extends";
4
4
  import React from 'react';
5
5
  import "./Card.css";
6
- import { Header, Paragraph, Button, TextLink, Link } from '@megafon/ui-core';
6
+ import { Header, Button, TextLink, Link } from '@megafon/ui-core';
7
7
  import { cnCreate, filterDataAttrs } from '@megafon/ui-helpers';
8
8
  import PropTypes from 'prop-types';
9
9
  export var Target = {
@@ -134,8 +134,7 @@ var Card = function Card(_ref) {
134
134
  }, /*#__PURE__*/React.createElement(React.Fragment, null, renderImage(), /*#__PURE__*/React.createElement(Header, {
135
135
  as: "h3",
136
136
  className: cn('title')
137
- }, title), !!text && /*#__PURE__*/React.createElement(Paragraph, {
138
- hasMargin: false,
137
+ }, title), !!text && /*#__PURE__*/React.createElement("div", {
139
138
  className: cn('text')
140
139
  }, text), renderBtnsWrapper())));
141
140
  };
@@ -154,8 +153,8 @@ Card.propTypes = {
154
153
  }), PropTypes.any])]),
155
154
  imageSrc: PropTypes.string,
156
155
  svgSrc: PropTypes.node,
157
- title: PropTypes.string.isRequired,
158
- text: PropTypes.string,
156
+ title: PropTypes.oneOfType([PropTypes.string, PropTypes.node, PropTypes.arrayOf(PropTypes.node)]).isRequired,
157
+ text: PropTypes.oneOfType([PropTypes.string, PropTypes.node, PropTypes.arrayOf(PropTypes.node)]),
159
158
  button: PropTypes.shape({
160
159
  title: PropTypes.string.isRequired,
161
160
  href: PropTypes.string.isRequired,
@@ -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
- display: block;
106
+ right: 0;
107
107
  bottom: 0;
108
108
  left: 0;
109
- right: 0;
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
- z-index: 1;
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
- z-index: 1;
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 {
@@ -46,8 +46,8 @@ h5 {
46
46
  position: absolute;
47
47
  top: 50%;
48
48
  left: 50%;
49
+ max-width: 100%;
50
+ max-height: 100%;
49
51
  -webkit-transform: translate(-50%, -50%);
50
52
  transform: translate(-50%, -50%);
51
- max-height: 100%;
52
- max-width: 100%;
53
53
  }
@@ -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
- display: inline-block;
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
- -webkit-box-pack: end;
78
- -ms-flex-pack: end;
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
- -ms-flex-negative: 0;
84
- flex-shrink: 0;
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;
@@ -105,9 +105,9 @@ h5 {
105
105
  max-width: 234px;
106
106
  white-space: pre-line;
107
107
  text-align: right;
108
+ font-weight: 500;
108
109
  font-size: 18px;
109
110
  line-height: 24px;
110
- font-weight: 500;
111
111
  letter-spacing: 0.5px;
112
112
  }
113
113
  @media screen and (min-width: 1280px) {
@@ -6,8 +6,8 @@ h5 {
6
6
  margin: 0;
7
7
  }
8
8
  .mfui-beta-property-description__collapse {
9
- font-size: 12px;
10
9
  color: #34AAF2;
10
+ font-size: 12px;
11
11
  -webkit-text-decoration: underline dashed #34AAF2;
12
12
  text-decoration: underline dashed #34AAF2;
13
13
  cursor: pointer;
@@ -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;