fix topbar align

This commit is contained in:
bechi 2015-04-30 16:52:27 -03:00
commit 97fcfdf5fa
7 changed files with 32 additions and 7 deletions

View file

@ -40,10 +40,6 @@
content: "\e62b";
}
.icon-scan:before {
content: "\e62a";
}
.icon-circle:before {
content: "\e629";
}
@ -52,6 +48,30 @@
content: "\e627";
}
.icon-scan:before {
content: "\e62a";
}
.icon-trash:before {
content: "\e626";
}
.icon-wallet:before {
content: "\e622";
}
.icon-history:before {
content: "\e623";
}
.icon-reference:before {
content: "\e621";
}
.icon-bell:before {
content: "\e61c";
}
.icon-trash:before {
content: "\e626";
}

View file

@ -384,6 +384,7 @@ ul.manage li {
.lh140 {line-height: 140%;}
.oh {overflow:hidden;}
.vm {vertical-align: middle;}
.vt {vertical-align: top;}
.ma { margin: 0 auto;}
.tu {text-transform: uppercase;}
@ -412,6 +413,10 @@ ul.manage li {
font-weight: 300;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
line-height: 2.5rem;
}
.sidebar li.nav-item.selected .name-wallet {
font-weight: 700;
}