@carbon/ibmdotcom-styles 2.14.0 → 2.15.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9942,6 +9942,18 @@ screen and (prefers-contrast) {
9942
9942
  content: "";
9943
9943
  inset: 0
9944
9944
  }
9945
+ .cds--card .cds--card__footer-wrapper,
9946
+ :host(c4d-card) .cds--card__footer-wrapper,
9947
+ :host(c4d-card-cta) .cds--card__footer-wrapper,
9948
+ :host(c4d-card-group-item) .cds--card .cds--card__footer-wrapper,
9949
+ :host(c4d-card-group-item) .cds--card__footer-wrapper,
9950
+ :host(c4d-card-in-card) .cds--card__footer-wrapper,
9951
+ :host(c4d-content-group-cards-item) .cds--card .cds--card__footer-wrapper,
9952
+ :host(c4d-content-group-cards-item) .cds--card__footer-wrapper,
9953
+ :host(c4d-region-item) .cds--link .cds--card__footer-wrapper {
9954
+ -webkit-margin-before: auto;
9955
+ margin-block-start: auto
9956
+ }
9945
9957
  :host(c4d-card),
9946
9958
  :host(c4d-card-cta),
9947
9959
  :host(c4d-card-group-item),
@@ -10402,8 +10414,6 @@ screen and (prefers-contrast) {
10402
10414
  :host(c4d-card-in-card-footer) a,
10403
10415
  :host(c4d-feature-card-footer) a,
10404
10416
  :host(c4d-feature-cta-footer) a {
10405
- -webkit-margin-before: auto;
10406
- margin-block-start: auto;
10407
10417
  text-decoration: none
10408
10418
  }
10409
10419
  .cds--card .cds--card__footer:focus,