diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss index 80ee567..2341bcc 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/component/_cms-element.scss @@ -93,4 +93,12 @@ } } } +} + +.cms-section.colorTeaser { + .cms-block-image-text-gallery { + .image-text-gallery-card { + background-color: #e9f4fc; + } + } } \ No newline at end of file diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss index c2800b3..27da5e3 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/component/_cms-element.scss @@ -35,10 +35,23 @@ .cms-element-text { font-size: 18px; line-height: 24px; - h2 { - font-size: 60px; - line-height: 54px; +} + +.is-act-home { + h2 { + font-size: 3.125rem; + line-height: 50px !important; + } + .cms-block-image-text-gallery { + .image-text-gallery-card { + .cms-element-text { + h2 { + font-size: 2.125rem !important; + line-height: 40px !important; + } + } } + } } .cms-block.bildlink .cms-element-image { @@ -73,4 +86,12 @@ } } } +} + +.cms-section.colorTeaser { + .cms-block-image-text-gallery { + .image-text-gallery-card { + background-color: #E8F4DF; + } + } } \ No newline at end of file diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss index 06419ee..5d7f0c5 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss @@ -17,7 +17,29 @@ body { } h1 { - line-height: 54px !important; + font-size: 3.125rem; + line-height: 50px !important; +} + +h2 { + font-size: 2.125rem; + line-height: 40px !important; +} + +h3 { + font-size: 1.375rem; + line-height: 24px; + font-weight: 500 !important; + font-family: $sw-font-family-base !important; +} + +h4, +h5, +h6 { + font-size: 1.125rem; + line-height: 24px; + font-weight: 500 !important; + font-family: $sw-font-family-base !important; } .cms-block {