@carbon/ibmdotcom-styles 2.41.0 → 2.42.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.
- package/dist/ibm-dotcom-styles.css +4 -3
- package/dist/ibm-dotcom-styles.min.css +2 -2
- package/package.json +6 -6
- package/scss/components/card/_card.scss +1 -1
- package/scss/components/card-group/_card-group.scss +1 -1
- package/scss/components/carousel/_carousel.scss +27 -1
- package/scss/components/structured-list/_structured-list.scss +1 -0
|
@@ -10624,7 +10624,7 @@ screen and (prefers-contrast) {
|
|
|
10624
10624
|
:host(c4d-card-in-card)[pictogram-placement=bottom] .cds--card:hover .cds--card__motion .cds--card__copy,
|
|
10625
10625
|
:host(c4d-card-in-card)[pictogram-placement=top] .cds--card:focus .cds--card__motion .cds--card__copy,
|
|
10626
10626
|
:host(c4d-card-in-card)[pictogram-placement=top] .cds--card:hover .cds--card__motion .cds--card__copy {
|
|
10627
|
-
display:
|
|
10627
|
+
display: grid;
|
|
10628
10628
|
overflow: hidden;
|
|
10629
10629
|
opacity: 1;
|
|
10630
10630
|
-webkit-transform: translate3d(0,0,0);
|
|
@@ -13134,8 +13134,8 @@ screen and (prefers-contrast) {
|
|
|
13134
13134
|
margin-block-end: 1rem
|
|
13135
13135
|
}
|
|
13136
13136
|
:host(c4d-card-group-item)[grid-mode=condensed] .cds--card {
|
|
13137
|
-
-webkit-margin-after:
|
|
13138
|
-
margin-block-end:
|
|
13137
|
+
-webkit-margin-after: 1rem;
|
|
13138
|
+
margin-block-end: 1rem
|
|
13139
13139
|
}
|
|
13140
13140
|
:host(c4d-card-group-item) ::slotted(c4d-card-footer) {
|
|
13141
13141
|
display: revert;
|
|
@@ -49572,6 +49572,7 @@ strong {
|
|
|
49572
49572
|
-ms-flex-wrap: wrap;
|
|
49573
49573
|
flex-wrap: wrap;
|
|
49574
49574
|
margin-inline: -1rem;
|
|
49575
|
+
--max-cols: 5;
|
|
49575
49576
|
-ms-flex-wrap: nowrap;
|
|
49576
49577
|
flex-wrap: nowrap
|
|
49577
49578
|
}
|