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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-13 20:40:19 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-13 20:40:19 +0300
commit5a4342c3206d8fc8a2c4b7623f52bd10ff083c6b (patch)
treed79a712db2ede76ab34bbf67709d46af8d26f69d /app/assets
parent4e54f5ae1b15ff61efb2f434afa6e15b1666a3cd (diff)
[skip ci] Add pagination styles
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/pagination.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss
index 474b3fc06b6..d3e013590b6 100644
--- a/app/assets/stylesheets/framework/pagination.scss
+++ b/app/assets/stylesheets/framework/pagination.scss
@@ -6,6 +6,7 @@
.pagination {
padding: 0;
+ margin: 20px 0;
a {
cursor: pointer;
@@ -44,7 +45,7 @@
display: none;
}
- .page {
+ .page-item {
display: none;
&.active {
@@ -63,7 +64,7 @@
padding: 6px 10px;
}
- .page {
+ .page-item {
display: none;
&.active {
@@ -78,7 +79,7 @@
*/
@media (min-width: map-get($grid-breakpoints, xs)) and (max-width: map-get($grid-breakpoints, sm)) {
.gl-pagination {
- .page {
+ .page-item {
display: none;
&.active,