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