From e0cf4d4384c69d407742b32897e0eaec7461c08a Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 8 Aug 2018 14:17:27 +0300 Subject: [PATCH] [start page] centered loader --- common/loginpage/src/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/loginpage/src/index.html b/common/loginpage/src/index.html index 5912dd063..77bc0d4ad 100644 --- a/common/loginpage/src/index.html +++ b/common/loginpage/src/index.html @@ -56,10 +56,9 @@ .loader-page { top: 50%; left: 50%; - height: 180px; position: absolute; - margin-top: -100px; - /*margin-left: -75px;*/ + margin-top: -40px; + transform: translate(-50%); } .loader-page-text {