mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-28 04:06:11 +01:00
refactor(styles): huge styles refactoring
This commit is contained in:
parent
f04763cecd
commit
e5f3f211f9
17 changed files with 34 additions and 196 deletions
21
src/app/@theme/styles/light/light.theme.scss
Normal file
21
src/app/@theme/styles/light/light.theme.scss
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
* @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);
|
||||
2
src/app/@theme/styles/light/overrides/all.scss
Normal file
2
src/app/@theme/styles/light/overrides/all.scss
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
@mixin nga-theme-overrides($theme-name) {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue