fix: put Material theme in front of others

Otherwise Material theme style override Nebular
This commit is contained in:
Sergey Andrievskiy 2020-04-02 12:33:51 +03:00
parent 503b4494ea
commit 6669a351bc

View file

@ -25,6 +25,8 @@
// install the framework and custom global styles
@include nb-install() {
@include angular-material();
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
@ -33,8 +35,6 @@
// loading progress bar
@include ngx-pace-theme();
@include angular-material();
@include nb-overrides();
@include material-overrides();
};