From 71610ce24de8e4180a055e3ec213d07f49a79167 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 21 Jan 2019 18:54:50 -0600 Subject: [PATCH] Rename `mx_Login_box` to `mx_AuthPage_modal` and fold into `AuthPage` --- res/themes/status/css/_StatusLogin.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/themes/status/css/_StatusLogin.scss b/res/themes/status/css/_StatusLogin.scss index abb7881d21..d3d9914ff5 100644 --- a/res/themes/status/css/_StatusLogin.scss +++ b/res/themes/status/css/_StatusLogin.scss @@ -88,7 +88,7 @@ limitations under the License. // overrides of .mx_Login - .mx_Login_box { + .mx_AuthPage_modal { width: 330px; min-height: initial; padding-top: 40px; @@ -124,7 +124,7 @@ limitations under the License. padding: 19px; } - .mx_Login_box h2 { + .mx_AuthPage_modal h2 { text-align: center; color: $form-fg-color; font-size: 25px;