You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1006 B
43 lines
1006 B
.swiper-container-cube {
|
|
overflow: visible;
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
backface-visibility: hidden;
|
|
z-index: 1;
|
|
visibility: hidden;
|
|
transform-origin: 0 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
.swiper-slide {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
&.swiper-container-rtl .swiper-slide {
|
|
transform-origin: 100% 0;
|
|
}
|
|
.swiper-slide-active {
|
|
&, & .swiper-slide-active {
|
|
pointer-events: auto;
|
|
}
|
|
}
|
|
.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev, .swiper-slide-next + .swiper-slide {
|
|
pointer-events: auto;
|
|
visibility: visible;
|
|
}
|
|
.swiper-slide-shadow-top, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right {
|
|
z-index: 0;
|
|
backface-visibility: hidden;
|
|
}
|
|
.swiper-cube-shadow {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
opacity: 0.6;
|
|
-webkit-filter: blur(50px);
|
|
filter: blur(50px);
|
|
z-index: 0;
|
|
}
|
|
}
|
|
|