Ciblage du CSS pour la bannière

This commit is contained in:
LC 2022-12-19 17:49:41 +01:00
parent ca0b084ad6
commit ac4d7c0ee0
1 changed files with 7 additions and 8 deletions

View File

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