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
5 changed files with 21 additions and 52 deletions
+11
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;