Merge pull request #3858 from cmgustavo/feat/clean-home-screen
Feat/clean home screen
This commit is contained in:
commit
94a0ffa02e
11 changed files with 44 additions and 51 deletions
|
|
@ -73,7 +73,7 @@ h4.title a {
|
|||
}
|
||||
|
||||
|
||||
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
|
||||
.preferences h4, .modal-content h4, .glidera h4 {
|
||||
background: #F6F7F9;
|
||||
padding: 25px 0px 5px 10px;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -83,6 +83,10 @@ h4.title a {
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.walletHome h4 {
|
||||
padding: 15px 0px 5px 10px;
|
||||
}
|
||||
|
||||
|
||||
.preferences ul, .modal-content ul {
|
||||
font-size:14px;
|
||||
|
|
@ -1003,7 +1007,9 @@ a.button.postfix {
|
|||
}
|
||||
|
||||
.walletHome .icon-wallet {
|
||||
margin-top: 14px;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.icon-input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue