Skip to content
Snippets Groups Projects
Commit 5e5b75c9 authored by Olivia206's avatar Olivia206
Browse files

Posts pagination

parent 658891dd
No related branches found
No related tags found
Loading
......@@ -4,6 +4,7 @@
justify-content: center
margin: #{$grid-gutter * 2.5} 0 0
li
@include list-reset
// @extend .page-item
a
// @extend .page-link
......@@ -101,3 +102,21 @@
li.next
a
@include icon(arrow-right)
.posts
+ nav
.pagination
align-items: center
display: flex
margin: auto
li
a
line-height: 140%
padding: $spacing0/2 $spacing0
text-decoration: none
transition: background-color .15s ease-in-out
&.disabled
pointer-events: none
&:not(.disabled)
a:hover
background-color: #e9ecef
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment