diff options
author | Pierre <pierre.guillot@sonarsource.com> | 2021-09-23 17:27:25 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-28 20:03:12 +0000 |
commit | 352673af8f3b8035ba7f0e4e1073cc7bdf463a4a (patch) | |
tree | 8a02a43bab767da1b1838492bb52b207aa6d0e28 /server/sonar-web | |
parent | 4024058c7b8ef575b317f97c66fbc1bffbb89349 (diff) | |
download | sonarqube-352673af8f3b8035ba7f0e4e1073cc7bdf463a4a.tar.gz sonarqube-352673af8f3b8035ba7f0e4e1073cc7bdf463a4a.zip |
SONAR-15428 support bitbucket.org auth
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/public/images/alm/bitbucket-white.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/sonar-web/public/images/alm/bitbucket-white.svg b/server/sonar-web/public/images/alm/bitbucket-white.svg new file mode 100644 index 00000000000..3255ad0a796 --- /dev/null +++ b/server/sonar-web/public/images/alm/bitbucket-white.svg @@ -0,0 +1,10 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" focusable="false" role="presentation"> + <defs> + <linearGradient id="a" x1="97.526%" x2="46.927%" y1="25.488%" y2="78.776%"> + <stop offset="0%" stop-color="#FFF" stop-opacity=".4"/> + <stop offset="100%" stop-color="#FFF"/> + </linearGradient> + </defs> + <path fill="url(#a)" d="M20.063 9.297h-5.279l-.886 5.16h-3.656l-4.317 5.116a.763.763 0 0 0 .492.186h11.458a.562.562 0 0 0 .563-.472l1.625-9.99z" transform="matrix(1.33 0 0 1.33 -4 -3.8)"/> + <path fill="#FFF" d="M1.11252 1.52a.74879.74879 0 0 0-.74879.86583L3.5411 21.6296a1.01479 1.01479 0 0 0 .99484.84721l5.89589-7.049h-.82726l-1.29808-6.8628h14.37863l1.0108-6.1712a.7448.7448 0 0 0-.73815-.87381H1.11252z"/> +</svg>
\ No newline at end of file |