Skip to content

Commit

Permalink
Add margin for form action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslan committed Feb 28, 2021
1 parent c9e6358 commit 25cffd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/Sheets.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
cursor: pointer;
}

.formActions button:not(:first-child) {
margin-left: 10px;
}

.submitAction {
background-color: #03a9f4;
border: none;
Expand Down

0 comments on commit 25cffd4

Please sign in to comment.