Skip to content

Instantly share code, notes, and snippets.

@koistya
Created September 2, 2014 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koistya/8fe127dd785660fb058c to your computer and use it in GitHub Desktop.
Save koistya/8fe127dd785660fb058c to your computer and use it in GitHub Desktop.
@if $menu_location == "right" {
right: -$mobilemenu_width;
//@include box-shadow(40px, 40px, 40px, -40px, rgba(0,0,0,0.9), inset);
} @else {
left: -$mobilemenu_width;
//@include box-shadow(-40px, 0px, 40px, -40px, rgba(0,0,0,0.9), inset);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment