patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
30 lines (26 loc) • 479 B
text/less
//
// Typography
// --------------------------------------------------
h1,
.h1,
h2,
.h2 {
font-weight: 300;
}
.page-header .actions {
margin-top: 8px;
a > .pficon {
margin-right: 4px;
}
}
@media (min-width: @grid-float-breakpoint-max) {
.page-header-bleed-left {
margin-left: (-(@grid-gutter-width / 2));
}
.page-header-bleed-right {
margin-right: ((-@grid-gutter-width / 2));
.actions {
margin-right: (@grid-gutter-width / 2);
}
}
}