cci: ajustements (#70464) #33

Merged
csechet merged 3 commits from wip/70464-cci-ajustements-integration-grap into main 2022-12-12 16:21:22 +01:00
2 changed files with 15 additions and 11 deletions

View File

@ -23,7 +23,7 @@
&--body { &--body {
padding: 1rem; padding: 1rem;
a:not([role=button]){ a:not([role=button]):not(.pk-button):not(.pk-big-button) {
@extend %cci-link; @extend %cci-link;
} }
} }
@ -68,6 +68,9 @@
div#tracking-code { div#tracking-code {
margin: 0; margin: 0;
&.has-discard-button form {
}
Review

Selecteur vide ?

Selecteur vide ?
div.tracking-code-part { div.tracking-code-part {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -84,18 +87,20 @@
} }
a { a {
padding: 0.5rem; padding-top: 0.5rem;
padding-bottom: 0;
text-align: center; text-align: center;
} }
}
& + form { form {
margin: 0;
margin-top: 0.5rem;
display: flex;
justify-content: center;
button {
margin: 0; margin: 0;
display: flex;
justify-content: center;
button {
margin: 0;
}
} }
} }
} }

View File

@ -6,8 +6,7 @@
"settings": { "settings": {
"combo": { "combo": {
"COMBO_ASSET_SLOTS.update": { "COMBO_ASSET_SLOTS.update": {
"header:background": { "label": "Têtière : fond" }, "header:background": { "label": "Têtière : fond" }
"header:logo": { "label": "Têtière : logo" }
} }
} }
} }