Implement admin dashboard

Fixes #23.
This commit is contained in:
Jonas Schäfer
2021-01-16 21:29:06 +01:00
parent 16bc3c6990
commit e476d9b7c2
19 changed files with 1186 additions and 178 deletions

View File

@@ -59,7 +59,7 @@ $colours: (
$box-types: (
"primary": "blue",
"accent": "yellow",
"alert": "alert",
"alert": "red",
"warning": "yellow",
"success": "green",
"hint": "blue"