From: soufiane Date: Thu, 20 Jun 2024 09:15:13 +0000 (+0200) Subject: wait #6958 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1d614dd0ee2922bd02563d9669f2f3c3b6433688;p=spinepro.git wait #6958 @0:10 --- diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 39ecc07f..6e76c150 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -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; } diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl index 66344f6e..d1926012 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl @@ -102,6 +102,6 @@ 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 diff --git a/wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php b/wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php index 7e3c33a2..c3873619 100644 --- a/wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php +++ b/wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php @@ -27,7 +27,8 @@