Skip to content

Commit

Permalink
Mobile menu: Removed old CSS code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanEYE committed Apr 25, 2017
1 parent 01a0707 commit c6ed9d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/collection/include/mobile_menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

.mobile_menu {
position: fixed;
left: -200px;
top: 0;
left: 0;

background-color: white;
transition: all 0.5s;
Expand Down Expand Up @@ -38,6 +39,8 @@
}

html[dir=rtl] .mobile_menu {
left: auto;
right: 0;
transform: translate3d(100%, 0, 0);
}

Expand Down

0 comments on commit c6ed9d6

Please sign in to comment.