diff options
| author | Haishan <[email protected]> | 2018-10-26 01:02:59 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-27 14:28:25 +0800 |
| commit | abfab4f1adb40e3463fa9e90aff3e92bfdf03693 (patch) | |
| tree | 46347cc195d59a2b0622752c71742b82476cce69 /src/components/ProxyGroup.module.scss | |
| parent | 4e7efe2accc67a63f9e3bc4ed4365acefb4fb883 (diff) | |
ui(proxy): new UI for proxy page
Diffstat (limited to 'src/components/ProxyGroup.module.scss')
| -rw-r--r-- | src/components/ProxyGroup.module.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/ProxyGroup.module.scss b/src/components/ProxyGroup.module.scss new file mode 100644 index 0000000..43cbdaa --- /dev/null +++ b/src/components/ProxyGroup.module.scss @@ -0,0 +1,20 @@ +.header { + h2 { + span:nth-child(2) { + font-size: 12px; + color: #777; + font-weight: normal; + margin: 0 0.3em; + } + } +} + +.list { + display: flex; + flex-wrap: wrap; +} + +.proxy { + width: 300px; + padding: 10px 5px; +} |
