From ab9ea101b987336fbf91b16ef884c8c780462dbc Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 7 Jul 2025 15:19:08 +0200 Subject: [PATCH] wait #7630 @2:00 --- .../styles/{common => fold}/global.styl | 26 +++++++++++++++++-- .../resources/views/partials/header.blade.php | 26 +++++++++---------- 2 files changed, 37 insertions(+), 15 deletions(-) rename wp-content/themes/CCV/resources/assets/styles/{common => fold}/global.styl (59%) diff --git a/wp-content/themes/CCV/resources/assets/styles/common/global.styl b/wp-content/themes/CCV/resources/assets/styles/fold/global.styl similarity index 59% rename from wp-content/themes/CCV/resources/assets/styles/common/global.styl rename to wp-content/themes/CCV/resources/assets/styles/fold/global.styl index cfdb0b4a..71ac7f15 100644 --- a/wp-content/themes/CCV/resources/assets/styles/common/global.styl +++ b/wp-content/themes/CCV/resources/assets/styles/fold/global.styl @@ -27,10 +27,32 @@ body:not(.home) .wrapper background-color: rgba(#2E2C40, 0.8) .elementor-column-gap-default>.elementor-column>.elementor-element-populated - padding: 0 + padding: 0 !important .swiper-container overflow-x: hidden #tw-target-text - @apply font-body \ No newline at end of file + @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 -- 2.39.5