From 31a8439b1f7debd5583050776be23109121358bc Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 16 Jun 2014 12:57:11 +0200 Subject: [PATCH] member list reload icon size --- app/styles/modules/admin-membership.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/styles/modules/admin-membership.scss b/app/styles/modules/admin-membership.scss index 90a122d5..17b75dd3 100644 --- a/app/styles/modules/admin-membership.scss +++ b/app/styles/modules/admin-membership.scss @@ -63,6 +63,9 @@ .pending { padding: 8px; width: 115px; + .icon { + @extend %large; + } } .active { background-color: $whitish;