From 8ba8c911f4db10f7089266d68e5600592ea11b26 Mon Sep 17 00:00:00 2001 From: vanillaSlice Date: Sun, 30 Sep 2018 18:20:41 +0100 Subject: [PATCH] Remove redundant translate mixin --- src/components/_modals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/_modals.scss b/src/components/_modals.scss index fe02614..c2a92c7 100644 --- a/src/components/_modals.scss +++ b/src/components/_modals.scss @@ -25,7 +25,6 @@ .modal-body { @include transition; - @include translate(-50%, -50%); backface-visibility: hidden; background: $white; border: 2px solid $muted-light; @@ -33,6 +32,7 @@ padding: 1.25rem; position: absolute; top: 0; + transform: translate(-50%, -50%); @include resp(sm) { box-sizing: border-box;