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

@@ -24,6 +24,9 @@ $subdued-text-color: #666 !default;
$font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;
$font-size-base: 1.4rem !default; // 1.4rem == 14px
$content-padding: 16px !default;
$content-margin: 16px !default;
$toolbar-background: #151515 !default;
$toolbar-border-color: map-get($colors, dark) !default;
$toolbar-text-color: $text-color !default;

View File

@@ -24,6 +24,9 @@ $subdued-text-color: #666 !default;
$font-family-base: -apple-system, "Helvetica Neue", "Roboto", sans-serif !default;
$font-size-base: 1.4rem !default; // 1.4rem == 14px
$content-padding: 16px !default;
$content-margin: 16px !default;
$toolbar-background: #f8f8f8 !default;
$toolbar-border-color: #b2b2b2 !default;
$toolbar-text-color: $text-color !default;