From a9f23e49ba529896d39365a3fb73ce6d572312d7 Mon Sep 17 00:00:00 2001 From: VladimirAmiorkov Date: Wed, 23 Oct 2019 17:17:15 +0300 Subject: [PATCH 1/2] chore: add background color to modal in example --- e2e/tests-app-ng/app/lazy/lazy.component.css | 8 ++++++++ e2e/tests-app-ng/app/lazy/lazy.component.html | 2 +- e2e/tests-app-ng/app/lazy/lazy.component.ts | 1 + e2e/tests-app-ng/package.json | 4 ++-- e2e/tests-app-ng/tsconfig.json | 3 +++ 5 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 e2e/tests-app-ng/app/lazy/lazy.component.css diff --git a/e2e/tests-app-ng/app/lazy/lazy.component.css b/e2e/tests-app-ng/app/lazy/lazy.component.css new file mode 100644 index 000000000..eec6173f7 --- /dev/null +++ b/e2e/tests-app-ng/app/lazy/lazy.component.css @@ -0,0 +1,8 @@ + +.system-background-color-stack-layout { + background-color: white; +} + +.ns-dark .system-background-color-stack-layout { + background-color: gray; +} diff --git a/e2e/tests-app-ng/app/lazy/lazy.component.html b/e2e/tests-app-ng/app/lazy/lazy.component.html index 6ffd7d2a6..82d691f92 100644 --- a/e2e/tests-app-ng/app/lazy/lazy.component.html +++ b/e2e/tests-app-ng/app/lazy/lazy.component.html @@ -1,4 +1,4 @@ - +