Skip to content

Instantly share code, notes, and snippets.

@omniphx
Created December 28, 2015 17:21
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 omniphx/48060135f4762c76c140 to your computer and use it in GitHub Desktop.
Save omniphx/48060135f4762c76c140 to your computer and use it in GitHub Desktop.
.btn-inverse {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover{
color: @color-primary-3;
background-color: #fff;
border-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment