Try having images under src/ for relative path

This commit is contained in:
Melvin Valster
2019-07-23 13:47:00 +02:00
parent 819ed3b016
commit d375fb9408
50 changed files with 137 additions and 31 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
&--golden {
.icon__frame {
background-image: url('/images/icons/large/gold.png');
background-image: url('../images/icons/large/gold.png');
}
}
@@ -50,7 +50,7 @@
height: 44px;
top: -2px;
left: -2px;
background-image: url('/images/icons/large/default.png');
background-image: url('../images/icons/large/default.png');
background-repeat: no-repeat;
background-size: contain;
}