mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Additional heading font-size classes
This relates to changes in issue #7284
This commit is contained in:
parent
85e5d40099
commit
706dd8c045
@ -52,7 +52,8 @@ a.text-success:focus { color: darken(@state-success-text, 10%); }
|
|||||||
// Headings
|
// Headings
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6,
|
||||||
|
.h1, .h2, .h3, .h4, .h5, .h6 {
|
||||||
font-family: @headings-font-family;
|
font-family: @headings-font-family;
|
||||||
font-weight: @headings-font-weight;
|
font-weight: @headings-font-weight;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
@ -81,17 +82,17 @@ h6 {
|
|||||||
margin-bottom: (@line-height-base / 2);
|
margin-bottom: (@line-height-base / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 { font-size: (@font-size-base * 2.75); font-size: 4rem; } // ~38px
|
h1, .h1 { font-size: (@font-size-base * 2.75); font-size: 4rem; } // ~38px
|
||||||
h2 { font-size: (@font-size-base * 2.25); font-size: 3rem; } // ~32px
|
h2, .h2 { font-size: (@font-size-base * 2.25); font-size: 3rem; } // ~32px
|
||||||
h3 { font-size: (@font-size-base * 1.75); font-size: 2.5rem; } // ~24px
|
h3, .h3 { font-size: (@font-size-base * 1.75); font-size: 2.5rem; } // ~24px
|
||||||
h4 { font-size: (@font-size-base * 1.25); font-size: 2rem; } // ~18px
|
h4, .h4 { font-size: (@font-size-base * 1.25); font-size: 2rem; } // ~18px
|
||||||
h5 { font-size: @font-size-base; font-size: 1.6rem; }
|
h5, .h5 { font-size: @font-size-base; font-size: 1.6rem; }
|
||||||
h6 { font-size: (@font-size-base * 0.85); font-size: 1.2rem; } // ~12px
|
h6, .h6 { font-size: (@font-size-base * 0.85); font-size: 1.2rem; } // ~12px
|
||||||
|
|
||||||
h1 small { font-size: (@font-size-base * 1.75); } // ~24px
|
h1 small, .h1 small { font-size: (@font-size-base * 1.75); } // ~24px
|
||||||
h2 small { font-size: (@font-size-base * 1.25); } // ~18px
|
h2 small, .h2 small { font-size: (@font-size-base * 1.25); } // ~18px
|
||||||
h3 small { font-size: @font-size-base; }
|
h3 small, .h3 small { font-size: @font-size-base; }
|
||||||
h4 small { font-size: @font-size-base; }
|
h4 small, .h4 small { font-size: @font-size-base; }
|
||||||
|
|
||||||
|
|
||||||
// Page header
|
// Page header
|
||||||
|
Loading…
Reference in New Issue
Block a user