From ed835111b8a47ae57b35082c5b087dbe15968540 Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 30 Nov 2021 11:39:57 +0300 Subject: [PATCH] [PE] Correct url themes --- .../mobile/resources/img/themes/themes.png | Bin apps/presentationeditor/mobile/src/less/app.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/{common => presentationeditor}/mobile/resources/img/themes/themes.png (100%) diff --git a/apps/common/mobile/resources/img/themes/themes.png b/apps/presentationeditor/mobile/resources/img/themes/themes.png similarity index 100% rename from apps/common/mobile/resources/img/themes/themes.png rename to apps/presentationeditor/mobile/resources/img/themes/themes.png diff --git a/apps/presentationeditor/mobile/src/less/app.less b/apps/presentationeditor/mobile/src/less/app.less index edf9e2033..de3bfa57f 100644 --- a/apps/presentationeditor/mobile/src/less/app.less +++ b/apps/presentationeditor/mobile/src/less/app.less @@ -124,7 +124,7 @@ width: 88px; height: 40px; margin-top: 14px; - background-image: url('../../../../../../web-apps/apps/presentationeditor/mobile/dist/images/themes.png'); + background-image: ~"url(@{app-image-path}/themes/themes.png)"; display: block; background-repeat: no-repeat; background-size: cover;