diff options
Diffstat (limited to 'themes/tabi-lean/sass/parts/_pagination.scss')
| -rw-r--r-- | themes/tabi-lean/sass/parts/_pagination.scss | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/tabi-lean/sass/parts/_pagination.scss b/themes/tabi-lean/sass/parts/_pagination.scss deleted file mode 100644 index 5361b1e..0000000 --- a/themes/tabi-lean/sass/parts/_pagination.scss +++ /dev/null @@ -1,19 +0,0 @@ -.pagination { - display: flex; - justify-content: space-between; - align-items: center; - margin-top: 2rem; - padding: 0; - font-size: 1em; - list-style: none; - - .page-item .disabled { - opacity: 0.5; - pointer-events: none; - } - - .page-numbers { - color: var(--meta-color); - font-size: 0.9rem; - } -} |
