Created
October 13, 2015 08:29
-
-
Save Legogris/e13e548c02e899c7d1c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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