From def0393c8e5a6dd7835ddf204c9ecdd83a868a91 Mon Sep 17 00:00:00 2001 From: Beatrice Peng Date: Wed, 12 Nov 2014 17:34:33 -0500 Subject: [PATCH] feat(typography): add h6 [Finishes #82605848] Signed-off-by: Nicole Sullivan --- src/pivotal-ui/components/typography.scss | 6 ++++++ src/pivotal-ui/components/variables.scss | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pivotal-ui/components/typography.scss b/src/pivotal-ui/components/typography.scss index 6b09a06a1..301306e44 100644 --- a/src/pivotal-ui/components/typography.scss +++ b/src/pivotal-ui/components/typography.scss @@ -48,6 +48,8 @@ Set font sizes using headings and modifier classes.
h5 16px
+
h6 13px
+

base font size 16px

small text 14px

@@ -135,6 +137,10 @@ h5, .h5 { font-weight: $font-weight-h5; } +h6, .h6 { + font-weight: $font-weight-h6; +} + small, .type-sm { font-size: $font-size-small; } // bootstrap override diff --git a/src/pivotal-ui/components/variables.scss b/src/pivotal-ui/components/variables.scss index 7b0266195..054b06fd9 100644 --- a/src/pivotal-ui/components/variables.scss +++ b/src/pivotal-ui/components/variables.scss @@ -271,7 +271,8 @@ $font-weight-h4: 400; $font-size-h5: 16px; $font-weight-h5: 400; -$font-size-h6: null; +$font-size-h6: 13px; +$font-weight-h6: 400; $line-height-base: 1.5; //1.428571429 !default; // 20/14 $line-height-computed: floor($font-size-base * $line-height-base) !default; // ~20px