diff --git a/static/cci/_wcs.scss b/static/cci/_wcs.scss index 9ba7ddf3..8e5edbbb 100644 --- a/static/cci/_wcs.scss +++ b/static/cci/_wcs.scss @@ -23,7 +23,7 @@ &--body { padding: 1rem; - a:not([role=button]){ + a:not([role=button]):not(.pk-button):not(.pk-big-button) { @extend %cci-link; } } @@ -68,6 +68,9 @@ div#tracking-code { margin: 0; + &.has-discard-button form { + } + div.tracking-code-part { display: flex; flex-direction: column; @@ -84,18 +87,20 @@ } a { - padding: 0.5rem; + padding-top: 0.5rem; + padding-bottom: 0; text-align: center; } + } - & + form { + form { + margin: 0; + margin-top: 0.5rem; + display: flex; + justify-content: center; + + button { margin: 0; - display: flex; - justify-content: center; - - button { - margin: 0; - } } } } diff --git a/static/cci/config.json b/static/cci/config.json index 0532ab3e..3c575df0 100644 --- a/static/cci/config.json +++ b/static/cci/config.json @@ -6,8 +6,7 @@ "settings": { "combo": { "COMBO_ASSET_SLOTS.update": { - "header:background": { "label": "Têtière : fond" }, - "header:logo": { "label": "Têtière : logo" } + "header:background": { "label": "Têtière : fond" } } } }