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.
29 lines (28 loc) • 746 B
text/less
//
// Blank Slate
// --------------------------------------------------
.blank-slate-pf{
@media (min-width: @screen-sm-min) {
padding: @jumbotron-padding*2 @jumbotron-padding*2;
}
@media (min-width: @screen-md-min) {
padding: @jumbotron-padding*3 @jumbotron-padding*4;
}
background-color: @well-bg;
border: 1px solid @well-border;
border-radius: @border-radius-base;
margin-bottom: 20px;
padding: @jumbotron-padding;
text-align: center;
.blank-slate-pf-icon{
color: @gray-light;
font-size: @font-size-h1 * 2.4;
line-height: @font-size-h1 * 2.4;
}
.blank-slate-pf-main-action{
margin-top: @line-height-computed;
}
.blank-slate-pf-secondary-action{
margin-top: @line-height-computed;
}
}