2019-05-30 18:52:14 +08:00

52 lines
717 B
Stylus

.post-nav {
display: table;
margin-top: 15px;
width: 100%;
border-top: 1px solid $gainsboro;
}
.post-nav-divider {
display: table-cell;
width: 10%;
}
.post-nav-item {
display: table-cell;
padding: 10px 0 0 0;
width: 45%;
vertical-align: top;
a {
position: relative;
show();
line-height: 25px;
font-size: 14px;
color: $link-color;
border-bottom: none;
&:hover {
color: $link-hover-color;
border-bottom: none;
}
&:active { top: 2px; }
}
.fa {
font-size: 12px;
margin-right: 5px;
}
}
.post-nav-next {
a { padding-left: 5px; }
}
.post-nav-prev {
text-align: right;
a { padding-right: 5px; }
.fa { margin-left: 5px; }
}