From f20cb4df5b7bd325e839a6f4c79654c514409675 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 23 May 2020 12:26:45 +0200 Subject: [PATCH] No need to override background-color in main for dashboard --- platypush/backend/http/static/css/source/dashboard/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/platypush/backend/http/static/css/source/dashboard/index.scss b/platypush/backend/http/static/css/source/dashboard/index.scss index f913fce2..3cb8fe88 100644 --- a/platypush/backend/http/static/css/source/dashboard/index.scss +++ b/platypush/backend/http/static/css/source/dashboard/index.scss @@ -27,7 +27,6 @@ body { } main { - background: $default-bg; display: flex; flex-flow: column; width: 100%;