summaryrefslogtreecommitdiff
path: root/src/components/Config.module.css
blob: 1d747b4016c6d5d7b5a1578dc837379bea9f5b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
.root {
  padding: 10px 40px 40px;

  > div {
    width: 360px;
  }
}

.label {
  padding: 16px 0;
}