mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-18 15:35:30 +01:00
refactor(styles): huge styles refactoring
This commit is contained in:
parent
f04763cecd
commit
e5f3f211f9
17 changed files with 34 additions and 196 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import 'style-loader!../@theme/styles/gorgeous/gorgeous.theme.scss';
|
||||
import 'style-loader!../@theme/styles/pure/pure.theme.scss';
|
||||
import 'style-loader!../@theme/styles/cosmic/cosmic.theme.scss';
|
||||
import 'style-loader!../@theme/styles/light/light.theme.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-pages',
|
||||
template: `
|
||||
<ngx-one-column-layout>
|
||||
<nga-menu></nga-menu>
|
||||
<nga-menu inverse></nga-menu>
|
||||
<router-outlet></router-outlet>
|
||||
</ngx-one-column-layout>
|
||||
`,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ const PAGES_COMPONENTS = [
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NgaThemeModule.forRoot({ name: 'gorgeous' }),
|
||||
NgaThemeModule.forRoot({ name: 'cosmic' }),
|
||||
NgaSidebarModule.forRoot(),
|
||||
NgaMenuModule.forRoot({ items: menuItems }),
|
||||
PagesRoutingModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue