From 49a922fbd5d805fa9bfcc666ca558bac025bf148 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 28 Sep 2022 11:04:28 +0200 Subject: [PATCH] Updated attribution widget empty state refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index edac941321..8f05f304e1 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1169,6 +1169,13 @@ Dashboard Attribution */ padding: 0; } +.attribution-list-empty svg { + width: 40px; + height: 40px; + margin-bottom: 12px; + color: var(--lightgrey); +} + /* --------------------------------- Dashboard Engagement */