@import "../../style/themes/zcydefault";

@breadcrumb-prefix-cls: ant-breadcrumb;

.@{breadcrumb-prefix-cls} {
  color: #999;
  font-size: @font-size-base;

  a {
    color: @text-color;
    transition: color .3s;
    &:hover {
      color: tint(@primary-color, 20%);
    }
  }

  & > span:last-child {
    font-weight: bold;
    color: @text-color;
  }

  & > span:last-child &-separator {
    display: none;
  }

  &-separator {
    margin: 0 8px;
    color: @border-color-base;
  }

  &-link {
    > .anticon + span {
      margin-left: 4px;
    }
  }
}
