mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-24 02:24:09 +03:00
29 lines
324 B
SCSS
29 lines
324 B
SCSS
|
|
legend {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
}
|