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