mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
25 lines
386 B
SCSS
25 lines
386 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: 0;
|
|
}
|
|
|
|
.radio {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
label {
|
|
text-align: right;
|
|
}
|
|
|
|
label.control-label {
|
|
margin: 0;
|
|
}
|
|
}
|