Skip to content

Commit

Permalink
add design
Browse files Browse the repository at this point in the history
  • Loading branch information
probsty committed Oct 28, 2023
1 parent c81952b commit 184c773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mat-card p {

.card-background {
background-size: cover;
background: linear-gradient(to top, #FF5858, #FF8C69) no-repeat center;
background: linear-gradient(#f5f5f5, #f6f6f6);
}

.centered-title {
Expand Down
3 changes: 3 additions & 0 deletions bank/frontend/src/app/components/header/header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ mat-grid-tile {
background: lightblue;
}

.mat-toolbar {
background-color: #3b5998 !important;
}

0 comments on commit 184c773

Please sign in to comment.