@megafon/ui-shared 5.17.0 → 6.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.
Files changed (283) hide show
  1. package/dist/es/components/AccordionBox/AccordionBox.css +1 -15
  2. package/dist/es/components/AccordionBox/AccordionBox.d.ts +2 -2
  3. package/dist/es/components/AccordionBox/AccordionBox.js +6 -49
  4. package/dist/es/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  5. package/dist/es/components/AudioPlayer/AudioPlayer.js +11 -27
  6. package/dist/es/components/AudioPlayer/AudioProgress.d.ts +1 -1
  7. package/dist/es/components/AudioPlayer/AudioProgress.js +10 -22
  8. package/dist/es/components/AudioPlayer/AudioRange.d.ts +1 -1
  9. package/dist/es/components/AudioPlayer/AudioRange.js +8 -10
  10. package/dist/es/components/AudioPlayer/AudioVolume.d.ts +1 -1
  11. package/dist/es/components/AudioPlayer/AudioVolume.js +3 -12
  12. package/dist/es/components/AudioPlayer/hooks/useTrackDuration.js +4 -10
  13. package/dist/es/components/AudioPlayer/timerFormatUtil.js +1 -9
  14. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  15. package/dist/es/components/BannerBox/BannerBox.js +3 -12
  16. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  17. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
  18. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  19. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
  20. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  21. package/dist/es/components/BenefitsIcons/helpers.js +6 -20
  22. package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
  23. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  24. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
  25. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
  26. package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
  27. package/dist/es/components/BenefitsPictures/helpers.js +0 -14
  28. package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
  29. package/dist/es/components/BenefitsPictures/types.js +1 -0
  30. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
  31. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  32. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
  33. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  34. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
  35. package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
  36. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  37. package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
  38. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  39. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  40. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
  41. package/dist/es/components/Card/Card.d.ts +4 -4
  42. package/dist/es/components/Card/Card.js +25 -115
  43. package/dist/es/components/Card/types.d.ts +10 -10
  44. package/dist/es/components/Card/types.js +1 -0
  45. package/dist/es/components/CardsBox/CardsBox.js +3 -14
  46. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  47. package/dist/es/components/CardsBox/helpers.js +0 -4
  48. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  49. package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
  50. package/dist/es/components/Container/Container.d.ts +7 -5
  51. package/dist/es/components/Container/Container.js +10 -25
  52. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  53. package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
  54. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  55. package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
  56. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  57. package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
  58. package/dist/es/components/ImageBanner/ImageBanner.d.ts +8 -7
  59. package/dist/es/components/ImageBanner/ImageBanner.js +37 -88
  60. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  61. package/dist/es/components/Instructions/Instructions.js +41 -94
  62. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  63. package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
  64. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  65. package/dist/es/components/PageTitle/PageTitle.js +12 -37
  66. package/dist/es/components/Partners/Partners.d.ts +2 -2
  67. package/dist/es/components/Partners/Partners.js +17 -48
  68. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  69. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
  70. package/dist/es/components/Property/Property.d.ts +4 -4
  71. package/dist/es/components/Property/Property.js +37 -81
  72. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  73. package/dist/es/components/Property/PropertyDescription.js +8 -28
  74. package/dist/es/components/Property/types.d.ts +7 -5
  75. package/dist/es/components/Property/types.js +1 -0
  76. package/dist/es/components/Steps/Steps.d.ts +2 -1
  77. package/dist/es/components/Steps/Steps.js +4 -19
  78. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  79. package/dist/es/components/Steps/StepsItem.js +2 -9
  80. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  81. package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
  82. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  83. package/dist/es/components/StoreButton/StoreButton.js +13 -44
  84. package/dist/es/components/Table/Table.d.ts +1 -1
  85. package/dist/es/components/Table/Table.js +31 -51
  86. package/dist/es/components/Table/TableCell.js +0 -6
  87. package/dist/es/components/Table/TableRow.js +1 -10
  88. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  89. package/dist/es/components/TabsBox/TabsBox.js +4 -13
  90. package/dist/es/components/TextBox/TextBox.d.ts +2 -1
  91. package/dist/es/components/TextBox/TextBox.js +8 -23
  92. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  93. package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
  94. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  95. package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
  96. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  97. package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -21
  98. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  99. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
  100. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  101. package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
  102. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  103. package/dist/es/components/VideoBlock/VideoBlock.js +35 -75
  104. package/dist/es/helpers/getColumnConfig.d.ts +5 -1
  105. package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
  106. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  107. package/dist/lib/components/AccordionBox/AccordionBox.js +10 -66
  108. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  109. package/dist/lib/components/AudioPlayer/AudioPlayer.js +32 -56
  110. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  111. package/dist/lib/components/AudioPlayer/AudioProgress.js +12 -43
  112. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  113. package/dist/lib/components/AudioPlayer/AudioRange.js +9 -17
  114. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  115. package/dist/lib/components/AudioPlayer/AudioVolume.js +4 -23
  116. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +5 -16
  117. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
  118. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  119. package/dist/lib/components/BannerBox/BannerBox.js +7 -25
  120. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  121. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +26 -86
  122. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  123. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +13 -53
  124. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  125. package/dist/lib/components/BenefitsIcons/helpers.js +10 -37
  126. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
  127. package/dist/lib/components/BenefitsIcons/types.js +5 -8
  128. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  129. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +24 -71
  130. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
  131. package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
  132. package/dist/lib/components/BenefitsPictures/helpers.js +9 -40
  133. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
  134. package/dist/lib/components/BenefitsPictures/types.js +5 -1
  135. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
  136. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  137. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +18 -60
  138. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  139. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +22 -55
  140. package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
  141. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  142. package/dist/lib/components/ButtonBanner/ButtonBanner.js +40 -89
  143. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  144. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  145. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +29 -72
  146. package/dist/lib/components/Card/Card.d.ts +4 -4
  147. package/dist/lib/components/Card/Card.js +67 -164
  148. package/dist/lib/components/Card/types.d.ts +10 -10
  149. package/dist/lib/components/Card/types.js +5 -1
  150. package/dist/lib/components/CardsBox/CardsBox.js +7 -31
  151. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  152. package/dist/lib/components/CardsBox/helpers.js +1 -8
  153. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  154. package/dist/lib/components/CarouselBox/CarouselBox.js +15 -39
  155. package/dist/lib/components/Container/Container.d.ts +7 -5
  156. package/dist/lib/components/Container/Container.js +18 -40
  157. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  158. package/dist/lib/components/DownloadLinks/DownloadLink.js +17 -60
  159. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  160. package/dist/lib/components/DownloadLinks/DownloadLinks.js +8 -33
  161. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  162. package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
  163. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +8 -7
  164. package/dist/lib/components/ImageBanner/ImageBanner.js +61 -138
  165. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  166. package/dist/lib/components/Instructions/Instructions.js +103 -186
  167. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  168. package/dist/lib/components/NotificationBox/NotificationBox.js +9 -37
  169. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  170. package/dist/lib/components/PageTitle/PageTitle.js +15 -52
  171. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  172. package/dist/lib/components/Partners/Partners.js +21 -65
  173. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  174. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
  175. package/dist/lib/components/Property/Property.d.ts +4 -4
  176. package/dist/lib/components/Property/Property.js +60 -120
  177. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  178. package/dist/lib/components/Property/PropertyDescription.js +15 -46
  179. package/dist/lib/components/Property/types.d.ts +7 -5
  180. package/dist/lib/components/Property/types.js +5 -1
  181. package/dist/lib/components/Steps/Steps.d.ts +2 -1
  182. package/dist/lib/components/Steps/Steps.js +8 -35
  183. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  184. package/dist/lib/components/Steps/StepsItem.js +11 -23
  185. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  186. package/dist/lib/components/StoreBanner/StoreBanner.js +47 -118
  187. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  188. package/dist/lib/components/StoreButton/StoreButton.js +17 -63
  189. package/dist/lib/components/Table/Table.d.ts +1 -1
  190. package/dist/lib/components/Table/Table.js +35 -68
  191. package/dist/lib/components/Table/TableCell.js +4 -16
  192. package/dist/lib/components/Table/TableRow.js +5 -19
  193. package/dist/lib/components/TabsBox/TabBox.js +1 -4
  194. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  195. package/dist/lib/components/TabsBox/TabsBox.js +8 -26
  196. package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
  197. package/dist/lib/components/TextBox/TextBox.js +12 -36
  198. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  199. package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
  200. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  201. package/dist/lib/components/TextWithIcon/TextWithIcon.js +10 -39
  202. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  203. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +10 -37
  204. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  205. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +10 -40
  206. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  207. package/dist/lib/components/VideoBanner/VideoBanner.js +83 -176
  208. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  209. package/dist/lib/components/VideoBlock/VideoBlock.js +58 -114
  210. package/dist/lib/constants/throttleTime.js +2 -3
  211. package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
  212. package/dist/lib/helpers/getColumnConfig.js +2 -5
  213. package/dist/lib/index.js +10 -57
  214. package/package.json +87 -92
  215. package/CHANGELOG.md +0 -4002
  216. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +0 -58
  217. package/dist/es/components/AudioPlayer/style/AudioProgress.css +0 -35
  218. package/dist/es/components/AudioPlayer/style/AudioRange.css +0 -68
  219. package/dist/es/components/AudioPlayer/style/AudioVolume.css +0 -34
  220. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  221. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  222. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  223. package/dist/es/components/Card/Card.css +0 -354
  224. package/dist/es/components/Container/Container.css +0 -3245
  225. package/dist/es/components/DownloadLinks/DownloadLink.css +0 -37
  226. package/dist/es/components/DownloadLinks/DownloadLinks.css +0 -36
  227. package/dist/es/components/ImageBanner/ImageBanner.css +0 -252
  228. package/dist/es/components/Instructions/Instructions.css +0 -790
  229. package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
  230. package/dist/es/components/PageTitle/PageTitle.css +0 -80
  231. package/dist/es/components/Partners/Partners.css +0 -53
  232. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +0 -80
  233. package/dist/es/components/Property/Property.css +0 -156
  234. package/dist/es/components/Property/PropertyDescription.css +0 -17
  235. package/dist/es/components/Steps/Steps.css +0 -41
  236. package/dist/es/components/Steps/StepsItem.css +0 -42
  237. package/dist/es/components/StoreBanner/StoreBanner.css +0 -346
  238. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  239. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  240. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  241. package/dist/es/components/StoreButton/StoreButton.css +0 -327
  242. package/dist/es/components/Table/Table.css +0 -157
  243. package/dist/es/components/TextBox/TextBox.css +0 -25
  244. package/dist/es/components/TextBox/TextBoxPicture.css +0 -27
  245. package/dist/es/components/TextWithIcon/TextWithIcon.css +0 -10
  246. package/dist/es/components/TextWithIcon/TextWithIconItem.css +0 -29
  247. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  248. package/dist/es/components/VideoBanner/VideoBanner.css +0 -225
  249. package/dist/es/components/VideoBlock/VideoBlock.css +0 -106
  250. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +0 -58
  251. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +0 -35
  252. package/dist/lib/components/AudioPlayer/style/AudioRange.css +0 -68
  253. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +0 -34
  254. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  255. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  256. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  257. package/dist/lib/components/Card/Card.css +0 -354
  258. package/dist/lib/components/Container/Container.css +0 -3245
  259. package/dist/lib/components/DownloadLinks/DownloadLink.css +0 -37
  260. package/dist/lib/components/DownloadLinks/DownloadLinks.css +0 -36
  261. package/dist/lib/components/ImageBanner/ImageBanner.css +0 -252
  262. package/dist/lib/components/Instructions/Instructions.css +0 -790
  263. package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
  264. package/dist/lib/components/PageTitle/PageTitle.css +0 -80
  265. package/dist/lib/components/Partners/Partners.css +0 -53
  266. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +0 -80
  267. package/dist/lib/components/Property/Property.css +0 -156
  268. package/dist/lib/components/Property/PropertyDescription.css +0 -17
  269. package/dist/lib/components/Steps/Steps.css +0 -41
  270. package/dist/lib/components/Steps/StepsItem.css +0 -42
  271. package/dist/lib/components/StoreBanner/StoreBanner.css +0 -346
  272. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  273. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  274. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  275. package/dist/lib/components/StoreButton/StoreButton.css +0 -327
  276. package/dist/lib/components/Table/Table.css +0 -157
  277. package/dist/lib/components/TextBox/TextBox.css +0 -25
  278. package/dist/lib/components/TextBox/TextBoxPicture.css +0 -27
  279. package/dist/lib/components/TextWithIcon/TextWithIcon.css +0 -10
  280. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +0 -29
  281. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  282. package/dist/lib/components/VideoBanner/VideoBanner.css +0 -225
  283. package/dist/lib/components/VideoBlock/VideoBlock.css +0 -106
@@ -1,28 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-notification-box {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- }
13
- .mfui-notification-box:not(:first-child) {
14
- margin-top: 24px;
15
- }
16
- .mfui-notification-box__notification {
17
- max-width: 740px;
18
- }
19
- .mfui-notification-box_align_left {
20
- -webkit-box-pack: start;
21
- -ms-flex-pack: start;
22
- justify-content: flex-start;
23
- }
24
- .mfui-notification-box_align_center {
25
- -webkit-box-pack: center;
26
- -ms-flex-pack: center;
27
- justify-content: center;
28
- }
@@ -1,80 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-page-title {
9
- display: inline-block;
10
- width: 100%;
11
- }
12
- .mfui-page-title__breadcrumbs {
13
- margin-top: 32px;
14
- }
15
- @media screen and (max-width: 767px) {
16
- .mfui-page-title__breadcrumbs {
17
- display: none;
18
- }
19
- }
20
- .mfui-page-title__title {
21
- margin-top: 110px;
22
- }
23
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
24
- .mfui-page-title__title {
25
- margin-top: 100px;
26
- }
27
- }
28
- @media screen and (min-width: 768px) and (max-width: 1023px) {
29
- .mfui-page-title__title {
30
- margin-top: 90px;
31
- }
32
- }
33
- @media screen and (max-width: 767px) {
34
- .mfui-page-title__title {
35
- margin-top: 45px;
36
- }
37
- }
38
- .mfui-page-title__badge {
39
- font-size: 12px;
40
- line-height: 18px;
41
- display: inline-block;
42
- margin-top: 16px;
43
- padding: 2px 14px;
44
- color: var(--stcWhite);
45
- font-weight: 500;
46
- background-color: var(--brandPurple);
47
- }
48
- @media screen and (min-width: 1280px) {
49
- .mfui-page-title__badge_under-breadcrumbs {
50
- margin-top: 32px;
51
- }
52
- }
53
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
54
- .mfui-page-title__badge_under-breadcrumbs {
55
- margin-top: 24px;
56
- }
57
- }
58
- @media screen and (min-width: 768px) and (max-width: 1023px) {
59
- .mfui-page-title__badge_under-breadcrumbs {
60
- margin-top: 16px;
61
- }
62
- }
63
- @media screen and (min-width: 1280px) {
64
- .mfui-page-title__title_under-breadcrumbs {
65
- margin-top: 60px;
66
- }
67
- }
68
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
69
- .mfui-page-title__title_under-breadcrumbs {
70
- margin-top: 50px;
71
- }
72
- }
73
- @media screen and (min-width: 768px) and (max-width: 1023px) {
74
- .mfui-page-title__title_under-breadcrumbs {
75
- margin-top: 45px;
76
- }
77
- }
78
- .mfui-page-title__badge + .mfui-page-title__title {
79
- margin-top: 8px;
80
- }
@@ -1,53 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-partners__tile:not(:last-child) {
9
- margin-bottom: 20px;
10
- }
11
- @media screen and (max-width: 767px) {
12
- .mfui-partners__tile:not(:last-child) {
13
- margin-bottom: 16px;
14
- }
15
- }
16
- .mfui-partners__tile-inner {
17
- -webkit-box-sizing: border-box;
18
- box-sizing: border-box;
19
- height: 132px;
20
- padding: 28px 48px;
21
- }
22
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
23
- .mfui-partners__tile-inner {
24
- height: 104px;
25
- padding: 22px 37px;
26
- }
27
- }
28
- @media screen and (min-width: 768px) and (max-width: 1023px) {
29
- .mfui-partners__tile-inner {
30
- height: 77px;
31
- padding: 10px;
32
- }
33
- }
34
- @media screen and (max-width: 767px) {
35
- .mfui-partners__tile-inner {
36
- height: 60px;
37
- padding: 8px;
38
- }
39
- }
40
- .mfui-partners__img-wrapper {
41
- position: relative;
42
- width: 100%;
43
- height: 100%;
44
- }
45
- .mfui-partners__tile-img {
46
- position: absolute;
47
- top: 50%;
48
- left: 50%;
49
- max-width: 100%;
50
- max-height: 100%;
51
- -webkit-transform: translate(-50%, -50%);
52
- transform: translate(-50%, -50%);
53
- }
@@ -1,80 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- @media screen and (min-width: 1024px) {
9
- .mfui-picture-with-description {
10
- display: -webkit-box;
11
- display: -ms-flexbox;
12
- display: flex;
13
- -webkit-box-align: center;
14
- -ms-flex-align: center;
15
- align-items: center;
16
- -webkit-box-pack: center;
17
- -ms-flex-pack: center;
18
- justify-content: center;
19
- }
20
- }
21
- .mfui-picture-with-description__title {
22
- margin-bottom: 24px;
23
- }
24
- .mfui-picture-with-description__picture {
25
- -ms-flex-item-align: start;
26
- align-self: flex-start;
27
- overflow: hidden;
28
- text-align: center;
29
- }
30
- @media screen and (max-width: 1023px) {
31
- .mfui-picture-with-description__picture {
32
- margin: 0 auto 32px;
33
- }
34
- }
35
- @media screen and (min-width: 1024px) {
36
- .mfui-picture-with-description__picture {
37
- -webkit-box-ordinal-group: 3;
38
- -ms-flex-order: 2;
39
- order: 2;
40
- width: 50%;
41
- }
42
- }
43
- @media screen and (min-width: 1024px) {
44
- .mfui-picture-with-description__picture_align_left {
45
- -webkit-box-ordinal-group: 1;
46
- -ms-flex-order: 0;
47
- order: 0;
48
- margin-right: 20px;
49
- }
50
- }
51
- .mfui-picture-with-description__img {
52
- width: 100%;
53
- max-width: 550px;
54
- height: 100%;
55
- }
56
- .mfui-picture-with-description__content > :first-child {
57
- margin-top: 0 !important;
58
- }
59
- .mfui-picture-with-description__content > :last-child {
60
- margin-bottom: 0 !important;
61
- }
62
- @media screen and (min-width: 1024px) {
63
- .mfui-picture-with-description__articles {
64
- -webkit-box-ordinal-group: 2;
65
- -ms-flex-order: 1;
66
- order: 1;
67
- width: 50%;
68
- }
69
- }
70
- @media screen and (min-width: 1024px) {
71
- .mfui-picture-with-description__articles_text-top-align {
72
- -ms-flex-item-align: start;
73
- align-self: flex-start;
74
- }
75
- }
76
- @media screen and (min-width: 1024px) {
77
- .mfui-picture-with-description__articles_align_right {
78
- margin-right: 20px;
79
- }
80
- }
@@ -1,156 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-property__wrapper {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- -webkit-box-orient: vertical;
13
- -webkit-box-direction: normal;
14
- -ms-flex-direction: column;
15
- flex-direction: column;
16
- padding: 24px 0;
17
- }
18
- .mfui-property_border-top.mfui-property_border-color_default .mfui-property__wrapper {
19
- border-top: 1px solid var(--spbSky1);
20
- }
21
- .mfui-property_border-bottom.mfui-property_border-color_default .mfui-property__wrapper {
22
- border-bottom: 1px solid var(--spbSky1);
23
- }
24
- .mfui-property_border-top.mfui-property_border-color_darker .mfui-property__wrapper {
25
- border-top: 1px solid var(--spbSky2);
26
- }
27
- .mfui-property_border-bottom.mfui-property_border-color_darker .mfui-property__wrapper {
28
- border-bottom: 1px solid var(--spbSky2);
29
- }
30
- .mfui-property__main {
31
- display: -webkit-box;
32
- display: -ms-flexbox;
33
- display: flex;
34
- gap: 20px;
35
- -webkit-box-align: baseline;
36
- -ms-flex-align: baseline;
37
- align-items: baseline;
38
- -webkit-box-pack: justify;
39
- -ms-flex-pack: justify;
40
- justify-content: space-between;
41
- }
42
- .mfui-property__main:not(:first-child) {
43
- margin-top: 24px;
44
- }
45
- .mfui-property__main_with-out-title {
46
- margin-top: 16px !important;
47
- }
48
- .mfui-property__main_with-badge {
49
- -webkit-box-align: center;
50
- -ms-flex-align: center;
51
- align-items: center;
52
- }
53
- .mfui-property__title-item_size_default {
54
- font-size: 15px;
55
- line-height: 24px;
56
- font-weight: 500;
57
- }
58
- .mfui-property__title-item_size_big {
59
- font-weight: 500;
60
- font-size: 18px;
61
- line-height: 24px;
62
- letter-spacing: 0.5px;
63
- }
64
- @media screen and (min-width: 1280px) {
65
- .mfui-property__title-item_size_big {
66
- font-size: 20px;
67
- line-height: 28px;
68
- }
69
- }
70
- @media screen and (max-width: 767px) {
71
- .mfui-property__title-item {
72
- font-size: 15px;
73
- line-height: 24px;
74
- font-weight: 500;
75
- }
76
- }
77
- .mfui-property__icon {
78
- display: inline-block;
79
- width: 24px;
80
- height: 24px;
81
- margin-right: 8px;
82
- margin-left: 1px;
83
- overflow: hidden;
84
- vertical-align: bottom;
85
- }
86
- .mfui-property__badge {
87
- margin-bottom: 8px;
88
- }
89
- @media screen and (min-width: 768px) {
90
- .mfui-property__title .mfui-property__desc {
91
- width: 100%;
92
- }
93
- }
94
- .mfui-property__tooltip {
95
- display: inline-block;
96
- width: 20px;
97
- height: 20px;
98
- margin-left: 8px;
99
- vertical-align: text-bottom;
100
- cursor: pointer;
101
- fill: var(--spbSky2);
102
- }
103
- .mfui-property__tooltip-inner {
104
- max-width: 350px;
105
- }
106
- .mfui-property__desc {
107
- margin-top: 12px;
108
- }
109
- @media screen and (min-width: 768px) {
110
- .mfui-property__desc {
111
- width: 70%;
112
- }
113
- }
114
- .mfui-property__desc_collapsible {
115
- margin-top: 12px;
116
- }
117
- .mfui-property__value-wrapper {
118
- display: -webkit-box;
119
- display: -ms-flexbox;
120
- display: flex;
121
- -webkit-box-align: baseline;
122
- -ms-flex-align: baseline;
123
- align-items: baseline;
124
- padding: 4px 8px;
125
- border-radius: 8px;
126
- white-space: pre-line;
127
- text-align: right;
128
- }
129
- .mfui-property__value-wrapper_frame_default {
130
- background: var(--base);
131
- }
132
- .mfui-property__value-wrapper_frame_gray {
133
- background: var(--spbSky0);
134
- }
135
- .mfui-property__value {
136
- font-weight: 500;
137
- font-size: 18px;
138
- line-height: 24px;
139
- letter-spacing: 0.5px;
140
- }
141
- @media screen and (min-width: 1280px) {
142
- .mfui-property__value {
143
- font-size: 20px;
144
- line-height: 28px;
145
- }
146
- }
147
- @media screen and (max-width: 767px) {
148
- .mfui-property__value {
149
- font-size: 15px;
150
- line-height: 24px;
151
- font-weight: 500;
152
- }
153
- }
154
- .mfui-property__value-unit:before {
155
- content: '\00a0';
156
- }
@@ -1,17 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-property-description__collapse {
9
- color: var(--systemBlue);
10
- font-size: 12px;
11
- -webkit-text-decoration: underline dashed var(--systemBlue);
12
- text-decoration: underline dashed var(--systemBlue);
13
- cursor: pointer;
14
- }
15
- .mfui-property-description__content-inner {
16
- margin-bottom: 8px;
17
- }
@@ -1,41 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-steps {
9
- width: 66%;
10
- margin-right: auto;
11
- margin-left: auto;
12
- }
13
- @media screen and (min-width: 1280px) {
14
- .mfui-steps {
15
- width: 49%;
16
- }
17
- }
18
- @media screen and (max-width: 767px) {
19
- .mfui-steps {
20
- width: 100%;
21
- }
22
- }
23
- .mfui-steps__title {
24
- margin-bottom: 40px;
25
- }
26
- .mfui-steps__list {
27
- margin: 0;
28
- padding: 0;
29
- list-style: none;
30
- }
31
- .mfui-steps__item {
32
- margin-bottom: 48px;
33
- }
34
- @media screen and (max-width: 767px) {
35
- .mfui-steps__item {
36
- margin-bottom: 24px;
37
- }
38
- }
39
- .mfui-steps__item:last-child {
40
- margin-bottom: 0;
41
- }
@@ -1,42 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-steps-item {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- }
13
- .mfui-steps-item__step-number {
14
- font-size: 15px;
15
- line-height: 24px;
16
- font-weight: 500;
17
- display: -webkit-box;
18
- display: -ms-flexbox;
19
- display: flex;
20
- -ms-flex-negative: 0;
21
- flex-shrink: 0;
22
- -webkit-box-align: center;
23
- -ms-flex-align: center;
24
- align-items: center;
25
- -webkit-box-pack: center;
26
- -ms-flex-pack: center;
27
- justify-content: center;
28
- width: 40px;
29
- height: 40px;
30
- border-radius: 50%;
31
- color: var(--stcWhite);
32
- background-color: var(--brandGreen);
33
- }
34
- .mfui-steps-item__text-wrapper {
35
- padding-top: 8px;
36
- padding-left: 16px;
37
- }
38
- .mfui-steps-item__nodes {
39
- font-size: 15px;
40
- line-height: 24px;
41
- font-weight: 400;
42
- }