- added stats to dashboard;

- improved form builder;
This commit is contained in:
Vitalii Kiiko
2024-10-14 16:17:30 +02:00
parent 7751e3a745
commit 49765c98e6
10 changed files with 177 additions and 28 deletions

View File

@@ -50,6 +50,14 @@
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-1);
}
&:nth-of-type(5) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-5);
}
&:nth-of-type(6) {
border: 1px solid var(--yellow-500);
background: var(--card-full-background-color-6);
}
}
@media (max-width: 820px) {