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 e0f24c2 commit ccfc87bCopy full SHA for ccfc87b
awesome-bootstrap-checkbox.less
@@ -22,6 +22,7 @@
22
23
label{
24
display: inline-block;
25
+ vertical-align: middle;
26
position: relative;
27
padding-left: 5px;
28
@@ -124,6 +125,7 @@
124
125
126
127
128
129
130
131
@@ -194,4 +196,4 @@
194
196
.radio-variant(radio-danger, @brand-danger);
195
197
.radio-variant(radio-info, @brand-info);
198
.radio-variant(radio-warning, @brand-warning);
-.radio-variant(radio-success, @brand-success);
199
+.radio-variant(radio-success, @brand-success);
0 commit comments