Match folder structure for icons in DigitalConsumer.FixMyGlass
This commit is contained in:
parent
ad524c0a1a
commit
5a7db94bf0
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