Added medium-down as a viable media query.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 20:45:04 +0000 (16:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 20:45:04 +0000 (16:45 -0400)
scss/_structure.scss

index 699b373..641ec65 100755 (executable)
@@ -928,12 +928,15 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
         text-align: right;
     }
     #search_button {
-        width: 166px;
-        height: 38px;
+        position: absolute;
+        width: 33px;
+        height: 32px;
+        right: -21px;
+        top: 3px;
         padding: 1px 0;
-        border: solid white 3px;
-        border-radius: 5px;
-        box-shadow: 0 6px 12px -5px #9b9b9b;
+        border-left: 3px solid #fcde74;
+        background-size: 30 32px;
+        border-radius: 0px;
 /*        background-image: url("../assets/search_button_1.png");*/
         background-repeat: no-repeat;
         background-size: local 0 0 / cover;
@@ -943,6 +946,9 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
             background-size: local 0 0 / cover;
             border-color: #9acd68;
         }
+        @media #{$medium-down} {
+            right: 15px;
+        }
     }
     #blog-post .cycle-slide {
         font-size: 14px;