forked from platypush/platypush
Using a nice gradient for hover-bg
This commit is contained in:
parent
cda03887d4
commit
bb483fd1b1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ $active-glow-bg-2: #9cdfb0 !default;
|
|||
/// Hover
|
||||
$default-hover-fg: #35b870 !default;
|
||||
$default-hover-fg-2: #38cf80 !default;
|
||||
$hover-bg: #bef6da !default;
|
||||
$hover-bg: linear-gradient(90deg, rgba(190,246,218,1) 0%, rgba(229,251,240,1) 100%) !default;
|
||||
$active-bg: #8fefb7 !default;
|
||||
|
||||
/// Disabled
|
||||
|
|
Loading…
Reference in a new issue