Skip to content

Commit

Permalink
fix(content-item): changing the selector to also match what we have i…
Browse files Browse the repository at this point in the history
…n AEM
  • Loading branch information
bruno-amorim committed Dec 18, 2024
1 parent d130d9f commit ff3a1b0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
margin-block-end: $spacing-05;
}

::slotted(#{$c4d-prefix}-link-with-icon) {
padding: $spacing-05 0 $spacing-07;
}

:host(#{$c4d-prefix}-content-item-copy:not([has-cta])) {
::slotted(#{$c4d-prefix}-content-item-paragraph) {
margin-block-end: 0;
Expand All @@ -121,5 +117,6 @@

:host(#{$c4d-prefix}-content-item) ::slotted([slot='footer']) {
margin-inline-start: 0;
padding-block: $spacing-05 $spacing-07;
}
}

0 comments on commit ff3a1b0

Please sign in to comment.