From 4594cba0c53461bc1a273458e0a7a314da6bfb68 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 25 Jan 2022 19:38:32 +0000 Subject: Obtain and control VSP package upload status Obtain the upload status and control the upload from the frontend perspective. Change-Id: Idcc921cf592efea33df35c557afcfae827af3a39 Issue-ID: SDC-3862 Signed-off-by: andre.schmid --- openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss') diff --git a/openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss index c1cf3cf778..a6276275d4 100644 --- a/openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss +++ b/openecomp-ui/resources/scss/modules/_softwareProductLandingPage.scss @@ -199,6 +199,10 @@ color: $blue; @extend .body-1-semibold; } + .upload-status-text { + color: $blue; + @extend .body-1-semibold; + } .or-text { margin-top: 10px; margin-bottom: 10px; -- cgit 1.2.3-korg