[AAE-12782] Custom theme creation (#8450)

* [AAE-12782] Create custom theme

* copied ui from ACA

* fix some lints

* Added theme

* Added theme

* lint part 1

* lint part 2

* lint part 3 backg color

* lint part 4

* lint part 5

* lint part 6

* lint part 7

* update

* fix map_merge
This commit is contained in:
Bartosz Sekula
2023-04-06 18:53:00 +02:00
committed by GitHub
parent 5ddd039832
commit 94dcbda322
11 changed files with 396 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/core",
"assets": [
{
"glob": "custom-theme/**/*",
"input": "./",
"output": "/"
},
{
"glob": "assets/**/*",
"input": "./src/lib",