mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
fix: put Material theme in front of others
Otherwise Material theme style override Nebular
This commit is contained in:
parent
0dc737d9e5
commit
7ef080404c
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue