removed headings-margin-bottom variable

This commit is contained in:
ijin08 2019-03-12 08:01:20 +01:00
parent fae2f54530
commit 204d21abbe
3 changed files with 1 additions and 3 deletions

View File

@ -111,7 +111,6 @@ $font-size-h4: ${theme.typography.heading.h4} !default;
$font-size-h5: ${theme.typography.heading.h5} !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-weight: ${theme.typography.weight.normal} !default;
$headings-line-height: ${theme.typography.lineHeight.s} !default;

View File

@ -114,7 +114,6 @@ $font-size-h4: 18px !default;
$font-size-h5: 16px !default;
$font-size-h6: 14px !default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$headings-font-weight: 400 !default;
$headings-line-height: 1.1 !default;

View File

@ -109,7 +109,7 @@ h6,
.h4,
.h5,
.h6 {
margin-bottom: $headings-margin-bottom;
margin-bottom: $space-s;
font-family: $headings-font-family;
font-weight: $headings-font-weight;
line-height: $headings-line-height;