]> _ Git - physioassist-de.git/commitdiff
wip #7323 @0:20 master
authorsoufiane <soufiane@cubedesigners.com>
Thu, 6 Mar 2025 10:12:57 +0000 (11:12 +0100)
committersoufiane <soufiane@cubedesigners.com>
Thu, 6 Mar 2025 10:12:57 +0000 (11:12 +0100)
wp-content/themes/physioassist/resources/assets/styles/common/global.styl
wp-content/themes/physioassist/resources/assets/styles/layouts/header.styl
wp-content/themes/physioassist/resources/views/partials/footer.blade.php
wp-content/themes/physioassist/resources/views/partials/header.blade.php

index 3311117e8e7ecadbd2cedfb9a13173f00690921f..fde19aefc6db971201ce592d0d1362d639859562 100644 (file)
@@ -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
index 8c07feaa1fc30c6ddc192647a48c34f12b825c68..5c5e04061d18fb2ec15bcd4524c30595f67243d1 100644 (file)
@@ -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%
index 788b4141e47d7c1ec9f26d070536c717deb4b754..11f9cf63fe8e0fa4a387e44b7ea2df4b452a57db 100644 (file)
@@ -2,7 +2,7 @@
   <div class="footer-inner content-inner">
 
     <div class="footer-col footer-info">
-      @include('partials/logo')
+      @include('partials/logo-inogen')
 
       @php(dynamic_sidebar('sidebar-footer-info'))
     </div>
index 9bb22c3fd7194c2fa791cfad2fd4eb3c0629f184..cd6543a631766d095d9e40875a9e2d0dcf2ccd94 100644 (file)
@@ -1,6 +1,6 @@
 <header class="site">
   <div class="inner">
-    @include('partials/logo')
+    @include('partials/logo-full')
     <div class="navigation">
 
       {{-- First row navigation with CTA buttons + locale switcher --}}