Skip to content

Instantly share code, notes, and snippets.

@umanda
Last active August 29, 2015 14:27
Show Gist options
  • Save umanda/813ea4ff65a6806c5958 to your computer and use it in GitHub Desktop.
Save umanda/813ea4ff65a6806c5958 to your computer and use it in GitHub Desktop.
BS3 menu seperate from boader
@darkred : #a70b0b;
.navbar-default{
.navbar-nav{
li:not(:last-child){
a{
.box-shadow (10px 0px 0px -9px @darkred;);
}
}
}
}
.box-shadow (@string) {
-webkit-box-shadow: @string;
-moz-box-shadow: @string;
box-shadow: @string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment