From 29af6ea1aa6532a620c0e921ebcc244c7f08476c Mon Sep 17 00:00:00 2001 From: Eric Ouellette Date: Mon, 13 Jul 2020 09:56:13 -0400 Subject: [PATCH] Widens wd-xl class to accomodate potential recaptcha challenge --- .../stylesheets/radius-theme/app/utils-definitions.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/radius-theme/app/utils-definitions.scss b/app/assets/stylesheets/radius-theme/app/utils-definitions.scss index f1acd98..974c579 100644 --- a/app/assets/stylesheets/radius-theme/app/utils-definitions.scss +++ b/app/assets/stylesheets/radius-theme/app/utils-definitions.scss @@ -1,5 +1,5 @@ -// -// Utilities classes to simplify +// +// Utilities classes to simplify // components constructions // ------------------------------ @@ -28,7 +28,7 @@ $wd-sm: 150px; $wd-sd: 200px; // sd == standard $wd-md: 240px; $wd-lg: 280px; -$wd-xl: 320px; +$wd-xl: 335px; $wd-xxl: 360px; $wd-wide: 100%; $wd-auto: auto;