From abfab4f1adb40e3463fa9e90aff3e92bfdf03693 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 26 Oct 2018 01:02:59 +0800 Subject: ui(proxy): new UI for proxy page --- src/components/ProxyLatency.module.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/ProxyLatency.module.scss (limited to 'src/components/ProxyLatency.module.scss') 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; +} -- cgit v1.3.1