Added theme back properly
This commit is contained in:
22
themes/hugo-uno/static/scss/components/_pagination.scss
Normal file
22
themes/hugo-uno/static/scss/components/_pagination.scss
Normal file
@ -0,0 +1,22 @@
|
||||
// ------------------------------
|
||||
// PAGINATION
|
||||
// ------------------------------
|
||||
|
||||
.pagination {
|
||||
display: block;
|
||||
margin: 0 0 4em 0;
|
||||
}
|
||||
|
||||
.pagination__page-number {
|
||||
margin: 0;
|
||||
font-size: .8em;
|
||||
color: $gray-dark;
|
||||
}
|
||||
|
||||
.pagination__newer {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.pagination__older {
|
||||
margin-left: 1em;
|
||||
}
|
Reference in New Issue
Block a user