mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 20:28:48 +01:00
20 lines
533 B
SCSS
20 lines
533 B
SCSS
|
|
// nga theming framework
|
||
|
|
@import '~@nga/theme/styles/theming';
|
||
|
|
// nga our of the box themes
|
||
|
|
@import '~@nga/theme/styles/themes';
|
||
|
|
|
||
|
|
// which themes you what to enable (empty to enable all - not recommended)
|
||
|
|
$nga-enabled-themes: (default, light, cosmic);
|
||
|
|
|
||
|
|
$nga-themes: nga-register-theme((
|
||
|
|
// app wise variables for each theme
|
||
|
|
), default, default);
|
||
|
|
|
||
|
|
$nga-themes: nga-register-theme((
|
||
|
|
// app wise variables for each theme
|
||
|
|
), cosmic, cosmic);
|
||
|
|
|
||
|
|
$nga-themes: nga-register-theme((
|
||
|
|
// app wise variables for each theme
|
||
|
|
), light, light);
|