mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-16 11:12:44 -04:00
styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user