@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.
- package/dist/es/components/AccordionBox/AccordionBox.css +1 -15
- package/dist/es/components/AccordionBox/AccordionBox.d.ts +2 -2
- package/dist/es/components/AccordionBox/AccordionBox.js +6 -49
- package/dist/es/components/AudioPlayer/AudioPlayer.d.ts +2 -2
- package/dist/es/components/AudioPlayer/AudioPlayer.js +11 -27
- package/dist/es/components/AudioPlayer/AudioProgress.d.ts +1 -1
- package/dist/es/components/AudioPlayer/AudioProgress.js +10 -22
- package/dist/es/components/AudioPlayer/AudioRange.d.ts +1 -1
- package/dist/es/components/AudioPlayer/AudioRange.js +8 -10
- package/dist/es/components/AudioPlayer/AudioVolume.d.ts +1 -1
- package/dist/es/components/AudioPlayer/AudioVolume.js +3 -12
- package/dist/es/components/AudioPlayer/hooks/useTrackDuration.js +4 -10
- package/dist/es/components/AudioPlayer/timerFormatUtil.js +1 -9
- package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
- package/dist/es/components/BannerBox/BannerBox.js +3 -12
- package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
- package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
- package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
- package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
- package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
- package/dist/es/components/BenefitsIcons/helpers.js +6 -20
- package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
- package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
- package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
- package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
- package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
- package/dist/es/components/BenefitsPictures/helpers.js +0 -14
- package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
- package/dist/es/components/BenefitsPictures/types.js +1 -0
- package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
- package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
- package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
- package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
- package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
- package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
- package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
- package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
- package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
- package/dist/es/components/Card/Card.d.ts +4 -4
- package/dist/es/components/Card/Card.js +25 -115
- package/dist/es/components/Card/types.d.ts +10 -10
- package/dist/es/components/Card/types.js +1 -0
- package/dist/es/components/CardsBox/CardsBox.js +3 -14
- package/dist/es/components/CardsBox/helpers.d.ts +2 -2
- package/dist/es/components/CardsBox/helpers.js +0 -4
- package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
- package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
- package/dist/es/components/Container/Container.d.ts +7 -5
- package/dist/es/components/Container/Container.js +10 -25
- package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
- package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
- package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
- package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
- package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
- package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
- package/dist/es/components/ImageBanner/ImageBanner.d.ts +8 -7
- package/dist/es/components/ImageBanner/ImageBanner.js +37 -88
- package/dist/es/components/Instructions/Instructions.d.ts +11 -11
- package/dist/es/components/Instructions/Instructions.js +41 -94
- package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
- package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
- package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
- package/dist/es/components/PageTitle/PageTitle.js +12 -37
- package/dist/es/components/Partners/Partners.d.ts +2 -2
- package/dist/es/components/Partners/Partners.js +17 -48
- package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
- package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
- package/dist/es/components/Property/Property.d.ts +4 -4
- package/dist/es/components/Property/Property.js +37 -81
- package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
- package/dist/es/components/Property/PropertyDescription.js +8 -28
- package/dist/es/components/Property/types.d.ts +7 -5
- package/dist/es/components/Property/types.js +1 -0
- package/dist/es/components/Steps/Steps.d.ts +2 -1
- package/dist/es/components/Steps/Steps.js +4 -19
- package/dist/es/components/Steps/StepsItem.d.ts +2 -2
- package/dist/es/components/Steps/StepsItem.js +2 -9
- package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
- package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
- package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
- package/dist/es/components/StoreButton/StoreButton.js +13 -44
- package/dist/es/components/Table/Table.d.ts +1 -1
- package/dist/es/components/Table/Table.js +31 -51
- package/dist/es/components/Table/TableCell.js +0 -6
- package/dist/es/components/Table/TableRow.js +1 -10
- package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
- package/dist/es/components/TabsBox/TabsBox.js +4 -13
- package/dist/es/components/TextBox/TextBox.d.ts +2 -1
- package/dist/es/components/TextBox/TextBox.js +8 -23
- package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
- package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
- package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
- package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
- package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
- package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -21
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
- package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
- package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
- package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
- package/dist/es/components/VideoBlock/VideoBlock.js +35 -75
- package/dist/es/helpers/getColumnConfig.d.ts +5 -1
- package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
- package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
- package/dist/lib/components/AccordionBox/AccordionBox.js +10 -66
- package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
- package/dist/lib/components/AudioPlayer/AudioPlayer.js +32 -56
- package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
- package/dist/lib/components/AudioPlayer/AudioProgress.js +12 -43
- package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
- package/dist/lib/components/AudioPlayer/AudioRange.js +9 -17
- package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
- package/dist/lib/components/AudioPlayer/AudioVolume.js +4 -23
- package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +5 -16
- package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
- package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
- package/dist/lib/components/BannerBox/BannerBox.js +7 -25
- package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
- package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +26 -86
- package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
- package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +13 -53
- package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
- package/dist/lib/components/BenefitsIcons/helpers.js +10 -37
- package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
- package/dist/lib/components/BenefitsIcons/types.js +5 -8
- package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
- package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +24 -71
- package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
- package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
- package/dist/lib/components/BenefitsPictures/helpers.js +9 -40
- package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
- package/dist/lib/components/BenefitsPictures/types.js +5 -1
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
- package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +18 -60
- package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
- package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +22 -55
- package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
- package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
- package/dist/lib/components/ButtonBanner/ButtonBanner.js +40 -89
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
- package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +29 -72
- package/dist/lib/components/Card/Card.d.ts +4 -4
- package/dist/lib/components/Card/Card.js +67 -164
- package/dist/lib/components/Card/types.d.ts +10 -10
- package/dist/lib/components/Card/types.js +5 -1
- package/dist/lib/components/CardsBox/CardsBox.js +7 -31
- package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
- package/dist/lib/components/CardsBox/helpers.js +1 -8
- package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
- package/dist/lib/components/CarouselBox/CarouselBox.js +15 -39
- package/dist/lib/components/Container/Container.d.ts +7 -5
- package/dist/lib/components/Container/Container.js +18 -40
- package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
- package/dist/lib/components/DownloadLinks/DownloadLink.js +17 -60
- package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
- package/dist/lib/components/DownloadLinks/DownloadLinks.js +8 -33
- package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
- package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
- package/dist/lib/components/ImageBanner/ImageBanner.d.ts +8 -7
- package/dist/lib/components/ImageBanner/ImageBanner.js +61 -138
- package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
- package/dist/lib/components/Instructions/Instructions.js +103 -186
- package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
- package/dist/lib/components/NotificationBox/NotificationBox.js +9 -37
- package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
- package/dist/lib/components/PageTitle/PageTitle.js +15 -52
- package/dist/lib/components/Partners/Partners.d.ts +2 -2
- package/dist/lib/components/Partners/Partners.js +21 -65
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
- package/dist/lib/components/Property/Property.d.ts +4 -4
- package/dist/lib/components/Property/Property.js +60 -120
- package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
- package/dist/lib/components/Property/PropertyDescription.js +15 -46
- package/dist/lib/components/Property/types.d.ts +7 -5
- package/dist/lib/components/Property/types.js +5 -1
- package/dist/lib/components/Steps/Steps.d.ts +2 -1
- package/dist/lib/components/Steps/Steps.js +8 -35
- package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
- package/dist/lib/components/Steps/StepsItem.js +11 -23
- package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
- package/dist/lib/components/StoreBanner/StoreBanner.js +47 -118
- package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
- package/dist/lib/components/StoreButton/StoreButton.js +17 -63
- package/dist/lib/components/Table/Table.d.ts +1 -1
- package/dist/lib/components/Table/Table.js +35 -68
- package/dist/lib/components/Table/TableCell.js +4 -16
- package/dist/lib/components/Table/TableRow.js +5 -19
- package/dist/lib/components/TabsBox/TabBox.js +1 -4
- package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
- package/dist/lib/components/TabsBox/TabsBox.js +8 -26
- package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
- package/dist/lib/components/TextBox/TextBox.js +12 -36
- package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
- package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
- package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
- package/dist/lib/components/TextWithIcon/TextWithIcon.js +10 -39
- package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
- package/dist/lib/components/TextWithIcon/TextWithIconItem.js +10 -37
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +10 -40
- package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
- package/dist/lib/components/VideoBanner/VideoBanner.js +83 -176
- package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
- package/dist/lib/components/VideoBlock/VideoBlock.js +58 -114
- package/dist/lib/constants/throttleTime.js +2 -3
- package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
- package/dist/lib/helpers/getColumnConfig.js +2 -5
- package/dist/lib/index.js +10 -57
- package/package.json +87 -92
- package/CHANGELOG.md +0 -4002
- package/dist/es/components/AudioPlayer/style/AudioPlayer.css +0 -58
- package/dist/es/components/AudioPlayer/style/AudioProgress.css +0 -35
- package/dist/es/components/AudioPlayer/style/AudioRange.css +0 -68
- package/dist/es/components/AudioPlayer/style/AudioVolume.css +0 -34
- package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
- package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
- package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
- package/dist/es/components/Card/Card.css +0 -354
- package/dist/es/components/Container/Container.css +0 -3245
- package/dist/es/components/DownloadLinks/DownloadLink.css +0 -37
- package/dist/es/components/DownloadLinks/DownloadLinks.css +0 -36
- package/dist/es/components/ImageBanner/ImageBanner.css +0 -252
- package/dist/es/components/Instructions/Instructions.css +0 -790
- package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
- package/dist/es/components/PageTitle/PageTitle.css +0 -80
- package/dist/es/components/Partners/Partners.css +0 -53
- package/dist/es/components/PictureWithDescription/PictureWithDescription.css +0 -80
- package/dist/es/components/Property/Property.css +0 -156
- package/dist/es/components/Property/PropertyDescription.css +0 -17
- package/dist/es/components/Steps/Steps.css +0 -41
- package/dist/es/components/Steps/StepsItem.css +0 -42
- package/dist/es/components/StoreBanner/StoreBanner.css +0 -346
- package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
- package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
- package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
- package/dist/es/components/StoreButton/StoreButton.css +0 -327
- package/dist/es/components/Table/Table.css +0 -157
- package/dist/es/components/TextBox/TextBox.css +0 -25
- package/dist/es/components/TextBox/TextBoxPicture.css +0 -27
- package/dist/es/components/TextWithIcon/TextWithIcon.css +0 -10
- package/dist/es/components/TextWithIcon/TextWithIconItem.css +0 -29
- package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
- package/dist/es/components/VideoBanner/VideoBanner.css +0 -225
- package/dist/es/components/VideoBlock/VideoBlock.css +0 -106
- package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +0 -58
- package/dist/lib/components/AudioPlayer/style/AudioProgress.css +0 -35
- package/dist/lib/components/AudioPlayer/style/AudioRange.css +0 -68
- package/dist/lib/components/AudioPlayer/style/AudioVolume.css +0 -34
- package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
- package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
- package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
- package/dist/lib/components/Card/Card.css +0 -354
- package/dist/lib/components/Container/Container.css +0 -3245
- package/dist/lib/components/DownloadLinks/DownloadLink.css +0 -37
- package/dist/lib/components/DownloadLinks/DownloadLinks.css +0 -36
- package/dist/lib/components/ImageBanner/ImageBanner.css +0 -252
- package/dist/lib/components/Instructions/Instructions.css +0 -790
- package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
- package/dist/lib/components/PageTitle/PageTitle.css +0 -80
- package/dist/lib/components/Partners/Partners.css +0 -53
- package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +0 -80
- package/dist/lib/components/Property/Property.css +0 -156
- package/dist/lib/components/Property/PropertyDescription.css +0 -17
- package/dist/lib/components/Steps/Steps.css +0 -41
- package/dist/lib/components/Steps/StepsItem.css +0 -42
- package/dist/lib/components/StoreBanner/StoreBanner.css +0 -346
- package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
- package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
- package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
- package/dist/lib/components/StoreButton/StoreButton.css +0 -327
- package/dist/lib/components/Table/Table.css +0 -157
- package/dist/lib/components/TextBox/TextBox.css +0 -25
- package/dist/lib/components/TextBox/TextBoxPicture.css +0 -27
- package/dist/lib/components/TextWithIcon/TextWithIcon.css +0 -10
- package/dist/lib/components/TextWithIcon/TextWithIconItem.css +0 -29
- package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
- package/dist/lib/components/VideoBanner/VideoBanner.css +0 -225
- 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
|
-
}
|