Skip to content

Commit

Permalink
Merge pull request #28 from jashmehta3300/integrate-new-images
Browse files Browse the repository at this point in the history
Integrated new images to UI
  • Loading branch information
warisgill authored Oct 6, 2023
2 parents 09c3a1b + 2a96879 commit d83e4ad
Show file tree
Hide file tree
Showing 15 changed files with 3,494 additions and 6,025 deletions.
1,286 changes: 440 additions & 846 deletions atm-locator/package-lock.json

Large diffs are not rendered by default.

3,870 changes: 1,426 additions & 2,444 deletions customer-auth/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link id="icon" rel="icon" type="image/png" href="./src/assets/coin.png" />
<link id="icon" rel="icon" type="image/png" href="./src/assets/coin-front.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
Expand All @@ -21,15 +21,15 @@
padding: 0;
background-image: radial-gradient(
circle,
rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.5)
rgba(0, 0, 0, 0.1),
rgba(0, 0, 0, 0.1)
),
/* url(./src/assets/bank-background.jpg); */
url("https://via.placeholder.com/400x400");
url(./src/assets/bank-background.png);
/* url("https://via.placeholder.com/400x400"); */
background-size: 100% auto;
background-position: center;
background-repeat: repeat-y;
opacity: 0.9;
opacity: 1;
}

#root{
Expand Down
Loading

0 comments on commit d83e4ad

Please sign in to comment.