Merge pull request #3082 from vector-im/luke/feature-optional-custom-login-logo

Allow a custom login logo to be displayed on login
This commit is contained in:
Luke Barnard
2017-01-27 16:34:39 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -42,6 +42,11 @@ limitations under the License.
.mx_Login_logo {
text-align: center;
height: 195px;
}
.mx_Login_logo img {
height: 100%
}
.mx_Login_field {