mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-16 07:47:48 +01:00
update page number and footer styles
This commit is contained in:
parent
5d51f06863
commit
883a53c0df
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue