Merge pull request #142 from jamal-jackson/feature/recieve_tab_slider

added click to go to slide in wallets, added max-width
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-20 15:50:32 -03:00 committed by GitHub
commit 32c30e7041
4 changed files with 7 additions and 2 deletions

View file

@ -12,8 +12,12 @@
}
.swiper-slide{
width:100% !important;
max-width: 450px;
&.swiper-slide-prev, &.swiper-slide-next{
opacity: .2;
&:hover{
opacity: 1;
}
}
&.swiper-slide-prev{
left:-5%;