Correction ciblage du CSS Swiper pour la bannière

J'avais omis #
This commit is contained in:
LC 2022-12-19 18:07:48 +01:00
parent ac4d7c0ee0
commit 7f815bdd89
1 changed files with 4 additions and 4 deletions

View File

@ -1,23 +1,23 @@
/** Swiper pour Deltacms personnalisation **/ /** Swiper pour Deltacms personnalisation **/
headerSwiper .swiper { #headerSwiper .swiper {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
/* la class swiper-wrapper est modifiée par le script contenu dans le json theme/header/swiperContent */ /* la class swiper-wrapper est modifiée par le script contenu dans le json theme/header/swiperContent */
headerSwiper .swiper-wrapper{ #headerSwiper .swiper-wrapper{
width: 100%; width: 100%;
max-height: 600px; max-height: 600px;
} }
headerSwiper .swiper-slide { #headerSwiper .swiper-slide {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
headerSwiper .swiper-slide img { #headerSwiper .swiper-slide img {
display: block; display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;