mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-12 11:24:20 +01:00
feat(components): add a tree view page
This commit is contained in:
parent
cf23f972d1
commit
a3dede33cf
13 changed files with 109 additions and 8 deletions
|
|
@ -33,3 +33,7 @@ $theme-name: 'cosmic';
|
|||
// @nga/charts module styles
|
||||
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
|
||||
@include nga-charts($theme-name);
|
||||
|
||||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
|
|
|||
|
|
@ -32,3 +32,7 @@ $theme-name: 'default';
|
|||
// @nga/charts module styles
|
||||
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
|
||||
@include nga-charts($theme-name);
|
||||
|
||||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
|
|
|||
|
|
@ -32,3 +32,7 @@ $theme-name: 'light';
|
|||
// @nga/charts module styles
|
||||
@import '~@nga/theme/overrides/charts/styles/themes/nga.theme.default';
|
||||
@include nga-charts($theme-name);
|
||||
|
||||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue