@import 'mediawiki.skin.variables.less'; @import 'mediawiki.mixins.less'; // Form input sizes, equal to OOUI at 14px base font-size @size-input-binary: 1.5625em; // Checked radio input `border-width`, in pixel as both the background and the dot are signals. // Equal to OOUI. @border-width-input-radio--checked: 6px; // Radio // // Styling radios in a way that works cross browser is a tricky problem to solve. // In MediaWiki UI put a radio and label inside a mw-ui-radio div. // You should give the radio and label matching "id" and "for" attributes, respectively. // // Markup: //