Merge pull request #67 from Safelite/general/Digital/match-icons-folders-structure

Moved the files in 'assets/icons' to 'assets/img/icons' to match the folder structure in DigitalConsumer.FixMyGlass.
This commit is contained in:
Johan Gunawan 2022-12-07 16:28:23 -05:00 committed by GitHub
commit 147f6a27df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;