@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,37 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-download-link {
|
9
|
-
display: -webkit-box;
|
10
|
-
display: -ms-flexbox;
|
11
|
-
display: flex;
|
12
|
-
}
|
13
|
-
.mfui-download-link__icon {
|
14
|
-
-ms-flex-negative: 0;
|
15
|
-
flex-shrink: 0;
|
16
|
-
width: 40px;
|
17
|
-
height: 40px;
|
18
|
-
margin-right: 22px;
|
19
|
-
fill: var(--content);
|
20
|
-
}
|
21
|
-
@media screen and (max-width: 1023px) {
|
22
|
-
.mfui-download-link__icon {
|
23
|
-
width: 32px;
|
24
|
-
height: 32px;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
.mfui-download-link__icon-svg {
|
28
|
-
width: inherit;
|
29
|
-
height: inherit;
|
30
|
-
}
|
31
|
-
.mfui-download-link__info {
|
32
|
-
margin: 0;
|
33
|
-
font-size: 12px;
|
34
|
-
line-height: 18px;
|
35
|
-
color: var(--spbSky3);
|
36
|
-
text-transform: uppercase;
|
37
|
-
}
|
@@ -1,36 +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-download-links__column:nth-child(n + 4) {
|
10
|
-
margin-top: 24px;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
14
|
-
.mfui-download-links__column:nth-child(n + 3) {
|
15
|
-
margin-top: 24px;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
@media screen and (max-width: 767px) {
|
19
|
-
.mfui-download-links__column:not(:first-child) {
|
20
|
-
margin-top: 24px;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
@media screen and (min-width: 768px) {
|
24
|
-
.mfui-download-links_count_2 .mfui-download-links__column:nth-child(n + 2) {
|
25
|
-
margin-top: 24px;
|
26
|
-
}
|
27
|
-
}
|
28
|
-
@media screen and (min-width: 768px) {
|
29
|
-
.mfui-download-links_count_3 .mfui-download-links__column:nth-child(n + 3),
|
30
|
-
.mfui-download-links_count_4 .mfui-download-links__column:nth-child(n + 3) {
|
31
|
-
margin-top: 24px;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
.mfui-download-links__item:not(:first-child) {
|
35
|
-
margin-top: 24px;
|
36
|
-
}
|
@@ -1,252 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-image-banner {
|
9
|
-
position: relative;
|
10
|
-
display: -webkit-box;
|
11
|
-
display: -ms-flexbox;
|
12
|
-
display: flex;
|
13
|
-
-webkit-box-orient: vertical;
|
14
|
-
-webkit-box-direction: normal;
|
15
|
-
-ms-flex-direction: column;
|
16
|
-
flex-direction: column;
|
17
|
-
-webkit-box-pack: justify;
|
18
|
-
-ms-flex-pack: justify;
|
19
|
-
justify-content: space-between;
|
20
|
-
overflow: hidden;
|
21
|
-
}
|
22
|
-
@media screen and (min-width: 1024px) {
|
23
|
-
.mfui-image-banner {
|
24
|
-
-webkit-box-orient: horizontal;
|
25
|
-
-webkit-box-direction: normal;
|
26
|
-
-ms-flex-direction: row;
|
27
|
-
flex-direction: row;
|
28
|
-
-webkit-box-align: center;
|
29
|
-
-ms-flex-align: center;
|
30
|
-
align-items: center;
|
31
|
-
height: 420px;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
.mfui-image-banner__picture {
|
35
|
-
display: -webkit-box;
|
36
|
-
display: -ms-flexbox;
|
37
|
-
display: flex;
|
38
|
-
-ms-flex-negative: 0;
|
39
|
-
flex-shrink: 0;
|
40
|
-
-webkit-box-pack: center;
|
41
|
-
-ms-flex-pack: center;
|
42
|
-
justify-content: center;
|
43
|
-
}
|
44
|
-
@media screen and (min-width: 1024px) {
|
45
|
-
.mfui-image-banner__picture {
|
46
|
-
width: 50%;
|
47
|
-
max-width: 672px;
|
48
|
-
height: 100%;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
.mfui-image-banner__picture_v-align_top {
|
52
|
-
-webkit-box-align: start;
|
53
|
-
-ms-flex-align: start;
|
54
|
-
align-items: flex-start;
|
55
|
-
}
|
56
|
-
.mfui-image-banner__picture_v-align_center {
|
57
|
-
-webkit-box-align: center;
|
58
|
-
-ms-flex-align: center;
|
59
|
-
align-items: center;
|
60
|
-
}
|
61
|
-
.mfui-image-banner__picture_v-align_bottom {
|
62
|
-
-webkit-box-align: end;
|
63
|
-
-ms-flex-align: end;
|
64
|
-
align-items: flex-end;
|
65
|
-
}
|
66
|
-
.mfui-image-banner__image {
|
67
|
-
display: block;
|
68
|
-
max-width: 100%;
|
69
|
-
max-height: 150px;
|
70
|
-
}
|
71
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
72
|
-
.mfui-image-banner__image {
|
73
|
-
max-height: 230px;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
@media screen and (min-width: 1024px) {
|
77
|
-
.mfui-image-banner__image {
|
78
|
-
max-height: 100%;
|
79
|
-
-o-object-fit: contain;
|
80
|
-
object-fit: contain;
|
81
|
-
}
|
82
|
-
}
|
83
|
-
.mfui-image-banner__content {
|
84
|
-
z-index: 1;
|
85
|
-
-webkit-box-flex: 1;
|
86
|
-
-ms-flex-positive: 1;
|
87
|
-
flex-grow: 1;
|
88
|
-
}
|
89
|
-
@media screen and (max-width: 1023px) {
|
90
|
-
.mfui-image-banner__content {
|
91
|
-
padding: 24px;
|
92
|
-
}
|
93
|
-
}
|
94
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
95
|
-
.mfui-image-banner__content {
|
96
|
-
text-align: center;
|
97
|
-
}
|
98
|
-
}
|
99
|
-
@media screen and (min-width: 1024px) {
|
100
|
-
.mfui-image-banner__content {
|
101
|
-
width: 50%;
|
102
|
-
padding: 0 80px;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
.mfui-image-banner__description {
|
106
|
-
margin-top: 16px;
|
107
|
-
white-space: pre-wrap;
|
108
|
-
}
|
109
|
-
.mfui-image-banner__cost {
|
110
|
-
font-size: 15px;
|
111
|
-
line-height: 24px;
|
112
|
-
font-weight: 500;
|
113
|
-
margin-top: 16px;
|
114
|
-
}
|
115
|
-
.mfui-image-banner__value {
|
116
|
-
display: inline;
|
117
|
-
margin: 0 4px;
|
118
|
-
}
|
119
|
-
@media screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1279px) {
|
120
|
-
.mfui-image-banner__value {
|
121
|
-
line-height: 21px;
|
122
|
-
}
|
123
|
-
}
|
124
|
-
.mfui-image-banner__title,
|
125
|
-
.mfui-image-banner__text {
|
126
|
-
white-space: pre-wrap;
|
127
|
-
}
|
128
|
-
.mfui-image-banner__children {
|
129
|
-
display: -webkit-box;
|
130
|
-
display: -ms-flexbox;
|
131
|
-
display: flex;
|
132
|
-
-webkit-box-orient: vertical;
|
133
|
-
-webkit-box-direction: normal;
|
134
|
-
-ms-flex-direction: column;
|
135
|
-
flex-direction: column;
|
136
|
-
-ms-flex-wrap: wrap;
|
137
|
-
flex-wrap: wrap;
|
138
|
-
gap: 16px;
|
139
|
-
-webkit-box-pack: center;
|
140
|
-
-ms-flex-pack: center;
|
141
|
-
justify-content: center;
|
142
|
-
margin-top: 32px;
|
143
|
-
}
|
144
|
-
@media screen and (max-width: 767px) {
|
145
|
-
.mfui-image-banner__children {
|
146
|
-
-webkit-box-align: center;
|
147
|
-
-ms-flex-align: center;
|
148
|
-
align-items: center;
|
149
|
-
}
|
150
|
-
}
|
151
|
-
@media screen and (min-width: 768px) {
|
152
|
-
.mfui-image-banner__children {
|
153
|
-
-webkit-box-orient: horizontal;
|
154
|
-
-webkit-box-direction: normal;
|
155
|
-
-ms-flex-direction: row;
|
156
|
-
flex-direction: row;
|
157
|
-
}
|
158
|
-
}
|
159
|
-
@media screen and (min-width: 1024px) {
|
160
|
-
.mfui-image-banner__children {
|
161
|
-
-webkit-box-pack: start;
|
162
|
-
-ms-flex-pack: start;
|
163
|
-
justify-content: flex-start;
|
164
|
-
}
|
165
|
-
}
|
166
|
-
@media screen and (max-width: 1023px) {
|
167
|
-
.mfui-image-banner__badges-container {
|
168
|
-
display: -webkit-box;
|
169
|
-
display: -ms-flexbox;
|
170
|
-
display: flex;
|
171
|
-
gap: 8px;
|
172
|
-
}
|
173
|
-
}
|
174
|
-
.mfui-image-banner__badges {
|
175
|
-
display: -webkit-box;
|
176
|
-
display: -ms-flexbox;
|
177
|
-
display: flex;
|
178
|
-
-webkit-box-flex: 1;
|
179
|
-
-ms-flex-positive: 1;
|
180
|
-
flex-grow: 1;
|
181
|
-
-ms-flex-wrap: wrap;
|
182
|
-
flex-wrap: wrap;
|
183
|
-
gap: 8px;
|
184
|
-
margin-bottom: 16px;
|
185
|
-
}
|
186
|
-
.mfui-image-banner__ad-block {
|
187
|
-
margin: 0 0 16px auto;
|
188
|
-
}
|
189
|
-
@media screen and (min-width: 1024px) {
|
190
|
-
.mfui-image-banner__ad-block {
|
191
|
-
position: absolute;
|
192
|
-
top: 24px;
|
193
|
-
right: 24px;
|
194
|
-
}
|
195
|
-
}
|
196
|
-
.mfui-image-banner_radius_rounded {
|
197
|
-
border-radius: 24px;
|
198
|
-
}
|
199
|
-
@media screen and (min-width: 1024px) {
|
200
|
-
.mfui-image-banner_auto-height .mfui-image-banner__content {
|
201
|
-
padding: 48px 80px;
|
202
|
-
}
|
203
|
-
}
|
204
|
-
@media screen and (min-width: 1024px) {
|
205
|
-
.mfui-image-banner_auto-height {
|
206
|
-
height: auto;
|
207
|
-
}
|
208
|
-
}
|
209
|
-
@media screen and (min-width: 1024px) {
|
210
|
-
.mfui-image-banner_has-image .mfui-image-banner__content {
|
211
|
-
padding-right: 0;
|
212
|
-
}
|
213
|
-
}
|
214
|
-
@media screen and (min-width: 1024px) {
|
215
|
-
.mfui-image-banner_full-width .mfui-image-banner__image {
|
216
|
-
position: absolute;
|
217
|
-
right: 0;
|
218
|
-
bottom: 0;
|
219
|
-
display: block;
|
220
|
-
max-width: unset;
|
221
|
-
}
|
222
|
-
}
|
223
|
-
@media screen and (min-width: 1024px) {
|
224
|
-
.mfui-image-banner_full-width.mfui-image-banner_auto-height .mfui-image-banner__image {
|
225
|
-
width: 100%;
|
226
|
-
height: 100%;
|
227
|
-
-o-object-fit: cover;
|
228
|
-
object-fit: cover;
|
229
|
-
}
|
230
|
-
}
|
231
|
-
.mfui-image-banner_background-color_green {
|
232
|
-
background-color: var(--brandGreen);
|
233
|
-
}
|
234
|
-
.mfui-image-banner_background-color_purple {
|
235
|
-
background-color: var(--brandPurple);
|
236
|
-
}
|
237
|
-
.mfui-image-banner_background-color_gradient {
|
238
|
-
background: -webkit-gradient(linear, right top, left top, from(#ADA6BA), to(#F6F2F9));
|
239
|
-
background: linear-gradient(270deg, #ADA6BA 0%, #F6F2F9 100%);
|
240
|
-
}
|
241
|
-
.mfui-image-banner_background-color_light {
|
242
|
-
background-color: #F6F2F9;
|
243
|
-
}
|
244
|
-
.mfui-image-banner_background-color_spbSky0 {
|
245
|
-
background-color: var(--spbSky0);
|
246
|
-
}
|
247
|
-
.mfui-image-banner_text-color_light .mfui-image-banner__content {
|
248
|
-
color: var(--stcWhite);
|
249
|
-
}
|
250
|
-
.mfui-image-banner_text-color_dark .mfui-image-banner__content {
|
251
|
-
color: var(--stcBlack);
|
252
|
-
}
|