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.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/ProxyGroup.module.scss b/src/components/ProxyGroup.module.scss
index 43cbdaa..017f785 100644
--- a/src/components/ProxyGroup.module.scss
+++ b/src/components/ProxyGroup.module.scss
@@ -17,4 +17,12 @@
.proxy {
width: 300px;
padding: 10px 5px;
+ transition: transform 0.4s ease;
+ // transition: transform 0.4s ease, color 0.4s ease;
+ &.proxySelectable {
+ cursor: pointer;
+ &:hover {
+ transform: scale(1.1);
+ }
+ }
}