ngx-admin/src/app/@theme/styles/light/light.theme.scss
2017-05-10 12:24:27 +03:00

25 lines
718 B
SCSS

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '../components';
@import 'overrides/all';
@import '~@nga/theme/styles/themes/nga.theme.light';
$theme-name: 'light';
// @nga/theme module styles
@include nga-theme($theme-name) {
@include nga-theme-overrides($theme-name);
@include custom-components-theme($theme-name);
}
// @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);