Fix card intro

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-07 11:33:39 -03:00
commit 9196e07f3a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 47 additions and 125 deletions

View file

@ -1,11 +1,11 @@
#bitpayCard-intro {
.swiper-container-horizontal > .swiper-pagination {
bottom: 150px;
.slider-pager .slider-pager-page {
color: #fff;
}
.cta-button{
text-align: center;
position: absolute;
bottom: 45px;
bottom: 55px;
padding: 0 1.5rem;
width: 100%;
}
@ -34,14 +34,6 @@
border-color: transparent;
border:none;
}
.swiper-pagination {
&-bullet {
background: rgb(100, 124, 232);
&-active {
background: rgb(100, 124, 232);
}
}
}
.button-transparent{
background: none !important;
}