From: Anthony Talarico Date: Wed, 7 Dec 2016 14:13:31 +0000 (-0500) Subject: fixing search animation for the header search input X-Git-Tag: v1.0.0^2~112 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=73aec0140d07cf8e7a304d8c31cb8652c360e4a6;p=WP-Themes%2Fmackinawareavb.git fixing search animation for the header search input --- diff --git a/css/app.css b/css/app.css index 2617640..f07ac05 100644 --- a/css/app.css +++ b/css/app.css @@ -6414,7 +6414,7 @@ header { position: relative; } header .search-field { overflow: hidden; - transform: translate(12px, 0px); + transform: translate(13px, 1px); display: inline-block; width: 0px; height: 26px; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index ce71e0f..b8b0cfe 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -161,7 +161,7 @@ header { } .search-field{ overflow: hidden; - transform: translate(12px, 0px); + transform: translate(13px, 1px); display: inline-block; width: 0px; height: 26px;