From 9e9e5c2d16f2655da00696b632e00057d1717d59 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 3 Nov 2017 10:30:42 +0100 Subject: Vendor prefix for flexbox not needed anymore Signed-off-by: Morris Jobke --- core/css/mobile.scss | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'core/css/mobile.scss') diff --git a/core/css/mobile.scss b/core/css/mobile.scss index baf874db8f5..dbc56406aa1 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -5,26 +5,6 @@ } #body-login .wrapper { - display: -webkit-box; - -webkit-box-orient: horizontal; - -webkit-box-pack: center; - -webkit-box-align: center; - - display: -webkit-flex; - -webkit-flex-direction: row; - -webkit-align-self: center; - -webkit-align-items: center; - - display: -moz-box; - -moz-box-orient: horizontal; - -moz-box-pack: center; - -moz-box-align: center; - - display: -ms-flexbox; - -ms-flex-direction: row; - -ms-flex-pack: center; - -ms-flex-align: center; - display: flex; flex-direction: row; align-self: center; -- cgit v1.2.3