mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 12:23:44 +03:00
37 lines
497 B
SCSS
37 lines
497 B
SCSS
![]() |
.post-navigation {
|
||
|
margin: 5em auto;
|
||
|
padding: 0;
|
||
|
|
||
|
a {
|
||
|
border-bottom: 1px solid #eaeaea;
|
||
|
color: #444;
|
||
|
display: block;
|
||
|
font-weight: 600;
|
||
|
padding: 11px 0 12px;
|
||
|
text-transform: none;
|
||
|
width: 100%;
|
||
|
|
||
|
&:hover {
|
||
|
color: #21759b;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.nav-links {
|
||
|
border-top: 1px solid #eaeaea;
|
||
|
hyphens: auto;
|
||
|
word-wrap: break-word;
|
||
|
}
|
||
|
|
||
|
.meta-nav {
|
||
|
color: #777;
|
||
|
display: block;
|
||
|
font-size: 13px;
|
||
|
line-height: 2;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
|
||
|
.nav-next {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|