@carbon/ibmdotcom-styles 2.16.0-rc.3 → 2.16.1
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 +112 -113
- package/dist/ibm-dotcom-styles.min.css +4 -4
- package/package.json +2 -2
- package/scss/components/button-group/_button-group.scss +1 -0
- package/scss/components/callout-quote/_callout-quote.scss +6 -5
- package/scss/components/callout-with-media/_callout-with-media.scss +6 -1
- package/scss/components/card/_card.scss +18 -5
- package/scss/components/card-group/_card-group.scss +2 -0
- package/scss/components/card-in-card/_card-in-card.scss +1 -0
- package/scss/components/card-section-offset/_card-section-offset.scss +2 -1
- package/scss/components/content-block-media/_content-block-media.scss +2 -1
- package/scss/components/content-block-mixed/_content-block-mixed.scss +1 -0
- package/scss/components/content-block-simple/_content-block-simple.scss +2 -1
- package/scss/components/content-group-cards/_content-group-cards.scss +0 -1
- package/scss/components/content-item-row/_content-item-row.scss +2 -1
- package/scss/components/content-item-row-media/_content-item-row-media.scss +2 -1
- package/scss/components/cta-block/_cta-block.scss +1 -0
- package/scss/components/expressive-modal/_expressive-modal.scss +2 -1
- package/scss/components/filter-panel/_filter-panel.scss +1 -0
- package/scss/components/footer/_footer.scss +1 -1
- package/scss/components/footer/_language-selector.scss +1 -0
- package/scss/components/global-banner/_global-banner.scss +2 -1
- package/scss/components/image/_image.scss +1 -0
- package/scss/components/leadspace/_leadspace.scss +1 -0
- package/scss/components/leadspace-block/_leadspace-block.scss +1 -0
- package/scss/components/leadspace-with-search/_leadspace-with-search.scss +2 -1
- package/scss/components/link-with-icon/_link-with-icon.scss +2 -2
- package/scss/components/search-with-typeahead/_search-with-typeahead.scss +1 -0
- package/scss/components/tableofcontents/_table-of-contents.scss +1 -0
- package/scss/components/tabs-extended/_tabs-extended.scss +1 -0
- package/scss/components/tag-link/_tag-link.scss +2 -1
- package/scss/globals/utils/_content-width.scss +1 -0
- package/scss/internal/content-block/_content-block.scss +1 -0
- package/scss/patterns/blocks/callout-data/_callout-data.scss +2 -0
- package/scss/patterns/blocks/leadspace-block/_leadspace-block.scss +1 -0
- package/scss/patterns/sections/leadspace/_leadspace.scss +1 -0
|
@@ -3755,7 +3755,7 @@ screen and (prefers-contrast) {
|
|
|
3755
3755
|
:host(c4d-expressive-modal) .cds--modal-container {
|
|
3756
3756
|
padding: 1rem;
|
|
3757
3757
|
grid-template-rows: 1fr;
|
|
3758
|
-
min-block-size:
|
|
3758
|
+
min-block-size: 5.25rem
|
|
3759
3759
|
}
|
|
3760
3760
|
@media (min-width:42rem) {
|
|
3761
3761
|
:host(c4d-expressive-modal) .cds--modal-container {
|
|
@@ -3852,7 +3852,7 @@ screen and (prefers-contrast) {
|
|
|
3852
3852
|
:host(c4d-expressive-modal[size=full-width]) ::slotted(c4d-expressive-modal-body),
|
|
3853
3853
|
:host(c4d-expressive-modal[size=full-width]) ::slotted(c4d-lightbox-media-viewer-body) {
|
|
3854
3854
|
block-size: auto;
|
|
3855
|
-
min-block-size:
|
|
3855
|
+
min-block-size: 31.25rem;
|
|
3856
3856
|
-webkit-padding-end: 0;
|
|
3857
3857
|
padding-inline-end: 0
|
|
3858
3858
|
}
|
|
@@ -4463,7 +4463,7 @@ screen and (prefers-contrast) {
|
|
|
4463
4463
|
:host(c4d-button-group-item) .cds--btn,
|
|
4464
4464
|
:host(c4d-pricing-table-header-cell-cta) .cds--btn {
|
|
4465
4465
|
display: block;
|
|
4466
|
-
border: solid #161616;
|
|
4466
|
+
border: .0625rem solid #161616;
|
|
4467
4467
|
background: #fff;
|
|
4468
4468
|
color: #161616;
|
|
4469
4469
|
font-weight: 600;
|
|
@@ -5613,12 +5613,10 @@ screen and (prefers-contrast) {
|
|
|
5613
5613
|
-webkit-margin-start: .5rem;
|
|
5614
5614
|
margin-inline-start: .5rem
|
|
5615
5615
|
}
|
|
5616
|
-
.
|
|
5617
|
-
:host(c4d-callout-link-with-icon) span,
|
|
5616
|
+
.cds--link-with-icon span,
|
|
5618
5617
|
:host(c4d-link-list-item) span,
|
|
5619
5618
|
:host(c4d-link-list-item-cta) span,
|
|
5620
5619
|
:host(c4d-link-with-icon) span,
|
|
5621
|
-
:host(c4d-quote-link-with-icon) span,
|
|
5622
5620
|
:host(c4d-text-cta) span {
|
|
5623
5621
|
-webkit-box-flex: 1;
|
|
5624
5622
|
-ms-flex: 1;
|
|
@@ -5627,18 +5625,14 @@ screen and (prefers-contrast) {
|
|
|
5627
5625
|
align-self: center;
|
|
5628
5626
|
vertical-align: middle
|
|
5629
5627
|
}
|
|
5630
|
-
.
|
|
5631
|
-
.
|
|
5632
|
-
:host(c4d-callout-link-with-icon) ::slotted(svg[slot=icon]),
|
|
5633
|
-
:host(c4d-callout-link-with-icon) svg,
|
|
5628
|
+
.cds--link-with-icon ::slotted(svg[slot=icon]),
|
|
5629
|
+
.cds--link-with-icon svg,
|
|
5634
5630
|
:host(c4d-link-list-item) ::slotted(svg[slot=icon]),
|
|
5635
5631
|
:host(c4d-link-list-item) svg,
|
|
5636
5632
|
:host(c4d-link-list-item-cta) ::slotted(svg[slot=icon]),
|
|
5637
5633
|
:host(c4d-link-list-item-cta) svg,
|
|
5638
5634
|
:host(c4d-link-with-icon) ::slotted(svg[slot=icon]),
|
|
5639
5635
|
:host(c4d-link-with-icon) svg,
|
|
5640
|
-
:host(c4d-quote-link-with-icon) ::slotted(svg[slot=icon]),
|
|
5641
|
-
:host(c4d-quote-link-with-icon) svg,
|
|
5642
5636
|
:host(c4d-text-cta) ::slotted(svg[slot=icon]),
|
|
5643
5637
|
:host(c4d-text-cta) svg {
|
|
5644
5638
|
display: inline;
|
|
@@ -5648,14 +5642,14 @@ screen and (prefers-contrast) {
|
|
|
5648
5642
|
-webkit-margin-start: .5rem;
|
|
5649
5643
|
margin-inline-start: .5rem
|
|
5650
5644
|
}
|
|
5651
|
-
.
|
|
5645
|
+
.cds--link-with-icon.cds--link--visited,
|
|
5652
5646
|
:host(c4d-link-list-item).cds--link--visited,
|
|
5653
5647
|
:host(c4d-link-list-item-cta).cds--link--visited,
|
|
5654
5648
|
:host(c4d-link-with-icon).cds--link--visited,
|
|
5655
5649
|
:host(c4d-text-cta).cds--link--visited {
|
|
5656
5650
|
color: var(--cds-link-visited,#8a3ffc)
|
|
5657
5651
|
}
|
|
5658
|
-
.
|
|
5652
|
+
.cds--link-with-icon.cds--link--disabled:hover,
|
|
5659
5653
|
:host(c4d-link-list-item).cds--link--disabled:hover,
|
|
5660
5654
|
:host(c4d-link-list-item-cta).cds--link--disabled:hover,
|
|
5661
5655
|
:host(c4d-link-with-icon).cds--link--disabled:hover,
|
|
@@ -5665,25 +5659,21 @@ screen and (prefers-contrast) {
|
|
|
5665
5659
|
line-height: var(--cds-body-compact-02-line-height,1.375);
|
|
5666
5660
|
letter-spacing: var(--cds-body-compact-02-letter-spacing,0)
|
|
5667
5661
|
}
|
|
5668
|
-
.
|
|
5669
|
-
:host(c4d-callout-link-with-icon) .cds--link--disabled,
|
|
5662
|
+
.cds--link-with-icon .cds--link--disabled,
|
|
5670
5663
|
:host(c4d-link-list-item) .cds--link--disabled,
|
|
5671
5664
|
:host(c4d-link-list-item-cta) .cds--link--disabled,
|
|
5672
5665
|
:host(c4d-link-with-icon) .cds--link--disabled,
|
|
5673
|
-
:host(c4d-quote-link-with-icon) .cds--link--disabled,
|
|
5674
5666
|
:host(c4d-text-cta) .cds--link--disabled {
|
|
5675
5667
|
color: var(--cds-text-disabled,rgba(22,22,22,.25))
|
|
5676
5668
|
}
|
|
5677
|
-
.
|
|
5678
|
-
.
|
|
5679
|
-
:host(c4d-callout-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5669
|
+
.cds--link-with-icon .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5670
|
+
.cds--link-with-icon.cds--link-with-icon__icon-left,
|
|
5680
5671
|
:host(c4d-link-list-item) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5681
5672
|
:host(c4d-link-list-item).cds--link-with-icon__icon-left,
|
|
5682
5673
|
:host(c4d-link-list-item-cta) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5683
5674
|
:host(c4d-link-list-item-cta).cds--link-with-icon__icon-left,
|
|
5684
5675
|
:host(c4d-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5685
5676
|
:host(c4d-link-with-icon).cds--link-with-icon__icon-left,
|
|
5686
|
-
:host(c4d-quote-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5687
5677
|
:host(c4d-text-cta) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left,
|
|
5688
5678
|
:host(c4d-text-cta).cds--link-with-icon__icon-left {
|
|
5689
5679
|
display: -webkit-box;
|
|
@@ -5697,12 +5687,10 @@ screen and (prefers-contrast) {
|
|
|
5697
5687
|
-ms-flex-pack: end;
|
|
5698
5688
|
justify-content: flex-end
|
|
5699
5689
|
}
|
|
5700
|
-
.
|
|
5701
|
-
.
|
|
5702
|
-
.
|
|
5703
|
-
.
|
|
5704
|
-
:host(c4d-callout-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5705
|
-
:host(c4d-callout-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5690
|
+
.cds--link-with-icon .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5691
|
+
.cds--link-with-icon .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5692
|
+
.cds--link-with-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5693
|
+
.cds--link-with-icon.cds--link-with-icon__icon-left svg,
|
|
5706
5694
|
:host(c4d-link-list-item) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5707
5695
|
:host(c4d-link-list-item) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5708
5696
|
:host(c4d-link-list-item).cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
@@ -5715,8 +5703,6 @@ screen and (prefers-contrast) {
|
|
|
5715
5703
|
:host(c4d-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5716
5704
|
:host(c4d-link-with-icon).cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5717
5705
|
:host(c4d-link-with-icon).cds--link-with-icon__icon-left svg,
|
|
5718
|
-
:host(c4d-quote-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5719
|
-
:host(c4d-quote-link-with-icon) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5720
5706
|
:host(c4d-text-cta) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
5721
5707
|
:host(c4d-text-cta) .cds--link-with-icon.cds--link-with-icon--inline-icon.cds--link-with-icon__icon-left svg,
|
|
5722
5708
|
:host(c4d-text-cta).cds--link-with-icon__icon-left ::slotted(svg[slot=icon]),
|
|
@@ -6006,19 +5992,14 @@ screen and (prefers-contrast) {
|
|
|
6006
5992
|
color: var(--cds-link-inverse,#78a9ff)
|
|
6007
5993
|
}
|
|
6008
5994
|
:host(c4d-callout-quote) c4d-hr {
|
|
6009
|
-
margin: 1rem
|
|
5995
|
+
margin: 1rem 2rem
|
|
6010
5996
|
}
|
|
6011
5997
|
@media (min-width:42rem) {
|
|
6012
5998
|
:host(c4d-callout-quote) {
|
|
6013
5999
|
margin-inline: 2rem/-2
|
|
6014
6000
|
}
|
|
6015
6001
|
:host(c4d-callout-quote) c4d-hr {
|
|
6016
|
-
margin: 1rem
|
|
6017
|
-
}
|
|
6018
|
-
}
|
|
6019
|
-
@media (min-width:66rem) {
|
|
6020
|
-
:host(c4d-callout-quote) c4d-hr {
|
|
6021
|
-
margin: 1rem .5rem
|
|
6002
|
+
margin: 1rem
|
|
6022
6003
|
}
|
|
6023
6004
|
}
|
|
6024
6005
|
.cds--content-block,
|
|
@@ -6087,6 +6068,7 @@ screen and (prefers-contrast) {
|
|
|
6087
6068
|
}
|
|
6088
6069
|
.cds--content-layout ::slotted([data-autoid^=c4d--card]:not([slot])),
|
|
6089
6070
|
.cds--content-layout ::slotted([data-autoid^=c4d--tabs-]:not([slot])),
|
|
6071
|
+
.cds--content-layout ::slotted(c4d-content-group-cards-item:not([slot])),
|
|
6090
6072
|
.cds--content-layout ::slotted(c4d-content-group:not([slot])),
|
|
6091
6073
|
.cds--content-layout ::slotted(c4d-cta-block-item-row:not([slot])) {
|
|
6092
6074
|
-webkit-margin-start: 0;
|
|
@@ -6732,7 +6714,7 @@ screen and (prefers-contrast) {
|
|
|
6732
6714
|
:host(c4d-image)[heading] {
|
|
6733
6715
|
display: block;
|
|
6734
6716
|
margin-block: 2rem;
|
|
6735
|
-
max-inline-size:
|
|
6717
|
+
max-inline-size: 40rem
|
|
6736
6718
|
}
|
|
6737
6719
|
.c4d--image-with-caption__image {
|
|
6738
6720
|
position: relative;
|
|
@@ -6930,7 +6912,7 @@ screen and (prefers-contrast) {
|
|
|
6930
6912
|
:host(c4d-callout-with-media) ::slotted([slot=copy]),
|
|
6931
6913
|
:host(c4d-callout-with-media) ::slotted([slot=heading]) {
|
|
6932
6914
|
inline-size: auto;
|
|
6933
|
-
max-inline-size:
|
|
6915
|
+
max-inline-size: 40rem;
|
|
6934
6916
|
-webkit-padding-end: 2rem;
|
|
6935
6917
|
padding-inline-end: 2rem
|
|
6936
6918
|
}
|
|
@@ -6977,7 +6959,7 @@ screen and (prefers-contrast) {
|
|
|
6977
6959
|
-webkit-padding-before: .5rem;
|
|
6978
6960
|
padding-block-start: .5rem
|
|
6979
6961
|
}
|
|
6980
|
-
:host(c4d-callout-with-media-image) .
|
|
6962
|
+
:host(c4d-callout-with-media-image) .c4d--image__img {
|
|
6981
6963
|
max-inline-size: 100%
|
|
6982
6964
|
}
|
|
6983
6965
|
.cds--pricing-table-header-cell-tag,
|
|
@@ -9927,15 +9909,15 @@ screen and (prefers-contrast) {
|
|
|
9927
9909
|
-webkit-padding-end: 10%;
|
|
9928
9910
|
padding-inline-end: 10%
|
|
9929
9911
|
}
|
|
9930
|
-
.cds--card .cds--card__copy
|
|
9931
|
-
:host(c4d-card) .cds--card__copy
|
|
9932
|
-
:host(c4d-card-cta) .cds--card__copy
|
|
9933
|
-
:host(c4d-card-group-item) .cds--card .cds--card__copy
|
|
9934
|
-
:host(c4d-card-group-item) .cds--card__copy
|
|
9935
|
-
:host(c4d-card-in-card) .cds--card__copy
|
|
9936
|
-
:host(c4d-content-group-cards-item) .cds--card .cds--card__copy
|
|
9937
|
-
:host(c4d-content-group-cards-item) .cds--card__copy
|
|
9938
|
-
:host(c4d-region-item) .cds--link .cds--card__copy
|
|
9912
|
+
.cds--card .cds--card__copy,
|
|
9913
|
+
:host(c4d-card) .cds--card__copy,
|
|
9914
|
+
:host(c4d-card-cta) .cds--card__copy,
|
|
9915
|
+
:host(c4d-card-group-item) .cds--card .cds--card__copy,
|
|
9916
|
+
:host(c4d-card-group-item) .cds--card__copy,
|
|
9917
|
+
:host(c4d-card-in-card) .cds--card__copy,
|
|
9918
|
+
:host(c4d-content-group-cards-item) .cds--card .cds--card__copy,
|
|
9919
|
+
:host(c4d-content-group-cards-item) .cds--card__copy,
|
|
9920
|
+
:host(c4d-region-item) .cds--link .cds--card__copy {
|
|
9939
9921
|
font-size: var(--cds-body-02-font-size,1rem);
|
|
9940
9922
|
font-weight: var(--cds-body-02-font-weight,400);
|
|
9941
9923
|
line-height: var(--cds-body-02-line-height,1.5);
|
|
@@ -10073,12 +10055,6 @@ screen and (prefers-contrast) {
|
|
|
10073
10055
|
:host(c4d-card-in-card)[pictogram] .cds--card .cds--card__copy {
|
|
10074
10056
|
margin-block: 2rem 0
|
|
10075
10057
|
}
|
|
10076
|
-
:host(c4d-card)[pictogram] .cds--card .cds--card__copy[hidden],
|
|
10077
|
-
:host(c4d-card-cta)[pictogram] .cds--card .cds--card__copy[hidden],
|
|
10078
|
-
:host(c4d-card-group-item)[pictogram] .cds--card .cds--card__copy[hidden],
|
|
10079
|
-
:host(c4d-card-in-card)[pictogram] .cds--card .cds--card__copy[hidden] {
|
|
10080
|
-
margin: 0
|
|
10081
|
-
}
|
|
10082
10058
|
:host(c4d-card)[pictogram] .cds--card svg,
|
|
10083
10059
|
:host(c4d-card-cta)[pictogram] .cds--card svg,
|
|
10084
10060
|
:host(c4d-card-group-item)[pictogram] .cds--card svg,
|
|
@@ -10119,6 +10095,21 @@ screen and (prefers-contrast) {
|
|
|
10119
10095
|
-ms-flex-align: start;
|
|
10120
10096
|
align-items: flex-start
|
|
10121
10097
|
}
|
|
10098
|
+
:host(c4d-card)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__content,
|
|
10099
|
+
:host(c4d-card-cta)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__content,
|
|
10100
|
+
:host(c4d-card-group-item)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__content,
|
|
10101
|
+
:host(c4d-card-in-card)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__content {
|
|
10102
|
+
-webkit-padding-after: 4rem;
|
|
10103
|
+
padding-block-end: 4rem
|
|
10104
|
+
}
|
|
10105
|
+
:host(c4d-card)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__pictogram-wrapper,
|
|
10106
|
+
:host(c4d-card-cta)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__pictogram-wrapper,
|
|
10107
|
+
:host(c4d-card-group-item)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__pictogram-wrapper,
|
|
10108
|
+
:host(c4d-card-in-card)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__pictogram-wrapper {
|
|
10109
|
+
position: absolute;
|
|
10110
|
+
inset-block-end: 1rem;
|
|
10111
|
+
inset-inline-start: 1rem
|
|
10112
|
+
}
|
|
10122
10113
|
:host(c4d-card)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__copy,
|
|
10123
10114
|
:host(c4d-card-cta)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__copy,
|
|
10124
10115
|
:host(c4d-card-group-item)[pictogram][pictogram-placement=bottom] .cds--card .cds--card__copy,
|
|
@@ -10176,6 +10167,12 @@ screen and (prefers-contrast) {
|
|
|
10176
10167
|
flex-direction: column;
|
|
10177
10168
|
gap: 1rem
|
|
10178
10169
|
}
|
|
10170
|
+
:host(c4d-card) .cds--card__copy[hidden],
|
|
10171
|
+
:host(c4d-card-cta) .cds--card__copy[hidden],
|
|
10172
|
+
:host(c4d-card-group-item) .cds--card__copy[hidden],
|
|
10173
|
+
:host(c4d-card-in-card) .cds--card__copy[hidden] {
|
|
10174
|
+
display: none!important
|
|
10175
|
+
}
|
|
10179
10176
|
:host(c4d-card[aspect-ratio="1:1"]) .cds--card__wrapper {
|
|
10180
10177
|
display: -webkit-box;
|
|
10181
10178
|
display: -ms-flexbox;
|
|
@@ -10382,7 +10379,7 @@ screen and (prefers-contrast) {
|
|
|
10382
10379
|
:host(c4d-card-eyebrow) {
|
|
10383
10380
|
display: block;
|
|
10384
10381
|
inline-size: 90%;
|
|
10385
|
-
max-inline-size:
|
|
10382
|
+
max-inline-size: 40rem;
|
|
10386
10383
|
font-size: var(--cds-label-02-font-size,.875rem);
|
|
10387
10384
|
font-weight: var(--cds-label-02-font-weight,400);
|
|
10388
10385
|
line-height: var(--cds-label-02-line-height,1.28572);
|
|
@@ -10608,7 +10605,7 @@ screen and (prefers-contrast) {
|
|
|
10608
10605
|
:host(c4d-card-link-heading) {
|
|
10609
10606
|
display: block;
|
|
10610
10607
|
inline-size: 90%;
|
|
10611
|
-
max-inline-size:
|
|
10608
|
+
max-inline-size: 40rem;
|
|
10612
10609
|
color: var(--cds-text-primary,#161616);
|
|
10613
10610
|
-webkit-margin-after: 4rem;
|
|
10614
10611
|
margin-block-end: 4rem
|
|
@@ -12273,6 +12270,11 @@ screen and (prefers-contrast) {
|
|
|
12273
12270
|
grid-template-columns: repeat(2,1fr)
|
|
12274
12271
|
}
|
|
12275
12272
|
}
|
|
12273
|
+
@media (min-width:66rem) {
|
|
12274
|
+
:host(c4d-card-group) {
|
|
12275
|
+
grid-template-columns: repeat(var(--c4d--card-group--cards-in-row),1fr)
|
|
12276
|
+
}
|
|
12277
|
+
}
|
|
12276
12278
|
:host(c4d-card-group[with-card-in-card][grid-mode]) {
|
|
12277
12279
|
-webkit-padding-before: 0;
|
|
12278
12280
|
padding-block-start: 0;
|
|
@@ -12293,6 +12295,7 @@ screen and (prefers-contrast) {
|
|
|
12293
12295
|
display: grid;
|
|
12294
12296
|
border: 0;
|
|
12295
12297
|
grid-row: span 10;
|
|
12298
|
+
grid-template-columns: subgrid;
|
|
12296
12299
|
grid-template-rows: subgrid;
|
|
12297
12300
|
-webkit-margin-after: 2rem;
|
|
12298
12301
|
margin-block-end: 2rem;
|
|
@@ -12330,12 +12333,9 @@ screen and (prefers-contrast) {
|
|
|
12330
12333
|
row-gap: 0
|
|
12331
12334
|
}
|
|
12332
12335
|
:host(c4d-card-group-item) .cds--image__img {
|
|
12333
|
-
block-size:
|
|
12336
|
+
block-size: 15rem
|
|
12334
12337
|
}
|
|
12335
12338
|
@media (min-width:66rem) {
|
|
12336
|
-
:host(c4d-card-group) {
|
|
12337
|
-
grid-template-columns: repeat(var(--c4d--card-group--cards-in-row),1fr)
|
|
12338
|
-
}
|
|
12339
12339
|
:host(c4d-card-group-item) .cds--image {
|
|
12340
12340
|
position: relative;
|
|
12341
12341
|
overflow: hidden;
|
|
@@ -12509,7 +12509,7 @@ screen and (prefers-contrast) {
|
|
|
12509
12509
|
}
|
|
12510
12510
|
:host(c4d-card-section-offset) ::slotted([slot=action]) {
|
|
12511
12511
|
inline-size: 90%;
|
|
12512
|
-
max-inline-size:
|
|
12512
|
+
max-inline-size: 40rem
|
|
12513
12513
|
}
|
|
12514
12514
|
@media (min-width:42rem) {
|
|
12515
12515
|
:host(c4d-card-group)[grid-mode=narrow] {
|
|
@@ -13236,7 +13236,7 @@ screen and (prefers-contrast) {
|
|
|
13236
13236
|
padding-block-start: 2rem
|
|
13237
13237
|
}
|
|
13238
13238
|
:host(c4d-content-item-row-copy) ::slotted(:not([slot])) {
|
|
13239
|
-
max-inline-size:
|
|
13239
|
+
max-inline-size: 40rem
|
|
13240
13240
|
}
|
|
13241
13241
|
:host(c4d-content-item-row-eyebrow) {
|
|
13242
13242
|
display: block;
|
|
@@ -13279,13 +13279,13 @@ screen and (prefers-contrast) {
|
|
|
13279
13279
|
-moz-column-gap: 2rem;
|
|
13280
13280
|
column-gap: 2rem;
|
|
13281
13281
|
grid-template-columns: repeat(8,1fr);
|
|
13282
|
-
min-block-size:
|
|
13282
|
+
min-block-size: 19.125rem
|
|
13283
13283
|
}
|
|
13284
13284
|
}
|
|
13285
13285
|
@media (min-width:66rem) {
|
|
13286
13286
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13287
13287
|
grid-template-columns: repeat(12,1fr);
|
|
13288
|
-
min-block-size:
|
|
13288
|
+
min-block-size: 17rem
|
|
13289
13289
|
}
|
|
13290
13290
|
}
|
|
13291
13291
|
@media (min-width:82rem) {
|
|
@@ -13295,7 +13295,7 @@ screen and (prefers-contrast) {
|
|
|
13295
13295
|
font-size: calc(1.25rem + .25 * (100vw - 82rem)/ 17)
|
|
13296
13296
|
}
|
|
13297
13297
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13298
|
-
min-block-size:
|
|
13298
|
+
min-block-size: 15.75rem
|
|
13299
13299
|
}
|
|
13300
13300
|
}
|
|
13301
13301
|
:host(c4d-content-item-row[thumbnail]) .cds--content-item-row__heading-wrapper {
|
|
@@ -13481,7 +13481,7 @@ screen and (prefers-contrast) {
|
|
|
13481
13481
|
:host(c4d-content-group-copy),
|
|
13482
13482
|
:host(c4d-content-group-heading) {
|
|
13483
13483
|
inline-size: 90%;
|
|
13484
|
-
max-inline-size:
|
|
13484
|
+
max-inline-size: 40rem
|
|
13485
13485
|
}
|
|
13486
13486
|
.cds--content-group__copy,
|
|
13487
13487
|
:host(c4d-content-group-copy) {
|
|
@@ -13827,7 +13827,7 @@ screen and (prefers-contrast) {
|
|
|
13827
13827
|
}
|
|
13828
13828
|
.cds--content-block-media .cds--feature-card,
|
|
13829
13829
|
:host(c4d-content-block-media) .cds--feature-card {
|
|
13830
|
-
max-inline-size:
|
|
13830
|
+
max-inline-size: 40rem
|
|
13831
13831
|
}
|
|
13832
13832
|
.cds--content-block-media--g100 {
|
|
13833
13833
|
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
|
@@ -14311,8 +14311,7 @@ screen and (prefers-contrast) {
|
|
|
14311
14311
|
margin-block-end: 3rem
|
|
14312
14312
|
}
|
|
14313
14313
|
.cds--content-group-cards__row {
|
|
14314
|
-
display: grid
|
|
14315
|
-
margin-inline: -1rem
|
|
14314
|
+
display: grid
|
|
14316
14315
|
}
|
|
14317
14316
|
.cds--content-group-cards-item__col,
|
|
14318
14317
|
:host(c4d-content-group-cards-item) {
|
|
@@ -14473,7 +14472,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14473
14472
|
}
|
|
14474
14473
|
.cds--content-block-mixed .cds--content-block__cta-col,
|
|
14475
14474
|
:host(cds-content-block-mixed) .cds--content-block__cta-col {
|
|
14476
|
-
max-inline-size:
|
|
14475
|
+
max-inline-size: 20rem
|
|
14477
14476
|
}
|
|
14478
14477
|
@media (min-width:66rem) {
|
|
14479
14478
|
.cds--content-block-mixed .cds--layout-1-3,
|
|
@@ -14550,7 +14549,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14550
14549
|
margin-block-end: 0
|
|
14551
14550
|
}
|
|
14552
14551
|
.cds--content-block-simple__media-video {
|
|
14553
|
-
max-inline-size:
|
|
14552
|
+
max-inline-size: 40rem
|
|
14554
14553
|
}
|
|
14555
14554
|
.cds--content-block-simple__content .cds--content-item:first-of-type {
|
|
14556
14555
|
-webkit-margin-before: 0;
|
|
@@ -20832,7 +20831,7 @@ optgroup.cds--select-optgroup:disabled {
|
|
|
20832
20831
|
background-color: var(--cds-background-hover,rgba(141,141,141,.12))
|
|
20833
20832
|
}
|
|
20834
20833
|
:host(c4d-language-selector-desktop[size=micro]) .cds--list-box__menu {
|
|
20835
|
-
inset-block-end:
|
|
20834
|
+
inset-block-end: 3rem
|
|
20836
20835
|
}
|
|
20837
20836
|
:host(c4d-language-selector-desktop[size=micro]) .cds--dropdown,
|
|
20838
20837
|
:host(c4d-language-selector-desktop[size=micro]) .cds--text-input {
|
|
@@ -25447,7 +25446,7 @@ screen and (prefers-contrast) {
|
|
|
25447
25446
|
margin-block-end: 1rem
|
|
25448
25447
|
}
|
|
25449
25448
|
.cds--language-selector__container .cds--language-selector {
|
|
25450
|
-
min-inline-size:
|
|
25449
|
+
min-inline-size: 13.5rem
|
|
25451
25450
|
}
|
|
25452
25451
|
.cds--footer--short .cds--language-selector__container .cds--language-selector {
|
|
25453
25452
|
float: inline-end
|
|
@@ -25483,7 +25482,7 @@ screen and (prefers-contrast) {
|
|
|
25483
25482
|
}
|
|
25484
25483
|
.cds--language-selector__container .cds--list-box--up .cds--list-box__menu {
|
|
25485
25484
|
z-index: 1;
|
|
25486
|
-
inset-block-end:
|
|
25485
|
+
inset-block-end: 2.9375rem
|
|
25487
25486
|
}
|
|
25488
25487
|
.cds--language-selector__container .cds--select-input__wrapper {
|
|
25489
25488
|
inline-size: 100%
|
|
@@ -30682,7 +30681,7 @@ button.cds--dropdown-text:focus {
|
|
|
30682
30681
|
}
|
|
30683
30682
|
@media screen and (prefers-reduced-motion:reduce) and (min-width:42rem) {
|
|
30684
30683
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30685
|
-
inset-block-start:
|
|
30684
|
+
inset-block-start: 4.125rem
|
|
30686
30685
|
}
|
|
30687
30686
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30688
30687
|
block-size: 3rem
|
|
@@ -30697,7 +30696,7 @@ button.cds--dropdown-text:focus {
|
|
|
30697
30696
|
block-size: 3rem
|
|
30698
30697
|
}
|
|
30699
30698
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30700
|
-
inset-block-start:
|
|
30699
|
+
inset-block-start: 3.125rem
|
|
30701
30700
|
}
|
|
30702
30701
|
}
|
|
30703
30702
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
@@ -30707,7 +30706,7 @@ button.cds--dropdown-text:focus {
|
|
|
30707
30706
|
padding-inline-start: 3rem
|
|
30708
30707
|
}
|
|
30709
30708
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30710
|
-
inset-block-start:
|
|
30709
|
+
inset-block-start: 3.125rem
|
|
30711
30710
|
}
|
|
30712
30711
|
}
|
|
30713
30712
|
:host(c4d-search-with-typeahead)[leadspace-search] {
|
|
@@ -30775,7 +30774,7 @@ button.cds--dropdown-text:focus {
|
|
|
30775
30774
|
}
|
|
30776
30775
|
@media (min-width:42rem) {
|
|
30777
30776
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30778
|
-
inset-block-start:
|
|
30777
|
+
inset-block-start: 4.125rem
|
|
30779
30778
|
}
|
|
30780
30779
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30781
30780
|
block-size: 3rem
|
|
@@ -30790,11 +30789,11 @@ button.cds--dropdown-text:focus {
|
|
|
30790
30789
|
block-size: 3rem
|
|
30791
30790
|
}
|
|
30792
30791
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30793
|
-
inset-block-start:
|
|
30792
|
+
inset-block-start: 3.125rem
|
|
30794
30793
|
}
|
|
30795
30794
|
}
|
|
30796
30795
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30797
|
-
inset-block-start:
|
|
30796
|
+
inset-block-start: 3.125rem
|
|
30798
30797
|
}
|
|
30799
30798
|
:host(c4d-search-with-typeahead)[sticky-search] {
|
|
30800
30799
|
inset-block-start: 5rem
|
|
@@ -37120,8 +37119,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37120
37119
|
background-color: var(--cds-layer-01,#f4f4f4);
|
|
37121
37120
|
-webkit-margin-before: 1rem;
|
|
37122
37121
|
margin-block-start: 1rem;
|
|
37123
|
-
-webkit-padding-after:
|
|
37124
|
-
padding-block-end:
|
|
37122
|
+
-webkit-padding-after: 7rem;
|
|
37123
|
+
padding-block-end: 7rem
|
|
37125
37124
|
}
|
|
37126
37125
|
@media (min-width:42rem) {
|
|
37127
37126
|
.cds--filter-panel__section {
|
|
@@ -37160,12 +37159,12 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37160
37159
|
z-index: 1;
|
|
37161
37160
|
margin-inline: .125rem;
|
|
37162
37161
|
outline: .125rem solid var(--cds-focus,#0f62fe);
|
|
37163
|
-
-webkit-padding-start:
|
|
37164
|
-
padding-inline-start:
|
|
37162
|
+
-webkit-padding-start: .875rem;
|
|
37163
|
+
padding-inline-start: .875rem
|
|
37165
37164
|
}
|
|
37166
37165
|
.cds--input-container__heading .cds--close__icon {
|
|
37167
37166
|
position: absolute;
|
|
37168
|
-
inset-block-start:
|
|
37167
|
+
inset-block-start: .625rem;
|
|
37169
37168
|
inset-inline-end: 1rem
|
|
37170
37169
|
}
|
|
37171
37170
|
.cds--selected-option-dropdown {
|
|
@@ -37261,10 +37260,10 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37261
37260
|
}
|
|
37262
37261
|
:host(c4d-filter-panel-checkbox) {
|
|
37263
37262
|
color: var(--cds-text-secondary,#525252);
|
|
37264
|
-
-webkit-padding-after:
|
|
37265
|
-
padding-block-end:
|
|
37266
|
-
-webkit-padding-start:
|
|
37267
|
-
padding-inline-start:
|
|
37263
|
+
-webkit-padding-after: .375rem;
|
|
37264
|
+
padding-block-end: .375rem;
|
|
37265
|
+
-webkit-padding-start: .875rem;
|
|
37266
|
+
padding-inline-start: .875rem;
|
|
37268
37267
|
font-size: var(--cds-body-compact-01-font-size,.875rem);
|
|
37269
37268
|
font-weight: var(--cds-body-compact-01-font-weight,400);
|
|
37270
37269
|
line-height: var(--cds-body-compact-01-line-height,1.28572);
|
|
@@ -37319,7 +37318,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37319
37318
|
}
|
|
37320
37319
|
:host(c4d-filter-panel-input-select-item) .cds--close__icon {
|
|
37321
37320
|
position: absolute;
|
|
37322
|
-
inset-block-start:
|
|
37321
|
+
inset-block-start: .625rem;
|
|
37323
37322
|
inset-inline-end: 1rem
|
|
37324
37323
|
}
|
|
37325
37324
|
:host(c4d-filter-panel-heading) {
|
|
@@ -37708,7 +37707,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37708
37707
|
.c4d--leadspace .cds--image picture,
|
|
37709
37708
|
:host(c4d-leadspace) .cds--image picture {
|
|
37710
37709
|
inline-size: 100%;
|
|
37711
|
-
max-inline-size:
|
|
37710
|
+
max-inline-size: 99rem
|
|
37712
37711
|
}
|
|
37713
37712
|
.c4d--leadspace .c4d--leadspace--content__container,
|
|
37714
37713
|
:host(c4d-leadspace) .c4d--leadspace--content__container {
|
|
@@ -38021,7 +38020,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38021
38020
|
}
|
|
38022
38021
|
.c4d--leadspace .c4d--leadspace--centered.c4d--leadspace__section,
|
|
38023
38022
|
:host(c4d-leadspace) .c4d--leadspace--centered.c4d--leadspace__section {
|
|
38024
|
-
min-block-size:
|
|
38023
|
+
min-block-size: 35rem;
|
|
38025
38024
|
-webkit-padding-before: 0;
|
|
38026
38025
|
padding-block-start: 0
|
|
38027
38026
|
}
|
|
@@ -38166,7 +38165,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38166
38165
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__title,
|
|
38167
38166
|
:host(c4d-leadspace) .c4d--leadspace--centered ::slotted(c4d-leadspace-heading) {
|
|
38168
38167
|
inline-size: 90%;
|
|
38169
|
-
max-inline-size:
|
|
38168
|
+
max-inline-size: 40rem
|
|
38170
38169
|
}
|
|
38171
38170
|
.c4d--leadspace .c4d--leadspace--centered .c4d--leadspace__desc,
|
|
38172
38171
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__desc {
|
|
@@ -39065,7 +39064,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39065
39064
|
}
|
|
39066
39065
|
:host(c4d-leadspace-block) ::slotted([slot=heading]),
|
|
39067
39066
|
:host(c4d-leadspace-block-content) ::slotted(c4d-content-block-copy) {
|
|
39068
|
-
max-inline-size:
|
|
39067
|
+
max-inline-size: 40rem;
|
|
39069
39068
|
-webkit-padding-end: 2rem;
|
|
39070
39069
|
padding-inline-end: 2rem
|
|
39071
39070
|
}
|
|
@@ -39097,7 +39096,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39097
39096
|
.cds--leadspace-block .cds--leadspace-block__media,
|
|
39098
39097
|
:host(c4d-leadspace-block-media) {
|
|
39099
39098
|
display: block;
|
|
39100
|
-
max-inline-size:
|
|
39099
|
+
max-inline-size: 40rem;
|
|
39101
39100
|
-webkit-padding-after: 2rem;
|
|
39102
39101
|
padding-block-end: 2rem
|
|
39103
39102
|
}
|
|
@@ -39125,7 +39124,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39125
39124
|
@media (min-width:42rem) {
|
|
39126
39125
|
.cds--leadspace-block .cds--link-list,
|
|
39127
39126
|
:host(c4d-leadspace-block-content) ::slotted(c4d-link-list) {
|
|
39128
|
-
max-inline-size:
|
|
39127
|
+
max-inline-size: 40rem
|
|
39129
39128
|
}
|
|
39130
39129
|
:host(c4d-leadspace-with-search) .cds--content-layout {
|
|
39131
39130
|
padding: 2rem 0 3rem
|
|
@@ -40584,7 +40583,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
40584
40583
|
color: var(--cds-text-primary,#161616);
|
|
40585
40584
|
-webkit-margin-after: 0;
|
|
40586
40585
|
margin-block-end: 0;
|
|
40587
|
-
max-inline-size:
|
|
40586
|
+
max-inline-size: 40rem;
|
|
40588
40587
|
-webkit-padding-start: 0;
|
|
40589
40588
|
padding-inline-start: 0
|
|
40590
40589
|
}
|
|
@@ -44384,7 +44383,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
44384
44383
|
display: block;
|
|
44385
44384
|
-webkit-margin-after: 0;
|
|
44386
44385
|
margin-block-end: 0;
|
|
44387
|
-
max-inline-size:
|
|
44386
|
+
max-inline-size: 40rem;
|
|
44388
44387
|
-webkit-padding-before: 2rem;
|
|
44389
44388
|
padding-block-start: 2rem
|
|
44390
44389
|
}
|
|
@@ -48660,12 +48659,12 @@ strong {
|
|
|
48660
48659
|
:host(c4d-table-of-contents) .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
48661
48660
|
position: absolute;
|
|
48662
48661
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
48663
|
-
block-size:
|
|
48662
|
+
block-size: 1.25rem;
|
|
48664
48663
|
content: "";
|
|
48665
48664
|
inline-size: .125rem;
|
|
48666
|
-
inset-block:
|
|
48667
|
-
-webkit-margin-start:
|
|
48668
|
-
margin-inline-start:
|
|
48665
|
+
inset-block: .875rem 0;
|
|
48666
|
+
-webkit-margin-start: -.375rem;
|
|
48667
|
+
margin-inline-start: -.375rem
|
|
48669
48668
|
}
|
|
48670
48669
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a,
|
|
48671
48670
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a:hover {
|
|
@@ -49421,12 +49420,12 @@ strong {
|
|
|
49421
49420
|
.cds--tableofcontents--g100 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49422
49421
|
position: absolute;
|
|
49423
49422
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49424
|
-
block-size:
|
|
49423
|
+
block-size: 1.25rem;
|
|
49425
49424
|
content: "";
|
|
49426
49425
|
inline-size: .125rem;
|
|
49427
|
-
inset-block:
|
|
49428
|
-
-webkit-margin-start:
|
|
49429
|
-
margin-inline-start:
|
|
49426
|
+
inset-block: .875rem 0;
|
|
49427
|
+
-webkit-margin-start: -.375rem;
|
|
49428
|
+
margin-inline-start: -.375rem
|
|
49430
49429
|
}
|
|
49431
49430
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a,
|
|
49432
49431
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a:hover {
|
|
@@ -49930,12 +49929,12 @@ strong {
|
|
|
49930
49929
|
.cds--tableofcontents--g10 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49931
49930
|
position: absolute;
|
|
49932
49931
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49933
|
-
block-size:
|
|
49932
|
+
block-size: 1.25rem;
|
|
49934
49933
|
content: "";
|
|
49935
49934
|
inline-size: .125rem;
|
|
49936
|
-
inset-block:
|
|
49937
|
-
-webkit-margin-start:
|
|
49938
|
-
margin-inline-start:
|
|
49935
|
+
inset-block: .875rem 0;
|
|
49936
|
+
-webkit-margin-start: -.375rem;
|
|
49937
|
+
margin-inline-start: -.375rem
|
|
49939
49938
|
}
|
|
49940
49939
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a,
|
|
49941
49940
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a:hover {
|
|
@@ -50522,8 +50521,8 @@ strong {
|
|
|
50522
50521
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):active,
|
|
50523
50522
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):focus {
|
|
50524
50523
|
border-color: var(--cds-focus,#0f62fe);
|
|
50525
|
-
outline:
|
|
50526
|
-
outline-offset:
|
|
50524
|
+
outline: .0625rem solid var(--cds-background,#fff);
|
|
50525
|
+
outline-offset: -.0625rem
|
|
50527
50526
|
}
|
|
50528
50527
|
:host(c4d-global-banner) .cds--global-banner-cta-container,
|
|
50529
50528
|
:host(c4d-global-banner) .cds--global-banner-icon,
|
|
@@ -51321,7 +51320,7 @@ strong {
|
|
|
51321
51320
|
}
|
|
51322
51321
|
:host(c4d-content-item-copy) {
|
|
51323
51322
|
inline-size: 90%;
|
|
51324
|
-
max-inline-size:
|
|
51323
|
+
max-inline-size: 40rem
|
|
51325
51324
|
}
|
|
51326
51325
|
}
|
|
51327
51326
|
@media (min-width:66rem) {
|