mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(theme): fix toggle layout btn glow
This commit is contained in:
parent
d16206f129
commit
5b6a81a394
2 changed files with 6 additions and 5 deletions
|
|
@ -47,8 +47,13 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
color: nb-theme(toggle-layout-color);
|
color: nb-theme(color-success);
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
|
|
||||||
|
@include nb-for-theme(cosmic) {
|
||||||
|
color: nb-theme(link-color-active);
|
||||||
|
text-shadow: 0 0 12px rgba(nb-theme(color-fg-highlight), 0.4);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,6 @@ $nb-themes: nb-register-theme((
|
||||||
sidebar-header-height: initial,
|
sidebar-header-height: initial,
|
||||||
layout-content-width: 1400px,
|
layout-content-width: 1400px,
|
||||||
|
|
||||||
toggle-layout-color: color-success,
|
|
||||||
|
|
||||||
font-main: Roboto,
|
font-main: Roboto,
|
||||||
font-secondary: Exo,
|
font-secondary: Exo,
|
||||||
), default, default);
|
), default, default);
|
||||||
|
|
@ -24,8 +22,6 @@ $nb-themes: nb-register-theme((
|
||||||
sidebar-header-height: initial,
|
sidebar-header-height: initial,
|
||||||
layout-content-width: 1400px,
|
layout-content-width: 1400px,
|
||||||
|
|
||||||
toggle-layout-color: link-color-active,
|
|
||||||
|
|
||||||
font-main: Roboto,
|
font-main: Roboto,
|
||||||
font-secondary: Exo,
|
font-secondary: Exo,
|
||||||
), cosmic, cosmic);
|
), cosmic, cosmic);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue