From ff4d2c173d8ea1b98d00736ad9eb52ed18b40d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 3 Nov 2015 13:51:57 +0100 Subject: [PATCH] Moustache transform origin compatibility in Firefox --- app/styles/layout/auth.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/layout/auth.scss b/app/styles/layout/auth.scss index 66e47a71..14d7265c 100644 --- a/app/styles/layout/auth.scss +++ b/app/styles/layout/auth.scss @@ -67,7 +67,7 @@ fill: rgba($primary, .9); stroke: $primary-light; stroke-width: 1px; - transform-origin: 50% 20%; + transform-origin: 50% 50%; transition: .3s; &:hover { fill: rgba($primary-light, .9);