@import '../../../common/variables';

.bcs-TaskDueDate {
    color: $bdl-gray-62;
    font-weight: bold;

    &.bcs-is-taskOverdue {
        color: $bdl-watermelon-red;
    }
}
