]> _ Git - spinepro.git/commitdiff
wait #6958 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Thu, 20 Jun 2024 09:15:13 +0000 (11:15 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 20 Jun 2024 09:15:13 +0000 (11:15 +0200)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl
wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php

index 39ecc07f632b6b567763d8984ee1ebbfc1fbc179..6e76c15008af28d67d9ca37dc34ecd637e3cc912 100644 (file)
@@ -2206,6 +2206,7 @@ h4,
   display: flex;
   padding: 1em;
   font-size: inherit;
+  border-radius: 0;
 }
 
 #mobile-menu .cta-button img {
@@ -2863,7 +2864,7 @@ h4,
 @media only screen and (max-width: 599px) {
   .header-slideshow .header-slideshow-content {
     font-size: 3.75vw;
-    padding-right: 3em;
+    padding-right: 1em;
   }
 }
 
@@ -2920,14 +2921,21 @@ h4,
 
 .header-slideshow-buttons {
   margin-top: 57px;
-  flex-wrap: wrap;
   gap: 17px;
+  flex-wrap: wrap;
 }
 
 @media only screen and (max-width: 999px) {
   .header-slideshow-buttons {
     margin-top: 20px;
     gap: 9px;
+    flex-wrap: nowrap;
+  }
+}
+
+@media only screen and (max-width: 599px) {
+  .header-slideshow-buttons {
+    flex-wrap: wrap;
   }
 }
 
@@ -2939,7 +2947,7 @@ h4,
 @media only screen and (max-width: 999px) {
   .header-slideshow-buttons a,
   .header-slideshow-buttons .btn {
-    font-size: 0.6rem;
+    font-size: 0.9rem;
   }
 }
 
@@ -3678,7 +3686,7 @@ h4,
   left: -1.3em;
   width: 7px;
   height: 13px;
-  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath stroke='%23ff078b' stroke-width='2' stroke-linecap='round' d='M1 1l6 6M1 13l6-6'/%3E%3C/svg%3E");
+  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath stroke='%23FFBF29' stroke-width='2' stroke-linecap='round' d='M1 1l6 6M1 13l6-6'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: contain;
 }
index 66344f6edf0906a4ae875c11568c074f324cf4a9..d1926012702328e7e41222c891130afde5cae5c7 100644 (file)
       left: -1.3em
       width: 7px
       height: 13px
-      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath stroke='%23ff078b' stroke-width='2' stroke-linecap='round' d='M1 1l6 6M1 13l6-6'/%3E%3C/svg%3E")
+      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath stroke='%23FFBF29' stroke-width='2' stroke-linecap='round' d='M1 1l6 6M1 13l6-6'/%3E%3C/svg%3E")
       background-repeat: no-repeat
       background-size: contain
index 7e3c33a26d728cb44e94e4ab8ac81d90fc2367db..c38736196e2fd38527ed4947d89cfbd644f838cb 100644 (file)
@@ -27,7 +27,8 @@
 <div class="link-carousel swiper-container" data-swiper="{{ $swiper }}">
   <div class="swiper-wrapper">
     @foreach ($links as $link)
-      <a class="link-carousel-item swiper-slide" href="{{ $link['link']['url'] }}">
+      @php($linkurl = str_replace('/en','',$link['link']['url']))
+      <a class="link-carousel-item swiper-slide" href="{{ $linkurl }}">
         <div class="link-carousel-item-image">
           <img src="{{ $link['image']['url'] }}" alt="{{ $link['title'] }}">
         </div>