2017-04-03 14:19:22 +02:00
|
|
|
.chart {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-04-03 17:04:31 +02:00
|
|
|
|
|
|
|
.big-number-card-number {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2024-06-17 10:37:11 +02:00
|
|
|
font-size: 4.5rem;
|
|
|
|
line-height: 1.5em;
|
2017-04-03 17:04:31 +02:00
|
|
|
font-weight: bold;
|
2024-06-17 10:37:11 +02:00
|
|
|
color: var(--text-title-blue-france);
|
2023-11-08 10:39:03 +01:00
|
|
|
white-space: nowrap;
|
2017-04-03 17:04:31 +02:00
|
|
|
}
|