diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-01-29 15:37:27 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-01-29 15:40:55 +0530 |
commit | e08934d7ee33d6a22ce746e6e9a2270d87115345 (patch) | |
tree | 462d19a732f4090f2b004689180b449a78d85664 /portal-FE-common/src/styles | |
parent | 602630618626d0ca1fd5fe6ac4f3347029bfd4c7 (diff) |
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 <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-common/src/styles')
-rw-r--r-- | portal-FE-common/src/styles/_spinner.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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; |