From acb93595cca664746c15e8a3c19dcf077609bec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 11 Nov 2021 17:00:19 +0200 Subject: [PATCH] RED-2646: Paligo CSS --- paligo-styles/manual.scss | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/paligo-styles/manual.scss b/paligo-styles/manual.scss index 19970ef14..8b7d02fb3 100644 --- a/paligo-styles/manual.scss +++ b/paligo-styles/manual.scss @@ -100,7 +100,21 @@ section > .titlepage .title { } .topic-content > section > p { - margin: 24px 0; + margin: 12px 0; +} + +.panel { + padding: 12px 0; + + .panel-body { + > p { + margin-bottom: 12px; + + &:not(:first-of-type) { + margin-top: 18px; + } + } + } } .mediaobject { @@ -140,6 +154,13 @@ main ul { } } +.procedure > li.step::before { + background-color: transparent; + border: 1px solid variables.$primary; + color: variables.$primary; + line-height: 23px; +} + // FAQ .question {