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
|
||||
white-space: nowrap
|
||||
border-radius: 2px
|
||||
|
||||
background-color: $grey-lighter
|
||||
|
||||
.button:hover,
|
||||
.button:focus,
|
||||
.button:active,
|
||||
.button.active
|
||||
border-color: $button-border-color
|
||||
border-bottom-color: #2a65a0
|
||||
background-color: #40454f
|
||||
background-color: $grey-medium
|
||||
text-decoration: none
|
||||
color: #fff
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user