Addressed notes from reviewers on Library Pagination.

This commit is contained in:
Jonathan Piacenti
2014-12-08 22:22:02 +00:00
committed by E. Kolpakov
parent ed3b972078
commit 80c517ecd1
10 changed files with 113 additions and 336 deletions

View File

@@ -2,7 +2,7 @@
// ==========================
%pagination {
@include clearfix;
@include clearfix();
display: inline-block;
width: flex-grid(3, 12);
@@ -48,7 +48,7 @@
}
.nav-label {
@extend .sr;
@extend %cont-text-sr;
}
.pagination-form,
@@ -89,7 +89,7 @@
.page-number-label,
.submit-pagination-form {
@extend .sr;
@extend %cont-text-sr;
}
.page-number-input {
@@ -116,4 +116,4 @@
}
}
}
}
}

View File

@@ -105,7 +105,7 @@
.container-paging-header {
.meta-wrap {
margin: $baseline $baseline/2;
margin: $baseline ($baseline/2);
}
.meta {
@extend %t-copy-sub2;