move loader png

This commit is contained in:
Fred Tempez 2020-08-10 09:10:02 +02:00
parent d31cedb23e
commit 83b5234efb
2 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -31,7 +31,7 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
background: rgba( 0, 0, 0, .9 ) background: rgba( 0, 0, 0, .9 )
url('core/vendor/zwiico/img/ajax-loader.png') url('core/module/config/ressource/ajax-loader.png')
50% 45% 50% 45%
no-repeat; no-repeat;
} }
@ -43,7 +43,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
/* When the body has the loading class, we turn /* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */ the scrollbar off with overflow:hidden */
body.loading .modal .alertMessage { body.loading .modal .alertMessage {