Skip to content

Commit

Permalink
fix(dialog): add border radius (#1872)
Browse files Browse the repository at this point in the history
Fixes #1868.
  • Loading branch information
crisbeto authored and kara committed Nov 16, 2016
1 parent b2d2f05 commit 6aa7e22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/dialog/dialog-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@


$md-dialog-padding: 24px !default;
$md-dialog-border-radius: 2px !default;

md-dialog-container {
@include md-elevation(24);

display: block;
overflow: hidden;
padding: $md-dialog-padding;
border-radius: $md-dialog-border-radius;
}

0 comments on commit 6aa7e22

Please sign in to comment.