Skip to content

Commit

Permalink
Issue #150 - Styled button to be minimum recommended height and font-…
Browse files Browse the repository at this point in the history
…size
  • Loading branch information
EChesters committed Mar 16, 2017
1 parent bfa8520 commit 650d22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/components/form.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
@import "variables";

input.btn.btn-default.btn-success.btn-block {
width: 60%;
display: inline;
min-height: 60px;
font-weight: bold;
font-size: $base-font-size;
}

.form-section {
Expand Down

0 comments on commit 650d22a

Please sign in to comment.