@import "../lib.less";

.@{veui-prefix}-breadcrumb-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: @dls-line-height-1;

  &:last-child {
    .@{veui-prefix}-breadcrumb-separator {
      display: none;
    }
  }

  &-current {
    font-weight: @dls-breadcrumb-item-current-font-weight;
    color: @dls-breadcrumb-item-current-font-color;
  }
}
