We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec39d7b commit 09b724bCopy full SHA for 09b724b
demo/build.less.css
@@ -60,6 +60,9 @@
60
.checkbox.checkbox-inline {
61
margin-top: 0;
62
}
63
+.checkbox.checkbox-single label {
64
+ height: 17px;
65
+}
66
.checkbox-primary input[type="checkbox"]:checked + label::before {
67
background-color: #428bca;
68
border-color: #428bca;
@@ -162,6 +165,9 @@
162
165
.radio.radio-inline {
163
166
164
167
168
+.radio.radio-single label {
169
170
171
.radio-primary input[type="radio"] + label::after {
172
173
0 commit comments