mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-02 04:52:03 -04:00
styles
This commit is contained in:
@@ -41,6 +41,10 @@
|
|||||||
.status-badge.smoke {
|
.status-badge.smoke {
|
||||||
box-shadow: 0 0 10px rgba(255, 239, 150, 0.5);
|
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
|
// Special styling for cards with different statuses
|
||||||
@@ -56,6 +60,12 @@
|
|||||||
0 0 15px rgba(255, 239, 150, 0.15);
|
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
|
||||||
.game-item-overlay {
|
.game-item-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -126,6 +136,11 @@
|
|||||||
color: var(--text-heavy);
|
color: var(--text-heavy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-badge.epic {
|
||||||
|
background-color: var(--epic);
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
// Game title
|
// Game title
|
||||||
.game-title {
|
.game-title {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
@@ -31,9 +31,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-section {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-section-label {
|
||||||
|
display: block;
|
||||||
|
font-size: 0.65rem;
|
||||||
|
font-weight: 700;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
opacity: 0.6;
|
||||||
|
padding: 0 1rem;
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-section .filter-list {
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.filter-list {
|
.filter-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
transition: all var(--duration-normal) var(--easing-ease-out);
|
transition: all var(--duration-normal) var(--easing-ease-out);
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
--proton: #ffc896;
|
--proton: #ffc896;
|
||||||
--cream: #80b4ff;
|
--cream: #80b4ff;
|
||||||
--smoke: #fff096;
|
--smoke: #fff096;
|
||||||
|
--epic: #0f1923;
|
||||||
|
|
||||||
--modal-backdrop: rgba(30, 30, 30, 0.95);
|
--modal-backdrop: rgba(30, 30, 30, 0.95);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user