From 0421ab7f8234fe8f7e493151063ae50861ca66a7 Mon Sep 17 00:00:00 2001
From: Silvio Giebl <silvio.giebl@hivemq.com>
Date: Sat, 13 Jun 2020 22:44:30 +0200
Subject: [PATCH] Fixed stylelint

---
 _sass/search.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_sass/search.scss b/_sass/search.scss
index fb0ae74f..2a4d4e81 100644
--- a/_sass/search.scss
+++ b/_sass/search.scss
@@ -23,9 +23,9 @@
   position: relative;
   z-index: 1;
   height: $sp-8;
+  overflow: hidden;
   border-radius: $border-radius;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
-  overflow: hidden;
   transition: height linear #{$transition-duration / 2};
 
   @include mq(md) {
@@ -47,21 +47,21 @@
   padding-right: $gutter-spacing-sm;
   padding-bottom: $sp-2;
   padding-left: #{$gutter-spacing-sm + $sp-5};
+  font-size: 16px;
   background-color: $search-background-color;
   border-top: 0;
   border-right: 0;
   border-bottom: 0;
   border-left: 0;
   border-radius: 0;
-  font-size: 16px;
 
   @include mq(md) {
     padding-top: $gutter-spacing-sm;
     padding-bottom: $gutter-spacing-sm;
     padding-left: #{$gutter-spacing + $sp-5};
+    font-size: 14px;
     background-color: $body-background-color;
     transition: padding-left linear #{$transition-duration / 2};
-    font-size: 14px;
   }
 
   &:focus {
-- 
GitLab