2020-04-15 15:48:16 +02:00
|
|
|
.docs-content > h2[id]::before,
|
|
|
|
.docs-content > h3[id]::before,
|
|
|
|
.docs-content > h4[id]::before {
|
|
|
|
display: block;
|
|
|
|
height: 6rem;
|
|
|
|
margin-top: -6rem;
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
.anchor {
|
|
|
|
visibility: hidden;
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1:hover a,
|
|
|
|
h2:hover a,
|
|
|
|
h3:hover a,
|
|
|
|
h4:hover a {
|
|
|
|
visibility: visible;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-list {
|
|
|
|
margin-top: 2.25rem;
|
|
|
|
}
|
2020-11-04 08:26:58 +01:00
|
|
|
|
|
|
|
.edit-page {
|
|
|
|
margin-top: 3rem;
|
|
|
|
font-size: $font-size-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-page svg {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.meta {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
font-size: $font-size-base;
|
|
|
|
}
|
2021-03-05 21:04:55 +01:00
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
margin-top: 2.25rem;
|
|
|
|
font-size: $font-size-base;
|
|
|
|
}
|
2021-09-09 09:48:27 +02:00
|
|
|
|
|
|
|
.page-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|