mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 18:30: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;
|
||||
|
||||
i {
|
||||
color: nb-theme(toggle-layout-color);
|
||||
color: nb-theme(color-success);
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue