From d7b54abd3720c0cb6d2d672693bfae46926c4f5f Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 2 Jul 2018 17:34:39 +0200 Subject: [PATCH] auth: add vertical spacing to the procedure description Fix #2174 --- app/assets/stylesheets/new_design/auth.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/new_design/auth.scss b/app/assets/stylesheets/new_design/auth.scss index 78d1c3e47..0660c050f 100644 --- a/app/assets/stylesheets/new_design/auth.scss +++ b/app/assets/stylesheets/new_design/auth.scss @@ -38,6 +38,10 @@ $auth-breakpoint: $two-columns-breakpoint; .procedure-description { font-size: 14px; + p { + margin-bottom: 2 * $default-spacer; + } + @media (max-width: $auth-breakpoint) { display: none; // TO FIX : make this description available for small devices }