@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.tooltip.less Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-dashbuilder-ui
Show all versions of quarkus-dashbuilder-ui
Dashbuilder extension Web Bundle
//
// 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;
}