diff options
| author | Haishan <[email protected]> | 2019-01-05 22:02:06 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-01-05 22:03:35 +0800 |
| commit | 0cf6a17e2dc03ff1473434302213d02e5e28ca8c (patch) | |
| tree | a27629fbbea80e0bfee0b58934d14ecbd957062f /src/components/ProxyGroup.module.scss | |
| parent | aab37ea7d459afb5504ae388b4c7509a5cd78801 (diff) | |
style(proxies): make "Test Latency" a fab like button
Diffstat (limited to 'src/components/ProxyGroup.module.scss')
| -rw-r--r-- | src/components/ProxyGroup.module.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ProxyGroup.module.scss b/src/components/ProxyGroup.module.scss index 017f785..dd01018 100644 --- a/src/components/ProxyGroup.module.scss +++ b/src/components/ProxyGroup.module.scss @@ -1,5 +1,7 @@ .header { - h2 { + > h2 { + margin-top: 0; + span:nth-child(2) { font-size: 12px; color: #777; |
