]> _ Git - spinepro.git/commitdiff
wait #7070 @0:10
authorsoufiane <soufiane@cubedesigners.com>
Thu, 26 Sep 2024 09:35:42 +0000 (11:35 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 26 Sep 2024 09:35:42 +0000 (11:35 +0200)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl

index 733d8f643ad9fbfe995bf81e749ba2ed7c80b55a..486c1a407085513c90477fa932eec116e37eedb3 100644 (file)
@@ -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 {
index 50fd8c405b68359bab7e6acb16ac94bcba13c83b..461464d9a9976c004410aae78dc663ac2fdc18e2 100644 (file)
@@ -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