Files
Brandy Carney fe11eccb46 feat(windows): add content padding/margin components for wp
also split all of the modes up so they can have different amounts of
padding/margin on their content

references #5565
2016-02-23 17:16:43 -05:00

21 lines
307 B
SCSS

@import "../../globals.core";
// Content
// --------------------------------------------------
// Content Padding
// --------------------------------------------------
[no-padding] {
padding: 0;
}
// Content Margin
// --------------------------------------------------
[no-margin] {
margin: 0;
}