_lazy-failure.scss 282 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .order-failure { background-image: image-url('lazy-failure/order-good.jpg'); background-size: 100%; } .good-failure { background-image: image-url('lazy-failure/order-good.jpg'); background-size: 132rem / $pxConvertRem !important; background-position-x: 40%; }