mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-21 08:46:10 +01:00
feat(app): update Nebular to the latest 2.0.1 version (#1868)
Closes #1866.
This commit is contained in:
parent
a721fd8e7d
commit
16bcc90d57
44 changed files with 74 additions and 56 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue