add bg-color to default btn styles

This commit is contained in:
Lisa Passing 2015-07-22 10:48:50 +02:00
parent 7652f9b5b0
commit 7817cd47e4

View File

@ -18,15 +18,14 @@ $button-border-color: #d4d4d4
color: $white color: $white
white-space: nowrap white-space: nowrap
border-radius: 2px border-radius: 2px
background-color: $grey-lighter
.button:hover, .button:hover,
.button:focus, .button:focus,
.button:active, .button:active,
.button.active .button.active
border-color: $button-border-color border-color: $button-border-color
border-bottom-color: #2a65a0 background-color: $grey-medium
background-color: #40454f
text-decoration: none text-decoration: none
color: #fff color: #fff