Skip to content

Commit

Permalink
style: status badge icon fix in account transfer form (#16631)
Browse files Browse the repository at this point in the history
  • Loading branch information
shontzu-deriv authored and maryia-matskevich-deriv committed Aug 27, 2024
1 parent 960010e commit 8b6c0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cashier/src/containers/cashier/cashier.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
}
&-items {
svg {
width: 2.4rem;
height: 2.4rem;
width: 11px;
height: 11px;
}
}
&-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,13 @@
&__icon {
display: flex;
justify-content: center;
align-self: center;
}

&__balance {
margin-left: auto;
display: flex;
align-items: center;
}

&__form-submit {
Expand Down

0 comments on commit 8b6c0b4

Please sign in to comment.