adjusting header search magnifying glass position
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:10:43 +0000 (09:10 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:10:43 +0000 (09:10 -0400)
after moving the header search input the mag glass icon needed to be adjusted with it so that it
stays in bouds of the input field

css/app.css
scss/_page.header.scss

index 7e745c8..c81b77f 100644 (file)
@@ -6347,7 +6347,7 @@ header {
         background: #FFFFFF; }
   header .search-input {
     position: relative;
-    top: -1px;
+    top: -o;
     height: 19px;
     width: 0;
     border: none;
@@ -6364,7 +6364,7 @@ header {
   height: 0.625rem;
   border: 0.125rem solid #006990;
   position: relative;
-  top: -35px;
+  top: -34px;
   right: -132px;
   border-radius: 0.35em;
   margin: 0 0 0 -25px; }
index 01d4fcc..1767da7 100644 (file)
@@ -77,7 +77,7 @@ header {
     }
     .search-input{
             position: relative;
-            top: -1px;
+            top: -o;
             height: 19px;
             width: 0;
             border: none;
@@ -190,7 +190,7 @@ header {
     height: rem-calc(10);
     border: rem-calc(2) solid #006990; 
     position: relative; 
-    top: -35px;
+    top: -34px;
     right: -132px;
     border-radius: 0.35em;
     margin: 0 0 0 -25px;