background-image for dashboard CSS

This commit is contained in:
Fabio Manganiello 2020-05-23 12:22:56 +02:00
parent 1b47615100
commit 97343e97de
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body {
--background-image: $background-image;
--background-color: $background-color;
background-image: var(--background-image);
background-image: var(--background-image) !important;
background-color: var(--background-color);
background-size: 100% 100%;
background-repeat: no-repeat;