New bottom bar menu for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-22 17:34:28 -03:00
commit e1fd75b262
4 changed files with 48 additions and 15 deletions

View file

@ -39,6 +39,15 @@
background: #3C4E60;
}
.bottom-bar {
display: block;
position: fixed;
bottom: 0;
width: 100%;
z-index: 5;
background: #3C4E60;
}
.left-off-canvas-menu {
background: #2C3E50;
}
@ -89,6 +98,17 @@
opacity: 0.6;
}
.bottombar-item a {
color: #fff;
padding: 4px 0;
display: block;
}
.bottombar-item a.active {
color: #000;
background-color: #fff;
}
.box-founds {
background-color: #213140;
}