Skip to content

Commit

Permalink
Fix dialog button sizes and margin
Browse files Browse the repository at this point in the history
  • Loading branch information
marwyg committed Jun 4, 2024
1 parent 14985c5 commit 6c894c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/styles/components/modals/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
@include btn(red);
}

margin: 13px 15px 0;
min-width: 100px;
margin: 10px 3% 0 15px;
display: inline-block;
border-radius: $main-border-radius;

Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/modals/_wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

.cancel {
float: left;
margin-left: 20px;
margin-left: 3%;
}

.inactive {
Expand Down

0 comments on commit 6c894c9

Please sign in to comment.