Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
swilliamset committed Apr 19, 2017
1 parent d7c3ac8 commit 55a700e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
.checkbox-radio-hover();
}
}

label, .input-label, label& {
cursor: pointer;
font-weight: normal;
Expand Down Expand Up @@ -102,7 +102,7 @@
color: @text-color;
color: @checkbox-primary-color;
cursor: pointer;

&:before {
.checkbox-radio-focus();
outline: none;
Expand Down Expand Up @@ -176,12 +176,12 @@



// Allows multiline labels next to checkboxes and radio
// Allows multiline labels next to checkboxes and radio
// Should be wrapped in `<form class="form-horizontal"><div class="form-group">`
.fuelux {

.checkbox.multiline, .radio.multiline {
float: left;
float: left;
margin-left: 15px;
}

Expand All @@ -191,9 +191,9 @@
.fuelux {

.checkbox.multiline ~ .control-label, .radio.multiline ~ .control-label {
float: left;
width: 80%;
margin-left: 10px;
float: left;
width: 80%;
margin-left: 10px;
text-align: left;

& > label {
Expand Down

0 comments on commit 55a700e

Please sign in to comment.