From 52c601965b14bcd5b656b43e06d35033603ce75d Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 10 Feb 2017 15:28:57 +0000 Subject: [PATCH] Improve button styling and paragraph width. --- .../public/stylesheets/app/editor/feature-onboarding.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor/feature-onboarding.less b/services/web/public/stylesheets/app/editor/feature-onboarding.less index 870004509b..565ff5d22e 100644 --- a/services/web/public/stylesheets/app/editor/feature-onboarding.less +++ b/services/web/public/stylesheets/app/editor/feature-onboarding.less @@ -25,7 +25,7 @@ } .feat-onboard-description { - max-width: 30em; + max-width: 35em; margin: 0 auto 5px; } @@ -66,4 +66,10 @@ &[disabled] { opacity: 0.2; } + + &:focus, + &:active:focus { + outline: 0; + box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.3); + } } \ No newline at end of file