From: soufiane Date: Wed, 17 Sep 2025 16:00:39 +0000 (+0200) Subject: wait #7738 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=557570f7835daafdc154ce7aa7746059bcd0adbb;p=psq.git wait #7738 @0:01 --- 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; }