Perf: Optimism Interactive Effect

This commit is contained in:
zhaojisen
2025-01-21 18:55:09 +08:00
committed by ZhaoJiSen
parent 32183336a2
commit 3b96b3c90b

View File

@@ -134,6 +134,7 @@ $text-color: #646A73;
flex-direction: column;
gap: 0.3rem;
flex: 1;
transition: all 0.3s ease-in-out;
.metric-label {
color: #646A73;
@@ -148,6 +149,15 @@ $text-color: #646A73;
font-size: 1.5rem;
font-weight: 500;
}
&:hover {
cursor: pointer;
transform: translateY(-0.2rem);
.metric-value {
color: #1ab394;
}
}
}
}
}