HOME


Mini Shell 1.0
DIR:/usr/local/cwpsrv/var/services/pma/themes/metro/scss/
Upload File :
Current File : //usr/local/cwpsrv/var/services/pma/themes/metro/scss/_breadcrumbs.scss
.breadcrumb {
  color: $button-color;
  padding-left: 2rem;

  a {
    color: inherit;

    &:hover {
      text-decoration: none;
    }
  }
}

.breadcrumb-item {
  + .breadcrumb-item::before,
  &::before {
    width: 10px;
    color: #eee;

    /* The arrow "U+0203A" (SINGLE RIGHT-POINTING ANGLE QUOTATION MARK) */
    content: "\203A";
  }

  + .breadcrumb-comment {
    padding-left: $breadcrumb-item-padding;
  }

  .icon {
    display: none;
  }
}

.breadcrumb-comment {
  font-style: italic;
}