summaryrefslogtreecommitdiff
path: root/src/components/proxies/Settings.module.scss
blob: 364d07d33b65acbb440e44b5d9f41e821b8628f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.labeledInput {
  max-width: 85vw;
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 13px 0;
}

hr {
  height: 1px;
  background-color: var(--color-separator);
  border: none;
  outline: none;
  margin: 1rem 0px;
}