diff options
Diffstat (limited to 'webapp/src/app/@theme/styles/styles.scss')
-rw-r--r-- | webapp/src/app/@theme/styles/styles.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/webapp/src/app/@theme/styles/styles.scss b/webapp/src/app/@theme/styles/styles.scss new file mode 100644 index 0000000..a943e7a --- /dev/null +++ b/webapp/src/app/@theme/styles/styles.scss @@ -0,0 +1,20 @@ +// 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'; + +// loading progress bar theme +@import './pace.theme'; + +// install the framework and custom global styles +@include nb-install() { + + // framework global styles + @include nb-theme-global(); + @include nb-auth-global(); + + // loading progress bar + @include ngx-pace-theme(); +}; |