chore(release)

This commit is contained in:
Bamboo 2021-11-11 16:03:30 +01:00
parent acb93595cc
commit 1b7191abf4
3 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "redaction",
"version": "3.11.0",
"version": "3.12.0",
"private": true,
"license": "MIT",
"scripts": {

Binary file not shown.

View File

@ -547,7 +547,17 @@ section > .titlepage .title {
}
.topic-content > section > p {
margin: 24px 0;
margin: 12px 0;
}
.panel {
padding: 12px 0;
}
.panel .panel-body > p {
margin-bottom: 12px;
}
.panel .panel-body > p:not(:first-of-type) {
margin-top: 18px;
}
.mediaobject {
@ -633,6 +643,13 @@ main ul {
margin-bottom: 8px;
}
.procedure > li.step::before {
background-color: transparent;
border: 1px solid #dd4d50;
color: #dd4d50;
line-height: 23px;
}
.question {
font-weight: 600;
}