.FeatureToPrimaryBlock {

    &.has-error {
        border-color: $red_200;
    }

    .has-error {
        color: $red_200;
    }

    .card-footer {
        background: white;
    }

    .TrackMainContributors & {
        #FeatureToPrimaryBlock-hint-note {
            display: none;
        }
    }
}
