mirror of
https://github.com/milligram/milligram.git
synced 2024-11-13 16:54:22 +00:00
145 - Change the appears of the button when active
This commit is contained in:
parent
d895f17962
commit
2b75c6f36a
@ -26,8 +26,8 @@ input[type='submit']
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
background-color: $color-secondary
|
||||
border-color: $color-secondary
|
||||
background-color: $color-primary-darker
|
||||
border-color: $color-primary-darker
|
||||
color: $color-initial
|
||||
outline: 0
|
||||
|
||||
@ -47,8 +47,8 @@ input[type='submit']
|
||||
&:focus,
|
||||
&:hover
|
||||
background-color: transparent
|
||||
border-color: $color-secondary
|
||||
color: $color-secondary
|
||||
border-color: $color-primary-darker
|
||||
color: $color-primary-darker
|
||||
|
||||
&[disabled]
|
||||
|
||||
@ -66,7 +66,7 @@ input[type='submit']
|
||||
&:hover
|
||||
background-color: transparent
|
||||
border-color: transparent
|
||||
color: $color-secondary
|
||||
color: $color-primary-darker
|
||||
|
||||
&[disabled]
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
$color-initial: #fff !default
|
||||
$color-primary: #9b4dca !default
|
||||
$color-primary-darker: #642989 !default
|
||||
$color-secondary: #606c76 !default
|
||||
$color-tertiary: #f4f5f6 !default
|
||||
$color-quaternary: #d1d1d1 !default
|
||||
|
@ -8,4 +8,4 @@ a
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
color: $color-secondary
|
||||
color: $color-primary-darker
|
||||
|
Loading…
Reference in New Issue
Block a user