From 05cdae5fdf731744dbbe94978c181751e81402b3 Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Mon, 17 Jun 2024 17:29:25 -0400 Subject: [PATCH] Setting background image specifically to avoid css conflict --- src/layouts/service-location/shop-question/shop-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 47a71198..fdbbdd79 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -274,7 +274,7 @@ export default { } .drop-off-alert { - background: url($svg-drop-off-alert); + background-image: url($svg-drop-off-alert); background-repeat: no-repeat; background-size: 0.75rem; background-position: 0.5rem 0.75rem;