Skip to content

Commit

Permalink
Remove unused radio and checkbox styles
Browse files Browse the repository at this point in the history
The styles for custom radio buttons and checkboxes should be used
instead.

These can be found in forms/_form-block-labels.scss
  • Loading branch information
gemmaleigh committed Jan 24, 2017
1 parent 957ea2f commit 2378403
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions public/sass/elements/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,28 +169,6 @@ textarea.form-control {
}
// scss-lint:enable QualifyingElement

// Radio buttons
.form-radio {
display: block;
margin: 10px 0;

input {
vertical-align: middle;
margin: -4px 5px 0 0;
}
}

// Checkboxes
.form-checkbox {
display: block;
margin: $gutter-half 0;

input {
vertical-align: middle;
margin: -2px 5px 0 0;
}
}


// 6. Form control widths
// ==========================================================================
Expand Down

0 comments on commit 2378403

Please sign in to comment.