From 7aa81199ce7b55bfed2272ef3b7e8667a0079624 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Wed, 1 Aug 2018 15:53:38 -0400 Subject: [PATCH] modal halo --- src/components/modal/base/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/base/modal.scss b/src/components/modal/base/modal.scss index 26f692759..1a6e46262 100644 --- a/src/components/modal/base/modal.scss +++ b/src/components/modal/base/modal.scss @@ -5,7 +5,7 @@ position: relative; margin: 3.75rem auto; border-radius: 1rem; - box-shadow: 0 0 0 1px $active-gray; + box-shadow: 0 0 0 4px $ui-white-15percent; background-color: $ui-white; padding: 0; width: 48.75rem;