Change location of images directory

This commit is contained in:
AkiraFukushima 2018-11-21 22:48:01 +09:00
parent 99c91b5fe9
commit f4cb57ff08
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -48,7 +48,7 @@ export default {
img { img {
min-width: 20px; min-width: 20px;
min-height: 20px; min-height: 20px;
background-image: url("../../images/loading-spinner.svg"); background-image: url("../../assets/images/loading-spinner.svg");
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;