@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.close.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
//
// Close icons
// --------------------------------------------------
.close {
text-shadow: none;
z-index: 1;
position: relative;
.opacity(.6);
&:hover,
&:focus {
.opacity(.9);
}
}