add style on header & ul

This commit is contained in:
bechi 2014-12-17 21:57:44 -03:00 committed by Gustavo Maximiliano Cortez
commit 3511cfe9d7
3 changed files with 42 additions and 21 deletions

View file

@ -219,6 +219,7 @@ header .alt-currency {
height:100%;
}
.tab-bar {
display: none;
}
@ -249,11 +250,11 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
.side-nav.wallets .avatar-wallet,
.wallet-selection.wallets .avatar-wallet
{
background-color: #7A8C9E;
color: #213140;
background-color: #1ABC9C;
color: #fff;
padding: 0.35rem 0.5rem;
text-align: center;
margin-top: 6px;
margin-top: 3px;
width: 35px;
}
@ -621,6 +622,7 @@ a.button-setup {
float: left;
color: #fff;
text-transform: lowercase;
font-weight: 500;
}
.name-wallet i {

View file

@ -36,6 +36,7 @@
width: 100%;
z-index: 5;
background: #3C4E60;
height: 55px;
}
.bottom-bar {
@ -57,8 +58,17 @@
}
header {
height: 45px;
padding: 0.45rem;
height: 55px;
line-height: 110%;
background-color: #213140;
}
header .photo-container {
width: 40px;
height: 40px;
margin-right: 10px;
border: 1px solid #7A8C9E;
}
header h1 {
@ -112,10 +122,6 @@
height: 30px;
}
.tab-bar-section {
text-align: left;
}
.setup-page {
height: 100%;
}
@ -125,8 +131,10 @@
}
.tab-bar h1 {
font-weight: 100;
font-weight: 700;
text-align: center;
text-transform: uppercase;
font-size: 14px;
}
ul.off-canvas-list li a {
@ -173,8 +181,9 @@
background-color: #213140;
}
.left-small {
.left-small, .right-small, .tab-bar-section {
border-right: none;
padding-top: 0.3rem;
}
.right-small {
@ -219,6 +228,7 @@
}
.side-nav.wallets {
background: #E4E8EC;
z-index: 100;
overflow-y: inherit;
position: inherit;
@ -226,8 +236,14 @@
border-bottom: none;
}
.side-nav.wallets li {
margin: 0;
padding: 0.8rem .1rem;
border-bottom: 1px solid #D6DBE1;
}
.side-nav li.nav-item.selected {
background-color: #3C4E60;
background-color: #CED5DC;
}
/*