Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 13:08
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 santhosh-chinnasamy/f74b60059d3574ad3ac4bd7a8bd1d84a to your computer and use it in GitHub Desktop.
Save santhosh-chinnasamy/f74b60059d3574ad3ac4bd7a8bd1d84a to your computer and use it in GitHub Desktop.
.button, .button-default, .button-success, .button-danger {
height: 30px;
font-size: 16px;
padding: 0 2rem;
border-radius: 4px; }
.button-default {
color: #404040;
border: 1px solid #404040; }
.button-success {
background: green;
color: white; }
.button-danger {
background: red;
color: white; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment