Skip to content

Instantly share code, notes, and snippets.

@ericmasiello
Last active March 6, 2020 20:10
Show Gist options
  • Save ericmasiello/66cbb71682b200971f6fa1d94b830a44 to your computer and use it in GitHub Desktop.
Save ericmasiello/66cbb71682b200971f6fa1d94b830a44 to your computer and use it in GitHub Desktop.
Initial Button BEM BLOCK
.button {
border-radius: 0.25rem;
background-color: #676775;
color: #fff;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase;
padding: 0.375rem 0.75rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment