Add CSS for a support box in login

This box can be used to provide useful hints during registration/login.
pull/3081/head
Luke Barnard 2017-01-27 16:02:33 +00:00
parent bb70622b55
commit 5aa9592c71
1 changed files with 7 additions and 0 deletions

View File

@ -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;