Skip to content

Instantly share code, notes, and snippets.

@aristidesstaffieri
Created September 1, 2014 01:40
Show Gist options
  • Save aristidesstaffieri/062f10cba6724f291a98 to your computer and use it in GitHub Desktop.
Save aristidesstaffieri/062f10cba6724f291a98 to your computer and use it in GitHub Desktop.
.disabled {
background-color: map-get($button, disabled);
border-color: map-get($button, disabled-border);
}
.selected {
background-color: map-get($button, selected);
border-color: map-get($button, selected-border);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment