Merge pull request #2279 from matrix-org/rav/sso_login_type
Support for m.login.sso
This commit is contained in:
commit
c61031d3e1
5 changed files with 21 additions and 52 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue