portal agent: add margins between buttons in links list (#79543)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-07-08 11:16:56 +02:00
parent ba0003a857
commit 795aa95fa3
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 {