Add spaced title

This commit is contained in:
Jeremy Thomas
2017-03-14 22:38:45 +00:00
parent c98dbb77f2
commit 1dc6ef2c76
6 changed files with 57 additions and 9 deletions

View File

@@ -29,8 +29,8 @@ $subtitle-weight: $weight-light !default
color: inherit
& + .highlight
margin-top: -0.75rem
& + .subtitle
margin-top: -1.25rem
&:not(.is-spaced) + .subtitle
margin-top: -1.5rem
// Colors
@each $size in $sizes
$i: index($sizes, $size)
@@ -44,7 +44,7 @@ $subtitle-weight: $weight-light !default
line-height: 1.25
strong
color: $subtitle-strong
& + .title
&:not(.is-spaced) + .title
margin-top: -1.5rem
// Colors
@each $size in $sizes