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

15 lines
380 B
SCSS
Raw Normal View History

// themes - our custom or/and out of the box themes
2017-08-03 13:53:18 +03:00
@import 'themes';
// framework component themes (styles tied to theme variables)
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
// install the framework and custom global styles
@include nb-install() {
2017-08-03 13:53:18 +03:00
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
};