New bottom bar menu for small devices
This commit is contained in:
parent
2a9ccd53f4
commit
e1fd75b262
4 changed files with 48 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue