mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
feat(sidebar): sidebar styles
This commit is contained in:
parent
dd7acac528
commit
ecd5948e96
2 changed files with 13 additions and 0 deletions
|
|
@ -8,12 +8,15 @@ $nga-enabled-themes: (default, light, cosmic);
|
|||
|
||||
$nga-themes: nga-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
), default, default);
|
||||
|
||||
$nga-themes: nga-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
), cosmic, cosmic);
|
||||
|
||||
$nga-themes: nga-register-theme((
|
||||
// app wise variables for each theme
|
||||
sidebar-header-gap: 2rem,
|
||||
), light, light);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue