From: soufiane Date: Thu, 6 Mar 2025 10:12:57 +0000 (+0100) Subject: wip #7323 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c66a2d6d3ae5617cf3119cea70759159c8938816;p=physioassist-de.git wip #7323 @0:20 --- diff --git a/wp-content/themes/physioassist/resources/assets/styles/common/global.styl b/wp-content/themes/physioassist/resources/assets/styles/common/global.styl index 3311117..fde19ae 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/common/global.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/common/global.styl @@ -3,7 +3,8 @@ html height: 100% font-size: $font-size-base // This value won't be converted to REMs due to exception in font-size() mixin +below(600px) - font-size: 14px + &:not([data-app=on]) + font-size: 14px *, *::before, @@ -18,6 +19,8 @@ body margin: 0 padding: 0 min-width: 320px + [data-app=on] & + background-color: #f8fbff a color: $colors.light-blue @@ -27,8 +30,8 @@ p:not(:last-of-type) margin-bottom: 1.5em //.wrap - // max-width: $content-max-width - // margin: 0 auto +// max-width: $content-max-width +// margin: 0 auto .content-inner, @@ -52,7 +55,7 @@ p:not(:last-of-type) // Get rid of default 10px padding around elements .elementor-column-gap-default>.elementor-column>.elementor-element-populated - padding: 0 + padding: 0 !important // Common action link with SVG arrow in front .arrow-link diff --git a/wp-content/themes/physioassist/resources/assets/styles/layouts/header.styl b/wp-content/themes/physioassist/resources/assets/styles/layouts/header.styl index 8c07fea..5c5e040 100644 --- a/wp-content/themes/physioassist/resources/assets/styles/layouts/header.styl +++ b/wp-content/themes/physioassist/resources/assets/styles/layouts/header.styl @@ -40,11 +40,14 @@ header.site // Logo is split into symbol + text so we can hide the symbol when reducing the header height .logo max-width: 235px - padding: 0 10px 9px 4px + padding: 0 10px 0 4px width: 70% // Only relevant when we reach smaller screens - leaves room for burger menu icon transform: translateY(-3px) // Better vertical centring in compact mode + position: relative + left: -66px - &-symbol + &-symbol, + .baseline width: 0 // Hidden in default view opacity: 0 @@ -125,13 +128,18 @@ $phone-widget-width = 3.5em // 1em padding + 1.5em icon width + 1em padding transform: none .nav-primary, .locales - color: #1a73b0 + color: #1a73b0 .logo margin: 25px 10px 0 max-width: 369px transform: none + position: relative + left: 0 - .logo-symbol + .logo-symbol, + .baseline opacity: 1 + + .logo-symbol width: 23.57% diff --git a/wp-content/themes/physioassist/resources/views/partials/footer.blade.php b/wp-content/themes/physioassist/resources/views/partials/footer.blade.php index 788b414..11f9cf6 100644 --- a/wp-content/themes/physioassist/resources/views/partials/footer.blade.php +++ b/wp-content/themes/physioassist/resources/views/partials/footer.blade.php @@ -2,7 +2,7 @@