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

17 lines
434 B
SCSS
Raw Normal View History

// themes - our custom or/and out of the box themes
@import 'variables';
// framework component themes (styles tied to theme variables)
@import '~@akveo/nga-theme/styles/globals';
@import '~@akveo/nga-auth/styles/all';
// custom global styles
@import 'global';
// install the framework and custom global styles
@include nga-install() {
@include nga-theme-global();
@include nga-auth-global();
@include ngx-global-theme();
};