<div class="pagination-controls">
<!-- we can add up to here -->
<span class="currentpage">1</span>
<a href="#">2</a>
<a href="#">></a>
<a href="#">>></a>
<!-- we can add after here -->
</div>
<div class="pagination-controls">
<!-- we can add up to here -->
<span class="currentpage">1</span>
<a href="#">2</a>
<a href="#">></a>
<a href="#">>></a>
<!-- we can add after here -->
</div>
/* No context defined for this component. */
.pagination-controls {
@include margin-large;
text-align: right;
a {
@extend %button;
}
span {
@extend .button-blue;
}
}
There are no notes for this item.