Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created November 1, 2017 23:19
Show Gist options
  • Select an option

  • Save viniciusdacal/214d8f1d50d47e07204159b4fa682f7e to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/214d8f1d50d47e07204159b4fa682f7e to your computer and use it in GitHub Desktop.
.button {
background: #3498db;
border: 0;
border-radius: 10px;
padding: 15px;
font-size: 15px;
color: #ffffff;
}
.button--disabled {
opacity: 0.7;
cursor: not-allowed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment