2017-06-16 19:21:22 +03:00
|
|
|
// nga theming framework
|
2017-06-26 12:38:12 +03:00
|
|
|
@import '~@akveo/nga-theme/styles/theming';
|
2017-06-16 19:21:22 +03:00
|
|
|
// nga our of the box themes
|
2017-06-26 12:38:12 +03:00
|
|
|
@import '~@akveo/nga-theme/styles/themes';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
|
|
|
|
// 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
|
2017-07-26 15:12:48 +03:00
|
|
|
sidebar-header-gap: 2rem,
|
2017-06-16 19:21:22 +03:00
|
|
|
), default, default);
|
|
|
|
|
|
|
|
|
|
$nga-themes: nga-register-theme((
|
|
|
|
|
// app wise variables for each theme
|
2017-07-26 15:12:48 +03:00
|
|
|
sidebar-header-gap: 2rem,
|
2017-06-16 19:21:22 +03:00
|
|
|
), cosmic, cosmic);
|
|
|
|
|
|
|
|
|
|
$nga-themes: nga-register-theme((
|
|
|
|
|
// app wise variables for each theme
|
2017-07-26 15:12:48 +03:00
|
|
|
sidebar-header-gap: 2rem,
|
2017-06-16 19:21:22 +03:00
|
|
|
), light, light);
|