mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(@theme): add base gorgeous styles
This commit is contained in:
parent
a126301343
commit
c88b6966e4
11 changed files with 234 additions and 13 deletions
|
|
@ -2,6 +2,10 @@ import { Component } from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
styleUrls: [
|
||||
'../@theme/styles/gorgeous/gorgeous.theme.scss',
|
||||
'../@theme/styles/pure/pure.theme.scss',
|
||||
],
|
||||
template: `
|
||||
<one-coll-layout>
|
||||
<nga-menu></nga-menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue