summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.scss
blob: 22324dbe228607f0ee7535327d1fd9f660163e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.connections-table {
  td.ctrl {
    min-width: 4em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    svg {
      height: 16px;
    }
  }

  td.type,
  td.start,
  td.downloadSpeedCurr,
  td.uploadSpeedCurr,
  td.download,
  td.upload {
    min-width: 7em;
    text-align: center;
  }
}