Change location of images directory
This commit is contained in:
parent
99c91b5fe9
commit
f4cb57ff08
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -48,7 +48,7 @@ export default {
|
|||
img {
|
||||
min-width: 20px;
|
||||
min-height: 20px;
|
||||
background-image: url("../../images/loading-spinner.svg");
|
||||
background-image: url("../../assets/images/loading-spinner.svg");
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
|
|
Loading…
Reference in New Issue