diff options
| author | Haishan <[email protected]> | 2020-06-03 22:47:26 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-06-04 00:05:57 +0800 |
| commit | bf17be6a65c058546424a63769bf2b316b21a4a3 (patch) | |
| tree | 87bce619788c31f2b0f3431e5088b3e0dcd65093 /src/components/ProxyProvider.module.css | |
| parent | 07082c5b0906011ae43066e590d4b78506c0cfe8 (diff) | |
added: test latency button for each proxy group
Diffstat (limited to 'src/components/ProxyProvider.module.css')
| -rw-r--r-- | src/components/ProxyProvider.module.css | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/components/ProxyProvider.module.css b/src/components/ProxyProvider.module.css deleted file mode 100644 index 534305b..0000000 --- a/src/components/ProxyProvider.module.css +++ /dev/null @@ -1,30 +0,0 @@ -.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; -} |
