Updates coreos themes and icons for various providers
This commit is contained in:
@@ -44,9 +44,10 @@ body {
|
||||
}
|
||||
|
||||
.dex-btn-icon--google {
|
||||
background-color: #DB4437;
|
||||
background-color: #FFFFFF;
|
||||
background-image: url(../static/img/google-icon.svg);;
|
||||
}
|
||||
|
||||
.dex-btn-icon--local {
|
||||
background-color: #84B6EF;
|
||||
background-image: url(../static/img/email-icon.svg);
|
||||
@@ -72,6 +73,16 @@ body {
|
||||
background-image: url(../static/img/bitbucket-icon.svg);
|
||||
}
|
||||
|
||||
.dex-btn-icon--ldap {
|
||||
background-color: #84B6EF;
|
||||
background-image: url(../static/img/ldap-icon.svg);
|
||||
}
|
||||
|
||||
.dex-btn-icon--saml {
|
||||
background-color: #84B6EF;
|
||||
background-image: url(../static/img/saml-icon.svg);
|
||||
}
|
||||
|
||||
.dex-btn-text {
|
||||
font-weight: 600;
|
||||
line-height: 36px;
|
||||
|
Reference in New Issue
Block a user