Skip to content
Snippets Groups Projects
Commit 1e49943a authored by Greg Fodor's avatar Greg Fodor
Browse files

Box shadow to dialogs

parent d09f97f4
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
&__contents { &__contents {
background-color: rgba(0,0,0,0.8); background-color: rgba(0,0,0,0.8);
box-shadow: 0px 0px 30px 1px #202020;
border-radius: 8px; border-radius: 8px;
width: 100%; width: 100%;
height: 100%; height: 100%;
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
&__box { &__box {
border-radius: 8px; border-radius: 8px;
box-shadow: 0px 0px 30px 1px #202020;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment