Skip to content

Instantly share code, notes, and snippets.

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