From 87a6e59a7a18acc1bab4b105e976ec8fd86db798 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 19 Nov 2024 11:03:26 +0100 Subject: [PATCH] wait #7190 @0:15 --- wp-content/themes/CCV/dist/styles/app.css | 33 ++++++++++--------- .../assets/styles/widgets/link-carousel.styl | 1 + 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 27342603..7f853ed6 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -1640,8 +1640,8 @@ input[type="submit"] { display: inline-block; overflow: hidden; --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); --text-opacity: 1; color: #FFF; color: rgba(255, 255, 255, var(--text-opacity)); @@ -1700,8 +1700,8 @@ input[type="submit"]:hover { .custom-checkbox input:checked ~ .form-label:before, .custom-checkbox input:checked ~ .form-label-reversed:after { --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); } .custom-checkbox input { @@ -2120,8 +2120,8 @@ h4, .lity-container .lity-close { --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); position: absolute; top: 0; right: 0; @@ -2355,7 +2355,7 @@ h4, transition-delay: 0s; } -@media only screen and (min-width: 1200px) { +@media only screen and (min-width: 1024px) { .mobile-menu-trigger { display: none; } @@ -2399,13 +2399,13 @@ h4, transform: scale(0); } -@media only screen and (min-width: 1200px) { +@media only screen and (min-width: 1024px) { .nav-primary-container { margin-top: -12px; } } -@media only screen and (max-width: 1199px) { +@media only screen and (max-width: 1023px) { .nav-primary { display: none; } @@ -2510,7 +2510,7 @@ h4, padding-right: 48px; } -@media only screen and (max-width: 1199px) { +@media only screen and (max-width: 1023px) { .nav-secondary { display: none !important; } @@ -3170,8 +3170,8 @@ body .elementor-section:not(#slideshow-section) { .elementor-image .wp-caption-text:before { display: inline-block; --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); margin-right: 0.5rem; content: ''; width: 2.5vw; @@ -3340,6 +3340,7 @@ body .elementor-section:not(#slideshow-section) { .link-carousel-item-image { flex-grow: 1; max-height: 180px; + width: 100%; } .link-carousel-item-image img { @@ -3941,8 +3942,8 @@ body .elementor-section:not(#slideshow-section) { .photo-grid-caption:before { --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); content: ''; display: block; width: 48px; @@ -4785,8 +4786,8 @@ body .elementor-section:not(#slideshow-section) { .timeline-item-date-highlight { --bg-opacity: 1; - background-color: #1D7AEA; - background-color: rgba(29, 122, 234, var(--bg-opacity)); + background-color: #FF078B; + background-color: rgba(255, 7, 139, var(--bg-opacity)); } .timeline-item-date img { 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 124554cd..483a0b74 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 @@ -22,6 +22,7 @@ flex-grow: 1 //padding: 2.5em 1em 1em max-height: 180px + width 100% img width: 100% -- 2.39.5