Skip to content

Commit

Permalink
[web-app] update home background image (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Sep 4, 2022
1 parent 1039267 commit 15989ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web-app/src/app/layout/passport/passport.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@

@media (min-width: @screen-md-min) {
.container {
background-image: url('https://gw.alipayobjects.com/zos/rmsportal/TVYTbAXWheQpRcWDaDMu.svg');
background-image: url("src/assets/bg.png");
background-repeat: no-repeat;
background-position: center 110px;
background-size: 100%;
background-position: center;
}
.wrap {
padding: 32px 0 24px;
Expand Down
Binary file added web-app/src/assets/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15989ac

Please sign in to comment.