mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
Perf: Optimism Interactive Effect
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user