buy flow rename and fixes

This commit is contained in:
Gabriel Bazán 2016-12-02 17:18:48 -03:00
commit a76dfb110d
10 changed files with 75 additions and 67 deletions

View file

@ -85,8 +85,9 @@
color: $dark-gray;
font-weight: bold;
.limits {
margin-top: 20px;
margin-top: 10px;
color: $light-gray;
font-size: 12px;
}
}
}

View file

@ -47,22 +47,6 @@
color: #9B9B9B;
}
}
.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 {
border-color: $item-border-color;
@ -261,7 +245,6 @@
color: rgba(58, 58, 58, .6);
margin-bottom: 1.5rem;
}
.glidera-success {
margin-top: 15px;
span {
@ -269,4 +252,13 @@
display: block;
}
}
.glidera-explanation {
padding: 0 1rem;
white-space: normal;
}
.glidera-description {
text-align: center;
font-size: 12px;
color: $mid-gray;
}
}