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.
33 lines (30 loc) • 480 B
text/less
//
// Alerts
// --------------------------------------------------
.alert {
border-width: 2px;
padding-left: 34px;
position: relative;
.alert-link {
color: @link-color;
&:hover {
color: @link-hover-color;
}
}
> .btn.pull-right {
margin-top: -3px;
}
> .pficon {
font-size: 20px;
position: absolute;
left: 7px;
top: 7px;
}
.pficon-info {
color: #72767b;
}
}
.alert-dismissable .close {
right: -16px;
top: 1px;
}