mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-24 14:06:31 +01:00
feat: add pool size badges, sorting, and optional sections to theme picker
This commit is contained in:
parent
8efdc77c08
commit
b2b7796fb3
12 changed files with 465 additions and 86 deletions
|
|
@ -2732,6 +2732,20 @@ img.lqip.loaded { filter: blur(0); opacity: 1; }
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
/* Pool size badge for chip context (R21 M2) */
|
||||
.badge-pool {
|
||||
font-size: 10px;
|
||||
color: #6b7280;
|
||||
background: transparent;
|
||||
font-weight: 400;
|
||||
padding: 0;
|
||||
margin-left: .15rem;
|
||||
}
|
||||
|
||||
.chip.active .badge-pool {
|
||||
color: #93c5fd; /* lighter blue for active chips */
|
||||
}
|
||||
|
||||
/* Legacy lifecycle quality badges (draft/reviewed/final) */
|
||||
.badge-quality-draft {
|
||||
background: #4338ca;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue