diff --git a/package.json b/package.json index cf44c2e58..bdce0fe4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "3.11.0", + "version": "3.12.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index dc6ea266f..b530c36d2 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index a6388498e..ee32a62d5 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -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; }