Skip to content

Instantly share code, notes, and snippets.

@zikosichi
Created December 11, 2016 19:38
Show Gist options
  • Save zikosichi/0f596c7eabb6590482c10a19447fdd12 to your computer and use it in GitHub Desktop.
Save zikosichi/0f596c7eabb6590482c10a19447fdd12 to your computer and use it in GitHub Desktop.
button.btn.primary{
background-color: #4a90e2;
box-shadow: 0px 3px 15px rgba(#4a90e2, 0.6);
}
button.btn.success{
background-color: #13b843;
box-shadow: 0px 3px 15px rgba(#13b843, 0.6);
}
...
...
button.btn.dark{
background-color: #4c5b74;
box-shadow: 0px 3px 15px rgba(#4c5b74, 0.6);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment