From 730c1c3a6973609b08e9a1e6017a1320a9ef8572 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 26 Sep 2024 10:50:11 +0200 Subject: [PATCH] wait #7070 @0:30 --- wp-content/themes/CCV/dist/styles/app.css | 10 ++++++---- .../assets/styles/widgets/header-slideshow.styl | 9 +++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 8ee4b520..70a00bbb 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -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 { 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 06ab608b..378c9f3e 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 @@ -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: "" -- 2.39.5