Skip to content

Commit

Permalink
Hotfix - visual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwokonl committed Apr 18, 2024
1 parent 8a5eb7b commit dfa7a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3 class="nag">Spis kont walutowych</h3>
<div class="card">
<div class="card-body">
<h5 class="card-title">
<a [routerLink]="['/currency', account.curencyCode]">{{ account.curencyName + ' ' + account.curencyCode }}</a>
<a [routerLink]="['/currency', account.curencyCode]">{{ account.curencyName + ' - ' + account.curencyCode }}</a>
</h5>
<p class="card-text">Balans: {{ account.balance + ' ' + account.curencyCode + ' = ' + (account.balanceInPLN | number : '1.2-2') +' PLN' }}</p>
<button class="btn btn-outline-primary">Usuń konto walutowe</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
background-color: #fff;
min-height: 140px;
max-height: 187px;
min-width: 300px;


Expand All @@ -39,7 +40,8 @@
//zawartość kafelka - tekst
.card-body {
flex-grow: 1;

//padding: 15px;
padding: 15px 15px 15px 25px;
}
.btn{
margin-right: 11px;
Expand Down

0 comments on commit dfa7a01

Please sign in to comment.