Client - display page error if can not fetch app config

This commit is contained in:
Sam
2021-08-15 16:40:11 +02:00
parent 0b95b93e06
commit 9fc70fcf23
14 changed files with 174 additions and 3 deletions

View File

@ -3,6 +3,8 @@
--app-color: #2c3e50;
--app-a-color: #40578a;
--app-shadow-color: lightgrey;
--app-loading-color: #f3f3f3;
--app-loading-top-color: var(--app-color);
--input-border-color: #9da3af;