2016-01-24 00:03:43 +00:00
|
|
|
.title,
|
|
|
|
|
.subtitle
|
2016-09-22 23:14:18 +01:00
|
|
|
+block
|
2016-02-27 15:46:05 +00:00
|
|
|
font-weight: $weight-title-normal
|
2016-04-18 21:09:44 +01:00
|
|
|
word-break: break-word
|
2016-02-27 15:46:05 +00:00
|
|
|
em,
|
|
|
|
|
span
|
|
|
|
|
font-weight: $weight-title-normal
|
2016-02-13 18:59:09 +00:00
|
|
|
a
|
|
|
|
|
&:hover
|
|
|
|
|
border-bottom: 1px solid
|
2016-04-10 16:00:32 +01:00
|
|
|
strong
|
|
|
|
|
font-weight: $weight-title-bold
|
2016-02-21 22:46:02 +00:00
|
|
|
.tag
|
|
|
|
|
vertical-align: bottom
|
2016-01-24 00:03:43 +00:00
|
|
|
|
|
|
|
|
.title
|
|
|
|
|
color: $text-strong
|
|
|
|
|
font-size: $size-large
|
2016-10-29 18:53:30 +01:00
|
|
|
line-height: 1.125
|
2016-04-10 16:00:32 +01:00
|
|
|
strong
|
|
|
|
|
color: inherit
|
2016-01-24 00:03:43 +00:00
|
|
|
& + .highlight
|
2016-10-29 18:53:30 +01:00
|
|
|
margin-top: -0.75rem
|
2016-04-10 16:00:32 +01:00
|
|
|
& + .subtitle
|
2016-10-29 18:53:30 +01:00
|
|
|
margin-top: -1.25rem
|
2016-04-10 16:00:32 +01:00
|
|
|
// Colors
|
2016-01-24 00:03:43 +00:00
|
|
|
@each $size in $sizes
|
|
|
|
|
$i: index($sizes, $size)
|
|
|
|
|
&.is-#{$i}
|
|
|
|
|
font-size: $size
|
2016-04-10 16:00:32 +01:00
|
|
|
// Modifiers
|
|
|
|
|
&.is-normal
|
2016-10-29 18:53:30 +01:00
|
|
|
font-weight: $weight-normal
|
2016-04-10 16:00:32 +01:00
|
|
|
strong
|
2016-10-29 18:53:30 +01:00
|
|
|
font-weight: $weight-bold
|
2016-01-24 00:03:43 +00:00
|
|
|
|
|
|
|
|
.subtitle
|
2016-04-10 16:00:32 +01:00
|
|
|
color: $text
|
2016-01-24 00:03:43 +00:00
|
|
|
font-size: $size-medium
|
2016-10-29 18:53:30 +01:00
|
|
|
line-height: 1.25
|
2016-04-10 16:00:32 +01:00
|
|
|
strong
|
|
|
|
|
color: $text-strong
|
|
|
|
|
& + .title
|
2016-10-29 18:53:30 +01:00
|
|
|
margin-top: -1.4rem
|
2016-04-10 16:00:32 +01:00
|
|
|
// Colors
|
2016-01-24 00:03:43 +00:00
|
|
|
@each $size in $sizes
|
|
|
|
|
$i: index($sizes, $size)
|
|
|
|
|
&.is-#{$i}
|
|
|
|
|
font-size: $size
|
2016-04-10 16:00:32 +01:00
|
|
|
// Modifiers
|
|
|
|
|
&.is-normal
|
2016-10-29 18:53:30 +01:00
|
|
|
font-weight: $weight-normal
|
2016-04-10 16:00:32 +01:00
|
|
|
strong
|
2016-10-29 18:53:30 +01:00
|
|
|
font-weight: $weight-bold
|