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

index 8ee4b52035e8b72674d600b28d80f827b08ef6d0..70a00bbb64dd844dd539089b9322d32396071f4a 100644 (file)
@@ -2895,10 +2895,10 @@ h4,
   left: 0;
   bottom: 2em;
   width: 100%;
-  display: flex;
   align-items: center;
   justify-content: center;
   z-index: 15;
+  display: none;
 }
 
 @media only screen and (max-width: 999px) {
@@ -3037,18 +3037,20 @@ h4,
 }
 
 .header-slideshow-body {
-  font-size: 26px;
-  font-size: 1.181818181818182rem;
+  font-size: 0.63em;
   white-space: pre-line;
   font-family: Roboto Condensed, sans-serif;
-  font-weight: light;
 }
 
 .header-slideshow-body li {
   list-style-type: none;
   padding-bottom: 2rem;
+  --text-opacity: 1;
+  color: #F6F5F5;
+  color: rgba(246, 245, 245, var(--text-opacity));
   position: relative;
   padding-left: 38px;
+  font-width: 100;
 }
 
 .header-slideshow-body li:before {
index 06ab608bb5ce6cbe76a6c77c0bfc4fc52edcdde3..378c9f3ebd478411da88a626c0a3f1066dbc7c17 100644 (file)
@@ -56,10 +56,11 @@ $title_bg = rgba(#031236, 0.84)
     left: 0
     bottom: 2em
     width: 100%
-    display: flex
+    //display: flex
     align-items: center
     justify-content: center
     z-index: 15
+    display: none
 
     +below($breakpoint-slideshow)
       bottom: 1.5em
@@ -144,16 +145,16 @@ $title_bg = rgba(#031236, 0.84)
         height: 3px
 
   &-body
-    font-size: 26px
+    font-size: .63em
     white-space: pre-line
     @apply font-body
-    font-weight: light
 
     li
       list-style-type: none
-      @apply pb-8
+      @apply pb-8 text-light
       position: relative
       padding-left: 38px
+      font-width: 100
       
       &:before
         content: ""