finishing buy flow

This commit is contained in:
Gabriel Bazán 2016-12-02 15:40:36 -03:00
commit f60ee6f4fd
3 changed files with 50 additions and 9 deletions

View file

@ -47,10 +47,21 @@
color: #9B9B9B;
}
}
.buy-price {
bottom: 20px;
position: absolute;
color: $light-gray;
.glidera-explanation {
padding: 0 1rem;
margin: 1rem 0;
white-space: normal;
}
.glidera-description {
text-align: center;
font-size: 15px;
color: $mid-gray;
margin: 1rem 0;
a {
font-weight: bold;
cursor: pointer;
cursor: hand;
}
}
}
.item {
@ -250,4 +261,12 @@
color: rgba(58, 58, 58, .6);
margin-bottom: 1.5rem;
}
.glidera-success {
margin-top: 15px;
span {
font-size: 15px;
display: block;
}
}
}