Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 17:39
Show Gist options
  • Save AndriyShepitsen/5471391 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5471391 to your computer and use it in GitHub Desktop.
Second Level Button Fundation Style
@mixin secondLevelButton($anyColor){
@include button($button-sml, $full-width:true);
@include radius;
@include single-transition;
@include inset-shadow;
@include button-style($anyColor);
margin-bottom: 3px;
text-align:left;
padding-left: 10px;
font-size: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment