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

View file

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