summaryrefslogtreecommitdiff
path: root/src/components/proxies/Proxy.module.scss
diff options
context:
space:
mode:
authorLarvan2 <[email protected]>2023-05-13 17:28:49 +0800
committerLarvan2 <[email protected]>2023-05-13 22:39:45 +0800
commitf2a2f8bff1dcd64c548d93b4a1cebee49046550d (patch)
tree5c6e9f6d78c55c708087ed6ccc541ca7a624dcea /src/components/proxies/Proxy.module.scss
parent4bf55411f1d3f14e544c5719818fbd7dcdc2c824 (diff)
update light
Diffstat (limited to 'src/components/proxies/Proxy.module.scss')
-rw-r--r--src/components/proxies/Proxy.module.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/proxies/Proxy.module.scss b/src/components/proxies/Proxy.module.scss
index 5ea7224..44f41a5 100644
--- a/src/components/proxies/Proxy.module.scss
+++ b/src/components/proxies/Proxy.module.scss
@@ -78,28 +78,28 @@
.proxySmall {
position: relative;
- width: 10px;
- height: 10px;
+ width: 13px;
+ height: 13px;
border-radius: 50%;
.now {
position: absolute;
- width: 6px;
- height: 6px;
+ width: 8px;
+ height: 8px;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 50%;
- background-color: white;
+ background-color: rgb(255, 253, 253);
}
&.selectable {
transition: transform 0.1s ease-in-out;
cursor: pointer;
&:hover {
- transform: scale(1.2);
+ transform: scale(1.5);
}
}
}