Adding Syndicate Pages
This commit is contained in:
@@ -477,6 +477,29 @@
|
||||
border: 1px solid rgba(255, 215, 0, 0.3);
|
||||
}
|
||||
|
||||
.card-speed-badge {
|
||||
position: absolute;
|
||||
top: 0.4rem;
|
||||
right: 0.4rem;
|
||||
background: rgba(0, 0, 0, 0.75);
|
||||
backdrop-filter: blur(4px);
|
||||
color: #ce93d8; /* Match spell category color */
|
||||
font-weight: 700;
|
||||
font-size: 0.65rem;
|
||||
padding: 0.2rem 0.5rem;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(206, 147, 216, 0.3);
|
||||
z-index: 2;
|
||||
line-height: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.2rem;
|
||||
}
|
||||
|
||||
.card-speed-badge i {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
/* ── Card Label ── */
|
||||
.card-label {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user