Merge pull request #2279 from matrix-org/rav/sso_login_type

Support for m.login.sso
This commit is contained in:
Richard van der Hoff 2018-11-19 14:14:21 +01:00 committed by GitHub
commit c61031d3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 52 deletions

View file

@ -142,6 +142,17 @@ limitations under the License.
color: $primary-fg-color;
}
.mx_Login_sso_link {
display: block;
text-align: center;
font-size: 15px;
margin-bottom: 20px;
}
.mx_Login_sso_link:link {
color: $primary-fg-color;
}
.mx_Login_loader {
display: inline;
position: relative;