From e6f86568231762e265eb6583b71d072c25f41923 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 25 Apr 2024 10:17:01 +0300 Subject: [PATCH] [common] Changing logo icon --- .../resources/img/header/logo-android.svg | 28 +++++++++---------- .../mobile/resources/img/header/logo-ios.svg | 19 +++++++++---- .../mobile/resources/less/ios/icons.less | 2 ++ .../mobile/resources/less/material/icons.less | 1 + 4 files changed, 31 insertions(+), 19 deletions(-) diff --git a/apps/common/mobile/resources/img/header/logo-android.svg b/apps/common/mobile/resources/img/header/logo-android.svg index 4db5c3e753..bdc0289415 100644 --- a/apps/common/mobile/resources/img/header/logo-android.svg +++ b/apps/common/mobile/resources/img/header/logo-android.svg @@ -1,15 +1,15 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/apps/common/mobile/resources/img/header/logo-ios.svg b/apps/common/mobile/resources/img/header/logo-ios.svg index 9f32dc5641..20c4d28cba 100644 --- a/apps/common/mobile/resources/img/header/logo-ios.svg +++ b/apps/common/mobile/resources/img/header/logo-ios.svg @@ -1,6 +1,15 @@ - - - - - + + + + + + + + + + + + + + diff --git a/apps/common/mobile/resources/less/ios/icons.less b/apps/common/mobile/resources/less/ios/icons.less index cb26e112f9..cc2e505a3c 100644 --- a/apps/common/mobile/resources/less/ios/icons.less +++ b/apps/common/mobile/resources/less/ios/icons.less @@ -5,6 +5,7 @@ i.icon { &.icon-logo { background: ~"url(@{common-image-path}/header/logo-android.svg)" no-repeat center; + background-size: contain; } } } @@ -16,6 +17,7 @@ width: 100px; height: 20px; background: ~"url(@{common-image-path}/header/logo-ios.svg)" no-repeat center; + background-size: contain; } &.icon-prev { width: 22px; diff --git a/apps/common/mobile/resources/less/material/icons.less b/apps/common/mobile/resources/less/material/icons.less index cfda917d90..74e02fd9b8 100644 --- a/apps/common/mobile/resources/less/material/icons.less +++ b/apps/common/mobile/resources/less/material/icons.less @@ -9,6 +9,7 @@ width: 100px; height: 20px; background: ~"url(@{common-image-path}/header/logo-android.svg) no-repeat center"; + background-size: contain; } &.icon-prev { width: 20px;