Skip to content

Commit

Permalink
Merge pull request emberjs#3176 from emberjs/feature/tomster-commission
Browse files Browse the repository at this point in the history
style tweaks on form
  • Loading branch information
locks authored Jan 30, 2018
2 parents 129d52a + 3fcd82b commit 30ffe7c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/stylesheets/pages/tomster-commission.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

label,
legend {
margin-top: 1em;
margin-top: 1.5em;
margin-bottom: 0.4em;
display: block;
font-weight: bold;
Expand All @@ -63,6 +63,9 @@
color: $orange-darker;
}
}
input[type="radio"] {
display: inline-block;
}

input[type="text"],
input[type="email"],
Expand All @@ -76,7 +79,7 @@
background-color: $white;
border: 1px solid #ddd;
outline: none;
width: 70%;
width: 100%;
border-radius: 6px;
box-shadow: 0 1px $white, inset -1px 1px 4px rgba(0, 0, 0, 0.1);

Expand Down

0 comments on commit 30ffe7c

Please sign in to comment.