feat(app): update Nebular to the latest 2.0.1 version (#1868)

Closes #1866.
This commit is contained in:
Dmitry Nehaychik 2018-10-05 13:20:30 +03:00 committed by GitHub
parent a721fd8e7d
commit 16bcc90d57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 74 additions and 56 deletions

View file

@ -4,6 +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';
// ...
// global app font size
@import './font-size';
@ -19,6 +21,7 @@
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
@include nb-bootstrap-global();
// loading progress bar
@include ngx-pace-theme();