ngx-admin/src/app/@theme/styles/light/light.theme.scss

26 lines
718 B
SCSS
Raw Normal View History

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '../components';
2017-04-28 15:11:22 +03:00
@import 'overrides/all';
2017-04-17 19:01:47 +03:00
@import '~@nga/theme/styles/themes/nga.theme.light';
$theme-name: 'light';
// @nga/theme module styles
2017-04-28 15:11:22 +03:00
@include nga-theme($theme-name) {
@include nga-theme-overrides($theme-name);
@include custom-components-theme($theme-name);
}
// @nga/bootstrap module styles
2017-05-04 15:33:51 +03:00
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
@include nga-bootstrap($theme-name);
2017-05-10 12:11:59 +03:00
// @nga/maps module styles
@import '~@nga/theme/overrides/maps/styles/themes/nga.theme.default';
@include nga-maps($theme-name);