From 4714dbb31646395f5e3f00d7279b433780298b62 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 17 Jun 2024 13:11:56 +0200 Subject: [PATCH] wait #6958 --- wp-content/themes/CCV/dist/styles/app.css | 34 +++++++++---------- .../assets/styles/components/buttons.styl | 4 +-- .../assets/styles/components/forms.styl | 4 +-- .../styles/components/lity-lightbox.styl | 2 +- .../assets/styles/components/navigation.styl | 2 +- .../assets/styles/components/swiper.styl | 4 +-- .../assets/styles/widgets/image.styl | 2 +- .../assets/styles/widgets/link-carousel.styl | 2 +- .../assets/styles/widgets/photo-grid.styl | 2 +- .../assets/styles/widgets/picto-grid.styl | 2 +- .../assets/styles/widgets/text-block.styl | 2 +- .../styles/widgets/timeline-horizontal.styl | 6 ++-- .../assets/styles/widgets/timeline.styl | 2 +- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 71379da3..679d0988 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -1396,7 +1396,7 @@ body { .btn:hover, .elementor-widget-button a.elementor-button:hover { - background-color: #71D3DF; + background-color: #FFBF29; } .btn.elementor-size-sm, @@ -1420,7 +1420,7 @@ body { } .elementor-element.elementor-button-info .elementor-button { - background-color: #2CC4CF; + background-color: #FFBF29; } .elementor-button-content-wrapper { @@ -1610,7 +1610,7 @@ input[type="submit"] { position: relative; display: inline-block; overflow: hidden; - background-color: #FF078B; + background-color: #1D7AEA; color: #FFF; border-radius: 0; font-weight: 700; @@ -1666,7 +1666,7 @@ input[type="submit"]:hover { .custom-checkbox input:checked ~ .form-label:before, .custom-checkbox input:checked ~ .form-label-reversed:after { - background-color: #FF078B; + background-color: #1D7AEA; } .custom-checkbox input { @@ -2069,7 +2069,7 @@ h4, } .lity-container .lity-close { - background-color: #FF078B; + background-color: #1D7AEA; position: absolute; top: 0; right: 0; @@ -2429,7 +2429,7 @@ h4, .nav-primary .sub-menu a:hover { color: #FFF; - background-color: #5A5488; + background-color: #FFBF29; } .nav-secondary { @@ -2512,7 +2512,7 @@ h4, .elementor-swiper-button, .elementor-lightbox .elementor-swiper-button { - background-color: #FF078B; + background-color: #1D7AEA; color: #FFF; border-radius: 50%; font-size: 40px; @@ -2526,7 +2526,7 @@ h4, .elementor-swiper-button:hover, .elementor-lightbox .elementor-swiper-button:hover { - background-color: #2CC4CF; + background-color: #FFBF29; } .elementor-swiper-button .eicon-chevron-left:before, @@ -2978,7 +2978,7 @@ h4, .elementor-image .wp-caption-text:before { display: inline-block; - background-color: #FF078B; + background-color: #1D7AEA; margin-right: 0.5rem; content: ''; width: 2.5vw; @@ -3150,7 +3150,7 @@ h4, } .link-carousel-item:hover .link-carousel-item-title { - background-color: #71D3DF; + background-color: #FFBF29; } .link-carousel-prev, @@ -3293,7 +3293,7 @@ h4, } .photo-grid-caption:before { - background-color: #FF078B; + background-color: #1D7AEA; content: ''; display: block; width: 48px; @@ -3388,7 +3388,7 @@ h4, } .picto-grid-description:before { - background-color: #FF078B; + background-color: #FFBF29; content: ''; display: block; width: 48px; @@ -3637,7 +3637,7 @@ h4, .text-block-body a:hover, #tinymce a:hover { - color: #2CC4CF; + color: #FFBF29; } .text-block-body b, @@ -3752,11 +3752,11 @@ h4, } .timeline-horizontal-item-content a { - color: #FF078B; + color: #1D7AEA; } .timeline-horizontal-item-content a:hover { - color: #2CC4CF; + color: #FFBF29; } @media only screen and (max-width: 499px) { @@ -3944,7 +3944,7 @@ h4, .timeline-horizontal-prev:hover, .timeline-horizontal-next:hover { - color: #FF078B; + color: #1D7AEA; } @media only screen and (max-width: 899px) { @@ -4099,7 +4099,7 @@ h4, } .timeline-item-date-highlight { - background-color: #FF078B; + background-color: #1D7AEA; } .timeline-item-date img { diff --git a/wp-content/themes/CCV/resources/assets/styles/components/buttons.styl b/wp-content/themes/CCV/resources/assets/styles/components/buttons.styl index b9ad0ecd..0cd1156a 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/buttons.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/buttons.styl @@ -12,7 +12,7 @@ font-family: 'Dosis', sans-serif &:hover - @apply bg-teal-light + @apply bg-yellow // Button sizes &.elementor-size-sm @@ -26,7 +26,7 @@ // Button styles .elementor-element.elementor-button-info .elementor-button - @apply bg-teal + @apply bg-yellow // Icons inside buttons .elementor-button-content-wrapper diff --git a/wp-content/themes/CCV/resources/assets/styles/components/forms.styl b/wp-content/themes/CCV/resources/assets/styles/components/forms.styl index c58c9869..cafd29b9 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/forms.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/forms.styl @@ -57,7 +57,7 @@ textarea input[type="submit"] @apply relative inline-block overflow-hidden - @apply bg-pink text-white rounded-none + @apply bg-blue text-white rounded-none @apply font-bold text-xs uppercase @apply px-10 py-3 font-smoothing() @@ -98,7 +98,7 @@ input[type="submit"] input:checked ~ .form-label:before, input:checked ~ .form-label-reversed:after - @apply bg-pink + @apply bg-blue input position: absolute diff --git a/wp-content/themes/CCV/resources/assets/styles/components/lity-lightbox.styl b/wp-content/themes/CCV/resources/assets/styles/components/lity-lightbox.styl index 3f3f0fc7..884561f8 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/lity-lightbox.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/lity-lightbox.styl @@ -44,7 +44,7 @@ constrain(padding-bottom, 3.25vw) .lity-close - @apply bg-pink + @apply bg-blue position: absolute top: 0 right: 0 diff --git a/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl b/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl index 8f6021fc..78e70aaf 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/navigation.styl @@ -66,7 +66,7 @@ transition: background-color 0.25s &:hover - @apply text-white bg-purple + @apply text-white bg-yellow // Language switcher and action buttons diff --git a/wp-content/themes/CCV/resources/assets/styles/components/swiper.styl b/wp-content/themes/CCV/resources/assets/styles/components/swiper.styl index fa29e20b..7077e8e0 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/swiper.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/swiper.styl @@ -2,7 +2,7 @@ // Note: These arrow styles should also match those in slick-carousel.styl // The styles can't be shared because Slick and Swiper have different structures .elementor-swiper-button, .elementor-lightbox .elementor-swiper-button - @apply bg-pink text-white + @apply bg-blue text-white border-radius: 50% font-size: 40px width: 1.25em @@ -12,7 +12,7 @@ transition: all 0.2s ease-out &:hover - @apply bg-teal + @apply bg-yellow .eicon-chevron &-left:before diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/image.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/image.styl index d9722270..2316b4d2 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/image.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/image.styl @@ -10,7 +10,7 @@ color: currentColor &:before - @apply inline-block bg-pink mr-2 + @apply inline-block bg-blue mr-2 content: '' constrain(width, 2.5vw) height: 4px diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl index 67fa5142..7be19ac0 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl @@ -28,7 +28,7 @@ transition: background-color 0.2s ease-out .link-carousel-item:hover & - @apply bg-teal-light + @apply bg-yellow &-prev, &-next diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/photo-grid.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/photo-grid.styl index 9783b954..42153556 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/photo-grid.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/photo-grid.styl @@ -19,7 +19,7 @@ max-width: 320px &:before - @apply bg-pink + @apply bg-blue content: '' display: block width: 48px diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl index 3ca6144b..e4c51432 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/picto-grid.styl @@ -54,7 +54,7 @@ margin: 0 auto &:before - @apply bg-pink + @apply bg-yellow content: '' display: block width: 48px diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl index 89dbb370..66344f6e 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/text-block.styl @@ -87,7 +87,7 @@ @apply text-blue &:hover - @apply text-teal + @apply text-yellow b, strong font-weight: 400 diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/timeline-horizontal.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/timeline-horizontal.styl index fe20e963..e139efb4 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/timeline-horizontal.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/timeline-horizontal.styl @@ -37,10 +37,10 @@ $breakpoint-timeline-horizontal = 768px // When timeline changes to mobile view max-width: 750px a - @apply text-pink + @apply text-blue &:hover - @apply text-teal + @apply text-yellow // Special override for large text so it fits better on smallest screens .text-lg @@ -193,7 +193,7 @@ $breakpoint-timeline-horizontal = 768px // When timeline changes to mobile view outline: none &:hover - @apply text-pink + @apply text-blue +below(900px) svg diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/timeline.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/timeline.styl index 3aaa4bd7..30e29713 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/timeline.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/timeline.styl @@ -79,7 +79,7 @@ $dot-size = 14px // width or height of a single background dot, including its gu margin: - $dot-size 0 0 0 &-highlight - @apply bg-pink + @apply bg-blue // Center and contain image img -- 2.39.5