diff --git a/src/assets/stylesheets/info-dialog.scss b/src/assets/stylesheets/info-dialog.scss index 214dd3a1b5ab0319d56ee1c6649bdec59ef8ea25..3d47b3bdc8a9f1269cfb9ca8bfe053d2ba030d2f 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 4947cacbe84027d2170ced33976a29b02a7f41d9..81e3faabb84b2fa76e3a2176f0d49646f20a1ad6 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;