[Common] moved logo image to common directory

This commit is contained in:
Maxim Kadushkin 2017-04-20 12:17:56 +03:00
parent 04ab2c5e85
commit 39d9d94894
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -105,7 +105,7 @@
height: 100%;
cursor: pointer;
.background-ximage('@{app-image-path}/logo.png', '@{app-image-path}/logo.png', 240px);
.background-ximage('@{common-image-path}/header/logo.png', '@{common-image-path}/header/logo.png', 240px);
background-size: contain;
background-repeat: no-repeat;
}