@mixin lamb-show-error() {
    .text-error {
        color: nb-theme(color-danger);
    }
}
