feat: Fredy UI redesign

* New design :)
This commit is contained in:
Christian Kellner
2026-04-22 21:11:18 +02:00
committed by GitHub
parent c78472bd19
commit f30ec4645c
43 changed files with 4004 additions and 794 deletions

View File

@@ -1,3 +1,5 @@
@import '../../tokens.less';
.dashboard {
display: flex;
flex-direction: column;
@@ -5,13 +7,13 @@
&__section-label {
display: block;
font-size: 11px !important;
font-weight: 600 !important;
font-size: @text-xs;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.08em;
color: #5a6478 !important;
color: @color-faint;
margin-bottom: 10px;
margin-top: 4px;
margin-top: 1.5rem;
}
&__row {
@@ -22,9 +24,8 @@
&__pie-wrapper {
background: #23242a;
border: 1px solid #37404e;
border-radius: 10px;
padding: 24px;
border-radius: @radius-card;
padding: 28px;
max-height: 320px;
flex: 1;
display: flex;