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>2016-11-01 20:31:36 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-11-01 20:31:36 +0300
commitb59c6f2658e3d896dc8cd36217913653f37c446d (patch)
tree8c288b93402e0f71717d0d014139fd5d91b1fe61 /app/assets/stylesheets/framework/pagination.scss
parent5f4bb33d1cd3cf4ed3f0c6596cf8dc2b66be19a0 (diff)
Adds variable.
Fixes changelog
Diffstat (limited to 'app/assets/stylesheets/framework/pagination.scss')
-rw-r--r--app/assets/stylesheets/framework/pagination.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss
index 820fb4243e8..cb2c351c368 100644
--- a/app/assets/stylesheets/framework/pagination.scss
+++ b/app/assets/stylesheets/framework/pagination.scss
@@ -11,7 +11,7 @@
.gap,
.gap:hover {
background-color: $gray-light;
- padding: 6px;
+ padding: $gl-vert-padding;
cursor: default;
}
}