This commit is contained in:
OVSharova 2022-05-19 18:15:58 +03:00
parent 3eb8eb0201
commit 4f9d1d36ba
3 changed files with 6 additions and 6 deletions

View file

@ -162,10 +162,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(resources/img/blank.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {

View file

@ -89,10 +89,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/blank.svg) no-repeat center" ;
background: ~"url(@{common-image-const-path}/doc-formats/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {

View file

@ -83,10 +83,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/blank.svg) no-repeat center" ;
background: ~"url(@{common-image-const-path}/doc-formats/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {