Merge pull request #755 from Safelite/bug/brydon/SSR-1370

Setting background image specifically to avoid css conflict
This commit is contained in:
michaela-brydon-safelite 2024-06-18 13:25:50 -04:00 committed by GitHub
commit 7d031a1017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;