Merge pull request #3081 from vector-im/luke/css-login-support

Add CSS for a support box in login
pull/3105/head
Luke Barnard 2017-01-27 16:36:54 +00:00 committed by GitHub
commit 6374526f3c
1 changed files with 7 additions and 0 deletions

View File

@ -49,6 +49,13 @@ limitations under the License.
height: 100%
}
.mx_Login_support {
text-align: center;
font-size: 13px;
margin-top: 0px;
opacity: 0.7;
}
.mx_Login_field {
width: 280px;
border-radius: 3px;