RED-2646: Paligo CSS

This commit is contained in:
Adina Țeudan 2021-11-11 17:00:19 +02:00
parent 4b72b8f44b
commit acb93595cc

View File

@ -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 {