From 5aa9592c71aef071bfbc2025a3fd113710edebc7 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 27 Jan 2017 16:02:33 +0000 Subject: [PATCH] Add CSS for a support box in login This box can be used to provide useful hints during registration/login. --- .../css/matrix-react-sdk/structures/login/_Login.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss b/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss index 30231b43da5..0b73d7e545c 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/login/_Login.scss @@ -44,6 +44,13 @@ limitations under the License. text-align: center; } +.mx_Login_support { + text-align: center; + font-size: 13px; + margin-top: 0px; + opacity: 0.7; +} + .mx_Login_field { width: 100%; border-radius: 3px;