mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +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 {
|
@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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue