Client - display user stats (wip)
This commit is contained in:
@ -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;
|
||||
|
@ -3,7 +3,8 @@
|
||||
*/
|
||||
$container-width: 1140px;
|
||||
$medium-limit: 1000px;
|
||||
$small-limit: 500px;
|
||||
$small-limit: 700px;
|
||||
$x-small-limit: 500px;
|
||||
|
||||
/*
|
||||
* === HEIGHT ===
|
||||
|
Reference in New Issue
Block a user