mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-10 19:48:50 +01:00
25 lines
718 B
SCSS
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);
|