KSS Style Guide

9.1.17 #Margin - Width - p70 .mw*r-p70

Toggle example guides Toggle HTML markup

Sets the margin of element to the negative value of the css var for p70.

Examples
Default styling
A div
.mwar-p70
Sets all margins to mp70
A div
.mwxr-p70
Sets left and right margins to mp70
A div
.mwyr-p70
Sets top and bottom margins to mp70
A div
.mwtr-p70
Sets top margin to mp70
A div
.mwrr-p70
Sets right margin to mp70
A div
.mwbr-p70
Sets bottom margin to mp70
A div
.mwlr-p70
Sets left margin to mp70
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/minimal/minimal.css, line 5864