Improve app loading background (#12865)

* Improve loading background

* Fix login background

* Update app/src/app.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Lasse Rosenow
2022-04-21 21:16:23 +02:00
committed by GitHub
parent cdb63a90dc
commit 46c0a62b71
3 changed files with 4 additions and 5 deletions

View File

@@ -180,7 +180,6 @@ const logoURL = computed<string | null>(() => {
/* Page Content Spacing */
font-size: 15px;
line-height: 24px;
background-color: #fff;
box-shadow: 0 0 40px 0 rgb(38 50 56 / 0.1);
transition: max-width var(--medium) var(--transition);