vendor/assets/stylesheets/_pagination.scss in active_frontend-13.0.4 vs vendor/assets/stylesheets/_pagination.scss in active_frontend-13.0.5
- old
+ new
@@ -42,9 +42,17 @@
.pagination > ul > li > a:focus { background: $color-light-haze; }
.pagination > ul > li.pagination-icon > a {
font-size: 18px;
padding: 7px;
}
+.pagination > ul > li.pagination-icon:first-child > a {
+ padding-left: 6px;
+ padding-right: 8px;
+}
+.pagination > ul > li.pagination-icon:last-child > a {
+ padding-left: 8px;
+ padding-right: 6px;
+}
/* # Alignments
================================================== */
.pagination-center { text-align: center; }
.pagination-right { text-align: right; }