ngx-admin/src/app/@theme/styles/variables.scss

23 lines
629 B
SCSS
Raw Normal View History

// nga theming framework
@import '~@akveo/nga-theme/styles/theming';
// nga our of the box themes
@import '~@akveo/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
2017-07-26 15:12:48 +03:00
sidebar-header-gap: 2rem,
), 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,
), 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,
), light, light);