summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/styles/_spinner.scss
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/styles/_spinner.scss')
-rw-r--r--portal-FE-common/src/styles/_spinner.scss6
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;