@gravity-ui/page-constructor 5.28.2 → 5.28.3
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/build/cjs/blocks/Banner/Banner.css +15 -0
- package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
- package/build/cjs/blocks/Companies/Companies.css +21 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/cjs/blocks/Form/Form.css +134 -0
- package/build/cjs/blocks/Header/Header.css +226 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/cjs/blocks/Icons/Icons.css +56 -0
- package/build/cjs/blocks/Info/Info.css +32 -0
- package/build/cjs/blocks/Map/Map.css +14 -0
- package/build/cjs/blocks/Media/Media.css +17 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/cjs/blocks/Questions/Questions.css +13 -0
- package/build/cjs/blocks/Share/Share.css +68 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/cjs/blocks/Slider/Slider.css +703 -0
- package/build/cjs/blocks/Slider/slick.css +87 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/cjs/blocks/SliderNew/Slider.css +834 -0
- package/build/cjs/blocks/Table/Table.css +30 -0
- package/build/cjs/blocks/Tabs/Tabs.css +111 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/cjs/components/Anchor/Anchor.css +8 -0
- package/build/cjs/components/Author/Author.css +58 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/cjs/components/BlockBase/BlockBase.css +70 -0
- package/build/cjs/components/Button/Button.css +59 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/cjs/components/Buttons/Buttons.css +11 -0
- package/build/cjs/components/CardBase/CardBase.css +96 -0
- package/build/cjs/components/ContentList/ContentList.css +65 -0
- package/build/cjs/components/Control/Control.css +88 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/cjs/components/FileLink/FileLink.css +54 -0
- package/build/cjs/components/Foldable/Foldable.css +10 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
- package/build/cjs/components/Link/Link.css +71 -0
- package/build/cjs/components/Links/Links.css +15 -0
- package/build/cjs/components/Map/Map.css +25 -0
- package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
- package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
- package/build/cjs/components/Media/Image/Image.css +10 -0
- package/build/cjs/components/Media/Media.css +11 -0
- package/build/cjs/components/Media/Video/Video.css +12 -0
- package/build/cjs/components/MediaBase/MediaBase.css +60 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/cjs/components/Table/Table.css +87 -0
- package/build/cjs/components/Title/Title.css +16 -0
- package/build/cjs/components/Title/TitleItem.css +119 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
- package/build/cjs/containers/Loadable/Loadable.css +4 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/cjs/editor/components/Layout/Layout.css +50 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/cjs/editor/containers/Editor/Editor.css +17 -0
- package/build/cjs/editor/containers/Form/Form.css +87 -0
- package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/cjs/editor/styles/mixins.css +0 -0
- package/build/cjs/editor/styles/root.css +9 -0
- package/build/cjs/editor/styles/variables.css +0 -0
- package/build/cjs/grid/Grid/Grid.css +87 -0
- package/build/cjs/grid/styles/bootstrap.css +1627 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/cjs/navigation/components/Logo/Logo.css +23 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/cjs/sub-blocks/Content/Content.css +159 -0
- package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
- package/build/esm/blocks/Banner/Banner.css +15 -0
- package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
- package/build/esm/blocks/Companies/Companies.css +21 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/esm/blocks/Form/Form.css +134 -0
- package/build/esm/blocks/Header/Header.css +226 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/esm/blocks/Icons/Icons.css +56 -0
- package/build/esm/blocks/Info/Info.css +32 -0
- package/build/esm/blocks/Map/Map.css +14 -0
- package/build/esm/blocks/Media/Media.css +17 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/esm/blocks/Questions/Questions.css +13 -0
- package/build/esm/blocks/Share/Share.css +68 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/esm/blocks/Slider/Slider.css +703 -0
- package/build/esm/blocks/Slider/slick.css +87 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/esm/blocks/SliderNew/Slider.css +834 -0
- package/build/esm/blocks/Table/Table.css +30 -0
- package/build/esm/blocks/Tabs/Tabs.css +111 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/esm/components/Anchor/Anchor.css +8 -0
- package/build/esm/components/Author/Author.css +58 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/esm/components/BlockBase/BlockBase.css +70 -0
- package/build/esm/components/Button/Button.css +59 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/esm/components/Buttons/Buttons.css +11 -0
- package/build/esm/components/CardBase/CardBase.css +96 -0
- package/build/esm/components/ContentList/ContentList.css +65 -0
- package/build/esm/components/Control/Control.css +88 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/esm/components/FileLink/FileLink.css +54 -0
- package/build/esm/components/Foldable/Foldable.css +10 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
- package/build/esm/components/Link/Link.css +71 -0
- package/build/esm/components/Links/Links.css +15 -0
- package/build/esm/components/Map/Map.css +25 -0
- package/build/esm/components/Media/DataLens/DataLens.css +20 -0
- package/build/esm/components/Media/Iframe/Iframe.css +18 -0
- package/build/esm/components/Media/Image/Image.css +10 -0
- package/build/esm/components/Media/Media.css +11 -0
- package/build/esm/components/Media/Video/Video.css +12 -0
- package/build/esm/components/MediaBase/MediaBase.css +60 -0
- package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/esm/components/Table/Table.css +87 -0
- package/build/esm/components/Title/Title.css +16 -0
- package/build/esm/components/Title/TitleItem.css +119 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
- package/build/esm/containers/Loadable/Loadable.css +4 -0
- package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/esm/editor/components/Layout/Layout.css +50 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/esm/editor/containers/Editor/Editor.css +17 -0
- package/build/esm/editor/containers/Form/Form.css +87 -0
- package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/esm/editor/styles/mixins.css +0 -0
- package/build/esm/editor/styles/root.css +9 -0
- package/build/esm/editor/styles/variables.css +0 -0
- package/build/esm/grid/Grid/Grid.css +87 -0
- package/build/esm/grid/styles/bootstrap.css +1627 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/esm/navigation/components/Logo/Logo.css +23 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/esm/navigation/containers/Layout/Layout.css +15 -0
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/esm/sub-blocks/Content/Content.css +159 -0
- package/build/esm/sub-blocks/Divider/Divider.css +27 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/esm/sub-blocks/Quote/Quote.css +146 -0
- package/package.json +1 -1
- package/styles/styles.css +128 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-meta-info {
|
|
4
|
+
font-size: var(--g-text-body-2-font-size);
|
|
5
|
+
line-height: var(--g-text-body-2-line-height);
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
}
|
|
9
|
+
.pc-meta-info__item:not(:first-child) {
|
|
10
|
+
margin-left: 16px;
|
|
11
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-overflow-scroller {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
position: relative;
|
|
7
|
+
overflow-x: hidden;
|
|
8
|
+
}
|
|
9
|
+
.pc-overflow-scroller__container {
|
|
10
|
+
width: 100%;
|
|
11
|
+
position: relative;
|
|
12
|
+
}
|
|
13
|
+
.pc-overflow-scroller__container_padding-left {
|
|
14
|
+
padding-left: 24px;
|
|
15
|
+
}
|
|
16
|
+
.pc-overflow-scroller__container_padding-right {
|
|
17
|
+
padding-right: 24px;
|
|
18
|
+
}
|
|
19
|
+
.pc-overflow-scroller__wrapper {
|
|
20
|
+
position: relative;
|
|
21
|
+
transition: left 0.6s;
|
|
22
|
+
}
|
|
23
|
+
.pc-overflow-scroller__arrow {
|
|
24
|
+
display: inline-block;
|
|
25
|
+
margin: 0;
|
|
26
|
+
padding: 0;
|
|
27
|
+
font: inherit;
|
|
28
|
+
border: none;
|
|
29
|
+
outline: none;
|
|
30
|
+
color: inherit;
|
|
31
|
+
background: none;
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
position: absolute;
|
|
34
|
+
z-index: 10;
|
|
35
|
+
top: 0;
|
|
36
|
+
display: flex;
|
|
37
|
+
justify-content: flex-end;
|
|
38
|
+
align-items: center;
|
|
39
|
+
width: 32px;
|
|
40
|
+
height: calc(100% - 1px);
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
color: var(--g-color-text-secondary);
|
|
43
|
+
border-radius: var(--g-focus-border-radius);
|
|
44
|
+
}
|
|
45
|
+
.pc-overflow-scroller__arrow:focus {
|
|
46
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
47
|
+
outline-offset: 0;
|
|
48
|
+
}
|
|
49
|
+
.pc-overflow-scroller__arrow:focus:not(:focus-visible) {
|
|
50
|
+
outline: 0;
|
|
51
|
+
}
|
|
52
|
+
.pc-overflow-scroller__arrow_type_left {
|
|
53
|
+
left: 0;
|
|
54
|
+
transform: rotate(180deg);
|
|
55
|
+
}
|
|
56
|
+
.pc-overflow-scroller__arrow_type_right {
|
|
57
|
+
right: 0;
|
|
58
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
.pc-CustomBarControls__button_type_with-play-pause-button {
|
|
2
|
+
box-shadow: 0px 4px 24px var(--pc-color-sfx-shadow), 0px 2px 8px var(--pc-color-sfx-shadow);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.pc-CustomBarControls__button_type_with-play-pause-button:hover {
|
|
6
|
+
box-shadow: 0px 4px 24px var(--g-color-sfx-shadow), 0px 2px 8px var(--g-color-sfx-shadow);
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* use this for style redefinitions to awoid problems with
|
|
11
|
+
unpredictable css rules order in build */
|
|
12
|
+
.pc-CustomBarControls__wrapper {
|
|
13
|
+
position: absolute;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
opacity: 0;
|
|
16
|
+
transition: opacity 300ms ease 3s;
|
|
17
|
+
z-index: 1;
|
|
18
|
+
}
|
|
19
|
+
.pc-CustomBarControls__wrapper_shown {
|
|
20
|
+
opacity: 1;
|
|
21
|
+
transition: opacity 0s ease 0s;
|
|
22
|
+
}
|
|
23
|
+
.pc-CustomBarControls__wrapper_type_with-play-pause-button {
|
|
24
|
+
gap: 8px;
|
|
25
|
+
padding: 8px;
|
|
26
|
+
}
|
|
27
|
+
.pc-CustomBarControls__wrapper_positioning_left, .pc-CustomBarControls__wrapper_positioning_right, .pc-CustomBarControls__wrapper_positioning_center {
|
|
28
|
+
display: flex;
|
|
29
|
+
width: 100%;
|
|
30
|
+
}
|
|
31
|
+
.pc-CustomBarControls__wrapper_positioning_right {
|
|
32
|
+
flex-direction: row-reverse;
|
|
33
|
+
}
|
|
34
|
+
.pc-CustomBarControls__wrapper_positioning_center {
|
|
35
|
+
justify-content: center;
|
|
36
|
+
}
|
|
37
|
+
.pc-CustomBarControls__button {
|
|
38
|
+
border: 0;
|
|
39
|
+
padding: 0;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
.pc-CustomBarControls__button_type_with-mute-button {
|
|
43
|
+
border-radius: 50%;
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
position: relative;
|
|
49
|
+
width: 64px;
|
|
50
|
+
height: 64px;
|
|
51
|
+
background: var(--g-color-base-background);
|
|
52
|
+
transition: background-color 300ms;
|
|
53
|
+
margin: 12px;
|
|
54
|
+
}
|
|
55
|
+
.pc-CustomBarControls__button_type_with-mute-button:hover, .pc-CustomBarControls__button_type_with-mute-button:focus {
|
|
56
|
+
background: #eff2f8;
|
|
57
|
+
}
|
|
58
|
+
.pc-CustomBarControls__button_type_with-mute-button:focus {
|
|
59
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
60
|
+
outline-offset: 0;
|
|
61
|
+
}
|
|
62
|
+
.pc-CustomBarControls__button_type_with-mute-button:focus:not(:focus-visible) {
|
|
63
|
+
outline: 0;
|
|
64
|
+
}
|
|
65
|
+
.pc-CustomBarControls__button_type_with-play-pause-button {
|
|
66
|
+
width: 42px;
|
|
67
|
+
height: 42px;
|
|
68
|
+
border-radius: 50%;
|
|
69
|
+
background: var(--g-color-base-background);
|
|
70
|
+
}
|
|
71
|
+
.pc-CustomBarControls__button_type_with-play-pause-button:focus {
|
|
72
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
73
|
+
outline-offset: 0;
|
|
74
|
+
}
|
|
75
|
+
.pc-CustomBarControls__button_type_with-play-pause-button:focus:not(:focus-visible) {
|
|
76
|
+
outline: 0;
|
|
77
|
+
}
|
|
78
|
+
.pc-CustomBarControls__play-icon_type_with-play-pause-button {
|
|
79
|
+
height: 16px;
|
|
80
|
+
width: 16px;
|
|
81
|
+
color: var(--g-color-base-neutral-heavy);
|
|
82
|
+
}
|
|
83
|
+
.pc-CustomBarControls__mute-icon_type_with-mute-button {
|
|
84
|
+
height: 22px;
|
|
85
|
+
width: 32px;
|
|
86
|
+
}
|
|
87
|
+
.pc-CustomBarControls__mute-icon_type_with-play-pause-button {
|
|
88
|
+
height: 16px;
|
|
89
|
+
width: 16px;
|
|
90
|
+
color: var(--g-color-base-neutral-heavy);
|
|
91
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-ReactPlayer video {
|
|
4
|
+
background-color: var(--pc-color-video-player-bg, #000);
|
|
5
|
+
object-fit: cover;
|
|
6
|
+
}
|
|
7
|
+
.pc-ReactPlayer__wrapper {
|
|
8
|
+
position: relative;
|
|
9
|
+
padding-top: 56.25%;
|
|
10
|
+
}
|
|
11
|
+
.pc-ReactPlayer__wrapper .pc-ReactPlayer__player {
|
|
12
|
+
position: absolute;
|
|
13
|
+
top: 0;
|
|
14
|
+
left: 0;
|
|
15
|
+
}
|
|
16
|
+
.pc-ReactPlayer__button {
|
|
17
|
+
display: inline-block;
|
|
18
|
+
margin: 0;
|
|
19
|
+
padding: 0;
|
|
20
|
+
font: inherit;
|
|
21
|
+
border: none;
|
|
22
|
+
outline: none;
|
|
23
|
+
color: inherit;
|
|
24
|
+
background: none;
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
display: flex;
|
|
27
|
+
justify-content: center;
|
|
28
|
+
align-items: center;
|
|
29
|
+
position: absolute;
|
|
30
|
+
width: 64px;
|
|
31
|
+
height: 64px;
|
|
32
|
+
border-radius: 166px;
|
|
33
|
+
}
|
|
34
|
+
.pc-ReactPlayer__button:focus {
|
|
35
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
36
|
+
outline-offset: 0;
|
|
37
|
+
}
|
|
38
|
+
.pc-ReactPlayer__button:focus:not(:focus-visible) {
|
|
39
|
+
outline: 0;
|
|
40
|
+
}
|
|
41
|
+
.pc-ReactPlayer__button_theme_blue {
|
|
42
|
+
color: var(--g-color-base-background);
|
|
43
|
+
background-color: var(--g-color-base-brand);
|
|
44
|
+
}
|
|
45
|
+
.pc-ReactPlayer__button_theme_grey {
|
|
46
|
+
color: var(--pc-text-header-color);
|
|
47
|
+
background-color: #eff2f8;
|
|
48
|
+
}
|
|
49
|
+
.pc-ReactPlayer__button_text {
|
|
50
|
+
padding: 16px 32px;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
font-size: 24px;
|
|
53
|
+
line-height: 32px;
|
|
54
|
+
width: auto;
|
|
55
|
+
height: auto;
|
|
56
|
+
}
|
|
57
|
+
.pc-ReactPlayer__icon {
|
|
58
|
+
margin-left: 1px;
|
|
59
|
+
}
|
|
60
|
+
.pc-ReactPlayer_controls_custom::before {
|
|
61
|
+
display: none;
|
|
62
|
+
position: absolute;
|
|
63
|
+
width: 100%;
|
|
64
|
+
height: 100%;
|
|
65
|
+
content: "";
|
|
66
|
+
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.36%, rgba(0, 0, 0, 0.2) 100%);
|
|
67
|
+
opacity: 0;
|
|
68
|
+
transition: opacity 300ms;
|
|
69
|
+
}
|
|
70
|
+
.pc-ReactPlayer_contain video {
|
|
71
|
+
object-fit: contain;
|
|
72
|
+
}
|
|
73
|
+
@media only screen and (max-width: 577px) {
|
|
74
|
+
.pc-ReactPlayer__button_text {
|
|
75
|
+
font-size: 20px;
|
|
76
|
+
line-height: 24px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-table {
|
|
4
|
+
font-size: var(--g-text-body-2-font-size);
|
|
5
|
+
line-height: var(--g-text-body-2-line-height);
|
|
6
|
+
}
|
|
7
|
+
.pc-table__table {
|
|
8
|
+
width: 100%;
|
|
9
|
+
overflow-x: auto;
|
|
10
|
+
}
|
|
11
|
+
.pc-table__row {
|
|
12
|
+
display: flex;
|
|
13
|
+
}
|
|
14
|
+
.pc-table__row:first-child {
|
|
15
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
16
|
+
}
|
|
17
|
+
.pc-table__row:first-child .pc-table__cell {
|
|
18
|
+
border-bottom-color: var(--g-color-line-generic-active);
|
|
19
|
+
align-items: flex-end;
|
|
20
|
+
padding-top: 0;
|
|
21
|
+
}
|
|
22
|
+
.pc-table__cell {
|
|
23
|
+
padding: 12px 0;
|
|
24
|
+
display: flex;
|
|
25
|
+
flex: 1;
|
|
26
|
+
align-items: center;
|
|
27
|
+
border-bottom: 1px solid var(--g-color-line-generic);
|
|
28
|
+
}
|
|
29
|
+
.pc-table__cell:first-child {
|
|
30
|
+
flex: 2;
|
|
31
|
+
}
|
|
32
|
+
.pc-table__cell_justify_center {
|
|
33
|
+
justify-content: center;
|
|
34
|
+
text-align: center;
|
|
35
|
+
}
|
|
36
|
+
.pc-table__cell_justify_right {
|
|
37
|
+
justify-content: flex-end;
|
|
38
|
+
text-align: right;
|
|
39
|
+
}
|
|
40
|
+
.pc-table__marker {
|
|
41
|
+
display: inline-block;
|
|
42
|
+
}
|
|
43
|
+
.pc-table__marker_type_disk {
|
|
44
|
+
width: 16px;
|
|
45
|
+
height: 16px;
|
|
46
|
+
border-radius: 100%;
|
|
47
|
+
flex-shrink: 0;
|
|
48
|
+
box-sizing: border-box;
|
|
49
|
+
}
|
|
50
|
+
.pc-table__marker_type_disk.pc-table__marker_index_0 {
|
|
51
|
+
background-color: var(--g-color-base-neutral-light);
|
|
52
|
+
}
|
|
53
|
+
.pc-table__marker_type_disk.pc-table__marker_index_1 {
|
|
54
|
+
background-color: var(--g-color-base-brand);
|
|
55
|
+
}
|
|
56
|
+
.pc-table__marker_type_disk.pc-table__marker_index_2 {
|
|
57
|
+
border: 1px solid var(--g-color-text-hint);
|
|
58
|
+
}
|
|
59
|
+
.pc-table__marker_tick {
|
|
60
|
+
color: var(--g-color-base-generic-medium);
|
|
61
|
+
}
|
|
62
|
+
.pc-table__marker_tick_check {
|
|
63
|
+
color: var(--g-color-base-brand);
|
|
64
|
+
}
|
|
65
|
+
.pc-table__legend {
|
|
66
|
+
display: flex;
|
|
67
|
+
margin-top: 20px;
|
|
68
|
+
color: var(--g-color-text-secondary);
|
|
69
|
+
}
|
|
70
|
+
.pc-table__legend-item {
|
|
71
|
+
display: flex;
|
|
72
|
+
align-items: center;
|
|
73
|
+
}
|
|
74
|
+
.pc-table__legend-item + .pc-table__legend-item {
|
|
75
|
+
margin-left: 32px;
|
|
76
|
+
}
|
|
77
|
+
.pc-table__legent-item-text {
|
|
78
|
+
margin-left: 6px;
|
|
79
|
+
}
|
|
80
|
+
@media (max-width: 577px) {
|
|
81
|
+
.pc-table__cell {
|
|
82
|
+
min-width: 120px;
|
|
83
|
+
}
|
|
84
|
+
.pc-table__cell:first-child {
|
|
85
|
+
min-width: 230px;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-title__description {
|
|
4
|
+
margin-top: 12px;
|
|
5
|
+
}
|
|
6
|
+
.pc-title__description .yfm {
|
|
7
|
+
font-size: var(--g-text-body-3-font-size);
|
|
8
|
+
line-height: var(--g-text-body-3-line-height);
|
|
9
|
+
}
|
|
10
|
+
.pc-title__description_titleSize_s, .pc-title__description_titleSize_xs {
|
|
11
|
+
margin-top: 8px;
|
|
12
|
+
}
|
|
13
|
+
.pc-title__description_titleSize_s .yfm, .pc-title__description_titleSize_xs .yfm {
|
|
14
|
+
font-size: var(--g-text-body-2-font-size);
|
|
15
|
+
line-height: var(--g-text-body-2-line-height);
|
|
16
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
.pc-title-item_size_l, .pc-title-item_size_m, .pc-title-item_size_s, .pc-title-item_size_xs {
|
|
2
|
+
margin: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/* use this for style redefinitions to awoid problems with
|
|
6
|
+
unpredictable css rules order in build */
|
|
7
|
+
.pc-title-item_justify_center {
|
|
8
|
+
text-align: center;
|
|
9
|
+
}
|
|
10
|
+
.pc-title-item_justify_end {
|
|
11
|
+
text-align: right;
|
|
12
|
+
}
|
|
13
|
+
.pc-title-item_size_xs {
|
|
14
|
+
font-size: var(--g-text-body-3-font-size);
|
|
15
|
+
line-height: var(--g-text-body-3-line-height);
|
|
16
|
+
color: var(--pc-text-header-color);
|
|
17
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
18
|
+
}
|
|
19
|
+
.pc-title-item_size_s {
|
|
20
|
+
font-size: var(--g-text-header-1-font-size);
|
|
21
|
+
line-height: var(--g-text-header-1-line-height);
|
|
22
|
+
color: var(--pc-text-header-color);
|
|
23
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
24
|
+
margin-top: 32px;
|
|
25
|
+
}
|
|
26
|
+
.pc-title-item_size_m {
|
|
27
|
+
font-size: var(--g-text-display-2-font-size);
|
|
28
|
+
line-height: var(--g-text-display-2-line-height);
|
|
29
|
+
color: var(--pc-text-header-color);
|
|
30
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
31
|
+
margin-top: 48px;
|
|
32
|
+
}
|
|
33
|
+
@media (max-width: 576px) {
|
|
34
|
+
.pc-title-item_size_m {
|
|
35
|
+
font-size: var(--g-text-display-1-font-size);
|
|
36
|
+
line-height: var(--g-text-display-1-line-height);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.pc-title-item_size_l {
|
|
40
|
+
font-size: var(--g-text-display-4-font-size);
|
|
41
|
+
line-height: var(--g-text-display-4-line-height);
|
|
42
|
+
color: var(--pc-text-header-color);
|
|
43
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
44
|
+
margin-top: 96px;
|
|
45
|
+
}
|
|
46
|
+
@media (max-width: 577px) {
|
|
47
|
+
.pc-title-item_size_l {
|
|
48
|
+
font-size: var(--g-text-display-2-font-size);
|
|
49
|
+
line-height: var(--g-text-display-2-line-height);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
.pc-title-item__arrow {
|
|
53
|
+
margin-top: 9px;
|
|
54
|
+
}
|
|
55
|
+
.pc-title-item__arrow_size_xs {
|
|
56
|
+
margin-top: 6px;
|
|
57
|
+
}
|
|
58
|
+
.pc-title-item__arrow_size_s {
|
|
59
|
+
margin-top: 4px;
|
|
60
|
+
}
|
|
61
|
+
.pc-title-item__link {
|
|
62
|
+
color: inherit;
|
|
63
|
+
text-decoration: none;
|
|
64
|
+
padding-right: 8px;
|
|
65
|
+
border-radius: var(--g-focus-border-radius);
|
|
66
|
+
}
|
|
67
|
+
.pc-title-item__link:hover, .pc-title-item__link:active {
|
|
68
|
+
--pc-text-header-color: inherit;
|
|
69
|
+
color: inherit;
|
|
70
|
+
}
|
|
71
|
+
.pc-title-item__link:focus {
|
|
72
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
73
|
+
outline-offset: 0;
|
|
74
|
+
}
|
|
75
|
+
.pc-title-item__link:focus:not(:focus-visible) {
|
|
76
|
+
outline: 0;
|
|
77
|
+
}
|
|
78
|
+
.pc-title-item__link:hover {
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
}
|
|
81
|
+
.pc-title-item__link:hover .pc-title-item__arrow {
|
|
82
|
+
margin-left: 10px;
|
|
83
|
+
}
|
|
84
|
+
.pc-title-item__link:hover .pc-title-item__arrow_size_xs {
|
|
85
|
+
margin-left: 6px;
|
|
86
|
+
}
|
|
87
|
+
.pc-title-item__link:hover .pc-title-item__arrow_size_s {
|
|
88
|
+
margin-left: 8px;
|
|
89
|
+
}
|
|
90
|
+
.pc-title-item__text {
|
|
91
|
+
white-space: normal;
|
|
92
|
+
}
|
|
93
|
+
.pc-title-item__text a {
|
|
94
|
+
outline: none;
|
|
95
|
+
color: var(--g-color-text-link);
|
|
96
|
+
text-decoration: none;
|
|
97
|
+
cursor: pointer;
|
|
98
|
+
}
|
|
99
|
+
.utilityfocus .pc-title-item__text a:focus {
|
|
100
|
+
outline: 2px solid #ffdb4d;
|
|
101
|
+
}
|
|
102
|
+
.pc-title-item__text a:hover, .pc-title-item__text a:active {
|
|
103
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
104
|
+
color: var(--g-color-text-link-hover);
|
|
105
|
+
}
|
|
106
|
+
.pc-title-item__wrapper {
|
|
107
|
+
white-space: nowrap;
|
|
108
|
+
}
|
|
109
|
+
.pc-title-item_reset-margin {
|
|
110
|
+
margin-top: 0;
|
|
111
|
+
}
|
|
112
|
+
@media (max-width: 577px) {
|
|
113
|
+
.pc-title-item_size_l:not(.pc-title-item_reset-margin) {
|
|
114
|
+
margin-top: 48px;
|
|
115
|
+
}
|
|
116
|
+
.pc-title-item__arrow_size_m, .pc-title-item__arrow_size_l {
|
|
117
|
+
margin-top: 9px;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.pc-ToggleArrow {
|
|
2
|
+
transition: transform 0.15s;
|
|
3
|
+
stroke-width: 2px;
|
|
4
|
+
}
|
|
5
|
+
.pc-ToggleArrow_type_horizontal {
|
|
6
|
+
transition: margin-left 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
|
|
7
|
+
transform: rotate(-90deg);
|
|
8
|
+
}
|
|
9
|
+
.pc-ToggleArrow_type_vertical {
|
|
10
|
+
transform: rotate(0deg);
|
|
11
|
+
}
|
|
12
|
+
.pc-ToggleArrow_open.pc-ToggleArrow_type_horizontal {
|
|
13
|
+
transform: rotate(0deg);
|
|
14
|
+
}
|
|
15
|
+
.pc-ToggleArrow_open.pc-ToggleArrow_type_vertical {
|
|
16
|
+
transform: rotate(180deg);
|
|
17
|
+
}
|
|
18
|
+
.pc-ToggleArrow_thin {
|
|
19
|
+
stroke-width: 1px;
|
|
20
|
+
}
|
|
21
|
+
.pc-ToggleArrow_slow {
|
|
22
|
+
transition-duration: 0.3s;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-unpublished-label {
|
|
4
|
+
background-color: var(--g-color-base-danger-heavy);
|
|
5
|
+
}
|
|
6
|
+
.pc-unpublished-label_type_line {
|
|
7
|
+
font-size: var(--g-text-body-3-font-size);
|
|
8
|
+
line-height: var(--g-text-body-3-line-height);
|
|
9
|
+
padding: 15px;
|
|
10
|
+
}
|
|
11
|
+
.pc-unpublished-label_type_label {
|
|
12
|
+
font-size: var(--g-text-body-1-font-size);
|
|
13
|
+
line-height: var(--g-text-body-1-line-height);
|
|
14
|
+
display: inline-block;
|
|
15
|
+
padding: 0 8px;
|
|
16
|
+
border-radius: 2px;
|
|
17
|
+
height: 20px;
|
|
18
|
+
line-height: 20px;
|
|
19
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-VideoBlock {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.pc-VideoBlock__preview {
|
|
7
|
+
display: flex;
|
|
8
|
+
justify-content: center;
|
|
9
|
+
align-items: center;
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
width: 100%;
|
|
14
|
+
height: 100%;
|
|
15
|
+
}
|
|
16
|
+
.pc-VideoBlock__image {
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
object-fit: cover;
|
|
20
|
+
display: block;
|
|
21
|
+
}
|
|
22
|
+
.pc-VideoBlock__image-wrapper {
|
|
23
|
+
height: 100%;
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
.pc-VideoBlock__button {
|
|
27
|
+
display: inline-block;
|
|
28
|
+
margin: 0;
|
|
29
|
+
padding: 0;
|
|
30
|
+
font: inherit;
|
|
31
|
+
border: none;
|
|
32
|
+
outline: none;
|
|
33
|
+
color: inherit;
|
|
34
|
+
background: none;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
display: flex;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
align-items: center;
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 64px;
|
|
41
|
+
height: 64px;
|
|
42
|
+
color: var(--g-color-base-background);
|
|
43
|
+
background-color: var(--g-color-base-brand);
|
|
44
|
+
border-radius: 50%;
|
|
45
|
+
}
|
|
46
|
+
.pc-VideoBlock__button:focus {
|
|
47
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
48
|
+
outline-offset: 0;
|
|
49
|
+
}
|
|
50
|
+
.pc-VideoBlock__button:focus:not(:focus-visible) {
|
|
51
|
+
outline: 0;
|
|
52
|
+
}
|
|
53
|
+
.pc-VideoBlock__icon {
|
|
54
|
+
margin-left: 1px;
|
|
55
|
+
}
|