chore(release)
This commit is contained in:
parent
acb93595cc
commit
1b7191abf4
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "3.11.0",
|
||||
"version": "3.12.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user