UNPKG

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.

16 lines (13 loc) 246 B
// // Tooltips // -------------------------------------------------- // Base class .tooltip { font-size: @tooltip-font-size; line-height: 1.4; } // Wrapper for the tooltip content .tooltip-inner { padding: 7px 12px; text-align: left; }