[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
+11 -3
View File
@@ -31,7 +31,8 @@
"vh",
"vw",
"vmin",
"s"
"s",
"rem"
],
"value-list-comma-space-after": "always-single-line",
"value-list-comma-space-before": "never",
@@ -62,7 +63,12 @@
"message": "The `initial` value is not supported in IE."
}
],
"block-closing-brace-newline-after": "always",
"block-closing-brace-newline-after": [
"always",
{
"ignoreAtRules": ["if", "else"]
}
],
"block-closing-brace-newline-before": "always-multi-line",
"block-opening-brace-newline-after": "always-multi-line",
"block-opening-brace-space-before": "always-multi-line",
@@ -89,6 +95,8 @@
{
"resolveNestedSelectors": true
}
]
],
"scss/dollar-variable-empty-line-before": null,
"scss/at-rule-conditional-no-parentheses": null
}
}