diff --git a/web/static/img/oidc-icon.svg b/web/static/img/oidc-icon.svg new file mode 100644 index 00000000..e2817b0a --- /dev/null +++ b/web/static/img/oidc-icon.svg @@ -0,0 +1,156 @@ + + + + + facebook web + + + + + + + + + + + + + image/svg+xml + + facebook web + + + User:ZyMOS + + + + + + + + + + + + + + + Open Icon Library + + + + + + + + + + + + + + + + + + diff --git a/web/static/main.css b/web/static/main.css index 55b0e549..8a431e47 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -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);