refactor: page pagination
1 files added
2 files modified
| | |
| | | border: 1px solid var(--border-color); |
| | | border-bottom: 0px; |
| | | } |
| | | |
| | | /* |
| | | .pagination { |
| | | margin: 30px; |
| | | padding: 0px 0 56px 0; |
| | |
| | | .pagination .next { |
| | | float: right; |
| | | } |
| | | |
| | | .like-reblog-buttons { |
| | | float: right; |
| | | } |
| | | |
| | | .like-button { |
| | | float: right; |
| | | padding: 0 0 0 10px; |
| | | } |
| | | |
| | | .reblog-button { |
| | | float: right; |
| | | padding: 0; |
| | | } |
| | | |
| | | #install-btn { |
| | | position: fixed; |
| | | bottom: 0px; |
| | | right: 6px; |
| | | } |
| | | |
| | | #disqus_thread { |
| | | margin: 30px; |
| | | border-bottom: 1px solid var(--border-color); |
| | | } |
| | | */ |
| | | /* |
| | | .footer { |
| | | clear: both; |
| | |
| | | position: fixed; |
| | | width: var(--sidebar-width); |
| | | } |
| | | /* |
| | | /* |
| | | .sidebar__content { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | width: var(--content-width); |
| | | } */ |
| | | } |
| | | |
| | | |
| | |
| | | @import './partials/components/aside'; |
| | | @import './partials/components/sidebar'; |
| | | @import './partials/components/footer'; |
| | | @import './partials/components/pagination'; |
| | | @import './partials/vendors/mediumzoom'; |
| | | @import './partials/vendors/contactform'; |
| | | @import './partials/vendors/contactform'; |
| New file |
| | |
| | | .pagination { |
| | | margin: 30px; |
| | | padding: 0px 0 56px 0; |
| | | text-align: center; |
| | | font-size: 1.4rem; |
| | | &__list { |
| | | list-style: none; |
| | | margin: 0; |
| | | padding: 0; |
| | | height: 13px; |
| | | &-item { |
| | | margin: 0 2px 0 2px; |
| | | display: inline; |
| | | line-height: 1; |
| | | text-decoration: none; |
| | | color: var(--bg-color); |
| | | } |
| | | } |
| | | } |