This commit is contained in:
OVSharova 2022-05-19 18:36:16 +03:00
parent 9050e375d2
commit 22384cf91e
3 changed files with 3 additions and 3 deletions

View file

@ -342,7 +342,7 @@
width: 100%;
height: 100%;
.svg-file-recent {
background: ~"url(resources/img/recent-file.svg) no-repeat top";
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
}
}
}

View file

@ -362,7 +362,7 @@
width: 100%;
height: 100%;
.svg-file-recent {
background: ~"url(resources/img/recent-file.svg) no-repeat top";
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
}
}
}

View file

@ -426,7 +426,7 @@
width: 100%;
height: 100%;
.svg-file-recent {
background: ~"url(resources/img/recent-file.svg) no-repeat top";
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";
}
}
}