portal agent: add margins between buttons in links list (#79543) #346

Merged
fpeters merged 1 commits from wip/79543-agent-button-links-list into main 2023-07-14 09:01:45 +02:00
1 changed files with 7 additions and 0 deletions

View File

@ -225,6 +225,13 @@ div.backofficesubmissioncell div.links-list h4 {
padding-left: 35px;
}
.link-list-cell.pk-button {
li {
margin: 1em 0;
border: none;
}
}
/* support foldable cells */
div.cell {
&.foldable {