From 738acefac745339bf2d907f77dd3a53177366c26 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 29 Sep 2017 11:38:56 +0100 Subject: [PATCH] Style onboarding image with more space & light border --- .../public/stylesheets/app/editor/feature-onboarding.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/feature-onboarding.less b/services/web/public/stylesheets/app/editor/feature-onboarding.less index 80c21e26c3..ef89a93df4 100644 --- a/services/web/public/stylesheets/app/editor/feature-onboarding.less +++ b/services/web/public/stylesheets/app/editor/feature-onboarding.less @@ -108,6 +108,11 @@ a.feat-onboard-dismiss { top: 17px !important; } + img { + margin-bottom: 10px; + border: 1px solid @gray-lighter; + } + &.right > .arrow { left: -10px !important;