diff options
Diffstat (limited to 'assets/sass/_pagination.scss')
-rw-r--r-- | assets/sass/_pagination.scss | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/assets/sass/_pagination.scss b/assets/sass/_pagination.scss deleted file mode 100644 index 992fe5a..0000000 --- a/assets/sass/_pagination.scss +++ /dev/null @@ -1,29 +0,0 @@ -#pagination { - text-align: center; - // spliter between pagination and last post block - border-top: $spliter; - padding: 1em 0 1em 0; - - li { - display: inline; - @include link-primary(); - - &.pag-item { - padding: 0em 0.25em; - - a { - vertical-align: middle; - } - } - - // darker number when active - &.pag-current a { - color: $color-secondary; - } - } - - i { - padding: 0em 0.25em; - vertical-align: middle; - } -}
\ No newline at end of file |