app/assets/stylesheets/thredded/components/_pagination.scss in thredded-0.15.3 vs app/assets/stylesheets/thredded/components/_pagination.scss in thredded-0.15.4
- old
+ new
@@ -1,8 +1,9 @@
.thredded--pagination {
border-top: $thredded-base-border;
padding-top: $thredded-base-spacing;
+ padding-bottom: $thredded-base-spacing;
text-align: center;
> span {
color: $thredded-secondary-text-color;
display: inline-block;
@@ -25,10 +26,9 @@
}
.thredded--pagination-top > .thredded--pagination {
border-bottom: $thredded-base-border;
margin-bottom: $thredded-base-spacing;
- padding-bottom: $thredded-base-spacing;
}
.thredded--pagination-bottom > .thredded--pagination {
margin-top: $thredded-base-spacing;
}