aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css')
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css b/server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css
deleted file mode 100644
index 0718acd0253..00000000000
--- a/server/sonar-web/src/main/js/apps/about/components/OAuthProvider.css
+++ /dev/null
@@ -1,29 +0,0 @@
-.oauth-provider {
- display: block;
- width: 180px;
- line-height: 22px;
- padding: 8px 12px;
- border: none;
- border-radius: 2px;
- box-sizing: border-box;
- background-color: #236a97;
- color: #fff;
- text-align: center;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
-.oauth-provider:hover,
-.oauth-provider:focus {
- color: #fff;
- box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
-}
-
-.oauth-provider > span {
- padding-left: 6px;
-}
-
-.oauth-provider-sonarqube {
- background-color: #4b9fd5;
-}