fixed hover styles bug

This commit is contained in:
andres alcocer
2020-08-07 13:57:14 -04:00
parent 6d53e2d2f3
commit 78ac993948
3 changed files with 20 additions and 19 deletions

View File

@@ -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;
}