From 0ad344bab9411c3f11a7d6b2ce070d6c754b8751 Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 7 Apr 2026 10:02:11 +0200 Subject: [PATCH] fix : style des inputs + hint/success/error --- app/components/malio/input/InputAmount.vue | 116 ++++++++-------- app/components/malio/input/InputNumber.vue | 128 +++++++++--------- app/components/malio/input/InputPassword.vue | 116 ++++++++-------- app/components/malio/input/InputText.vue | 116 ++++++++-------- app/components/malio/input/InputUpload.vue | 120 ++++++++-------- app/components/malio/select/Select.vue | 40 +++--- .../malio/select/SelectCheckbox.vue | 40 +++--- 7 files changed, 345 insertions(+), 331 deletions(-) diff --git a/app/components/malio/input/InputAmount.vue b/app/components/malio/input/InputAmount.vue index 4012ea0..ef58742 100644 --- a/app/components/malio/input/InputAmount.vue +++ b/app/components/malio/input/InputAmount.vue @@ -1,67 +1,69 @@