Skip to content

Commit

Permalink
[common] Changing logo icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyEzhin committed Apr 25, 2024
1 parent e1952ed commit e6f8656
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
28 changes: 14 additions & 14 deletions apps/common/mobile/resources/img/header/logo-android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 14 additions & 5 deletions apps/common/mobile/resources/img/header/logo-ios.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions apps/common/mobile/resources/less/ios/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
i.icon {
&.icon-logo {
background: ~"url(@{common-image-path}/header/logo-android.svg)" no-repeat center;
background-size: contain;
}
}
}
Expand All @@ -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;
Expand Down
1 change: 1 addition & 0 deletions apps/common/mobile/resources/less/material/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6f8656

Please sign in to comment.