Skip to content

Commit

Permalink
feat(typography): adds gigantic size
Browse files Browse the repository at this point in the history
will be needed for the pricing panels :-)

[#115127225]
  • Loading branch information
rockbot committed Mar 17, 2016
1 parent 17b76b7 commit e2092cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pivotal-ui/components/pui-variables.scss
Expand Up @@ -367,6 +367,8 @@ $line-height-computed: floor($font-size-base * $line-height-base) !default; /

$font-size-title: 48px;

$font-size-gigantic: 71px;

// Whitespace
// -------------------------
$whitespace-s: 5px;
Expand Down
6 changes: 6 additions & 0 deletions src/pivotal-ui/components/typography/typography.scss
Expand Up @@ -75,6 +75,8 @@ Set font sizes using headings and modifier classes.
<p class="type-sm">small text 13px</p>
<p class="type-xs">extra small text 12px</p>
<p class="type-gigantic">gigantic 71px</p>
```
<div class="alert alert-info mbxl">
Expand Down Expand Up @@ -182,6 +184,10 @@ small,
font-size: $font-size-title;
}

.type-gigantic {
font-size: $font-size-gigantic;
}

/*doc
---
title: Emphasis Modifiers
Expand Down

0 comments on commit e2092cc

Please sign in to comment.