Tweaked the list pagination styling to match more closely with the spec.

This commit is contained in:
Michael Abashian
2016-01-13 14:23:06 -05:00
parent a33275684b
commit c7674acb22

View File

@@ -103,10 +103,11 @@ table, tbody {
} }
.List-pagination { .List-pagination {
margin-top: 10px; margin-top: 20px;
font-size: 12px; font-size: 12px;
color: @list-pagin-text; color: @list-pagin-text;
text-transform: uppercase; text-transform: uppercase;
height: 22px;
} }
.List-paginationPager { .List-paginationPager {