Created
December 11, 2014 03:26
-
-
Save michaeltroy/08ab34f01913d9f7745a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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