perf: hover animation for pipeline and bot cards

This commit is contained in:
Junyan Qin
2025-05-07 20:53:03 +08:00
parent d2fb0dd749
commit 124e1215e8
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
cursor: pointer;
}
.cardContainer:hover {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.iconBasicInfoContainer {
width: 100%;
height: 100%;

View File

@@ -12,6 +12,10 @@
gap:0.5rem;
}
.cardContainer:hover {
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.basicInfoContainer {
width: 100%;
height: 100%;