Skip to content

Commit

Permalink
feat(ibmdotcom styles): remove react classes from content group cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Dec 12, 2023
1 parent 8adf87b commit 91ee9e1
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
}

@mixin content-group-cards {
:host(#{$c4d-prefix}-content-group-cards),
.#{$prefix}--content-group-cards {
::slotted([slot='copy']),
.#{$prefix}--content-group__copy {
:host(#{$c4d-prefix}-content-group-cards) {
::slotted([slot='copy']) {
margin-bottom: $spacing-09;

@include breakpoint(md) {
Expand All @@ -48,8 +46,7 @@
}
}

:host(#{$c4d-prefix}-content-group-cards-item),
.#{$prefix}--content-group-cards-item__col {
:host(#{$c4d-prefix}-content-group-cards-item) {
margin-top: list.slash($grid-gutter, 2);
margin-bottom: list.slash($grid-gutter, 2);
padding-left: list.slash($grid-gutter, 2);
Expand Down

0 comments on commit 91ee9e1

Please sign in to comment.