From: soufiane Date: Tue, 18 Jun 2024 11:03:41 +0000 (+0200) Subject: wait #6965 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=80f701261d4130836aa449dda2f591d9aa8ea4de;p=spinepro.git wait #6965 --- diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 31a796fa..39ecc07f 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -2257,7 +2257,7 @@ h4, } .mobile-menu-trigger { - color: #1D7AEA; + color: #1a0707; position: fixed; width: 30px; height: 30px; @@ -2839,6 +2839,10 @@ h4, } } +.header-slideshow .header-slideshow-content:before { + content: none; +} + @media only screen and (min-width: 1920px) { .header-slideshow .header-slideshow-content { font-size: 42px; @@ -2848,23 +2852,27 @@ h4, @media only screen and (max-width: 999px) { .header-slideshow .header-slideshow-content { - bottom: 4em; + top: initial; + bottom: 0; + padding: 1.75em 1em 3.75em 5em; + width: 100%; + height: auto; } } @media only screen and (max-width: 599px) { .header-slideshow .header-slideshow-content { font-size: 3.75vw; - padding: 0.75em 1em; + padding-right: 3em; } } -.header-slideshow .header-slideshow-content:before { +.header-slideshow-content:before { content: none; } -.elementor-editor-active .header-slideshow .header-slideshow-content, -.elementor-editor-preview .header-slideshow .header-slideshow-content { +.elementor-editor-active .header-slideshow-content, +.elementor-editor-preview .header-slideshow-content { visibility: visible; } @@ -2875,12 +2883,6 @@ h4, position: relative; } -@media only screen and (max-width: 599px) { - .header-slideshow-title { - padding-left: 20px; - } -} - .header-slideshow-title:before { content: ''; top: 0.5em; @@ -2892,23 +2894,22 @@ h4, background-color: #FFBF29; } -@media only screen and (max-width: 1199px) { +@media only screen and (max-width: 999px) { .header-slideshow-title:before { - height: 4px; + left: -11px; + width: 1.5em; } } -@media only screen and (max-width: 899px) { +@media only screen and (max-width: 1199px) { .header-slideshow-title:before { - height: 3px; + height: 4px; } } -@media only screen and (max-width: 599px) { +@media only screen and (max-width: 899px) { .header-slideshow-title:before { - width: 1em; - left: 0; - transform: none; + height: 3px; } } @@ -2923,17 +2924,34 @@ h4, gap: 17px; } +@media only screen and (max-width: 999px) { + .header-slideshow-buttons { + margin-top: 20px; + gap: 9px; + } +} + +.header-slideshow-buttons a, .header-slideshow-buttons .btn { padding: 1em 1.8em; } +@media only screen and (max-width: 999px) { + .header-slideshow-buttons a, + .header-slideshow-buttons .btn { + font-size: 0.6rem; + } +} + +.header-slideshow-buttons a img, .header-slideshow-buttons .btn img { margin-right: 0.9rem; } -@media only screen and (max-width: 1199px) { - .header-slideshow-buttons { - margin-top: 37px; +@media only screen and (max-width: 999px) { + .header-slideshow-buttons a img, + .header-slideshow-buttons .btn img { + width: 20px; } }