From 96f1bb78d43eefa060e4ecac5f1ccac8458fc5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 28 Oct 2015 13:21:37 +0100 Subject: [PATCH] Fix delete icon size in add member lightbox --- app/styles/modules/common/lightbox.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 88a3fcb9..9cd3923d 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -142,6 +142,9 @@ margin-left: .5rem; } } + .icon-delete { + @extend %large; + } } .extra-text { margin-top: 1rem;