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/ProxyGroup.module.css | |
| parent | 07082c5b0906011ae43066e590d4b78506c0cfe8 (diff) | |
added: test latency button for each proxy group
Diffstat (limited to 'src/components/ProxyGroup.module.css')
| -rw-r--r-- | src/components/ProxyGroup.module.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/components/ProxyGroup.module.css b/src/components/ProxyGroup.module.css deleted file mode 100644 index 748aa67..0000000 --- a/src/components/ProxyGroup.module.css +++ /dev/null @@ -1,26 +0,0 @@ -.header { - margin-bottom: 12px; -} - -.list { - display: flex; - flex-wrap: wrap; - margin-top: 8px; -} - -.proxy { - margin-right: 5px; - margin-bottom: 5px; - @media (--breakpoint-not-small) { - margin-right: 10px; - margin-bottom: 10px; - } - transition: transform 0.2s ease-in-out; - - &.proxySelectable { - cursor: pointer; - &:hover { - transform: translateY(-2px); - } - } -} |
