This commit is contained in:
Jeremy Thomas
2017-07-28 22:57:51 +01:00
parent cd4a7b54e6
commit 24bc5ed795
20 changed files with 730 additions and 275 deletions

View File

@@ -1,12 +1,14 @@
$title-color: $grey-darker !default
$title-size: $size-3 !default
$title-weight: $weight-light !default
$title-weight-bold: $weight-semibold !default
$title-weight: $weight-bold !default
$title-strong-color: inherit !default
$title-strong-weight: inherit !default
$subtitle-color: $grey-dark !default
$subtitle-size: $size-5 !default
$subtitle-strong: $grey-darker !default
$subtitle-weight: $weight-light !default
$subtitle-weight: $weight-normal !default
$subtitle-strong-color: $grey-darker !default
$subtitle-strong-weight: $weight-semibold !default
.title,
.subtitle
@@ -14,9 +16,7 @@ $subtitle-weight: $weight-light !default
word-break: break-word
em,
span
font-weight: $title-weight
strong
font-weight: $title-weight-bold
font-weight: inherit
.tag
vertical-align: middle
@@ -26,7 +26,8 @@ $subtitle-weight: $weight-light !default
font-weight: $title-weight
line-height: 1.125
strong
color: inherit
color: $title-strong-color
font-weight: $title-strong-weight
& + .highlight
margin-top: -0.75rem
&:not(.is-spaced) + .subtitle
@@ -43,7 +44,8 @@ $subtitle-weight: $weight-light !default
font-weight: $subtitle-weight
line-height: 1.25
strong
color: $subtitle-strong
color: $subtitle-strong-color
font-weight: $subtitle-strong-weight
&:not(.is-spaced) + .title
margin-top: -1.5rem
// Sizes