aura-web/src/pages/StatsPage/styles/stats-page-web.css

22 lines
347 B
CSS

.stats-page-web {
max-width: 1400px;
}
.stats-page-web .stats-page-title {
margin-bottom: 10px;
}
.stats-page-web .stats-page-subtitle {
margin-top: 0;
font-size: 15px;
line-height: 1.75;
}
.stats-page-web .stats-page-main-grid {
margin-top: 18px;
}
.stats-page-web .stats-page-card-icon {
background: var(--color-brand-soft);
}