Try having images under src/ for relative path
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user