.breadcrumb-container {
    font-size: 12px;
    font-weight: @font-weight-semibold;
    color: @theme-grey6;
}

a.breadcrumb-previous {
    font-weight: @font-weight-base;
    color: @theme-grey6;
    font-size: 12px;
    &:hover {
    }
}

.breadcrumb-current {
    font-weight: @font-weight-bold;
}