mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-21 09:47:13 +00:00
perf: hover animation for pipeline and bot cards
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardContainer:hover {
|
||||||
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
.iconBasicInfoContainer {
|
.iconBasicInfoContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
gap:0.5rem;
|
gap:0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardContainer:hover {
|
||||||
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
.basicInfoContainer {
|
.basicInfoContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user