fix home style
This commit is contained in:
parent
9ae146059d
commit
081f299a54
2 changed files with 67 additions and 58 deletions
|
|
@ -80,7 +80,7 @@
|
|||
font-family: 'Ubuntu', Helvetica, sans-serif !important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1, h2, h3, h4, h5, h6, .panel h2 {
|
||||
color: #2C3E50;
|
||||
}
|
||||
|
||||
|
|
@ -246,6 +246,17 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
||||
}
|
||||
|
||||
.home-wallet .avatar-wallet {
|
||||
background: #1ABC9C;
|
||||
margin: 0;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
font-size: 30px;
|
||||
padding-top: 10px;
|
||||
margin-right: 15px;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.side-nav.wallets .avatar-wallet{
|
||||
background-color: #7A8C9E;
|
||||
color: #213140;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue