Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-01 12:46:08 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-09-01 12:47:49 +0300
commit1fb2c1ca4ec6bb8b66a4cd06ea5c8374572c525b (patch)
treedd12cd443b1b357f99d42e65630c53ba23c179be /app/assets/stylesheets/pages/pipelines.scss
parent6c021a9a8bec3cd36d6e8cf1c6c1acbd1ed00a99 (diff)
Adds tooltip for Auto DevOps badge in pipeline table
Diffstat (limited to 'app/assets/stylesheets/pages/pipelines.scss')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 51656669c98..9071e1ca0c8 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -931,3 +931,12 @@ button.mini-pipeline-graph-dropdown-toggle {
.pipelines-container .top-area .nav-controls > .btn:last-child {
float: none;
}
+
+.autodevops-title {
+ font-weight: $gl-font-weight-normal;
+ line-height: 1.5;
+}
+
+.autodevops-link {
+ color: $gl-link-color;
+}