2026-04-22 21:11:18 +02:00
|
|
|
@import '../../tokens.less';
|
|
|
|
|
|
2025-12-14 12:23:59 +01:00
|
|
|
.dashboard {
|
2026-01-29 09:46:23 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex: 1;
|
|
|
|
|
|
2026-03-23 13:22:34 +01:00
|
|
|
&__section-label {
|
|
|
|
|
display: block;
|
2026-04-22 21:11:18 +02:00
|
|
|
font-size: @text-xs;
|
|
|
|
|
font-weight: 600;
|
2026-03-23 13:22:34 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 0.08em;
|
2026-04-22 21:11:18 +02:00
|
|
|
color: @color-faint;
|
2026-03-23 13:22:34 +01:00
|
|
|
margin-bottom: 10px;
|
2026-04-22 21:11:18 +02:00
|
|
|
margin-top: 1.5rem;
|
2026-03-23 13:22:34 +01:00
|
|
|
}
|
|
|
|
|
|
2025-12-14 12:23:59 +01:00
|
|
|
&__row {
|
2026-03-23 13:22:34 +01:00
|
|
|
margin-bottom: 8px;
|
2025-12-14 12:23:59 +01:00
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
2026-01-29 09:46:23 +01:00
|
|
|
|
2026-03-23 13:22:34 +01:00
|
|
|
&__pie-wrapper {
|
|
|
|
|
background: #23242a;
|
|
|
|
|
border: 1px solid #37404e;
|
2026-04-22 21:11:18 +02:00
|
|
|
border-radius: @radius-card;
|
|
|
|
|
padding: 28px;
|
2026-03-23 13:22:34 +01:00
|
|
|
max-height: 320px;
|
2026-01-29 09:46:23 +01:00
|
|
|
flex: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2026-03-23 13:22:34 +01:00
|
|
|
justify-content: center;
|
2026-01-29 09:46:23 +01:00
|
|
|
}
|
2025-12-14 12:23:59 +01:00
|
|
|
}
|