summaryrefslogtreecommitdiff
path: root/src/components/Proxy.module.scss
blob: b7f0c8b387ae09985f04e2ca11a7ce8f6b032e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.proxy {
  display: flex;
}

.left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right {
  padding-left: 20px;
}

.proxyName {
  margin: 10px 0;
}