1 @import 'mediawiki.skin.variables.less';
2 @import 'mediawiki.mixins.less';
7 // Next-sibling Checkboxes in a Field control.
8 .cdx-field__control > .mw-htmlform-field-HTMLCheckField + .mw-htmlform-field-HTMLCheckField {
9 margin-top: @spacing-75;
12 // Allows fields to be visually indented to associate them with a checkbox or
13 // Radio that enables/disables them.
14 .cdx-field.mw-htmlform-checkradio-indent {
15 margin-left: calc( @min-size-input-binary + @spacing-50 );
18 .mw-htmlform-select-or-other {
21 display: inline-block;
27 margin-right: @spacing-75;
35 .mw-htmlform-select-and-other-field {
36 .cdx-select:first-child {
37 margin-bottom: @spacing-75;
41 .mw-htmlform-submit-buttons {
42 margin-top: @spacing-100;