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

23 lines
610 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.
*/
2017-04-28 15:11:22 +03:00
@import 'variables';
@import '../components';
2017-04-28 15:11:22 +03:00
@import 'overrides/all';
2017-04-17 19:01:47 +03:00
2017-04-26 08:59:57 +03:00
@import '~@nga/theme/styles/themes/nga.theme.default';
2017-04-28 15:11:22 +03:00
$theme-name: 'pure';
// @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);