better card click actions

This commit is contained in:
itsrubberduck
2025-09-21 22:48:22 +02:00
parent 428dac07f0
commit 32835dafb6

View File

@@ -60,7 +60,7 @@
}
/* crazy hover effect should be like glas ui 3d transformation with bounced curve without moving */
.btn:not([disabled]):hover {
.btn:not([disabled]):hover{
transform: scaleX(1.03) scaleY(0.98);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12),
0 14px 26px rgba(0, 0, 0, .36);
@@ -68,6 +68,10 @@
color-mix(in srgb, var(--text) 12%, transparent),
color-mix(in srgb, var(--text) 6%, transparent));
}
.squash:hover {
cursor: pointer;
transform: scale(1.01);
}
.btn[disabled] {
opacity: .4;