From: soufiane Date: Thu, 26 Sep 2024 09:35:42 +0000 (+0200) Subject: wait #7070 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b175e442e5efb0675882a8d3d6a667b5ed15e5d4;p=spinepro.git wait #7070 @0:10 --- diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 733d8f64..486c1a40 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -2943,6 +2943,7 @@ h4, height: 100%; font-size: 2.1875vw; z-index: 1; + opacity: 0; } @media only screen and (min-width: 1920px) { @@ -2959,6 +2960,7 @@ h4, .header-slideshow .header-slideshow-content.showing { z-index: 10; + opacity: 1; } .header-slideshow .header-slideshow-content:before { @@ -3049,19 +3051,20 @@ h4, color: #F6F5F5; color: rgba(246, 245, 245, var(--text-opacity)); position: relative; - padding-left: 38px; + padding-left: 1.5em; font-weight: 100; } .header-slideshow-body li:before { content: ""; - width: 20px; - height: 20px; + width: 0.6em; + height: 0.6em; display: inline-flex; background: #ffbf29; left: 0; position: absolute; border-radius: 50px; + top: 3px; } -buttons { diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl index 50fd8c40..461464d9 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl @@ -94,8 +94,11 @@ $title_bg = rgba(#031236, 0.84) height: 100% font-size: 2.1875vw // 42px in vw based on 1920px width z-index: 1 + opacity: 0 + &.showing z-index: 10 + opacity: 1 &:before content: none @@ -153,18 +156,19 @@ $title_bg = rgba(#031236, 0.84) list-style-type: none @apply pb-8 text-light position: relative - padding-left: 38px + padding-left: 1.5em font-weight: 100 &:before content: "" - width: 20px - height: 20px + width: .6em + height: .6em display: inline-flex background: #FFBF29 left: 0 position: absolute border-radius: 50px + top: 3px &-buttons