diff options
| author | Haishan <[email protected]> | 2019-04-14 22:56:14 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-04-14 22:56:14 +0800 |
| commit | 7dac1d44c7b13184e4a1cbdb4113df2bb8db9d7e (patch) | |
| tree | 44ca70a51497d5e0dddadaca384ee20541a157fe /src/components/ProxyGroup.module.scss | |
| parent | 4a4f58c88a857d222fbd21749bfd7019eaee8659 (diff) | |
refactor: replace sass with postcss
Diffstat (limited to 'src/components/ProxyGroup.module.scss')
| -rw-r--r-- | src/components/ProxyGroup.module.scss | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/components/ProxyGroup.module.scss b/src/components/ProxyGroup.module.scss deleted file mode 100644 index f5218ea..0000000 --- a/src/components/ProxyGroup.module.scss +++ /dev/null @@ -1,30 +0,0 @@ -.header { - > h2 { - margin-top: 0; - - 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; - transition: transform 0.2s ease-in-out; - // transition: transform 0.4s ease, color 0.4s ease; - &.proxySelectable { - cursor: pointer; - &:hover { - transform: scale(1.1); - } - } -} |
