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).
This commit is contained in:
Rishi Gupta 2017-08-28 14:27:12 -07:00 committed by Tim Abbott
parent 50f5560bd1
commit 0519bade1b
1 changed files with 3 additions and 3 deletions

View File

@ -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;