montpellier-2023 :add global padding to cell (#86664)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2024-02-15 17:23:35 +01:00 committed by Thomas Jund
parent 2a55ddefcb
commit 82e78429c0
1 changed files with 5 additions and 0 deletions

View File

@ -330,6 +330,11 @@ div#main-content {
// CELLS
//
%cell {
&:not(.pk-information, .pk-attention, .pk-error, .pk-success) {
padding: 0.5em;
}
}
// Links list
%cell-links-list {
& > li {