alpes-maritimes-2022: add default margins to pk-button inside textcell (#74708)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2023-02-21 14:46:46 +01:00
parent 67a27717c2
commit 27f7c77bb8
1 changed files with 4 additions and 0 deletions

View File

@ -534,6 +534,10 @@ div.textcell {
h1 {
margin: 0.7em 1rem;
}
p > a.pk-button {
margin-top: 1.4em;
margin-bottom: 1.4em;
}
}
.gru-content div.tracking-code-input-cell form input {
border-width: 0 0 extract-width($widget-border) 0;