org-theme/scss/partials/_postamble.scss

28 lines
494 B
SCSS
Raw Normal View History

2020-11-26 19:56:16 +01:00
#postamble {
2020-11-25 23:22:07 +01:00
position:fixed;
bottom:0;
left:0;
2020-11-26 19:56:16 +01:00
width: $toc-width;
padding: 12px;
2020-11-27 15:16:19 +01:00
color: $color-text-invert;
background: $color-background-obscur;
border-top: solid 10px #343131;
font-family: $serif;
2020-11-25 23:22:07 +01:00
z-index:400;
.author {
2021-01-04 10:19:10 +01:00
font-size: 0.8rem;
2020-11-25 23:22:07 +01:00
margin-bottom: 0px;
}
.date {
2021-01-04 10:19:10 +01:00
font-size: 0.7rem;
2020-11-25 23:22:07 +01:00
margin-bottom: 0px;
2020-11-27 15:16:19 +01:00
color: $color-secondary;
2020-11-25 23:22:07 +01:00
}
.creator, .validation {
display:none;
}
}