Skip to content

Commit

Permalink
add box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed May 21, 2018
1 parent 9b3e274 commit 7ddd9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dialog-modal/css/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ body:not(.toc-inline) #main_content main, body:not(.toc-inline) #main_content na
transform: translateX(-50%); /* move backwards 50% of this element's width */
min-width: calc(640px - (15px * 2)); /* = breakpoint - left+right margin */
min-height: auto;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}

Expand Down

0 comments on commit 7ddd9c5

Please sign in to comment.