@carbon/ibmdotcom-styles 2.27.0-rc.0 → 2.28.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.
@@ -5261,7 +5261,7 @@ screen and (prefers-contrast) {
5261
5261
  opacity: .08
5262
5262
  }
5263
5263
  .c4d--video-player__video-container {
5264
- display: inline-block;
5264
+ display: block;
5265
5265
  inline-size: 100%;
5266
5266
  position: relative;
5267
5267
  overflow: hidden;
@@ -6436,6 +6436,44 @@ screen and (prefers-contrast) {
6436
6436
  margin: 1rem
6437
6437
  }
6438
6438
  }
6439
+ @media (max-width:41.98rem) {
6440
+ :host(c4d-callout-quote[appearance=card]) {
6441
+ -webkit-padding-after: 0;
6442
+ padding-block-end: 0
6443
+ }
6444
+ :host(c4d-callout-quote[appearance=card]) div.cds--quote__source {
6445
+ margin-block: 1rem -1rem;
6446
+ -webkit-margin-start: -2rem;
6447
+ margin-inline-start: -2rem
6448
+ }
6449
+ :host(c4d-callout-quote[appearance=card]) div.cds--quote__footer {
6450
+ -webkit-margin-start: -2rem;
6451
+ margin-inline-start: -2rem
6452
+ }
6453
+ :host(c4d-callout-quote[appearance=card]) div.cds--quote__footer > c4d-hr {
6454
+ margin-right: -.1rem;
6455
+ -webkit-margin-end: 2rem;
6456
+ margin-inline-end: 2rem
6457
+ }
6458
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper > blockquote > .cds--quote__footer,
6459
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper > blockquote > .cds--quote__source {
6460
+ display: block
6461
+ }
6462
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper .cds--quote__footer,
6463
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper .cds--quote__source {
6464
+ display: none
6465
+ }
6466
+ }
6467
+ @media (min-width:42rem) {
6468
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper > blockquote > .cds--quote__footer,
6469
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper > blockquote > .cds--quote__source {
6470
+ display: none
6471
+ }
6472
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper .cds--quote__footer,
6473
+ :host(c4d-callout-quote[appearance=card]) .cds--quote__wrapper .cds--quote__source {
6474
+ display: block
6475
+ }
6476
+ }
6439
6477
  .cds--content-block,
6440
6478
  :host(c4d-content-block),
6441
6479
  :host(c4d-content-block-headlines),