2017-05-02 19:28:27 +03:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Akveo. All Rights Reserved.
|
|
|
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
|
|
|
*/
|
2017-04-26 20:11:54 +03:00
|
|
|
@import '../components';
|
2017-04-28 15:11:22 +03:00
|
|
|
@import 'overrides/all';
|
2017-04-17 19:01:47 +03:00
|
|
|
|
2017-05-06 20:32:00 +03:00
|
|
|
@import '~@nga/theme/styles/themes/nga.theme.light';
|
2017-04-21 17:23:44 +03:00
|
|
|
|
2017-05-06 20:32:00 +03:00
|
|
|
$theme-name: 'light';
|
2017-05-02 19:28:27 +03:00
|
|
|
|
|
|
|
|
// @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);
|
2017-04-21 17:23:44 +03:00
|
|
|
}
|
2017-05-02 19:28:27 +03:00
|
|
|
|
|
|
|
|
// @nga/bootstrap module styles
|
2017-05-04 15:33:51 +03:00
|
|
|
@import '~@nga/theme/overrides/bootstrap/styles/themes/nga.theme.default';
|
2017-05-02 19:28:27 +03:00
|
|
|
@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);
|