mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-08 09:35:28 +01:00
Adjust hover transition of history blobs
This commit is contained in:
parent
1f995d05fe
commit
0c45e69dc6
|
@ -37,10 +37,11 @@ export default {
|
|||
height: 20px;
|
||||
margin: 0;
|
||||
border-radius: 50rem;
|
||||
--hover-scale: 1.5;
|
||||
--hover-scale: 1.3;
|
||||
}
|
||||
.blob:hover {
|
||||
transform: scale(var(--hover-scale));
|
||||
transition-duration: 100ms;
|
||||
}
|
||||
.green {
|
||||
background-color: var(--green);
|
||||
|
|
Loading…
Reference in a new issue