fix(theme): fix toggle layout btn glow

This commit is contained in:
tibing 2017-08-31 12:35:55 +03:00
parent d16206f129
commit 5b6a81a394
2 changed files with 6 additions and 5 deletions

View file

@ -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);
}
}
}
}