From: soufiane Date: Mon, 7 Jul 2025 13:19:08 +0000 (+0200) Subject: wait #7630 @2:00 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ab9ea101b987336fbf91b16ef884c8c780462dbc;p=spinepro.git wait #7630 @2:00 --- diff --git a/wp-content/themes/CCV/resources/assets/styles/common/global.styl b/wp-content/themes/CCV/resources/assets/styles/common/global.styl deleted file mode 100644 index cfdb0b4a..00000000 --- a/wp-content/themes/CCV/resources/assets/styles/common/global.styl +++ /dev/null @@ -1,36 +0,0 @@ -html - font-size: $font-size-base // Base used for REM calculations - - +below(1500px) - font-size: 20px - +below(1200px) - font-size: 18px - +below(1000px) - font-size: 17px - +below(700px) - font-size: 16px - -body - min-width: 320px - background-color: #FBFBFB - overflow-x: hidden - -* + p - margin-top: 1.5em - -body:not(.home) .wrapper - @apply mx-auto - max-width: $content-max-width - -//-- Elementor Lightbox customisations -.dialog-type-lightbox - background-color: rgba(#2E2C40, 0.8) - -.elementor-column-gap-default>.elementor-column>.elementor-element-populated - padding: 0 - -.swiper-container - overflow-x: hidden - -#tw-target-text - @apply font-body \ No newline at end of file diff --git a/wp-content/themes/CCV/resources/assets/styles/fold/global.styl b/wp-content/themes/CCV/resources/assets/styles/fold/global.styl new file mode 100644 index 00000000..71ac7f15 --- /dev/null +++ b/wp-content/themes/CCV/resources/assets/styles/fold/global.styl @@ -0,0 +1,58 @@ +html + font-size: $font-size-base // Base used for REM calculations + + +below(1500px) + font-size: 20px + +below(1200px) + font-size: 18px + +below(1000px) + font-size: 17px + +below(700px) + font-size: 16px + +body + min-width: 320px + background-color: #FBFBFB + overflow-x: hidden + +* + p + margin-top: 1.5em + +body:not(.home) .wrapper + @apply mx-auto + max-width: $content-max-width + +//-- Elementor Lightbox customisations +.dialog-type-lightbox + background-color: rgba(#2E2C40, 0.8) + +.elementor-column-gap-default>.elementor-column>.elementor-element-populated + padding: 0 !important + +.swiper-container + overflow-x: hidden + +#tw-target-text + @apply font-body + +#overlay-loader + display: none + +/:root + --header-height: 0px + +@media (max-width: 1625px) and (min-width: 1022px) + .nav-primary + @apply w-full + &-container + padding-left: 2rem !important + .menu-item:first-child + margin-left: 0 !important + + .main-menu + @apply w-full justify-between + + .header-logo-container + top: -49px !important + img + width: 193px \ No newline at end of file diff --git a/wp-content/themes/CCV/resources/views/partials/header.blade.php b/wp-content/themes/CCV/resources/views/partials/header.blade.php index 9a5cc336..30306087 100644 --- a/wp-content/themes/CCV/resources/views/partials/header.blade.php +++ b/wp-content/themes/CCV/resources/views/partials/header.blade.php @@ -1,11 +1,11 @@ -
+
- -
+ +
\ No newline at end of file