summaryrefslogtreecommitdiff
path: root/src/components/ProxyLatency.module.scss
diff options
context:
space:
mode:
authorHaishan <[email protected]>2018-10-26 01:02:59 +0800
committerHaishan <[email protected]>2018-10-27 14:28:25 +0800
commitabfab4f1adb40e3463fa9e90aff3e92bfdf03693 (patch)
tree46347cc195d59a2b0622752c71742b82476cce69 /src/components/ProxyLatency.module.scss
parent4e7efe2accc67a63f9e3bc4ed4365acefb4fb883 (diff)
ui(proxy): new UI for proxy page
Diffstat (limited to 'src/components/ProxyLatency.module.scss')
-rw-r--r--src/components/ProxyLatency.module.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/ProxyLatency.module.scss b/src/components/ProxyLatency.module.scss
new file mode 100644
index 0000000..61485bd
--- /dev/null
+++ b/src/components/ProxyLatency.module.scss
@@ -0,0 +1,8 @@
+.proxyLatency {
+ border-radius: 20px;
+ margin: 10px 0;
+ // padding: 3px 5px;
+ padding: 3px 0;
+ color: #eee;
+ // background: #ccc;
+}