Skip to content

Instantly share code, notes, and snippets.

@zikosichi
Last active December 11, 2016 19:20
Show Gist options
  • Save zikosichi/89c38c76d105d916496e649211b0ae4e to your computer and use it in GitHub Desktop.
Save zikosichi/89c38c76d105d916496e649211b0ae4e to your computer and use it in GitHub Desktop.
// Theming button
@each $colorName, $color in $colors {
button.btn.#{$colorName}{
background-color: $color;
box-shadow: 0px 3px 15px rgba($color, 0.6);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment