]> _ Git - psq.git/commitdiff
wait #7738 @0:01
authorsoufiane <soufiane@cubedesigners.com>
Wed, 17 Sep 2025 16:00:39 +0000 (18:00 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 17 Sep 2025 16:00:39 +0000 (18:00 +0200)
resources/sass/app.scss

index 7b37ceb83e91c80433f99c56e995437261e14775..25f3e6dd16d9cd0852fe269c9870642477bf0142 100644 (file)
@@ -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;
             }