Fix print view of impact cards

This commit is contained in:
gpt-engineer-app[bot]
2025-10-26 13:22:10 +00:00
parent 9383d87f07
commit 68782bb7ee

View File

@ -33,14 +33,24 @@ const Briefing = () => {
background: #fff !important; background: #fff !important;
border: 2px solid #000 !important; border: 2px solid #000 !important;
box-shadow: none !important; box-shadow: none !important;
padding: 0.5rem !important;
}
.stat-card svg {
width: 1.5rem !important;
height: 1.5rem !important;
margin-bottom: 0.25rem !important;
} }
.stat-number { .stat-number {
color: #000 !important; color: #000 !important;
font-size: 1.5rem !important;
margin-bottom: 0.25rem !important;
} }
.stat-label { .stat-label {
color: #000 !important; color: #000 !important;
font-size: 0.75rem !important;
} }
svg { svg {