alpes-maritimes-2022: add default margins to pk-button inside textcell (#74708) #182

Merged
csechet merged 1 commits from wip/74708-button-inside-textcell into main 2023-03-01 14:30:53 +01:00
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;