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

_themes.metrics.less.breadcrumbs.less Maven / Gradle / Ivy

There is a newer version: 4.2.30
Show newest version
// BREADCRUMBS
// -----------

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 @baseLineHeight;
  #gradient > .vertical(@white, #f5f5f5);
  border: 1px solid #ddd;
  .border-radius(3px);
  .box-shadow(inset 0 1px 0 @white);
  li {
    display: inline;
    text-shadow: 0 1px 0 @white;
  }
  .divider {
    padding: 0 5px;
    color: @grayLight;
  }
  .active a {
    color: @grayDark;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy