feat(maps): add the maps overrides

This commit is contained in:
Alexander Zhukov 2017-05-10 12:11:59 +03:00
parent 6d8d55c8cc
commit c0f39a1dec
3 changed files with 9 additions and 2 deletions

View file

@ -24,8 +24,7 @@
"testTsconfig": "tsconfig.spec.json", "testTsconfig": "tsconfig.spec.json",
"styles": [ "styles": [
"../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss", "../node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss",
"../node_modules/normalize.css/normalize.css", "../node_modules/normalize.css/normalize.css"
"../node_modules/leaflet/dist/leaflet.css"
], ],
"scripts": [ "scripts": [
"../node_modules/jquery/dist/jquery.js", "../node_modules/jquery/dist/jquery.js",

View file

@ -20,3 +20,7 @@ $theme-name: 'cosmic';
// @nga/bootstrap module styles // @nga/bootstrap module styles
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default'; @import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
@include nga-bootstrap($theme-name); @include nga-bootstrap($theme-name);
// @nga/maps module styles
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
@include nga-maps($theme-name);

View file

@ -19,3 +19,7 @@ $theme-name: 'light';
// @nga/bootstrap module styles // @nga/bootstrap module styles
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default'; @import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
@include nga-bootstrap($theme-name); @include nga-bootstrap($theme-name);
// @nga/maps module styles
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
@include nga-maps($theme-name);