Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Last active May 4, 2018 15:06
Show Gist options
  • Save luislobo14rap/4ffd10049465da43a8ea4c9245f0cbf7 to your computer and use it in GitHub Desktop.
Save luislobo14rap/4ffd10049465da43a8ea4c9245f0cbf7 to your computer and use it in GitHub Desktop.
bootstrap buttons without background-colors and box-shadow
.btn:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-link){
background-color: rgba(0, 0, 0, 0);
white-space: normal;
}
.btn:focus:not(.btn-default):not(.btn-primary):not(.btn-success):not(.btn-info):not(.btn-warning):not(.btn-danger):not(.btn-link){
box-shadow: none;
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment