mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 02:10:12 +01:00
fix(temperature): fix temperature dragger gradient, fix switcher button hover background (#1745)
This commit is contained in:
parent
a6d5d4956c
commit
f12bd9f540
4 changed files with 20 additions and 11 deletions
|
|
@ -14,8 +14,9 @@
|
|||
|
||||
&:hover {
|
||||
$color: nb-theme(switcher-background);
|
||||
$percentage: nb-theme(switcher-background-percentage);
|
||||
|
||||
background-color: tint($color, 14%);
|
||||
background-color: tint($color, $percentage);
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ $nb-themes: nb-register-theme((
|
|||
font-secondary: Exo,
|
||||
|
||||
switcher-background: #ebeff5,
|
||||
switcher-background-percentage: 50%,
|
||||
drops-icon-line-gadient: -webkit-linear-gradient(#01dbb5, #0bbb79),
|
||||
), default, default);
|
||||
|
||||
|
|
@ -29,6 +30,7 @@ $nb-themes: nb-register-theme((
|
|||
font-secondary: Exo,
|
||||
|
||||
switcher-background: #4e41a5,
|
||||
switcher-background-percentage: 14%,
|
||||
drops-icon-line-gadient: -webkit-linear-gradient(#a258fe, #7958fa),
|
||||
), cosmic, cosmic);
|
||||
|
||||
|
|
@ -42,5 +44,6 @@ $nb-themes: nb-register-theme((
|
|||
font-secondary: Exo,
|
||||
|
||||
switcher-background: #2b2d34,
|
||||
switcher-background-percentage: 14%,
|
||||
drops-icon-line-gadient: -webkit-linear-gradient(#e9e8eb, #a7a2be),
|
||||
), corporate, corporate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue