Skip to content

Instantly share code, notes, and snippets.

@Legogris
Created October 13, 2015 08:29
Show Gist options
  • Select an option

  • Save Legogris/e13e548c02e899c7d1c4 to your computer and use it in GitHub Desktop.

Select an option

Save Legogris/e13e548c02e899c7d1c4 to your computer and use it in GitHub Desktop.
button.btn-lg.btn-primary {
background-color: #20265B;
background-image: none;
box-shadow: none;
border-radius: 23px;
border-width: 2px !important;
border: 2px #e92e71 solid;
}
button.btn-lg.btn-primary.btn-top:hover {
color: #e92e71;
background-color: #fff;
}
button.btn-lg.btn-primary:hover {
background-color: #e92e71;
}
button.btn-lg.btn-primary.btn-top {
background-color: transparent;
border: 2px #fff solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment