diff --git a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css index 5ee580046f..6173568552 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css @@ -96,6 +96,7 @@ limitations under the License. .mx_Login_links { display: block; text-align: center; + margin-top: 15px; width: 100%; font-size: 13px; opacity: 0.8; @@ -105,6 +106,12 @@ limitations under the License. color: #4a4a4a; } +.mx_Login_prompt { + padding-top: 15px; + padding-bottom: 15px; + font-size: 13px; +} + .mx_Login_forgot { font-size: 13px; opacity: 0.8;