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

17 lines
427 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 '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
// custom global styles
@import 'global';
// install the framework and custom global styles
@include nb-install() {
@include nb-theme-global();
@include nb-auth-global();
@include ngx-global-theme();
};