mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-13 11:54:21 +01:00
feat(ui-features): add a typography page
This commit is contained in:
parent
c0f39a1dec
commit
ada9ac9c1d
14 changed files with 257 additions and 0 deletions
|
|
@ -24,3 +24,7 @@ $theme-name: 'cosmic';
|
|||
// @nga/maps module styles
|
||||
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
|
||||
@include nga-maps($theme-name);
|
||||
|
||||
// @nga/typography module styles
|
||||
@import '~@nga/theme/overrides/typography/styles/themes/nga.theme.default';
|
||||
@include nga-typography($theme-name);
|
||||
|
|
|
|||
|
|
@ -23,3 +23,7 @@ $theme-name: 'light';
|
|||
// @nga/maps module styles
|
||||
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
|
||||
@include nga-maps($theme-name);
|
||||
|
||||
// @nga/typography module styles
|
||||
@import '~@nga/theme/overrides/typography/styles/themes/nga.theme.default';
|
||||
@include nga-typography($theme-name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue