Fix UI custom fee

This commit is contained in:
Gustavo Maximiliano Cortez 2017-07-18 15:06:31 -03:00
commit a85e671857
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 24 additions and 29 deletions

View file

@ -4,11 +4,14 @@
text-align: center;
background: #f9f9f9;
font-size: 11px;
height: 120px;
height: 140px;
padding-top: 25px;
.row {
padding: 0;
}
.col {
padding-top: 15px;
}
.separator {
border-left: 1px solid #d9d9df;
height: 75%;
@ -36,17 +39,8 @@
}
}
}
.warning-fee {
padding: 5px 10px;
color: $v-warning-color;
font-size: 12px;
text-align: center;
i {
margin-right: 8px;
}
}
.error-fee {
padding: 5px 10px;
padding: 8px 10px;
color: $v-error-color;
font-size: 12px;
text-align: center;