Commit 204d21ab by ijin08

removed headings-margin-bottom variable

parent fae2f545
...@@ -111,7 +111,6 @@ $font-size-h4: ${theme.typography.heading.h4} !default; ...@@ -111,7 +111,6 @@ $font-size-h4: ${theme.typography.heading.h4} !default;
$font-size-h5: ${theme.typography.heading.h5} !default; $font-size-h5: ${theme.typography.heading.h5} !default;
$font-size-h6: ${theme.typography.heading.h6} !default; $font-size-h6: ${theme.typography.heading.h6} !default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; $headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$headings-font-weight: ${theme.typography.weight.normal} !default; $headings-font-weight: ${theme.typography.weight.normal} !default;
$headings-line-height: ${theme.typography.lineHeight.s} !default; $headings-line-height: ${theme.typography.lineHeight.s} !default;
......
...@@ -114,7 +114,6 @@ $font-size-h4: 18px !default; ...@@ -114,7 +114,6 @@ $font-size-h4: 18px !default;
$font-size-h5: 16px !default; $font-size-h5: 16px !default;
$font-size-h6: 14px !default; $font-size-h6: 14px !default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; $headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$headings-font-weight: 400 !default; $headings-font-weight: 400 !default;
$headings-line-height: 1.1 !default; $headings-line-height: 1.1 !default;
......
...@@ -109,7 +109,7 @@ h6, ...@@ -109,7 +109,7 @@ h6,
.h4, .h4,
.h5, .h5,
.h6 { .h6 {
margin-bottom: $headings-margin-bottom; margin-bottom: $space-s;
font-family: $headings-font-family; font-family: $headings-font-family;
font-weight: $headings-font-weight; font-weight: $headings-font-weight;
line-height: $headings-line-height; line-height: $headings-line-height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment