From 71782cf5739a46034161176c14b3489b66464298 Mon Sep 17 00:00:00 2001 From: svishnev Date: Tue, 17 Jul 2018 10:37:38 +0300 Subject: ui loop fix Issue-ID: SDC-1525 Change-Id: I09cf3751881c49361315b2c80c91e7402872c8a4 Signed-off-by: svishnev --- openecomp-ui/resources/scss/onboarding.scss | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'openecomp-ui/resources/scss/onboarding.scss') diff --git a/openecomp-ui/resources/scss/onboarding.scss b/openecomp-ui/resources/scss/onboarding.scss index d44674fb42..c38809cd07 100644 --- a/openecomp-ui/resources/scss/onboarding.scss +++ b/openecomp-ui/resources/scss/onboarding.scss @@ -8,7 +8,7 @@ @import "modules"; &.dox-ui-punch-out { - background-color: $content-background-color; + background-color: $content-background-color; &.dox-ui-punch-out-full-page { position: absolute; top: 0; @@ -17,7 +17,7 @@ right: 0; overflow-y: auto; } - } + } } /* Out of namespace context for datepicker */ @@ -219,3 +219,16 @@ div[data-reactroot].tooltip { top: 50px; } } + + +.onboarding-loader { + .onboarding-loader-backdrop { + @import "common/variables"; + top: 0; + right: 0; + bottom: 0; + left: 0; + position: absolute; + background-color: $transparent-black; + } +} -- cgit 1.2.3-korg