From 557570f7835daafdc154ce7aa7746059bcd0adbb Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 17 Sep 2025 18:00:39 +0200 Subject: [PATCH] wait #7738 @0:01 --- resources/sass/app.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 7b37ceb..25f3e6d 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -529,13 +529,16 @@ article { font-weight: 500; } - input { + input, textarea { border: 1px solid $waveblue; &:hover, &:focus { box-shadow: none; outline: none; } + } + + input { @include media-breakpoint-down(xl) { height: 48px; } -- 2.39.5