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 committed by Maksim Karatkevich
parent 0dc737d9e5
commit 7ef080404c

View file

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