Setting background image specifically to avoid css conflict
This commit is contained in:
parent
cce07e48d5
commit
05cdae5fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue