update page number and footer styles

This commit is contained in:
Jason Gao 2024-03-05 21:07:34 +08:00
parent 5d51f06863
commit 883a53c0df

View file

@ -14,7 +14,9 @@
@mixin footer { @mixin footer {
font-family: $font-sans; font-family: $font-sans;
font-weight: $font-book; font-weight: $font-book;
font-size: 9pt; font-size: 6pt;
display: flex;
align-items: center;
vertical-align: top; vertical-align: top;
padding-top: 2em; padding-top: 2em;
} }
@ -26,6 +28,7 @@
&::before { &::before {
margin-right: 12pt; margin-right: 12pt;
font-size: 7pt;
font-weight: $font-bold; font-weight: $font-bold;
content: $content; content: $content;
} }
@ -34,10 +37,11 @@
div.running-footer-right { div.running-footer-right {
position: running(footer-right); position: running(footer-right);
@include footer; @include footer;
text-align: right; justify-content: flex-end;
&::after { &::after {
margin-left: 12pt; margin-left: 12pt;
font-size: 7pt;
font-weight: $font-bold; font-weight: $font-bold;
content: $content; content: $content;
} }