Client - display user stats (wip)

This commit is contained in:
Sam
2021-08-18 17:10:16 +02:00
parent cd20e3c167
commit 8247751281
14 changed files with 257 additions and 8 deletions

View File

@ -6,6 +6,7 @@
--app-loading-color: #f3f3f3;
--app-loading-top-color: var(--app-color);
--card-border-color: #c4c7cf;
--input-border-color: #9da3af;
--nav-bar-background-color: #FFFFFF;

View File

@ -3,7 +3,8 @@
*/
$container-width: 1140px;
$medium-limit: 1000px;
$small-limit: 500px;
$small-limit: 700px;
$x-small-limit: 500px;
/*
* === HEIGHT ===