From 9613c53d9e797e490bca99106d427f7c3f7aed93 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Thu, 17 Mar 2022 12:33:28 +0100 Subject: [PATCH] check --- .../app/storefront/src/scss/layout/_header.scss | 10 ++++++++++ .../app/storefront/src/scss/layout/_header.scss | 13 ++++++++++++- .../app/storefront/src/scss/overrides.scss | 2 ++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss index ce5d753..2935637 100644 --- a/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss +++ b/zenitPlatformAtmosSet1/src/Resources/app/storefront/src/scss/layout/_header.scss @@ -112,3 +112,13 @@ } } +.header-logo-picture { + min-width: 154px; +} + +.header-row .header-actions-col { + z-index: 3; + .scrollable-dropdown-menu { + z-index: 500; + } +} diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss index 496ce5c..d86ea4d 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/layout/_header.scss @@ -112,4 +112,15 @@ background: #f3f4f5; color: #222; } -} \ No newline at end of file +} + +.header-logo-picture { + min-width: 167px; +} + +.header-row .header-actions-col { + z-index: 3; + .scrollable-dropdown-menu { + z-index: 500; + } +} diff --git a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss index 5d7f0c5..68f5aac 100644 --- a/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss +++ b/zenitPlatformAtmosSet2/src/Resources/app/storefront/src/scss/overrides.scss @@ -19,11 +19,13 @@ body { h1 { font-size: 3.125rem; line-height: 50px !important; + font-style: italic; } h2 { font-size: 2.125rem; line-height: 40px !important; + font-style: italic; } h3 {