Skip to content

Pair

Overview

Arranges items into two-column key–value pairs with equal row spacing.

html
<form class="o-pair">
    <label></label>
    <input>
</form>

Demo on CodePen

Modifiers

Gap

Sets the gap on the inline axis.

NameDescription
o-pair--gap-smSmall.
o-pair--gap-mdMedium.
o-pair--gap-lgLarge.
html
<form class="o-pair o-pair--gap-sm">
    <label></label>
    <input>
</form>

Demo on CodePen