Wire up MSC2858 brand attribute

For better brand adherance.
Also removes old support for https IdP icons.
This commit is contained in:
Michael Telatynski 2021-01-27 14:27:41 +00:00
parent e6673bca1b
commit 34ae766893
9 changed files with 86 additions and 8 deletions

View file

@ -30,6 +30,8 @@ limitations under the License.
width: 100%;
padding-left: 32px;
padding-right: 32px;
border-color: $input-border-color;
color: $primary-fg-color;
> img {
object-fit: contain;
@ -56,3 +58,19 @@ limitations under the License.
}
}
}
.mx_SSOButton.mx_SSOButton_brand_facebook {
background-color: #3c5a99;
border-color: #3c5a99;
color: #ffffff;
}
.mx_SSOButton.mx_SSOButton_brand_google {
background-color: #eb4335;
border-color: #eb4335;
color: #ffffff;
}
.mx_SSOButton.mx_SSOButton_brand_twitter {
background-color: #47acdf;
border-color: #47acdf;
color: #ffffff;
}