From 8b1f5ea1cb6706f07b171f48b189730c79d786cc Mon Sep 17 00:00:00 2001 From: NikolayRechkin Date: Thu, 6 Feb 2020 15:55:34 +0300 Subject: [PATCH] web: People: small fix a loader --- products/ASC.People/Client/src/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.People/Client/src/custom.scss b/products/ASC.People/Client/src/custom.scss index 0cfdca57b1..d8c8ea66ac 100644 --- a/products/ASC.People/Client/src/custom.scss +++ b/products/ASC.People/Client/src/custom.scss @@ -13,7 +13,7 @@ html, body { .pageLoader { position: fixed; - left: calc(50% - 32px); + left: calc(50% - 20px); top: 35%; } }