15 lines
293 B
CSS
15 lines
293 B
CSS
.chart-container-box {
|
|
height: 300px;
|
|
}
|
|
|
|
.other-answer-item {
|
|
background-color: #f8f9fa !important;
|
|
color: #6c757d !important;
|
|
font-size: 0.875rem !important;
|
|
}
|
|
|
|
.stat-card-number {
|
|
font-weight: 700 !important;
|
|
color: #333 !important;
|
|
margin-bottom: 0 !important;
|
|
} |