feature: Настроен адаптив для карусели событий
This commit is contained in:
@@ -30,4 +30,24 @@
|
||||
opacity: 0;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
:global(.swiper-slide-next) {
|
||||
transition: opacity 0.3s ease;
|
||||
|
||||
@media (width <=576px) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.swiper-slide-prev) {
|
||||
transition: opacity 0.3s ease;
|
||||
|
||||
@media (width <=576px) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.swiper-slide-active) {
|
||||
opacity: 1;
|
||||
}
|
||||
Reference in New Issue
Block a user