Include fallback icon into the build

This commit is contained in:
Melvin Valster
2019-07-26 21:38:31 +02:00
parent 96b39835b5
commit 60e3c5d8f9
9 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
&--golden {
.icon__frame {
background-image: url('../images/icons/large/gold.png');
background-image: url('../images/icon-meta/large/gold.png');
}
}
@@ -78,7 +78,7 @@
&__frame {
position: absolute;
background-image: url('../images/icons/large/default.png');
background-image: url('../images/icon-meta/large/default.png');
background-repeat: no-repeat;
background-size: contain;
}