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:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-11 22:47:07 +0300
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-11 22:47:07 +0300
commit1ef7f14a72f92f5a25b882b0f92cbadde82f5ffd (patch)
tree09e8c405b7a42d1ae94b608b5342ee229864eac7 /app/assets/stylesheets/bootstrap_migration.scss
parent493adfad16f3b9d09c60458bd13ae6de21651ca4 (diff)
parent2580e19812188415f6fee81cc789a0e814efaaad (diff)
Merge branch 'jivl-fix-padding-commit-info' into 'master'
fix padding in commit info Closes #47278 See merge request gitlab-org/gitlab-ce!19435
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e3c63ae5e1a..5e0770184af 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -209,6 +209,10 @@ table {
border-bottom: 1px solid $well-inner-border;
}
}
+
+ .badge.badge-gray {
+ background-color: $well-expand-item;
+ }
}
.card {