Setting background image specifically to avoid css conflict

This commit is contained in:
Michaela Brydon 2024-06-17 17:29:25 -04:00
parent cce07e48d5
commit 05cdae5fdf

View file

@ -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;