Add box-shadow to modal dialog, matching dropdowns

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1283/merge
Alex Coles 11 years ago
parent babf93cdee
commit 092c5a70bd
  1. 1
      app/assets/stylesheets/content/_modal.css.sass

@ -55,6 +55,7 @@ $ng-modal-image-width: $ng-modal-image-height
.ng-modal-inner
+transition(opacity 0.25s ease)
border-radius: $base-border-radius
box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
background: $ng-modal-background
margin: auto
max-height: 95%

Loading…
Cancel
Save