mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-04 04:40:17 +01:00
14 lines
380 B
SCSS
14 lines
380 B
SCSS
// themes - our custom or/and out of the box themes
|
|
@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() {
|
|
|
|
// framework global styles
|
|
@include nb-theme-global();
|
|
@include nb-auth-global();
|
|
};
|