2016-09-28 13:28:23 -04:00
|
|
|
.wallets {
|
|
|
|
|
.slides {
|
|
|
|
|
.swiper-container {
|
2016-10-12 13:54:02 -04:00
|
|
|
width: 85% !important;
|
2016-09-28 13:28:23 -04:00
|
|
|
overflow: visible;
|
2016-09-07 09:46:00 -04:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
.card {
|
2016-09-27 14:15:24 -04:00
|
|
|
max-width: 350px;
|
2016-10-12 13:54:02 -04:00
|
|
|
box-shadow:$subtle-box-shadow;
|
2016-09-28 13:28:23 -04:00
|
|
|
@media (min-width: 500px) {
|
|
|
|
|
& {
|
|
|
|
|
width: 350px;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 1.5rem auto 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-10-12 13:54:02 -04:00
|
|
|
.item{
|
|
|
|
|
padding:.7rem 1.5rem;
|
|
|
|
|
span{
|
|
|
|
|
clear:both;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
&.wallet-name{
|
|
|
|
|
margin-top:10px;
|
|
|
|
|
margin-bottom:5px;
|
|
|
|
|
font-size:14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.big-icon-svg{
|
|
|
|
|
& > .bg{padding:.3rem;width: 50px;height:50px;}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-07 09:46:00 -04:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
.swiper-slide {
|
|
|
|
|
width: 100% !important;
|
2016-09-20 12:35:12 -04:00
|
|
|
max-width: 450px;
|
2016-09-28 13:28:23 -04:00
|
|
|
@media (min-width: 500px) {
|
|
|
|
|
& {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: block;
|
|
|
|
|
float: none;
|
|
|
|
|
max-width: none;
|
2016-09-20 12:35:12 -04:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
&.swiper-slide-next .card {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
&.swiper-slide-prev .card {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&.swiper-slide-prev,
|
|
|
|
|
&.swiper-slide-next {
|
|
|
|
|
opacity: .2;
|
2016-09-07 09:46:00 -04:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
&.swiper-slide-prev {
|
|
|
|
|
left: -5%;
|
2016-09-07 09:46:00 -04:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
&.swiper-slide-next {
|
|
|
|
|
left: 4%;
|
2016-09-07 09:46:00 -04:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
.swiper-pagination {
|
2016-09-07 09:46:00 -04:00
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
2016-09-14 12:39:27 -03:00
|
|
|
}
|
2016-09-28 13:28:23 -04:00
|
|
|
|
|
|
|
|
.platform-browser {
|
|
|
|
|
.wallets {
|
|
|
|
|
.slides {
|
|
|
|
|
.swiper-slide {
|
|
|
|
|
&.swiper-slide-prev,
|
|
|
|
|
&.swiper-slide-next {
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|