2025-12-14 12:23:59 +01:00
|
|
|
.dashboard {
|
2026-01-29 09:46:23 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
2025-12-14 12:23:59 +01:00
|
|
|
&__row {
|
2026-01-28 14:27:03 +01:00
|
|
|
margin-bottom: 24px;
|
2025-12-14 12:23:59 +01:00
|
|
|
flex-wrap: wrap;
|
2026-01-28 14:27:03 +01:00
|
|
|
|
2025-12-14 12:23:59 +01:00
|
|
|
.semi-col {
|
2026-01-28 14:27:03 +01:00
|
|
|
margin-bottom: 0; // Handled by Row gutter
|
2025-12-14 12:23:59 +01:00
|
|
|
}
|
|
|
|
|
}
|
2026-01-29 09:46:23 +01:00
|
|
|
|
|
|
|
|
&__provider-insights {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
|
|
|
|
|
.semi-card-body {
|
|
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
max-height: 300px;
|
|
|
|
|
|
|
|
|
|
> * {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-14 12:23:59 +01:00
|
|
|
}
|