Add support for showing usage graphs on the console page

This commit is contained in:
Dane Everitt 2019-09-29 13:23:15 -07:00
parent c66d2cd123
commit 29834a33f8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 292 additions and 52 deletions

View file

@ -19,3 +19,7 @@ code.clean {
@apply .rounded-full .bg-neutral-500 .p-3;
}
}
.grey-box {
@apply .mt-4 .shadow-md .bg-neutral-700 .rounded .p-3 .flex .text-xs;
}