[Mobile] Add header logo

This commit is contained in:
Julia Radzhabova 2019-07-23 11:21:45 +03:00
parent 7a201585c6
commit f6b9e3b686
5 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -65,7 +65,7 @@
display: inline-block;
width: 86px;
height: 20px;
background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png);
background-image: url(../../common/main/resources/img/header/header-logo.png);
background-repeat: no-repeat;
}

View file

@ -65,7 +65,7 @@
display: inline-block;
width: 86px;
height: 20px;
background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png);
background-image: url(../../common/main/resources/img/header/header-logo.png);
background-repeat: no-repeat;
}

View file

@ -61,7 +61,7 @@
display: inline-block;
width: 86px;
height: 20px;
background-image: url(http://192.168.3.191:8080/web-apps-pro/apps/common/main/resources/img/header/header-logo.png);
background-image: url(../../common/main/resources/img/header/header-logo.png);
background-repeat: no-repeat;
}