Addressed notes from reviewers on Library Pagination.
This commit is contained in:
committed by
E. Kolpakov
parent
ed3b972078
commit
80c517ecd1
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
.container-paging-header {
|
||||
.meta-wrap {
|
||||
margin: $baseline $baseline/2;
|
||||
margin: $baseline ($baseline/2);
|
||||
}
|
||||
.meta {
|
||||
@extend %t-copy-sub2;
|
||||
|
||||
Reference in New Issue
Block a user