feat(header): add toggle sidebar icon

This commit is contained in:
tibing 2017-08-30 17:22:05 +03:00
parent 6660118ba3
commit 6b1ee20516
3 changed files with 15 additions and 1 deletions

View file

@ -11,6 +11,8 @@ $nb-themes: nb-register-theme((
sidebar-header-gap: 2rem,
sidebar-header-height: initial,
layout-content-width: 1400px,
toggle-layout-color: color-success,
), default, default);
$nb-themes: nb-register-theme((
@ -18,6 +20,8 @@ $nb-themes: nb-register-theme((
sidebar-header-gap: 2rem,
sidebar-header-height: initial,
layout-content-width: 1400px,
toggle-layout-color: link-color-active,
), cosmic, cosmic);
$nb-themes: nb-register-theme((