alpes-maritimes-2022: add default margins to pk-button inside textcell (#74708)
gitea/publik-base-theme/pipeline/head Build queued... Details

This commit is contained in:
Thomas Jund 2023-02-21 14:46:46 +01:00 committed by Gitea
parent 663673a7e1
commit 3499568963
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;