views: display auto-archive date on procedure description
This commit is contained in:
parent
59346ee868
commit
38eb60f2ac
5 changed files with 71 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue