.text-info {
    color: @color-info;
}

.text-error {
    color: @color-error;
}

.text-warning {
    color: @color-warning;
}

.text-success {
    color: @color-success;
}

