Merge pull request #1651 from bechi/bugs/ui-10

fix home style
This commit is contained in:
Matias Alejo Garcia 2014-10-31 15:53:15 -03:00
commit b9540d5a09
4 changed files with 92 additions and 83 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;
}
@ -250,6 +250,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;