hexo-theme-stellar/source/css/_layout/partial/paginator.styl

23 lines
442 B
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
.posts .paginator-wrap
display: flex
justify-content: space-between
align-items: center
disable-select()
font-weight: 500
svg.icon
font-size: 1.8rem
.paginator
text-align: center
padding: $gap
div.paginator
font-size: $fs14
color: var(--text-p2)
a.paginator
color: $color-link
trans1: color
&.disable
pointer-events: none
opacity: 0.25
a.paginator:hover
color: $color-hover