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

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

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

.breadcrumb {
  padding-left: 0;
  > .active strong {
    font-weight: 600;
  }
  > li {
      display: inline; /* IE8 */
      + li:before {
      color: @gray-light;
      content: @fa-var-angle-double-right;
      font-family: @icon-font-name-fa;
      font-size: (@font-size-base - 1);
      padding: 0 9px 0 7px;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy