555
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
432 B

.box-chart-container {
padding: 1.6rem;
border-radius: 8px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
background-color: #fff;
flex: 1;
display: flex;
flex-direction: column;
.box-chart-title {
font-size: 2rem;
font-weight: 700;
color: var(--primary-color);
padding-bottom: 0.5rem;
}
.box-chart-subtitle {
font-size: 1.8rem;
font-weight: 700;
}
.doughnut-chart-content {}
}