aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-09 21:17:27 -0700
committerMark Otto <[email protected]>2015-08-09 21:17:27 -0700
commit7a50a2cbe84e897ad427afdf63e12acbd75f4f8c (patch)
tree47e789cd3b8bae840cb38cb1583381bcea0065e7 /scss/_type.scss
parent44fe355ec252f0040fea9544600c15b7da431294 (diff)
downloadbootstrap-7a50a2cbe84e897ad427afdf63e12acbd75f4f8c.tar.xz
bootstrap-7a50a2cbe84e897ad427afdf63e12acbd75f4f8c.zip
introduce display heading classes
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index b3d2efedd..ee6031d7d 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -55,6 +55,24 @@ h6, .h6 { font-size: $font-size-h6; }
font-weight: 300;
}
+// Type display classes
+.display-1 {
+ font-size: $display1-size;
+ font-weight: $display1-weight;
+}
+.display-2 {
+ font-size: $display2-size;
+ font-weight: $display2-weight;
+}
+.display-3 {
+ font-size: $display3-size;
+ font-weight: $display3-weight;
+}
+.display-4 {
+ font-size: $display4-size;
+ font-weight: $display4-weight;
+}
+
//
// Horizontal rules