From 4a2b0255b8c6d62881e52e1925ae53be673dddbe Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Thu, 27 Aug 2020 14:38:04 +0530 Subject: [PATCH] feat: Add center content class --- frappe/public/scss/global.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frappe/public/scss/global.scss b/frappe/public/scss/global.scss index f041e54059..20dc47d917 100644 --- a/frappe/public/scss/global.scss +++ b/frappe/public/scss/global.scss @@ -394,4 +394,9 @@ kbd { .icon { text-decoration: none !important; } +} + +.center-content { + display: grid; + place-items: center; } \ No newline at end of file