Fix upsell status card text visibility — status-card--cta overrides redesign CSS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -272,6 +272,13 @@ select:focus-visible {
|
||||
box-shadow: var(--dbn-shadow-paper);
|
||||
color: var(--dbn-muted);
|
||||
}
|
||||
.status-card--cta {
|
||||
background: linear-gradient(135deg, #00205b, #003478) !important;
|
||||
border: none !important;
|
||||
border-left: none !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.status-card--cta p { color: #fff !important; opacity: 1; }
|
||||
|
||||
.workspace {
|
||||
gap: clamp(14px, 2vw, 22px);
|
||||
|
||||
Reference in New Issue
Block a user