From 0519bade1be808886179175bcd9bd7d4378d7be0 Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Mon, 28 Aug 2017 14:27:12 -0700 Subject: [PATCH] integrations: Remove box-shadow offset on search box. It looked a bit odd, since we don't use box-shadow offsets anywhere else on the page (or the app as a whole). --- static/styles/landing-page.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/landing-page.css b/static/styles/landing-page.css index b72fe5272e..182c21f137 100644 --- a/static/styles/landing-page.css +++ b/static/styles/landing-page.css @@ -1946,9 +1946,9 @@ nav ul li.active::after { } .portico-landing.integrations .searchbar input { - -webkit-box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.03); - -moz-box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.03); - box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.03); + -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.03); + -moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.03); + box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.03); font-size: 1em; font-family: inherit;