28.1.16 #Margin - Width - m7 .mw*r-lg-7
Sets the margin of element to negative value of the css var for 7 on lg.
Examples
Default styling
A div
.mwar-lg-7
Sets all margins to m7 on lg
A div
.mwxr-lg-7
Sets left and right margins to m7 on lg
A div
.mwyr-lg-7
Sets top and bottom margins to m7 on lg
A div
.mwtr-lg-7
Sets top margin to m7 on lg
A div
.mwrr-lg-7
Sets right margin to m7 on lg
A div
.mwbr-lg-7
Sets bottom margin to m7 on lg
A div
.mwlr-lg-7
Sets left margin to m7 on lg
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/full/full.css
, line 18380