Updates coreos themes and icons for various providers

This commit is contained in:
Amruta Chitnis
2017-09-13 14:53:46 -07:00
parent 38d0de20e3
commit df8fc84851
9 changed files with 67 additions and 34 deletions

View File

@@ -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;