mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
feat(maps): add the maps overrides
This commit is contained in:
parent
6d8d55c8cc
commit
c0f39a1dec
3 changed files with 9 additions and 2 deletions
|
|
@ -20,3 +20,7 @@ $theme-name: 'cosmic';
|
|||
// @nga/bootstrap module styles
|
||||
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
|
||||
@include nga-bootstrap($theme-name);
|
||||
|
||||
// @nga/maps module styles
|
||||
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
|
||||
@include nga-maps($theme-name);
|
||||
|
|
|
|||
|
|
@ -19,3 +19,7 @@ $theme-name: 'light';
|
|||
// @nga/bootstrap module styles
|
||||
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
|
||||
@include nga-bootstrap($theme-name);
|
||||
|
||||
// @nga/maps module styles
|
||||
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
|
||||
@include nga-maps($theme-name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue