summaryrefslogtreecommitdiff
path: root/src/components/ProxyGroup.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProxyGroup.module.scss')
-rw-r--r--src/components/ProxyGroup.module.scss30
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);
- }
- }
-}