fix home style

This commit is contained in:
bechi 2014-10-31 15:17:39 -03:00
commit 081f299a54
2 changed files with 67 additions and 58 deletions

View file

@ -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;