Skip to content

Commit

Permalink
feat(Dialog): spacing between buttons theme var
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkahn committed Jun 13, 2019
1 parent 41ae904 commit 5851fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

&-btn + &-btn {
margin-left: $s-1;
margin-left: $dialog-footer-button-spacing;
}

&-close {
Expand Down
3 changes: 3 additions & 0 deletions src/dialog/scss/variable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ $dialog-footer-padding-bottom: $s-3 !default;
/// padding (l, r)
/// @namespace size/footer
$dialog-footer-padding-left-right: $s-5 !default;
/// button spacing
/// @namespace size/footer
$dialog-footer-button-spacing: $s-1 !default;
/// position (t)
/// @namespace size/close
$dialog-close-top: $s-4 !default;
Expand Down

0 comments on commit 5851fd5

Please sign in to comment.