RED-2646: Paligo CSS
This commit is contained in:
parent
4b72b8f44b
commit
acb93595cc
@ -100,7 +100,21 @@ section > .titlepage .title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic-content > section > p {
|
.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 {
|
.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
|
// FAQ
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user