From 1e49943ad24f22822b3278f5627024dfb02460fd Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Mon, 23 Apr 2018 13:14:32 -0700 Subject: [PATCH] Box shadow to dialogs --- src/assets/stylesheets/info-dialog.scss | 1 + src/assets/stylesheets/profile.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/assets/stylesheets/info-dialog.scss b/src/assets/stylesheets/info-dialog.scss index 214dd3a1b..3d47b3bdc 100644 --- a/src/assets/stylesheets/info-dialog.scss +++ b/src/assets/stylesheets/info-dialog.scss @@ -29,6 +29,7 @@ &__contents { background-color: rgba(0,0,0,0.8); + box-shadow: 0px 0px 30px 1px #202020; border-radius: 8px; width: 100%; height: 100%; diff --git a/src/assets/stylesheets/profile.scss b/src/assets/stylesheets/profile.scss index 4947cacbe..81e3faabb 100644 --- a/src/assets/stylesheets/profile.scss +++ b/src/assets/stylesheets/profile.scss @@ -22,6 +22,7 @@ &__box { border-radius: 8px; + box-shadow: 0px 0px 30px 1px #202020; display: flex; flex-direction: column; justify-content: space-between; -- GitLab