Unverified Commit 92492186 authored by Marcos Iglesias's avatar Marcos Iglesias Committed by GitHub

Adjusts line heights to allow for descendants on headlines (#610)

Signed-off-by: 's avatarMarcos Iglesias <miglesiasvalle@lyft.com>
parent f7a45cca
...@@ -8,6 +8,11 @@ ...@@ -8,6 +8,11 @@
// Placeholder selectors // Placeholder selectors
// Ref: http://thesassway.com/intermediate/understanding-placeholder-selectors // Ref: http://thesassway.com/intermediate/understanding-placeholder-selectors
//
// Example of use:
// .header-title-text {
// @extend %text-headline-w2;
// }
%text-headline-w1 { %text-headline-w1 {
font-family: $text-heading-font-family; font-family: $text-heading-font-family;
......
...@@ -154,13 +154,13 @@ $w3-font-size: 14px; ...@@ -154,13 +154,13 @@ $w3-font-size: 14px;
$w3-line-height: 18px; $w3-line-height: 18px;
$w1-headline-font-size: 36px; $w1-headline-font-size: 36px;
$w1-headline-line-height: 40px; $w1-headline-line-height: 44px;
$w2-headline-font-size: 26px; $w2-headline-font-size: 26px;
$w2-headline-line-height: 28px; $w2-headline-line-height: 32px;
$w3-headline-font-size: 22px; $w3-headline-font-size: 22px;
$w3-headline-line-height: 24px; $w3-headline-line-height: 26px;
$title-font-weight: $font-weight-body-bold; $title-font-weight: $font-weight-body-bold;
$subtitle-font-weight: $font-weight-body-semi-bold; $subtitle-font-weight: $font-weight-body-semi-bold;
......
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