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
This commit is contained in:
Brandy Carney
2016-02-23 17:16:43 -05:00
parent 922e1f17b8
commit fe11eccb46
8 changed files with 247 additions and 103 deletions

View File

@@ -12,6 +12,7 @@
"components/button/button.wp",
"components/checkbox/checkbox.wp",
"components/chip/chip.wp",
"components/content/content.wp",
"components/radio/radio.wp",
"components/segment/segment.wp",
"components/toolbar/toolbar.wp";