add bg-color to default btn styles
This commit is contained in:
parent
7652f9b5b0
commit
7817cd47e4
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user