Created
January 8, 2016 01:46
-
-
Save valeriu/5c146e9a914d3ec0d888 to your computer and use it in GitHub Desktop.
This file contains 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
.btn-new-color { | |
background-image: linear-gradient(#DCA, #DDB); | |
border-color: #B5A0A0; | |
color: #4C3D3D !important; | |
&:hover { | |
background-color: #DDD8B6; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment