From e31d7d2d83ed14ffff32f17155b86b098a98f670 Mon Sep 17 00:00:00 2001 From: Max Nussenbaum Date: Mon, 7 May 2018 11:23:22 -0700 Subject: [PATCH] portico: Fix white border around integration icon widgets on homepage The integration widgets on the homepage had a weird-looking white border. That border has now been updated to match the better- looking border on the integrations page. --- static/styles/landing-page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/landing-page.scss b/static/styles/landing-page.scss index d9ab9cbff4..d7c43b2517 100644 --- a/static/styles/landing-page.scss +++ b/static/styles/landing-page.scss @@ -1587,7 +1587,7 @@ nav ul li.active::after { margin: 10px 5px; color: hsl(219, 23%, 33%); border-radius: 5px; - border: 1px solid #fff; + border: 1px solid #e5eef5; } .portico-landing.hello .integrations .integration-icons .group:hover {