chore: add keystone connector icon and bump tests dependencies

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
This commit is contained in:
m.nabokikh
2021-03-11 11:32:25 +04:00
parent f7d1405cfd
commit 6be747142a
5 changed files with 22 additions and 3 deletions

View File

@@ -64,6 +64,12 @@ body {
background-size: contain;
}
.dex-btn-icon--keystone {
background-color: #F5F5F5;
background-image: url(../static/img/keystone-icon.svg);
background-size: contain;
}
.dex-btn-icon--oidc {
background-color: #EBEBEE;
background-image: url(../static/img/oidc-icon.svg);