diff --git a/.angular-cli.json b/.angular-cli.json index e088ff27..2e4c251f 100644 --- a/.angular-cli.json +++ b/.angular-cli.json @@ -24,8 +24,7 @@ "testTsconfig": "tsconfig.spec.json", "styles": [ "../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss", - "../node_modules/normalize.css/normalize.css", - "../node_modules/leaflet/dist/leaflet.css" + "../node_modules/normalize.css/normalize.css" ], "scripts": [ "../node_modules/jquery/dist/jquery.js", diff --git a/src/app/@theme/styles/cosmic/cosmic.theme.scss b/src/app/@theme/styles/cosmic/cosmic.theme.scss index d98716b3..ce310265 100644 --- a/src/app/@theme/styles/cosmic/cosmic.theme.scss +++ b/src/app/@theme/styles/cosmic/cosmic.theme.scss @@ -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); diff --git a/src/app/@theme/styles/light/light.theme.scss b/src/app/@theme/styles/light/light.theme.scss index 73f58877..20989fd1 100644 --- a/src/app/@theme/styles/light/light.theme.scss +++ b/src/app/@theme/styles/light/light.theme.scss @@ -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);