Dashboard page restructured. Moved some elements to the other views.

This commit is contained in:
Jesse Malotaux 2025-04-30 18:06:53 +02:00
parent 1cf9029a63
commit 315d169cf9
10 changed files with 363 additions and 121 deletions

View file

@ -35,18 +35,18 @@
}
&.block__primary {
@apply bg-sky-300/40;
@apply bg-sky-300/20;
&::before {
@apply from-sky-100/40;
@apply from-sky-100/20;
}
}
&.block__secondary {
@apply bg-amber-300/40;
@apply bg-amber-300/20;
&::before {
@apply from-amber-100/40;
@apply from-amber-100/20;
}
}