mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
566453f56d
- labels adjusted for horizontal forms, and generic labels now set in inputs.less - js added to set is-focused on checkbox form-groups when hovering - markup samples for right, left checkbox labels plus help-blocks
21 lines
347 B
SCSS
21 lines
347 B
SCSS
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
|
|
|
.form-horizontal {
|
|
|
|
// Consistent vertical alignment of radios and checkboxes
|
|
.radio,
|
|
.checkbox,
|
|
.radio-inline,
|
|
.checkbox-inline {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
label {
|
|
text-align: right;
|
|
}
|
|
|
|
label.control-label {
|
|
margin: 0;
|
|
}
|
|
}
|