mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
refactor(theme): theme refactor, buttons, toaster, preloader
This commit is contained in:
parent
d5f69647aa
commit
59ef144716
77 changed files with 1324 additions and 954 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import 'style-loader!../@theme/styles/cosmic/cosmic.theme.scss';
|
||||
import 'style-loader!../@theme/styles/light/light.theme.scss';
|
||||
import 'style-loader!../@theme/styles/default/default.theme.scss';
|
||||
import 'style-loader!../@theme/styles/cosmic/theme.scss';
|
||||
import 'style-loader!../@theme/styles/light/theme.scss';
|
||||
import 'style-loader!../@theme/styles/default/theme.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'ngx-pages',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue