aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/transaction-list.scss
blob: ff482fd4a0f5cb614e207db92676838bf6548dd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.tx-list-item-wrapper {
  align-items: stretch;
  justify-content: 'flex-start',
  margin: '0.6em 1.3em 0.6em 1.3em',
  overflow: 'scroll',
}

.tx-list-date-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 'auto';
  margin-top: '0.3em';
}

.tx-list-content-wrapper {
  alignItems: 'stretch';
}

.tx-list-date {
  color: $dusty-gray;
  font-size: 8px;
}

.tx-list-identicon-wrapper {
  flex: 1 1 auto;
}

.tx-list-account-wrapper {
  flex: 3 3 auto;
  font-size: 12px;
}

.tx-list-status-wrapper {
  flex: 5 5 auto;
}

.tx-list-status {
  color: $dusty-gray;
  font-size: 12px;
}

.tx-list-details-wrapper {
  flex: 2 2 auto;
}