Align glidera with new design

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-02 12:52:28 -03:00
commit 0ce10c861e
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 23 additions and 30 deletions

View file

@ -74,7 +74,7 @@ h4.title a {
}
.preferences h4, .modal-content h4, .walletHome h4 {
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
background: #F6F7F9;
padding: 25px 0px 5px 20px;
text-transform: uppercase;
@ -1024,6 +1024,9 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.black {
background-color: #2C3E50;
}
.white {
background-color: #FFFFFF;
}
.text-italic {font-style: italic;}
.text-light {font-weight: 200;}
.text-bold {font-weight: 700;}