fix sidebar mobile

This commit is contained in:
bechi 2014-11-12 15:57:50 -03:00
parent 6dfc59c523
commit 033e23c2ed
1 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,7 @@
}
ul.off-canvas-list li a {
border-bottom: 1px solid #425568;
border-bottom: transparent;
padding: 0.66667rem 1rem;
color: #fff;
}
@ -160,6 +160,11 @@
.side-nav.wallets {
padding: 0;
height: auto;
left: 0;
}
ul.off-canvas-list li a:hover {
background: transparent;
}
.label {