Skip to content

Commit

Permalink
fix(content-item): fixing cta spacing in relation to the copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-amorim committed Dec 17, 2024
1 parent fb65348 commit d130d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/internal/content-item/_content-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
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 Down

0 comments on commit d130d9f

Please sign in to comment.