refactor(styles): huge styles refactoring

This commit is contained in:
nixa 2017-05-06 20:32:00 +03:00
parent f04763cecd
commit e5f3f211f9
17 changed files with 34 additions and 196 deletions

View file

@ -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>
`,