@gravity-ui/page-constructor 5.28.2 → 5.28.4
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/navigation/hooks/useShowBorder.js +3 -2
- 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/navigation/hooks/useShowBorder.js +1 -1
- 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
- package/widget/index.js +1 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-layout-item {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
height: 100%;
|
|
7
|
+
}
|
|
8
|
+
.pc-layout-item__media {
|
|
9
|
+
width: 100%;
|
|
10
|
+
display: block;
|
|
11
|
+
border-radius: var(--pc-border-radius);
|
|
12
|
+
}
|
|
13
|
+
.pc-layout-item__media_border {
|
|
14
|
+
border: 1px solid var(--g-color-line-generic);
|
|
15
|
+
}
|
|
16
|
+
.pc-layout-item__meta-info {
|
|
17
|
+
margin: 16px 0 -8px 0;
|
|
18
|
+
}
|
|
19
|
+
.pc-layout-item__content {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex: auto;
|
|
22
|
+
margin: 16px 16px 0 0;
|
|
23
|
+
}
|
|
24
|
+
.pc-layout-item__content_no-media {
|
|
25
|
+
margin: 0;
|
|
26
|
+
}
|
|
27
|
+
.pc-layout-item__wrapper {
|
|
28
|
+
flex: auto;
|
|
29
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-price-card {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.pc-price-card.pc-price-card {
|
|
7
|
+
min-height: auto;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.pc-price-card__background {
|
|
11
|
+
position: absolute;
|
|
12
|
+
top: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
width: 100%;
|
|
15
|
+
height: 100%;
|
|
16
|
+
}
|
|
17
|
+
.pc-price-card__content {
|
|
18
|
+
height: 100%;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: column;
|
|
21
|
+
position: relative;
|
|
22
|
+
}
|
|
23
|
+
.pc-price-card__content_theme_dark {
|
|
24
|
+
color: var(--g-color-text-light-primary);
|
|
25
|
+
--g-color-line-focus: var(--pc-color-line-focus-dark);
|
|
26
|
+
}
|
|
27
|
+
.pc-price-card__content_theme_dark .pc-price-card__info .yfm,
|
|
28
|
+
.pc-price-card__content_theme_dark .pc-price-card__info .yfm * {
|
|
29
|
+
color: var(--g-color-text-light-primary);
|
|
30
|
+
}
|
|
31
|
+
.pc-price-card__content_theme_dark .pc-price-card__info a {
|
|
32
|
+
text-decoration: underline;
|
|
33
|
+
}
|
|
34
|
+
.pc-price-card__content_theme_dark .pc-price-card__info a:hover {
|
|
35
|
+
color: var(--g-color-text-light-secondary);
|
|
36
|
+
}
|
|
37
|
+
.pc-price-card__content_theme_light {
|
|
38
|
+
color: var(--g-color-text-dark-primary);
|
|
39
|
+
}
|
|
40
|
+
.pc-price-card__content_theme_light .pc-price-card__info .yfm,
|
|
41
|
+
.pc-price-card__content_theme_light .pc-price-card__info .yfm * {
|
|
42
|
+
color: var(--g-color-text-dark-primary);
|
|
43
|
+
}
|
|
44
|
+
.pc-price-card__content_theme_light .pc-price-card__info a {
|
|
45
|
+
text-decoration: underline;
|
|
46
|
+
}
|
|
47
|
+
.pc-price-card__content_theme_light .pc-price-card__info a:hover {
|
|
48
|
+
color: var(--g-color-text-dark-secondary);
|
|
49
|
+
}
|
|
50
|
+
.pc-price-card__title {
|
|
51
|
+
font-size: var(--g-text-subheader-3-font-size);
|
|
52
|
+
line-height: var(--g-text-subheader-3-line-height);
|
|
53
|
+
margin-bottom: 24px;
|
|
54
|
+
}
|
|
55
|
+
.pc-price-card__price {
|
|
56
|
+
margin-bottom: 24px;
|
|
57
|
+
}
|
|
58
|
+
.pc-price-card__price-value {
|
|
59
|
+
font-size: var(--g-text-display-1-font-size);
|
|
60
|
+
line-height: var(--g-text-display-1-line-height);
|
|
61
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
62
|
+
}
|
|
63
|
+
.pc-price-card__price-period {
|
|
64
|
+
margin-left: 4px;
|
|
65
|
+
}
|
|
66
|
+
.pc-price-card__price-details {
|
|
67
|
+
font-size: var(--g-text-body-2-font-size);
|
|
68
|
+
line-height: var(--g-text-body-2-line-height);
|
|
69
|
+
white-space: pre-wrap;
|
|
70
|
+
}
|
|
71
|
+
.pc-price-card__main {
|
|
72
|
+
flex: 1;
|
|
73
|
+
min-height: 0;
|
|
74
|
+
display: flex;
|
|
75
|
+
flex-direction: column;
|
|
76
|
+
position: relative;
|
|
77
|
+
}
|
|
78
|
+
.pc-price-card__info {
|
|
79
|
+
flex: 1;
|
|
80
|
+
min-height: 0;
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
}
|
|
84
|
+
.pc-price-card__description:not(:last-child) {
|
|
85
|
+
margin-bottom: 12px;
|
|
86
|
+
}
|
|
87
|
+
.pc-price-card__links, .pc-price-card__buttons {
|
|
88
|
+
margin-top: 24px;
|
|
89
|
+
}
|
|
90
|
+
.pc-price-card__footer {
|
|
91
|
+
margin-top: 0px;
|
|
92
|
+
}
|
|
93
|
+
@media (max-width: 769px) {
|
|
94
|
+
.pc-price-card__title, .pc-price-card__price {
|
|
95
|
+
margin-bottom: 16px;
|
|
96
|
+
}
|
|
97
|
+
.pc-price-card__links, .pc-price-card__buttons {
|
|
98
|
+
margin-top: 16px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-combined-price-detailed-block__row {
|
|
4
|
+
/* stylelint-disable declaration-no-important */
|
|
5
|
+
margin: 0 !important;
|
|
6
|
+
}
|
|
7
|
+
.pc-combined-price-detailed-block__row .col {
|
|
8
|
+
padding: 0;
|
|
9
|
+
margin: 12px;
|
|
10
|
+
}
|
|
11
|
+
.pc-combined-price-detailed-block__row > * {
|
|
12
|
+
display: flex;
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
.pc-combined-price-detailed-block__row:not(:last-child) {
|
|
16
|
+
border-bottom: 1px solid var(--g-color-line-generic);
|
|
17
|
+
margin-bottom: 12px !important;
|
|
18
|
+
padding-bottom: 12px;
|
|
19
|
+
}
|
|
20
|
+
@media (min-width: 1081px) {
|
|
21
|
+
.pc-combined-price-detailed-block__description > * {
|
|
22
|
+
padding-top: 12px;
|
|
23
|
+
}
|
|
24
|
+
.pc-combined-price-detailed-block__description_delimiter > * {
|
|
25
|
+
border-top: 1px solid var(--g-color-line-generic);
|
|
26
|
+
}
|
|
27
|
+
.pc-combined-price-detailed-block__empty-column {
|
|
28
|
+
border-top: 0;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
@media (max-width: 1080px) {
|
|
32
|
+
.pc-combined-price-detailed-block__description > * {
|
|
33
|
+
margin-top: 0 !important;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-price-description {
|
|
4
|
+
margin-bottom: 12px;
|
|
5
|
+
}
|
|
6
|
+
.pc-price-description__title_size_l, .pc-price-description__description_size_l, .pc-price-description__detailed-title_size_l {
|
|
7
|
+
font-size: var(--g-text-header-1-font-size);
|
|
8
|
+
line-height: var(--g-text-header-1-line-height);
|
|
9
|
+
}
|
|
10
|
+
.pc-price-description__title_size_m, .pc-price-description__description_size_m, .pc-price-description__detailed-title_size_m {
|
|
11
|
+
font-size: var(--g-text-body-2-font-size);
|
|
12
|
+
line-height: var(--g-text-body-2-line-height);
|
|
13
|
+
}
|
|
14
|
+
.pc-price-description__title_size_s, .pc-price-description__description_size_s, .pc-price-description__detailed-title_size_s {
|
|
15
|
+
font-size: var(--g-text-body-1-font-size);
|
|
16
|
+
line-height: var(--g-text-body-1-line-height);
|
|
17
|
+
}
|
|
18
|
+
.pc-price-description__main-title {
|
|
19
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
20
|
+
}
|
|
21
|
+
.pc-price-description__main-title_color_cornflower {
|
|
22
|
+
color: var(--g-color-base-brand);
|
|
23
|
+
}
|
|
24
|
+
.pc-price-description__main-title_color_black {
|
|
25
|
+
color: var(--g-color-text-primary);
|
|
26
|
+
}
|
|
27
|
+
.pc-price-description__title {
|
|
28
|
+
display: flex;
|
|
29
|
+
padding: 16px 0 12px 0;
|
|
30
|
+
align-items: flex-end;
|
|
31
|
+
}
|
|
32
|
+
.pc-price-description__description {
|
|
33
|
+
font-weight: 400;
|
|
34
|
+
}
|
|
35
|
+
.pc-price-description__detailed-title {
|
|
36
|
+
margin-left: 4px;
|
|
37
|
+
}
|
|
38
|
+
.pc-price-description__label_size_s {
|
|
39
|
+
font-size: var(--g-text-body-2-font-size);
|
|
40
|
+
line-height: var(--g-text-body-2-line-height);
|
|
41
|
+
}
|
|
42
|
+
.pc-price-description__label_size_xs {
|
|
43
|
+
font-size: var(--g-text-body-1-font-size);
|
|
44
|
+
line-height: var(--g-text-body-1-line-height);
|
|
45
|
+
}
|
|
46
|
+
@media (max-width: 577px) {
|
|
47
|
+
.pc-price-description {
|
|
48
|
+
min-width: 160px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.pc-marked-list__list-item {
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
.pc-marked-list__text {
|
|
5
|
+
margin-left: 8px;
|
|
6
|
+
}
|
|
7
|
+
.pc-marked-list__img {
|
|
8
|
+
margin-top: 5px;
|
|
9
|
+
height: fit-content;
|
|
10
|
+
content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUgNCA1IDcuNSAxMS41IDEiIHN0cm9rZT0iIzUyODJGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-settings-list__title, .pc-settings-list__description {
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
}
|
|
6
|
+
.pc-settings-list__title_size_l, .pc-settings-list__description_size_l {
|
|
7
|
+
font-size: var(--g-text-header-1-font-size);
|
|
8
|
+
line-height: var(--g-text-header-1-line-height);
|
|
9
|
+
}
|
|
10
|
+
.pc-settings-list__title_size_m, .pc-settings-list__description_size_m {
|
|
11
|
+
font-size: var(--g-text-body-2-font-size);
|
|
12
|
+
line-height: var(--g-text-body-2-line-height);
|
|
13
|
+
}
|
|
14
|
+
.pc-settings-list__title_size_s, .pc-settings-list__description_size_s {
|
|
15
|
+
font-size: var(--g-text-body-1-font-size);
|
|
16
|
+
line-height: var(--g-text-body-1-line-height);
|
|
17
|
+
}
|
|
18
|
+
.pc-settings-list__title {
|
|
19
|
+
color: var(--g-color-text-hint);
|
|
20
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
@media (min-width: 1081px) {
|
|
4
|
+
.pc-price-details__non_foldable {
|
|
5
|
+
display: block;
|
|
6
|
+
}
|
|
7
|
+
.pc-price-details__foldable {
|
|
8
|
+
display: none;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@media (max-width: 1080px) {
|
|
12
|
+
.pc-price-details__non_foldable {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
.pc-price-details__foldable {
|
|
16
|
+
display: block;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.pc-price-details__delimiter-line {
|
|
20
|
+
border-top: 1px solid var(--g-color-line-generic);
|
|
21
|
+
}
|
|
22
|
+
.pc-price-details__arrow {
|
|
23
|
+
margin: auto 10px;
|
|
24
|
+
}
|
|
25
|
+
.pc-price-details__foldable_title {
|
|
26
|
+
font-size: var(--g-text-body-2-font-size);
|
|
27
|
+
line-height: var(--g-text-body-2-line-height);
|
|
28
|
+
display: inline-block;
|
|
29
|
+
margin: 0;
|
|
30
|
+
padding: 0;
|
|
31
|
+
font: inherit;
|
|
32
|
+
border: none;
|
|
33
|
+
outline: none;
|
|
34
|
+
color: inherit;
|
|
35
|
+
background: none;
|
|
36
|
+
cursor: pointer;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
font-weight: 400;
|
|
41
|
+
border-radius: var(--g-focus-border-radius);
|
|
42
|
+
}
|
|
43
|
+
.pc-price-details__foldable_title:focus {
|
|
44
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
45
|
+
outline-offset: 0;
|
|
46
|
+
}
|
|
47
|
+
.pc-price-details__foldable_title:focus:not(:focus-visible) {
|
|
48
|
+
outline: 0;
|
|
49
|
+
}
|
|
50
|
+
.pc-price-details__foldable_title_color_cornflower {
|
|
51
|
+
color: var(--g-color-text-link);
|
|
52
|
+
}
|
|
53
|
+
.pc-price-details__foldable_title_color_black {
|
|
54
|
+
color: var(--g-color-text-primary);
|
|
55
|
+
}
|
|
56
|
+
.pc-price-details__foldable_block > * {
|
|
57
|
+
padding-top: 12px;
|
|
58
|
+
}
|
|
59
|
+
.pc-price-details .pc-settings-list__title {
|
|
60
|
+
margin-bottom: 2px;
|
|
61
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
.pc-quote_border_shadow {
|
|
3
|
+
box-shadow: 0px 4px 24px var(--pc-color-sfx-shadow), 0px 2px 8px var(--pc-color-sfx-shadow);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
/* use this for style redefinitions to awoid problems with
|
|
7
|
+
unpredictable css rules order in build */
|
|
8
|
+
.pc-quote {
|
|
9
|
+
min-height: 248px;
|
|
10
|
+
height: 100%;
|
|
11
|
+
overflow-x: hidden;
|
|
12
|
+
border-radius: var(--pc-border-radius);
|
|
13
|
+
background-color: var(--g-color-base-float);
|
|
14
|
+
transition: box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
|
|
15
|
+
display: flex;
|
|
16
|
+
min-height: 400px;
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.pc-quote_theme_dark {
|
|
20
|
+
color: var(--g-color-text-light-primary);
|
|
21
|
+
}
|
|
22
|
+
.pc-quote_theme_dark h1,
|
|
23
|
+
.pc-quote_theme_dark h2,
|
|
24
|
+
.pc-quote_theme_dark h3,
|
|
25
|
+
.pc-quote_theme_dark h4,
|
|
26
|
+
.pc-quote_theme_dark h5,
|
|
27
|
+
.pc-quote_theme_dark h6,
|
|
28
|
+
.pc-quote_theme_dark .yfm {
|
|
29
|
+
color: var(--g-color-text-light-primary);
|
|
30
|
+
}
|
|
31
|
+
.pc-quote_border_line {
|
|
32
|
+
border: 1px solid var(--g-color-line-generic);
|
|
33
|
+
}
|
|
34
|
+
@media (min-width: 577px) {
|
|
35
|
+
.slick-slide:not(.slick-active) .pc-quote {
|
|
36
|
+
box-shadow: none;
|
|
37
|
+
}
|
|
38
|
+
.swiper-slide:not(.swiper-slide-visible) .pc-quote {
|
|
39
|
+
box-shadow: none;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.pc-quote__logo {
|
|
43
|
+
height: 48px;
|
|
44
|
+
}
|
|
45
|
+
.pc-quote__content-wrapper {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: column;
|
|
48
|
+
justify-content: space-between;
|
|
49
|
+
width: calc(50% + 5px * 2);
|
|
50
|
+
margin-right: 5px;
|
|
51
|
+
padding: 48px 32px 48px 48px;
|
|
52
|
+
}
|
|
53
|
+
.pc-quote__image-wrapper {
|
|
54
|
+
flex: 1;
|
|
55
|
+
margin-left: 5px;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
margin: var(--pc-image-padding);
|
|
58
|
+
border-radius: calc(var(--pc-border-radius) - var(--pc-image-padding));
|
|
59
|
+
}
|
|
60
|
+
.pc-quote__content {
|
|
61
|
+
margin-top: 24px;
|
|
62
|
+
position: relative;
|
|
63
|
+
font-size: var(--g-text-body-3-font-size);
|
|
64
|
+
line-height: var(--g-text-body-3-line-height);
|
|
65
|
+
}
|
|
66
|
+
.pc-quote__content_quote-type_chevron::before {
|
|
67
|
+
position: absolute;
|
|
68
|
+
left: -10px;
|
|
69
|
+
content: "«";
|
|
70
|
+
}
|
|
71
|
+
.pc-quote__content_quote-type_chevron .pc-quote__text::after {
|
|
72
|
+
content: "»";
|
|
73
|
+
}
|
|
74
|
+
.pc-quote__content_quote-type_english-double::before {
|
|
75
|
+
position: absolute;
|
|
76
|
+
left: -8px;
|
|
77
|
+
content: "“";
|
|
78
|
+
}
|
|
79
|
+
.pc-quote__content_quote-type_english-double .pc-quote__text::after {
|
|
80
|
+
content: "”";
|
|
81
|
+
}
|
|
82
|
+
.pc-quote__content .yfm {
|
|
83
|
+
font-size: var(--g-text-body-3-font-size);
|
|
84
|
+
line-height: var(--g-text-body-3-line-height);
|
|
85
|
+
}
|
|
86
|
+
.pc-quote__content .yfm > * {
|
|
87
|
+
display: inline;
|
|
88
|
+
}
|
|
89
|
+
.pc-quote__content .yfm:after {
|
|
90
|
+
position: relative;
|
|
91
|
+
left: -5px;
|
|
92
|
+
}
|
|
93
|
+
.pc-quote__image {
|
|
94
|
+
width: 100%;
|
|
95
|
+
height: 100%;
|
|
96
|
+
object-fit: cover;
|
|
97
|
+
}
|
|
98
|
+
.pc-quote__author-wrapper {
|
|
99
|
+
display: flex;
|
|
100
|
+
justify-content: space-between;
|
|
101
|
+
align-items: flex-end;
|
|
102
|
+
margin-top: 20px;
|
|
103
|
+
}
|
|
104
|
+
.pc-quote__author {
|
|
105
|
+
max-width: calc(60% - 20px);
|
|
106
|
+
margin-right: 20px;
|
|
107
|
+
}
|
|
108
|
+
.pc-quote__link-button {
|
|
109
|
+
/* stylelint-disable declaration-no-important */
|
|
110
|
+
/* stylelint-enable declaration-no-important */
|
|
111
|
+
}
|
|
112
|
+
.pc-quote__link-button_theme_dark {
|
|
113
|
+
color: var(--g-color-base-background) !important;
|
|
114
|
+
}
|
|
115
|
+
.pc-quote__link-button_theme_dark:before {
|
|
116
|
+
border-color: var(--g-color-base-background) !important;
|
|
117
|
+
}
|
|
118
|
+
@media (max-width: 1081px) {
|
|
119
|
+
.pc-quote__author-wrapper {
|
|
120
|
+
flex-direction: column;
|
|
121
|
+
}
|
|
122
|
+
.pc-quote__author {
|
|
123
|
+
margin-right: 0;
|
|
124
|
+
margin-bottom: 32px;
|
|
125
|
+
max-width: initial;
|
|
126
|
+
}
|
|
127
|
+
.pc-quote__link-button {
|
|
128
|
+
align-self: flex-start;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@media (max-width: 769px) {
|
|
132
|
+
.pc-quote__content-wrapper {
|
|
133
|
+
width: calc(75% + 5px * 2);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
@media (max-width: 577px) {
|
|
137
|
+
.pc-quote__image-wrapper {
|
|
138
|
+
display: none;
|
|
139
|
+
}
|
|
140
|
+
.pc-quote__content-wrapper {
|
|
141
|
+
padding: 32px;
|
|
142
|
+
}
|
|
143
|
+
.pc-quote__content-wrapper {
|
|
144
|
+
width: 100%;
|
|
145
|
+
}
|
|
146
|
+
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
@import '@gravity-ui/uikit/styles/fonts.css';
|
|
3
|
+
@import '~@gravity-ui/uikit/styles/styles.css';
|
|
4
|
+
@import '~@diplodoc/transform/dist/css/yfm.css';
|
|
5
|
+
/* use this for style redefinitions to awoid problems with
|
|
6
|
+
unpredictable css rules order in build */
|
|
7
|
+
/* use this for style redefinitions to awoid problems with
|
|
8
|
+
unpredictable css rules order in build */
|
|
9
|
+
.yfm_constructor {
|
|
10
|
+
font-family: var(--g-font-family-sans);
|
|
11
|
+
color: var(--g-color-text-primary);
|
|
12
|
+
}
|
|
13
|
+
.yfm_constructor code,
|
|
14
|
+
.yfm_constructor kbd,
|
|
15
|
+
.yfm_constructor pre {
|
|
16
|
+
font-family: var(--g-font-family-monospace);
|
|
17
|
+
color: var(--g-color-text-primary);
|
|
18
|
+
}
|
|
19
|
+
.yfm_constructor.yfm_constructor h1,
|
|
20
|
+
.yfm_constructor.yfm_constructor h2,
|
|
21
|
+
.yfm_constructor.yfm_constructor h3,
|
|
22
|
+
.yfm_constructor.yfm_constructor h4,
|
|
23
|
+
.yfm_constructor.yfm_constructor h5,
|
|
24
|
+
.yfm_constructor.yfm_constructor h6,
|
|
25
|
+
.yfm_constructor.yfm_constructor span,
|
|
26
|
+
.yfm_constructor.yfm_constructor p,
|
|
27
|
+
.yfm_constructor.yfm_constructor li {
|
|
28
|
+
color: var(--g-color-text-primary);
|
|
29
|
+
}
|
|
30
|
+
.yfm_constructor.yfm_constructor_notice li,
|
|
31
|
+
.yfm_constructor.yfm_constructor_notice p {
|
|
32
|
+
color: var(--g-color-text-secondary);
|
|
33
|
+
}
|
|
34
|
+
.yfm_constructor.yfm_constructor_meta_info p {
|
|
35
|
+
color: var(--pc-media-card-meta-info-color);
|
|
36
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
37
|
+
}
|
|
38
|
+
.yfm_constructor.yfm_constructor ul,
|
|
39
|
+
.yfm_constructor.yfm_constructor ol,
|
|
40
|
+
.yfm_constructor.yfm_constructor li,
|
|
41
|
+
.yfm_constructor.yfm_constructor p {
|
|
42
|
+
margin: 0 0 12px;
|
|
43
|
+
}
|
|
44
|
+
.yfm_constructor.yfm_constructor p strong {
|
|
45
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
46
|
+
}
|
|
47
|
+
.yfm_constructor.yfm_constructor_size_s ul,
|
|
48
|
+
.yfm_constructor.yfm_constructor_size_s ol,
|
|
49
|
+
.yfm_constructor.yfm_constructor_size_s li,
|
|
50
|
+
.yfm_constructor.yfm_constructor_size_s p {
|
|
51
|
+
margin-bottom: 8px;
|
|
52
|
+
}
|
|
53
|
+
.yfm_constructor.yfm_constructor_theme_dark p {
|
|
54
|
+
color: var(--g-color-text-light-primary);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.yfm_constructor_list_style ul {
|
|
58
|
+
padding-left: 20px;
|
|
59
|
+
}
|
|
60
|
+
.yfm_constructor_list_style_dash ul {
|
|
61
|
+
list-style-type: none;
|
|
62
|
+
position: relative;
|
|
63
|
+
}
|
|
64
|
+
.yfm_constructor_list_style_dash ul li:before {
|
|
65
|
+
content: "—";
|
|
66
|
+
position: absolute;
|
|
67
|
+
margin-left: -20px;
|
|
68
|
+
}
|
|
69
|
+
.yfm_constructor a {
|
|
70
|
+
outline: none;
|
|
71
|
+
color: var(--g-color-text-link);
|
|
72
|
+
text-decoration: none;
|
|
73
|
+
cursor: pointer;
|
|
74
|
+
border-radius: var(--g-focus-border-radius);
|
|
75
|
+
}
|
|
76
|
+
.utilityfocus .yfm_constructor a:focus {
|
|
77
|
+
outline: 2px solid #ffdb4d;
|
|
78
|
+
}
|
|
79
|
+
.yfm_constructor a:hover, .yfm_constructor a:active {
|
|
80
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
81
|
+
color: var(--g-color-text-link-hover);
|
|
82
|
+
}
|
|
83
|
+
.yfm_constructor a:focus {
|
|
84
|
+
box-shadow: 0 0 0 2px var(--g-color-line-focus);
|
|
85
|
+
}
|
|
86
|
+
.yfm_constructor a:focus:not(:focus-visible) {
|
|
87
|
+
box-shadow: none;
|
|
88
|
+
}
|
|
89
|
+
.yfm_constructor table {
|
|
90
|
+
color: var(--g-color-text-primary);
|
|
91
|
+
border: 1px solid var(--g-color-line-generic);
|
|
92
|
+
background: var(--g-color-base-background);
|
|
93
|
+
}
|
|
94
|
+
.yfm_constructor thead,
|
|
95
|
+
.yfm_constructor table tr:nth-child(2n) {
|
|
96
|
+
background-color: var(--g-color-base-generic);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.yfm_constructor_table {
|
|
100
|
+
/* stylelint-enable declaration-no-important */
|
|
101
|
+
}
|
|
102
|
+
.yfm_constructor_table table {
|
|
103
|
+
border: 0;
|
|
104
|
+
table-layout: fixed;
|
|
105
|
+
}
|
|
106
|
+
.yfm_constructor_table thead,
|
|
107
|
+
.yfm_constructor_table tr {
|
|
108
|
+
/* stylelint-disable declaration-no-important */
|
|
109
|
+
background-color: transparent !important;
|
|
110
|
+
}
|
|
111
|
+
.yfm_constructor_table tbody tr {
|
|
112
|
+
border-top: 1px solid var(--g-color-line-generic);
|
|
113
|
+
}
|
|
114
|
+
.yfm_constructor_table td,
|
|
115
|
+
.yfm_constructor_table th {
|
|
116
|
+
min-width: 120px;
|
|
117
|
+
width: 120px;
|
|
118
|
+
box-sizing: content-box;
|
|
119
|
+
white-space: inherit !important;
|
|
120
|
+
}
|
|
121
|
+
.yfm_constructor_table td:first-child,
|
|
122
|
+
.yfm_constructor_table th:first-child {
|
|
123
|
+
min-width: 172px;
|
|
124
|
+
width: 172px;
|
|
125
|
+
}
|
|
126
|
+
.yfm_constructor_table th {
|
|
127
|
+
text-align: left !important;
|
|
128
|
+
}
|