Mobile menu

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-23 19:49:06 -03:00
commit f10e58acdf
4 changed files with 158 additions and 9 deletions

View file

@ -105,6 +105,14 @@ body, html{
width:100%;
}
.off-canvas-wrap, .inner-wrap{
height:100%;
}
.tab-bar {
display: none;
}
a {
color: #3498DB;
}
@ -417,6 +425,11 @@ a:hover {
margin: 1rem 0;
}
.line-sidebar-t {
border-top: 1px solid #3C5269;
padding-top: 0.5rem;
}
.line-sidebar-b {
border-bottom: 1px solid #3C5269;
padding-bottom: 0.5rem;