Skip to content

Commit

Permalink
Add initial styling for fixed menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
L8D committed Mar 28, 2016
1 parent 2222567 commit 801bbbf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/styles/restaurant/menu/bar.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.gb-restaurant-menu-bar-container {
height: 57px;
}

.gb-restaurant-menu-bar {
&.gb-restaurant-menu-bar-affix {
position: fixed;
z-index: 10;
top: 0;
left: 0;
right: 0;
background: @gb-white;
border-bottom: 1px solid @gb-shadow-tide;

.gb-restaurant-menu-bar-content {
.gb-body;

position: relative;
}
}
}

0 comments on commit 801bbbf

Please sign in to comment.