Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WoolDoughnut310/2acfa3bc8de8ce6e0ffd73a1a2bd3a51 to your computer and use it in GitHub Desktop.
Save WoolDoughnut310/2acfa3bc8de8ce6e0ffd73a1a2bd3a51 to your computer and use it in GitHub Desktop.
/* Extending The Inheritances */
/* Custom color */
.button-black {
background-color: black;
border-color: black;
}
.button-small {
font-size: .8rem;
height: 2.8rem;
line-height: 2.8rem;
padding: 0 1.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment