fixed hover styles bug
This commit is contained in:
@@ -18,18 +18,21 @@
|
||||
|
||||
div.swiper-button-prev,
|
||||
div.swiper-button-next {
|
||||
transition: all .3s !important;
|
||||
transition: all 450ms !important;
|
||||
color: rgb(255, 255, 255);
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2) !important;
|
||||
transition: all .3s !important;
|
||||
transition: all 450ms !important;
|
||||
}
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
transition: all 450ms !important;
|
||||
}
|
||||
|
||||
.swiper-wrapper:hover .swiper-slide {
|
||||
opacity: .3 !important;
|
||||
transition: all 450ms !important;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.3) !important;
|
||||
@@ -55,8 +58,6 @@ div.swiper-button-next {
|
||||
}
|
||||
|
||||
&__container {
|
||||
transition: transform 450ms;
|
||||
|
||||
@include responsive(phone) {
|
||||
width: 98vw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user