Files
fredy/ui/src/views/dashboard/Dashboard.less

34 lines
508 B
Plaintext
Raw Normal View History

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 {
margin-bottom: 24px;
2025-12-14 12:23:59 +01:00
flex-wrap: wrap;
2025-12-14 12:23:59 +01:00
.semi-col {
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
}