Created
June 13, 2016 10:25
-
-
Save danielmatthew/fa65ab439a422c1596bdf7c5dacc435b to your computer and use it in GitHub Desktop.
!important use case
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
.input-group-btn > .btn { | |
background-color: $white; | |
border-color: $white; | |
border-left-color: $well-bg !important; | |
&:hover { | |
background-color: $gray-superlight; | |
border-color: $gray-superlight; | |
} | |
&:active, | |
&:focus { | |
background-color: $misty; | |
border-color: $misty; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment