Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 10:38
Show Gist options
  • Save AndriyShepitsen/5421092 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5421092 to your computer and use it in GitHub Desktop.
Navigation Panel Formatting
@mixin navPanelFomatting($colorNavBackground, $colorNavBorder) {
list-style:none;
text-align: center;
cursor: pointer;
background-color: $colorNavBackground;
border-top: 1px groove $colorNavBorder;
border-bottom: 1px groove $colorNavBorder;
margin-bottom: 10px;
margin-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment