Skip to content

Commit

Permalink
Update button styles to reduce size
Browse files Browse the repository at this point in the history
The buttons are now closer in size to the buttons in the designs. The
button styles will be updated to match the designs more closely in a
separate PR.
  • Loading branch information
Gudahtt committed Apr 28, 2020
1 parent bf55bba commit f83340c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
button:first-child {
margin-right: 24px;
}

button {
font-size: 14px;
line-height: 20px;
padding: 8px;
}
}

&__error {
Expand Down

0 comments on commit f83340c

Please sign in to comment.