Skip to content

Instantly share code, notes, and snippets.

@michaeltroy
Created December 11, 2014 03:26
Show Gist options
  • Save michaeltroy/08ab34f01913d9f7745a to your computer and use it in GitHub Desktop.
Save michaeltroy/08ab34f01913d9f7745a to your computer and use it in GitHub Desktop.
/*
Using the current pattern library as a guide:
http://nib-pattern-library-staging.azurewebsites.net/pages/buttons.html
*/
.v2-button, .v2-button-secondary {color: White;}
.v2-button-tertiary {color: grey;}
.v2-button-supplementary {color: green;}
/* Modifiers */
.v2-button-bg-green {background: green;}
.v2-button-bg-grey {background: grey;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment