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 {
|
||||
&.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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue