Add icon for OIDC provider

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2020-04-17 14:41:29 +04:00
parent d87cf1c924
commit 47b0d33142
2 changed files with 161 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ body {
background-size: contain;
}
.dex-btn-icon--oidc {
background-image: url(../static/img/oidc-icon.svg);
background-size: contain;
}
.dex-btn-icon--bitbucket-cloud {
background-color: #205081;
background-image: url(../static/img/bitbucket-icon.svg);