All Downloads are FREE. Search and download functionalities are using the official Maven repository.

@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.popovers.less Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
//
// Popovers
// --------------------------------------------------

.popover {
  .box-shadow(0 2px 2px fade(@color-pf-black, 8%));
  padding: 0;
}

.popover-content {
  color: @gray-pf;
  line-height: 18px;
  padding: 10px 14px;
}

.popover-title {
  border-bottom: none;
  border-radius: 0;
  color: @gray-pf;
  font-size: (@font-size-base + 1);
  font-weight: 700;
  min-height: 34px;
  .close {
    height: 22px;
    position: absolute;
    right: 8px;
    top: 6px;
  }
  &.closable {
    padding-right: 30px;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy