a.o_todo_done_button {
    margin: 0px 5px;
    @include o-hover-text-color($gray-400, $o-success);
    &:hover:before {
        content: "\f058";
    }

    &.done_button_enabled {
        @include o-hover-text-color($o-success, $gray-400);
        &:hover:before {
            content: "\f05d";
        }
    }
}

a.o_todo_done_button_mobile {
    margin: 0px 5px;
    color: $gray-400;
    &.done_button_enabled {
        color: $o-success;
    }
}

.o_task_kanban_card_body {
    padding-left: 9px;
}
