Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(dialog): button spacing matches spec
Browse files Browse the repository at this point in the history
Closes #2671
  • Loading branch information
Marcy Sutton committed May 4, 2015
1 parent c19feef commit 78a8d23
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,13 @@ md-dialog {
justify-content: flex-end;
margin-bottom: 0;
padding-right: $baseline-grid;
padding-left: $baseline-grid * 3;
padding-left: $baseline-grid * 2;
min-height: $baseline-grid * 6.5;

> * {
margin-left: $baseline-grid / 2;
margin-right: 0;
}
.md-button {
margin-bottom: $baseline-grid;
margin-left: $baseline-grid;
margin-right: 0;
margin-top: $baseline-grid;
}
}
Expand Down

0 comments on commit 78a8d23

Please sign in to comment.