Blog: Move blog styles and content templates to the base repo
This commit is contained in:
parent
2e37336f5e
commit
ea26f5f68b
5 changed files with 101 additions and 5 deletions
35
assets/css/099_page_navigation.css
Normal file
35
assets/css/099_page_navigation.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
/******************
|
||||
# PAGE NAVIGATION
|
||||
******************/
|
||||
|
||||
.page-navigation {
|
||||
list-style: none;
|
||||
padding-inline: 0;
|
||||
|
||||
&:has(.next-page:only-child) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.next-page {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.previous-page::before {
|
||||
content: "←";
|
||||
padding-inline-end: var(--space-s);
|
||||
}
|
||||
|
||||
.next-page::after {
|
||||
content: "→";
|
||||
padding-inline-start: var(--space-s);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue