This commit is contained in:
Tickbase
2026-04-30 21:00:21 +02:00
parent b3e92d2165
commit 832841134a
3 changed files with 37 additions and 1 deletions
@@ -41,6 +41,10 @@
.status-badge.smoke {
box-shadow: 0 0 10px rgba(255, 239, 150, 0.5);
}
.status-badge.epic {
box-shadow: 0 0 10px rgba(15, 25, 35, 0.5);
}
}
// Special styling for cards with different statuses
@@ -56,6 +60,12 @@
0 0 15px rgba(255, 239, 150, 0.15);
}
.game-item-card:has(.status-badge.epic) {
box-shadow:
var(--shadow-standard),
0 0 15px rgba(15, 25, 35, 0.15);
}
// Game item overlay
.game-item-overlay {
position: absolute;
@@ -126,6 +136,11 @@
color: var(--text-heavy);
}
.status-badge.epic {
background-color: var(--epic);
color: var(--text-primary);
}
// Game title
.game-title {
padding: 0;