connector: add GitLab connector

This commit is contained in:
Ali Javadi
2017-01-24 21:26:52 +03:30
committed by Ali Javadi
parent 48fcf66a35
commit e623ad4d35
5 changed files with 377 additions and 0 deletions

View File

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