css refactor

This commit is contained in:
Gabriel Bazán 2016-08-08 10:44:33 -03:00
commit da9f250e8e
2 changed files with 6 additions and 10 deletions

View file

@ -99,14 +99,6 @@ h4.title a {
}
}
.small-font-amount {
font-size: 28px !important;
}
.small-font-result {
font-size: 16px !important;
}
.modal-content h4, .glidera h4, .coinbase h4 {
background: #F6F7F9;
padding: 25px 0px 5px 10px;
@ -544,6 +536,10 @@ ul.manage li {
font-size: 24px;
}
.size-28 {
font-size: 28px;
}
.size-36 {
font-size: 36px;
}