From f9b192088a2057bfbb7990ef49c9bfe3b5e11f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 2 Nov 2015 07:59:27 +0100 Subject: [PATCH] Add margin bottom on remove account lightbox newsletter chec --- app/styles/modules/common/lightbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 7fe495ef..47c34245 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -317,7 +317,7 @@ @extend %title; } .newsletter { - margin-top: 1rem; + margin: 1rem 0; text-align: center; input { margin-right: .5rem;