Skip to content

Commit 09b724b

Browse files
committed
update less build file
1 parent ec39d7b commit 09b724b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demo/build.less.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
.checkbox.checkbox-inline {
6161
margin-top: 0;
6262
}
63+
.checkbox.checkbox-single label {
64+
height: 17px;
65+
}
6366
.checkbox-primary input[type="checkbox"]:checked + label::before {
6467
background-color: #428bca;
6568
border-color: #428bca;
@@ -162,6 +165,9 @@
162165
.radio.radio-inline {
163166
margin-top: 0;
164167
}
168+
.radio.radio-single label {
169+
height: 17px;
170+
}
165171
.radio-primary input[type="radio"] + label::after {
166172
background-color: #428bca;
167173
}

0 commit comments

Comments
 (0)