From e0103647e6472de782bd8d9c33796557f59eae1c Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 13 Oct 2020 15:09:35 +0200 Subject: [PATCH] Adjusted drop shadow of Portal trigger button no refs. - update Portal trigger button's drop shadow so that it stands out a bit more from the background --- ghost/portal/src/components/TriggerButton.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/portal/src/components/TriggerButton.js b/ghost/portal/src/components/TriggerButton.js index 05f037c07e..8aa8cfe08f 100644 --- a/ghost/portal/src/components/TriggerButton.js +++ b/ghost/portal/src/components/TriggerButton.js @@ -33,7 +33,8 @@ const Styles = ({brandColor, hasText}) => { width: '500px', maxWidth: '500px', height: '60px', - boxShadow: '0 3.2px 3.6px rgba(0, 0, 0, 0.024), 0 8.8px 10px rgba(0, 0, 0, 0.035), 0 21.1px 24.1px rgba(0, 0, 0, 0.046), 0 70px 80px rgba(0, 0, 0, 0.07)', + // boxShadow: '0 3.2px 3.6px rgba(0, 0, 0, 0.024), 0 8.8px 10px rgba(0, 0, 0, 0.035), 0 21.1px 24.1px rgba(0, 0, 0, 0.046), 0 70px 80px rgba(0, 0, 0, 0.07)', + boxShadow: 'rgba(0, 0, 0, 0.24) 0px 6px 16px -3px', borderRadius: '999px', animation: '250ms ease 0s 1 normal none running animation-bhegco', transition: 'opacity 0.3s ease 0s',