Merge pull request #755 from Safelite/bug/brydon/SSR-1370
Setting background image specifically to avoid css conflict
This commit is contained in:
commit
7d031a1017
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.drop-off-alert {
|
.drop-off-alert {
|
||||||
background: url($svg-drop-off-alert);
|
background-image: url($svg-drop-off-alert);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 0.75rem;
|
background-size: 0.75rem;
|
||||||
background-position: 0.5rem 0.75rem;
|
background-position: 0.5rem 0.75rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue