Skip to content

Commit

Permalink
MINT-1742 fixed token table in wallet, p2
Browse files Browse the repository at this point in the history
  • Loading branch information
e-maximus committed Aug 21, 2018
1 parent d252491 commit c67f454
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/wallet/TokensListWidget/TokensListWidget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,19 @@
text-align: center;
vertical-align: middle;
border-right: 1px solid $button-color-3;
border-top: 1px solid $button-color-3;

@include sm-only {
padding: 5px 15px;
}

.table-image {
width: 40px;
width: auto;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin-right: 20px;
text-align: center;

@include sm-only {
width: auto;
Expand All @@ -67,6 +68,7 @@
line-height: 17px;
color: $color-primary-3;
border-right: 1px solid $button-color-3;
border-top: 1px solid $button-color-3;

@include sm-only {
padding: 5px 15px;
Expand All @@ -81,6 +83,7 @@
font-size: 14px;
line-height: 17px;
border-right: 1px solid $button-color-3;
border-top: 1px solid $button-color-3;

@include sm-only {
padding: 5px 15px;
Expand Down

0 comments on commit c67f454

Please sign in to comment.