Skip to content

Commit

Permalink
[BLP-478] Fixed avatar size (#48)
Browse files Browse the repository at this point in the history
* [BLP-468] Fixed font-weight at Frozen form

* [BLP-469] Added style for disabled inputs

* [BLP-473] Fixed design at frozen form

* [BLP-473] Fixed button

* [BLP-473] Removed

* [BLP-475] Fixed button

* [BLP-478] Fixed avatar size
  • Loading branch information
maxshev authored and adfedarovich committed Nov 13, 2019
1 parent 5f60985 commit d75f5aa
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions app/assets/scss/pages/_frozen-funds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,18 @@

.avatar-image {
display: inline-block;
min-width: 20px;
max-width: 20px;
height: 20px;
margin-right: 10px;
min-width: 19px;
max-width: 19px;
height: 19px;
margin-right: 8px;
margin-bottom: -2px;

@include max-vw($md) {
min-width: 14px;
max-width: 14px;
height: 14px;
margin-right: 5px;
margin-bottom: 0px;
}
}

Expand Down Expand Up @@ -395,6 +398,11 @@

.account {
color: #5F686E;
line-height: 16px;

@include max-vw($md) {
line-height: 11px;
}
}

.amount {
Expand Down

0 comments on commit d75f5aa

Please sign in to comment.