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

35 lines
614 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;
&__section-label {
display: block;
font-size: 11px !important;
font-weight: 600 !important;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #5a6478 !important;
margin-bottom: 10px;
margin-top: 4px;
}
2025-12-14 12:23:59 +01:00
&__row {
margin-bottom: 8px;
2025-12-14 12:23:59 +01:00
flex-wrap: wrap;
}
2026-01-29 09:46:23 +01:00
&__pie-wrapper {
background: #23242a;
border: 1px solid #37404e;
border-radius: 10px;
padding: 24px;
max-height: 320px;
2026-01-29 09:46:23 +01:00
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
2026-01-29 09:46:23 +01:00
}
2025-12-14 12:23:59 +01:00
}