Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / type.less
1 //
2 // Typography
3 // --------------------------------------------------
4
5 h1, .h1, h2, .h2 { font-weight: 300; }
6
7 .page-header .actions {
8   margin-top: 8px;
9   a > .pficon {
10     margin-right: 4px;
11   }
12 }
13
14 @media (min-width: @grid-float-breakpoint-max) {
15   .page-header-bleed-left {
16     margin-left: -@grid-gutter-width/2;
17   }
18   .page-header-bleed-right {
19     margin-right: -@grid-gutter-width/2;
20     .actions {
21       margin-right: @grid-gutter-width/2;
22     }
23   }
24 }