Deltacms/core/vendor/swiper/swiper_deltacms.css

25 lines
389 B
CSS
Raw Normal View History

2022-12-18 12:06:32 +01:00
/** Swiper pour Deltacms personnalisation **/
2023-02-12 10:05:47 +01:00
#headerSwiper .swiper {
2022-12-18 12:06:32 +01:00
width: 100%;
height: 100%;
}
2023-02-12 10:05:47 +01:00
#headerSwiper .swiper-wrapper{
2022-12-18 12:06:32 +01:00
width: 100%;
2023-02-12 10:05:47 +01:00
max-height: 600px;
2022-12-18 12:06:32 +01:00
}
2023-02-12 10:05:47 +01:00
#headerSwiper .swiper-slide {
2022-12-19 17:49:41 +01:00
display: flex;
justify-content: center;
align-items: center;
2022-12-18 12:06:32 +01:00
}
#headerSwiper .swiper-slide img {
2022-12-18 12:06:32 +01:00
display: block;
width: 100%;
height: 100%;
2023-02-12 09:07:24 +01:00
max-height: 600px;
2022-12-18 12:06:32 +01:00
object-fit: cover;
}