From e08934d7ee33d6a22ce746e6e9a2270d87115345 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Wed, 29 Jan 2020 15:37:27 +0530 Subject: Added service components Added service components and removed all att or ecomp references Issue-ID: PORTAL-795 Change-Id: I71d47098d514cd70dad2d765799b38a54c091b9d Signed-off-by: Sudarshan Kumar --- portal-FE-common/src/styles/_spinner.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'portal-FE-common/src/styles/_spinner.scss') diff --git a/portal-FE-common/src/styles/_spinner.scss b/portal-FE-common/src/styles/_spinner.scss index 406ca78a..f1ad5bc9 100644 --- a/portal-FE-common/src/styles/_spinner.scss +++ b/portal-FE-common/src/styles/_spinner.scss @@ -35,7 +35,7 @@ * * */ -.ecomp-spinner { +.onap-spinner { background: url('../assets/images/spinner.gif') top left no-repeat; width: 32px; height: 32px; @@ -43,7 +43,7 @@ top: 35%; left: calc(50% - 32px/2); } -.ecomp-save-spinner { +.onap-save-spinner { background: url('../assets/images/spinner.gif') top left no-repeat; width: 25px; height: 25px; @@ -52,7 +52,7 @@ left: -50px; top: 2px; } -.ecomp-small-spinner { +.onap-small-spinner { background: url('../assets/images/spinner.gif') top left no-repeat; width: 25px; height: 25px; -- cgit 1.2.3-korg