aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/token-list.scss
blob: dd1d533c7b1c0e57de72b94ccae22ce59c584544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.token-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;

  &__identicon {
    margin-right: 15px;
    border: '1px solid #dedede';
  }

  &__token-balance {
    font-size: 130%;
  }

  &__fiat-amount {
    margin-top: .25%;
    font-size: 105%;
  }
}