@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,157 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-table {
|
9
|
-
display: -webkit-box;
|
10
|
-
display: -ms-flexbox;
|
11
|
-
display: flex;
|
12
|
-
font-family: inherit;
|
13
|
-
font-size: 15px;
|
14
|
-
line-height: 24px;
|
15
|
-
}
|
16
|
-
.mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar {
|
17
|
-
width: 8px;
|
18
|
-
height: 8px;
|
19
|
-
}
|
20
|
-
.mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-track {
|
21
|
-
background-color: var(--spbSky1);
|
22
|
-
}
|
23
|
-
.mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-thumb {
|
24
|
-
border-radius: 4px;
|
25
|
-
background-color: var(--spbSky2);
|
26
|
-
}
|
27
|
-
.mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-corner {
|
28
|
-
background-color: var(--base);
|
29
|
-
}
|
30
|
-
.mfui-table:not(.mfui-table_touch) .mfui-table__scroll {
|
31
|
-
scrollbar-color: var(--spbSky2) var(--spbSky1);
|
32
|
-
scrollbar-width: thin;
|
33
|
-
}
|
34
|
-
.mfui-table__scroll {
|
35
|
-
position: relative;
|
36
|
-
display: grid;
|
37
|
-
grid-template-columns: auto auto auto;
|
38
|
-
max-width: 100%;
|
39
|
-
border: 1px solid var(--spbSky2);
|
40
|
-
overflow: auto;
|
41
|
-
}
|
42
|
-
@media screen and (min-width: 1024px) {
|
43
|
-
.mfui-table__scroll_limit {
|
44
|
-
max-height: 500px;
|
45
|
-
}
|
46
|
-
}
|
47
|
-
.mfui-table__top-shadow {
|
48
|
-
position: sticky;
|
49
|
-
top: 0;
|
50
|
-
z-index: 2;
|
51
|
-
display: block;
|
52
|
-
grid-column-start: 1;
|
53
|
-
grid-column-end: 4;
|
54
|
-
width: 100%;
|
55
|
-
height: 6px;
|
56
|
-
margin-bottom: -6px;
|
57
|
-
background: linear-gradient(359.94deg, rgba(0, 0, 0, 0.0001) 0.06%, rgba(0, 0, 0, 0.03) 38.08%, rgba(0, 0, 0, 0.08) 74.98%);
|
58
|
-
}
|
59
|
-
.mfui-table__left-shadow {
|
60
|
-
position: sticky;
|
61
|
-
top: 0;
|
62
|
-
bottom: 0;
|
63
|
-
left: 0;
|
64
|
-
z-index: 2;
|
65
|
-
width: 6px;
|
66
|
-
margin-right: -6px;
|
67
|
-
background: -webkit-gradient(linear, right top, left top, color-stop(16.3%, rgba(0, 0, 0, 0.0001)), color-stop(51.81%, rgba(0, 0, 0, 0.03)), color-stop(86.27%, rgba(0, 0, 0, 0.08)));
|
68
|
-
background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 16.3%, rgba(0, 0, 0, 0.03) 51.81%, rgba(0, 0, 0, 0.08) 86.27%);
|
69
|
-
}
|
70
|
-
.mfui-table__bottom-gradient {
|
71
|
-
position: sticky;
|
72
|
-
bottom: 0;
|
73
|
-
z-index: 1;
|
74
|
-
display: block;
|
75
|
-
grid-column-start: 1;
|
76
|
-
grid-column-end: 4;
|
77
|
-
width: 100%;
|
78
|
-
height: 48px;
|
79
|
-
margin-top: -48px;
|
80
|
-
background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, var(--base)), to(rgba(255, 255, 255, 0)));
|
81
|
-
background: linear-gradient(to top, var(--base) 25%, rgba(255, 255, 255, 0));
|
82
|
-
}
|
83
|
-
.mfui-table__right-gradient {
|
84
|
-
position: sticky;
|
85
|
-
right: 0;
|
86
|
-
z-index: 1;
|
87
|
-
display: block;
|
88
|
-
width: 48px;
|
89
|
-
height: 100%;
|
90
|
-
margin-left: -48px;
|
91
|
-
background: -webkit-gradient(linear, right top, left top, color-stop(25%, var(--base)), to(rgba(255, 255, 255, 0)));
|
92
|
-
background: linear-gradient(to left, var(--base) 25%, rgba(255, 255, 255, 0));
|
93
|
-
}
|
94
|
-
.mfui-table__table {
|
95
|
-
border-width: 0;
|
96
|
-
border-collapse: separate;
|
97
|
-
border-spacing: 0;
|
98
|
-
background-color: var(--base);
|
99
|
-
}
|
100
|
-
.mfui-table__cell {
|
101
|
-
-webkit-box-sizing: border-box;
|
102
|
-
box-sizing: border-box;
|
103
|
-
padding: 24px;
|
104
|
-
background-color: var(--base);
|
105
|
-
}
|
106
|
-
@media screen and (max-width: 767px) {
|
107
|
-
.mfui-table__cell {
|
108
|
-
padding-right: 16px;
|
109
|
-
padding-left: 16px;
|
110
|
-
}
|
111
|
-
}
|
112
|
-
.mfui-table__cell:first-child {
|
113
|
-
position: relative;
|
114
|
-
left: 0;
|
115
|
-
width: 144px;
|
116
|
-
min-width: 144px;
|
117
|
-
border-right: 1px solid var(--spbSky2);
|
118
|
-
}
|
119
|
-
.mfui-table__cell:not(:first-child) {
|
120
|
-
max-width: 288px;
|
121
|
-
}
|
122
|
-
.mfui-table__row_head .mfui-table__cell {
|
123
|
-
font-size: 12px;
|
124
|
-
line-height: 18px;
|
125
|
-
height: 72px;
|
126
|
-
padding-bottom: 12px;
|
127
|
-
color: var(--spbSky3);
|
128
|
-
vertical-align: bottom;
|
129
|
-
background-color: var(--spbSky0);
|
130
|
-
}
|
131
|
-
.mfui-table__row:not(:last-child) .mfui-table__cell {
|
132
|
-
border-bottom: 1px solid var(--spbSky2);
|
133
|
-
}
|
134
|
-
.mfui-table__row_align_bottom .mfui-table__cell {
|
135
|
-
vertical-align: bottom;
|
136
|
-
}
|
137
|
-
.mfui-table__row_align_top .mfui-table__cell {
|
138
|
-
vertical-align: top;
|
139
|
-
}
|
140
|
-
.mfui-table__row_align_top.mfui-table__row_head .mfui-table__cell {
|
141
|
-
padding-top: 12px;
|
142
|
-
}
|
143
|
-
.mfui-table_min-cell-size_small .mfui-table__cell:not(:first-child) {
|
144
|
-
min-width: 72px;
|
145
|
-
}
|
146
|
-
.mfui-table_min-cell-size_large .mfui-table__cell:not(:first-child) {
|
147
|
-
min-width: 144px;
|
148
|
-
}
|
149
|
-
.mfui-table_fix-column .mfui-table__cell:first-child {
|
150
|
-
position: sticky;
|
151
|
-
}
|
152
|
-
.mfui-table_fix-column .mfui-table__left-shadow {
|
153
|
-
left: 144px;
|
154
|
-
}
|
155
|
-
.mfui-table_fix-column .mfui-table__bottom-gradient {
|
156
|
-
z-index: 3;
|
157
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-text-box__content :first-child {
|
9
|
-
margin-top: 0 !important;
|
10
|
-
}
|
11
|
-
.mfui-text-box__content :last-child {
|
12
|
-
margin-bottom: 0 !important;
|
13
|
-
}
|
14
|
-
.mfui-text-box_text-center {
|
15
|
-
text-align: center;
|
16
|
-
}
|
17
|
-
.mfui-text-box .mfui-text-with-icon {
|
18
|
-
margin: 24px 0;
|
19
|
-
}
|
20
|
-
.mfui-text-box .mfui-text-with-icon + .mfui-header {
|
21
|
-
margin-top: 32px;
|
22
|
-
}
|
23
|
-
.mfui-text-box .mfui-text-box-picture + .mfui-text-with-icon {
|
24
|
-
margin: 32px 0 24px;
|
25
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-text-box-picture_margin_default {
|
9
|
-
margin: 16px 0;
|
10
|
-
}
|
11
|
-
.mfui-text-box-picture_margin_big-top {
|
12
|
-
margin: 24px 0 16px;
|
13
|
-
}
|
14
|
-
.mfui-text-box-picture_margin_big-bottom {
|
15
|
-
margin: 16px 0 24px;
|
16
|
-
}
|
17
|
-
.mfui-text-box-picture_margin_big-vertical {
|
18
|
-
margin: 24px 0;
|
19
|
-
}
|
20
|
-
.mfui-text-box-picture__img {
|
21
|
-
display: block;
|
22
|
-
max-width: 100%;
|
23
|
-
border: 1px solid var(--spbSky1);
|
24
|
-
}
|
25
|
-
.mfui-text-box-picture__img_no-border {
|
26
|
-
border: none;
|
27
|
-
}
|
@@ -1,29 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-text-with-icon-item {
|
9
|
-
display: -webkit-box;
|
10
|
-
display: -ms-flexbox;
|
11
|
-
display: flex;
|
12
|
-
-webkit-box-align: center;
|
13
|
-
-ms-flex-align: center;
|
14
|
-
align-items: center;
|
15
|
-
}
|
16
|
-
.mfui-text-with-icon-item:not(:first-of-type) {
|
17
|
-
margin-top: 12px;
|
18
|
-
}
|
19
|
-
.mfui-text-with-icon-item__svg-icon {
|
20
|
-
width: 44px;
|
21
|
-
min-width: 44px;
|
22
|
-
height: 44px;
|
23
|
-
min-height: 44px;
|
24
|
-
margin-right: 16px;
|
25
|
-
padding: 6px;
|
26
|
-
border: 1px solid var(--spbSky2);
|
27
|
-
border-radius: 50%;
|
28
|
-
overflow: hidden;
|
29
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-title-description-box {
|
9
|
-
font-family: inherit;
|
10
|
-
color: var(--content);
|
11
|
-
}
|
12
|
-
.mfui-title-description-box__item_header {
|
13
|
-
white-space: pre-wrap;
|
14
|
-
}
|
15
|
-
.mfui-title-description-box__item:not(:last-child) {
|
16
|
-
margin-bottom: 16px;
|
17
|
-
}
|
18
|
-
.mfui-title-description-box_text-color_white {
|
19
|
-
color: var(--stcWhite);
|
20
|
-
}
|
21
|
-
.mfui-title-description-box_h-align_center {
|
22
|
-
text-align: center;
|
23
|
-
}
|
24
|
-
.mfui-title-description-box__description {
|
25
|
-
font-size: 15px;
|
26
|
-
line-height: 24px;
|
27
|
-
font-weight: 400;
|
28
|
-
}
|
29
|
-
.mfui-title-description-box__description :last-child {
|
30
|
-
margin-bottom: 0 !important;
|
31
|
-
}
|
@@ -1,225 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-video-banner {
|
9
|
-
position: relative;
|
10
|
-
overflow: hidden;
|
11
|
-
}
|
12
|
-
@media screen and (min-width: 1280px) {
|
13
|
-
.mfui-video-banner {
|
14
|
-
margin-right: -80px;
|
15
|
-
margin-left: -80px;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
19
|
-
.mfui-video-banner {
|
20
|
-
margin-right: -64px;
|
21
|
-
margin-left: -64px;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
25
|
-
.mfui-video-banner {
|
26
|
-
margin-right: -48px;
|
27
|
-
margin-left: -48px;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
@media screen and (max-width: 767px) {
|
31
|
-
.mfui-video-banner {
|
32
|
-
margin-right: -16px;
|
33
|
-
margin-left: -16px;
|
34
|
-
}
|
35
|
-
}
|
36
|
-
.mfui-video-banner_bottom-shadow:after {
|
37
|
-
content: '';
|
38
|
-
position: absolute;
|
39
|
-
right: 0;
|
40
|
-
bottom: 0;
|
41
|
-
width: 100%;
|
42
|
-
height: 100%;
|
43
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(95.25%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.024)));
|
44
|
-
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 95.25%, rgba(0, 0, 0, 0.024) 100%);
|
45
|
-
}
|
46
|
-
.mfui-video-banner__wrapper {
|
47
|
-
display: -webkit-box;
|
48
|
-
display: -ms-flexbox;
|
49
|
-
display: flex;
|
50
|
-
-webkit-box-align: center;
|
51
|
-
-ms-flex-align: center;
|
52
|
-
align-items: center;
|
53
|
-
min-height: 400px;
|
54
|
-
}
|
55
|
-
@media screen and (min-width: 1440px) {
|
56
|
-
.mfui-video-banner__wrapper {
|
57
|
-
height: 562px;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
@media screen and (min-width: 1280px) and (max-width: 1439px) {
|
61
|
-
.mfui-video-banner__wrapper {
|
62
|
-
height: 500px;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
66
|
-
.mfui-video-banner__wrapper {
|
67
|
-
max-height: 440px;
|
68
|
-
padding-top: 52px;
|
69
|
-
padding-bottom: 52px;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
73
|
-
.mfui-video-banner__wrapper {
|
74
|
-
max-height: 440px;
|
75
|
-
padding-top: 64px;
|
76
|
-
padding-bottom: 64px;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
@media screen and (max-width: 767px) {
|
80
|
-
.mfui-video-banner__wrapper {
|
81
|
-
max-height: 488px;
|
82
|
-
padding-top: 42px;
|
83
|
-
padding-bottom: 42px;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
.mfui-video-banner__background-image,
|
87
|
-
.mfui-video-banner__video {
|
88
|
-
position: absolute;
|
89
|
-
top: 50%;
|
90
|
-
left: 50%;
|
91
|
-
-webkit-transform: translate(-50%, -50%);
|
92
|
-
transform: translate(-50%, -50%);
|
93
|
-
}
|
94
|
-
.mfui-video-banner__background-image {
|
95
|
-
width: 100%;
|
96
|
-
height: 100%;
|
97
|
-
-o-object-fit: cover;
|
98
|
-
object-fit: cover;
|
99
|
-
}
|
100
|
-
.mfui-video-banner__content {
|
101
|
-
position: relative;
|
102
|
-
-webkit-box-sizing: border-box;
|
103
|
-
box-sizing: border-box;
|
104
|
-
}
|
105
|
-
@media screen and (min-width: 1440px) {
|
106
|
-
.mfui-video-banner__content {
|
107
|
-
max-height: calc(562px - 2 * 70px);
|
108
|
-
}
|
109
|
-
}
|
110
|
-
@media screen and (min-width: 1280px) and (max-width: 1439px) {
|
111
|
-
.mfui-video-banner__content {
|
112
|
-
max-height: calc(500px - 2 * 70px);
|
113
|
-
}
|
114
|
-
}
|
115
|
-
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
116
|
-
.mfui-video-banner__content {
|
117
|
-
max-height: calc(440px - 2 * 52px);
|
118
|
-
}
|
119
|
-
}
|
120
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
121
|
-
.mfui-video-banner__content {
|
122
|
-
max-height: calc(440px - 2 * 64px);
|
123
|
-
}
|
124
|
-
}
|
125
|
-
@media screen and (max-width: 767px) {
|
126
|
-
.mfui-video-banner__content {
|
127
|
-
max-height: calc(488px - 2 * 42px);
|
128
|
-
}
|
129
|
-
}
|
130
|
-
.mfui-video-banner__content_text-color_black {
|
131
|
-
color: var(--stcBlack);
|
132
|
-
}
|
133
|
-
.mfui-video-banner__content_text-color_white {
|
134
|
-
color: var(--stcWhite);
|
135
|
-
}
|
136
|
-
@media screen and (max-width: 767px) {
|
137
|
-
.mfui-video-banner__content_text-color-mobile_black {
|
138
|
-
color: var(--stcBlack);
|
139
|
-
}
|
140
|
-
}
|
141
|
-
@media screen and (max-width: 767px) {
|
142
|
-
.mfui-video-banner__content_text-color-mobile_white {
|
143
|
-
color: var(--stcWhite);
|
144
|
-
}
|
145
|
-
}
|
146
|
-
.mfui-video-banner__description {
|
147
|
-
margin-bottom: 32px;
|
148
|
-
white-space: pre-wrap;
|
149
|
-
}
|
150
|
-
.mfui-video-banner__title {
|
151
|
-
margin-bottom: 24px;
|
152
|
-
}
|
153
|
-
@media screen and (max-width: 767px) {
|
154
|
-
.mfui-video-banner__title {
|
155
|
-
margin-bottom: 20px;
|
156
|
-
}
|
157
|
-
}
|
158
|
-
.mfui-video-banner__title,
|
159
|
-
.mfui-video-banner__text {
|
160
|
-
white-space: pre-wrap;
|
161
|
-
}
|
162
|
-
@media screen and (max-width: 767px) {
|
163
|
-
.mfui-video-banner__title,
|
164
|
-
.mfui-video-banner__text {
|
165
|
-
text-align: center;
|
166
|
-
}
|
167
|
-
}
|
168
|
-
.mfui-video-banner__btns-wrapper {
|
169
|
-
display: -webkit-box;
|
170
|
-
display: -ms-flexbox;
|
171
|
-
display: flex;
|
172
|
-
-ms-flex-wrap: wrap;
|
173
|
-
flex-wrap: wrap;
|
174
|
-
-webkit-box-align: center;
|
175
|
-
-ms-flex-align: center;
|
176
|
-
align-items: center;
|
177
|
-
-webkit-box-pack: start;
|
178
|
-
-ms-flex-pack: start;
|
179
|
-
justify-content: flex-start;
|
180
|
-
margin: -24px -10px 0;
|
181
|
-
}
|
182
|
-
@media screen and (max-width: 767px) {
|
183
|
-
.mfui-video-banner__btns-wrapper {
|
184
|
-
-webkit-box-pack: center;
|
185
|
-
-ms-flex-pack: center;
|
186
|
-
justify-content: center;
|
187
|
-
}
|
188
|
-
}
|
189
|
-
@media screen and (max-width: 479px) {
|
190
|
-
.mfui-video-banner__btns-wrapper {
|
191
|
-
-webkit-box-orient: vertical;
|
192
|
-
-webkit-box-direction: normal;
|
193
|
-
-ms-flex-direction: column;
|
194
|
-
flex-direction: column;
|
195
|
-
}
|
196
|
-
}
|
197
|
-
.mfui-video-banner__link,
|
198
|
-
.mfui-video-banner__button {
|
199
|
-
margin: 24px 10px 0;
|
200
|
-
}
|
201
|
-
.mfui-video-banner__cost {
|
202
|
-
font-size: 12px;
|
203
|
-
line-height: 18px;
|
204
|
-
margin-bottom: 18px;
|
205
|
-
}
|
206
|
-
.mfui-video-banner__value {
|
207
|
-
display: inline;
|
208
|
-
margin: 0 3px;
|
209
|
-
}
|
210
|
-
.mfui-video-banner__content,
|
211
|
-
.mfui-video-banner__breadcrumbs {
|
212
|
-
z-index: 1;
|
213
|
-
}
|
214
|
-
.mfui-video-banner__breadcrumbs {
|
215
|
-
position: absolute;
|
216
|
-
top: 32px;
|
217
|
-
}
|
218
|
-
@media screen and (max-width: 767px) {
|
219
|
-
.mfui-video-banner__breadcrumbs {
|
220
|
-
display: none;
|
221
|
-
}
|
222
|
-
}
|
223
|
-
.mfui-video-banner__grid {
|
224
|
-
width: 100%;
|
225
|
-
}
|
@@ -1,106 +0,0 @@
|
|
1
|
-
h1,
|
2
|
-
h2,
|
3
|
-
h3,
|
4
|
-
h4,
|
5
|
-
h5 {
|
6
|
-
margin: 0;
|
7
|
-
}
|
8
|
-
.mfui-video-block {
|
9
|
-
display: -webkit-box;
|
10
|
-
display: -ms-flexbox;
|
11
|
-
display: flex;
|
12
|
-
-webkit-box-align: center;
|
13
|
-
-ms-flex-align: center;
|
14
|
-
align-items: center;
|
15
|
-
}
|
16
|
-
.mfui-video-block__content {
|
17
|
-
display: -webkit-box;
|
18
|
-
display: -ms-flexbox;
|
19
|
-
display: flex;
|
20
|
-
-webkit-box-orient: vertical;
|
21
|
-
-webkit-box-direction: normal;
|
22
|
-
-ms-flex-direction: column;
|
23
|
-
flex-direction: column;
|
24
|
-
-webkit-box-pack: center;
|
25
|
-
-ms-flex-pack: center;
|
26
|
-
justify-content: center;
|
27
|
-
}
|
28
|
-
@media screen and (max-width: 767px) {
|
29
|
-
.mfui-video-block__content {
|
30
|
-
margin-top: 24px;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
34
|
-
.mfui-video-block__content {
|
35
|
-
margin-top: 32px;
|
36
|
-
}
|
37
|
-
}
|
38
|
-
@media screen and (min-width: 1024px) {
|
39
|
-
.mfui-video-block__content {
|
40
|
-
height: 100%;
|
41
|
-
margin-right: 20px;
|
42
|
-
padding-right: 20px;
|
43
|
-
}
|
44
|
-
}
|
45
|
-
@media screen and (min-width: 1024px) {
|
46
|
-
.mfui-video-block__content_position-right {
|
47
|
-
margin: 0 0 0 20px;
|
48
|
-
padding: 0 0 0 20px;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
.mfui-video-block__header {
|
52
|
-
margin-bottom: 24px;
|
53
|
-
}
|
54
|
-
@media screen and (max-width: 1023px) {
|
55
|
-
.mfui-video-block__header {
|
56
|
-
margin-bottom: 16px;
|
57
|
-
}
|
58
|
-
}
|
59
|
-
.mfui-video-block__description {
|
60
|
-
font-size: 15px;
|
61
|
-
line-height: 24px;
|
62
|
-
font-weight: 400;
|
63
|
-
}
|
64
|
-
.mfui-video-block__button {
|
65
|
-
-ms-flex-item-align: start;
|
66
|
-
align-self: flex-start;
|
67
|
-
max-width: 100%;
|
68
|
-
margin-top: 32px;
|
69
|
-
}
|
70
|
-
@media screen and (max-width: 767px) {
|
71
|
-
.mfui-video-block__button {
|
72
|
-
-ms-flex-item-align: center;
|
73
|
-
align-self: center;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
.mfui-video-block__video {
|
77
|
-
width: 100%;
|
78
|
-
-o-object-fit: contain;
|
79
|
-
object-fit: contain;
|
80
|
-
}
|
81
|
-
.mfui-video-block__video_fix-background {
|
82
|
-
-webkit-filter: brightness(108.5%);
|
83
|
-
filter: brightness(108.5%);
|
84
|
-
}
|
85
|
-
.mfui-video-block__youtube {
|
86
|
-
position: relative;
|
87
|
-
padding-bottom: 56.25%;
|
88
|
-
}
|
89
|
-
.mfui-video-block__iframe {
|
90
|
-
position: absolute;
|
91
|
-
top: 0;
|
92
|
-
left: 0;
|
93
|
-
}
|
94
|
-
.mfui-video-block__grid {
|
95
|
-
width: 100%;
|
96
|
-
}
|
97
|
-
.mfui-video-block__content-column_position-right {
|
98
|
-
-webkit-box-ordinal-group: 3;
|
99
|
-
-ms-flex-order: 2;
|
100
|
-
order: 2;
|
101
|
-
}
|
102
|
-
.mfui-video-block__video-column_position-left {
|
103
|
-
-webkit-box-ordinal-group: 2;
|
104
|
-
-ms-flex-order: 1;
|
105
|
-
order: 1;
|
106
|
-
}
|