summaryrefslogtreecommitdiff
path: root/src/components/ProxyProvider.module.css
blob: 534305b63607bcf46527438cca77ef1e644fabc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.updatedAt {
  margin-bottom: 12px;
  small {
    color: #777;
  }
}

.body {
  padding: 10px 15px;
  @media (--breakpoint-not-small) {
    padding: 10px 40px;
  }
}

.actionFooter {
  display: flex;
  button {
    margin: 0 5px;
    &:first-child {
      margin-left: 0;
    }
  }
}

.refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}