nebular update and structure refactoring

This commit is contained in:
Dmitry Nehaychik 2019-06-11 18:18:58 +03:00
parent 78e4d2cfe9
commit df489ad17e
100 changed files with 736 additions and 3945 deletions

View file

@ -4,11 +4,8 @@
// framework component themes (styles tied to theme variables)
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
//@import '~@nebular/bootstrap/styles/globals';
// ...
@import '~@nebular/bootstrap/styles/globals';
// global app font size
@import './font-size';
// loading progress bar theme
@import './pace.theme';
@ -19,7 +16,7 @@
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
//@include nb-bootstrap-global();
@include nb-bootstrap-global();
// loading progress bar
@include ngx-pace-theme();