mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 23:44:07 +01:00
feat(tables): add a tables module
This commit is contained in:
parent
a361ce55ac
commit
21cd21fbef
13 changed files with 659 additions and 5 deletions
|
|
@ -37,3 +37,7 @@ $theme-name: 'cosmic';
|
|||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
||||
// @nga/tables module styles
|
||||
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
|
||||
@include nga-tables($theme-name);
|
||||
|
|
|
|||
|
|
@ -36,3 +36,7 @@ $theme-name: 'default';
|
|||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
||||
// @nga/tables module styles
|
||||
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
|
||||
@include nga-tables($theme-name);
|
||||
|
|
|
|||
|
|
@ -36,3 +36,7 @@ $theme-name: 'light';
|
|||
// @nga/components module styles
|
||||
@import '~@nga/theme/overrides/components/styles/themes/nga.theme.default';
|
||||
@include nga-components($theme-name);
|
||||
|
||||
// @nga/tables module styles
|
||||
@import '~@nga/theme/overrides/tables/styles/themes/nga.theme.default';
|
||||
@include nga-tables($theme-name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue