feat(ui-features): add the icons page

This commit is contained in:
Alexander Zhukov 2017-05-04 15:33:51 +03:00
parent 44318d9e25
commit 2f71b9a1a2
8 changed files with 82 additions and 16 deletions

View file

@ -18,5 +18,5 @@ $theme-name: 'gorgeous';
}
// @nga/bootstrap module styles
@import '~@nga/bootstrap/styles/themes/nga.theme.default';
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
@include nga-bootstrap($theme-name);

View file

@ -18,5 +18,5 @@ $theme-name: 'pure';
}
// @nga/bootstrap module styles
@import '~@nga/bootstrap/styles/themes/nga.theme.default';
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
@include nga-bootstrap($theme-name);