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:
commit
147f6a27df
4 changed files with 2 additions and 2 deletions
|
Before Width: | Height: | Size: 650 B After Width: | Height: | Size: 650 B |
|
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 446 B |
|
|
@ -145,7 +145,7 @@ export default {
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
&.has-icon {
|
&.has-icon {
|
||||||
background-image: url(~@/assets/icons/location-pin.svg);
|
background-image: url(~@/assets/img/icons/location-pin.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: .75rem 50%;
|
background-position: .75rem 50%;
|
||||||
background-size: 1rem auto;
|
background-size: 1rem auto;
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ export default {
|
||||||
//Spinner basics
|
//Spinner basics
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
mask: url(../../assets/icons/spinner.svg);
|
mask: url(../../assets/img/icons/spinner.svg);
|
||||||
mask-size: cover;
|
mask-size: cover;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue