phase-10.5: market screener ui enhancements
This commit is contained in:
@@ -13,15 +13,20 @@
|
||||
// Unified: replaces both .verdict-pill (screener) and .vpill (safe-buys)
|
||||
|
||||
$verdict-variants: (
|
||||
'green': (color: var(--green), bg: var(--green-bg)),
|
||||
'yellow': (color: var(--yellow), bg: var(--yellow-bg)),
|
||||
'red': (color: var(--red), bg: var(--red-bg)),
|
||||
'green': (color: var(--green), bg: var(--green-bg)),
|
||||
'yellow': (color: var(--yellow), bg: var(--yellow-bg)),
|
||||
'red': (color: var(--red), bg: var(--red-bg)),
|
||||
'blue': (color: #60a5fa, bg: #1e3a5f33),
|
||||
'gray': (color: var(--text-muted), bg: #1e293b),
|
||||
);
|
||||
|
||||
.verdict-pill {
|
||||
@extend %pill-base;
|
||||
font-size: var(--fs-sm);
|
||||
letter-spacing: 0.02em;
|
||||
// Ensure all pills have a consistent look — fallback to gray
|
||||
background: #1e293b;
|
||||
color: var(--text-muted);
|
||||
|
||||
@each $name, $vals in $verdict-variants {
|
||||
&.#{$name} {
|
||||
|
||||
Reference in New Issue
Block a user