summaryrefslogtreecommitdiff
path: root/src/components/ModalManageConnectionColumns.module.scss
blob: 9247acd4d879a7b715b2642fb9339bc0b9a74f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.columnManagerRow {
  width: 200px;
  display: flex;
  margin: 5px 0;
  align-items: center;

  .columnManageLabel {
    flex: 1;
    margin-left: 10px;
  }

  .columnManageSwitch {
    transform: scale(0.7);
    height: 20px;
    display: flex;
    align-items: center;
  }
}