Skip to content

Commit

Permalink
dev: decrease padding on radios and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Sep 8, 2017
1 parent 4d0997b commit e1f7330
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/assets/sass/components/_checkboxes.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.multiple-choice--hod {

.multiple-choice {
padding-top: 3px;
padding-bottom: 4px;
padding-top: 1px;
padding-bottom: 2px;
}
}

Expand Down
6 changes: 0 additions & 6 deletions app/assets/sass/components/_radios.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
.multiple-choice--hod {

.multiple-choice {
padding-top: 3px;
padding-bottom: 4px;
}
}

.multiple-choice--hod [type=radio] + label::before {
width: 24px;
Expand Down
5 changes: 0 additions & 5 deletions app/views/components/radios.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ <h2 class="heading-medium" id="example-component">Example component</h2>
</div>
</div>

<!-- <details>
<summary>Show code snippet</summary>
<pre class="language-markup"><code class="language-markup">{% include "includes/components/buttons-code.html" %}</code></pre>
</details> -->

</div>

<div class="column-two-thirds">
Expand Down

0 comments on commit e1f7330

Please sign in to comment.