summaryrefslogtreecommitdiff
path: root/src/components/proxies/ProxyProvider.module.scss
blob: 582c25539a37948ec4336a01c7074533015634be (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
31
32
33
34
35
36
37
@import '~/styles/utils/custom-media';

.updatedAt {
  margin-bottom: 12px;
  margin-left: 5px;
  small {
    color: #777;
  }
}

.body {
  margin: 10px 15px;
  @media (--breakpoint-not-small) {
    margin: 10px 40px;
  }
  padding: 10px;
  background-color: var(--color-bg-card);
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

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

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