New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / @theme / styles / styles.scss
1 // themes - our custom or/and out of the box themes
2 @import 'themes';
3
4 // framework component themes (styles tied to theme variables)
5 @import '~@nebular/theme/styles/globals';
6 @import '~@nebular/auth/styles/all';
7
8 // loading progress bar theme
9 @import './pace.theme';
10
11 // install the framework and custom global styles
12 @include nb-install() {
13
14   // framework global styles
15   @include nb-theme-global();
16   @include nb-auth-global();
17
18   // loading progress bar
19   @include ngx-pace-theme();
20 };