diff options
Diffstat (limited to 'themes/hugo-coder/assets/scss/_pagination.scss')
| m--------- | themes/hugo-coder | 0 | ||||
| -rw-r--r-- | themes/hugo-coder/assets/scss/_pagination.scss | 27 |
2 files changed, 27 insertions, 0 deletions
diff --git a/themes/hugo-coder b/themes/hugo-coder deleted file mode 160000 | |||
| Subproject 55b2a150f990bc56364dba347bc9acc6aab07be | |||
diff --git a/themes/hugo-coder/assets/scss/_pagination.scss b/themes/hugo-coder/assets/scss/_pagination.scss new file mode 100644 index 0000000..33214bb --- /dev/null +++ b/themes/hugo-coder/assets/scss/_pagination.scss | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | .pagination { | ||
| 2 | margin-top: 6rem; | ||
| 3 | text-align: center; | ||
| 4 | font-family: $font-family; | ||
| 5 | |||
| 6 | li { | ||
| 7 | display: inline; | ||
| 8 | text-align: center; | ||
| 9 | font-weight: 700; | ||
| 10 | |||
| 11 | span { | ||
| 12 | margin: 0; | ||
| 13 | text-align: center; | ||
| 14 | width: 3.2rem; | ||
| 15 | } | ||
| 16 | |||
| 17 | a { | ||
| 18 | font-weight: 300; | ||
| 19 | |||
| 20 | span { | ||
| 21 | margin: 0; | ||
| 22 | text-align: center; | ||
| 23 | width: 3.2rem; | ||
| 24 | } | ||
| 25 | } | ||
| 26 | } | ||
| 27 | } | ||
