Merge branch 'develop' into feature/Digital/SSR-159

This commit is contained in:
Jason Wheeler 2022-12-07 16:38:47 -05:00
commit 619a7619d2
4 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 650 B

View file

Before

Width:  |  Height:  |  Size: 446 B

After

Width:  |  Height:  |  Size: 446 B

View file

@ -145,7 +145,7 @@ export default {
}
input {
&.has-icon {
background-image: url(~@/assets/icons/location-pin.svg);
background-image: url(~@/assets/img/icons/location-pin.svg);
background-repeat: no-repeat;
background-position: .75rem 50%;
background-size: 1rem auto;

View file

@ -42,7 +42,7 @@ export default {
//Spinner basics
&:after {
content: "";
mask: url(../../assets/icons/spinner.svg);
mask: url(../../assets/img/icons/spinner.svg);
mask-size: cover;
position: relative;
width: 1rem;