fix asset url in css (unbreaks heroku image 404)
This commit is contained in:
parent
86a5576dc3
commit
2a6e0e0460
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ table.table {
|
||||||
|
|
||||||
// show package icon after amount of wholesale units
|
// show package icon after amount of wholesale units
|
||||||
.package-image (@align) {
|
.package-image (@align) {
|
||||||
background-image: url(package-bg.png);
|
background-image: image-url('package-bg.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: @align center;
|
background-position: @align center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue