views: display auto-archive date on procedure description

This commit is contained in:
Judith 2020-05-27 11:25:43 +02:00 committed by GitHub Action
parent 59346ee868
commit 38eb60f2ac
5 changed files with 71 additions and 0 deletions

View file

@ -37,6 +37,29 @@ $procedure-description-line-height: 22px;
}
}
.procedure-auto-archive {
cursor: pointer;
margin-bottom: 32px;
p {
padding-top: 8px;
font-size: 16px;
}
summary {
font-size: 20px;
&:-webkit-details-marker {
display: none;
}
}
}
.procedure-auto-archive-title {
border-bottom: 1px dotted $blue;
}
.procedure-description {
font-size: 16px;