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

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

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

.alert {
  border-width: 1px;
  padding-left: 47px;
  padding-right: (@alert-padding + 3);
  position: relative;
  .alert-link {
    color: @link-color;
    &:hover {
      color: @link-hover-color;
    }
  }
  > .btn.pull-right {
    margin-top: -3px;
  }
  > .pficon {
    font-size: 22px;
    position: absolute;
    left: 13px;
    top: 10px;
  }
  .close {
    .opacity(.85);
    &:hover,
    &:focus {
      .opacity(1);
    }
  }
  .pficon-info {
    color: @color-pf-black-700;
  }
}

.alert-dismissable {
  padding-right: (@alert-padding + 17);
  .close {
    right: -13px;
    top: 1px;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy