mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
34 lines
508 B
Plaintext
34 lines
508 B
Plaintext
.dashboard {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
|
|
&__row {
|
|
margin-bottom: 24px;
|
|
flex-wrap: wrap;
|
|
|
|
.semi-col {
|
|
margin-bottom: 0; // Handled by Row gutter
|
|
}
|
|
}
|
|
|
|
&__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;
|
|
}
|
|
}
|
|
}
|
|
}
|