@carbon/ibmdotcom-styles 2.16.0 → 2.16.2
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 +73 -74
- 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-group/_card-group.scss +8 -2
- 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-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/search-with-typeahead/_search-with-typeahead.scss +1 -0
- package/scss/components/tableofcontents/_table-of-contents.scss +4 -3
- 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/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;
|
|
@@ -5992,19 +5992,14 @@ screen and (prefers-contrast) {
|
|
|
5992
5992
|
color: var(--cds-link-inverse,#78a9ff)
|
|
5993
5993
|
}
|
|
5994
5994
|
:host(c4d-callout-quote) c4d-hr {
|
|
5995
|
-
margin: 1rem
|
|
5995
|
+
margin: 1rem 2rem
|
|
5996
5996
|
}
|
|
5997
5997
|
@media (min-width:42rem) {
|
|
5998
5998
|
:host(c4d-callout-quote) {
|
|
5999
5999
|
margin-inline: 2rem/-2
|
|
6000
6000
|
}
|
|
6001
6001
|
:host(c4d-callout-quote) c4d-hr {
|
|
6002
|
-
margin: 1rem
|
|
6003
|
-
}
|
|
6004
|
-
}
|
|
6005
|
-
@media (min-width:66rem) {
|
|
6006
|
-
:host(c4d-callout-quote) c4d-hr {
|
|
6007
|
-
margin: 1rem .5rem
|
|
6002
|
+
margin: 1rem
|
|
6008
6003
|
}
|
|
6009
6004
|
}
|
|
6010
6005
|
.cds--content-block,
|
|
@@ -6719,7 +6714,7 @@ screen and (prefers-contrast) {
|
|
|
6719
6714
|
:host(c4d-image)[heading] {
|
|
6720
6715
|
display: block;
|
|
6721
6716
|
margin-block: 2rem;
|
|
6722
|
-
max-inline-size:
|
|
6717
|
+
max-inline-size: 40rem
|
|
6723
6718
|
}
|
|
6724
6719
|
.c4d--image-with-caption__image {
|
|
6725
6720
|
position: relative;
|
|
@@ -6917,7 +6912,7 @@ screen and (prefers-contrast) {
|
|
|
6917
6912
|
:host(c4d-callout-with-media) ::slotted([slot=copy]),
|
|
6918
6913
|
:host(c4d-callout-with-media) ::slotted([slot=heading]) {
|
|
6919
6914
|
inline-size: auto;
|
|
6920
|
-
max-inline-size:
|
|
6915
|
+
max-inline-size: 40rem;
|
|
6921
6916
|
-webkit-padding-end: 2rem;
|
|
6922
6917
|
padding-inline-end: 2rem
|
|
6923
6918
|
}
|
|
@@ -6964,7 +6959,7 @@ screen and (prefers-contrast) {
|
|
|
6964
6959
|
-webkit-padding-before: .5rem;
|
|
6965
6960
|
padding-block-start: .5rem
|
|
6966
6961
|
}
|
|
6967
|
-
:host(c4d-callout-with-media-image) .
|
|
6962
|
+
:host(c4d-callout-with-media-image) .c4d--image__img {
|
|
6968
6963
|
max-inline-size: 100%
|
|
6969
6964
|
}
|
|
6970
6965
|
.cds--pricing-table-header-cell-tag,
|
|
@@ -10384,7 +10379,7 @@ screen and (prefers-contrast) {
|
|
|
10384
10379
|
:host(c4d-card-eyebrow) {
|
|
10385
10380
|
display: block;
|
|
10386
10381
|
inline-size: 90%;
|
|
10387
|
-
max-inline-size:
|
|
10382
|
+
max-inline-size: 40rem;
|
|
10388
10383
|
font-size: var(--cds-label-02-font-size,.875rem);
|
|
10389
10384
|
font-weight: var(--cds-label-02-font-weight,400);
|
|
10390
10385
|
line-height: var(--cds-label-02-line-height,1.28572);
|
|
@@ -10610,7 +10605,7 @@ screen and (prefers-contrast) {
|
|
|
10610
10605
|
:host(c4d-card-link-heading) {
|
|
10611
10606
|
display: block;
|
|
10612
10607
|
inline-size: 90%;
|
|
10613
|
-
max-inline-size:
|
|
10608
|
+
max-inline-size: 40rem;
|
|
10614
10609
|
color: var(--cds-text-primary,#161616);
|
|
10615
10610
|
-webkit-margin-after: 4rem;
|
|
10616
10611
|
margin-block-end: 4rem
|
|
@@ -12296,6 +12291,9 @@ screen and (prefers-contrast) {
|
|
|
12296
12291
|
:host(c4d-card-group-item) {
|
|
12297
12292
|
display: contents
|
|
12298
12293
|
}
|
|
12294
|
+
:host(c4d-card-group-item) * {
|
|
12295
|
+
row-gap: 0
|
|
12296
|
+
}
|
|
12299
12297
|
:host(c4d-card-group-item) .cds--card {
|
|
12300
12298
|
display: grid;
|
|
12301
12299
|
border: 0;
|
|
@@ -12313,6 +12311,7 @@ screen and (prefers-contrast) {
|
|
|
12313
12311
|
-ms-flex-pack: revert;
|
|
12314
12312
|
justify-content: revert;
|
|
12315
12313
|
grid-row: span 10;
|
|
12314
|
+
grid-template-columns: subgrid;
|
|
12316
12315
|
grid-template-rows: subgrid
|
|
12317
12316
|
}
|
|
12318
12317
|
:host(c4d-card-group-item) .cds--card .cds--card__wrapper::after,
|
|
@@ -12328,17 +12327,17 @@ screen and (prefers-contrast) {
|
|
|
12328
12327
|
:host(c4d-card-group-item) .cds--card .cds--card__content {
|
|
12329
12328
|
display: grid;
|
|
12330
12329
|
grid-area: 1/1/-1/-1;
|
|
12331
|
-
grid-template-
|
|
12332
|
-
|
|
12330
|
+
grid-template-columns: subgrid;
|
|
12331
|
+
grid-template-rows: subgrid
|
|
12333
12332
|
}
|
|
12334
12333
|
:host(c4d-card-group-item) .cds--card .cds--card__copy {
|
|
12335
12334
|
display: grid;
|
|
12336
12335
|
grid-row: span 2;
|
|
12337
|
-
grid-template-
|
|
12338
|
-
|
|
12336
|
+
grid-template-columns: subgrid;
|
|
12337
|
+
grid-template-rows: subgrid
|
|
12339
12338
|
}
|
|
12340
12339
|
:host(c4d-card-group-item) .cds--image__img {
|
|
12341
|
-
block-size:
|
|
12340
|
+
block-size: 15rem
|
|
12342
12341
|
}
|
|
12343
12342
|
@media (min-width:66rem) {
|
|
12344
12343
|
:host(c4d-card-group-item) .cds--image {
|
|
@@ -12514,7 +12513,7 @@ screen and (prefers-contrast) {
|
|
|
12514
12513
|
}
|
|
12515
12514
|
:host(c4d-card-section-offset) ::slotted([slot=action]) {
|
|
12516
12515
|
inline-size: 90%;
|
|
12517
|
-
max-inline-size:
|
|
12516
|
+
max-inline-size: 40rem
|
|
12518
12517
|
}
|
|
12519
12518
|
@media (min-width:42rem) {
|
|
12520
12519
|
:host(c4d-card-group)[grid-mode=narrow] {
|
|
@@ -13241,7 +13240,7 @@ screen and (prefers-contrast) {
|
|
|
13241
13240
|
padding-block-start: 2rem
|
|
13242
13241
|
}
|
|
13243
13242
|
:host(c4d-content-item-row-copy) ::slotted(:not([slot])) {
|
|
13244
|
-
max-inline-size:
|
|
13243
|
+
max-inline-size: 40rem
|
|
13245
13244
|
}
|
|
13246
13245
|
:host(c4d-content-item-row-eyebrow) {
|
|
13247
13246
|
display: block;
|
|
@@ -13284,13 +13283,13 @@ screen and (prefers-contrast) {
|
|
|
13284
13283
|
-moz-column-gap: 2rem;
|
|
13285
13284
|
column-gap: 2rem;
|
|
13286
13285
|
grid-template-columns: repeat(8,1fr);
|
|
13287
|
-
min-block-size:
|
|
13286
|
+
min-block-size: 19.125rem
|
|
13288
13287
|
}
|
|
13289
13288
|
}
|
|
13290
13289
|
@media (min-width:66rem) {
|
|
13291
13290
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13292
13291
|
grid-template-columns: repeat(12,1fr);
|
|
13293
|
-
min-block-size:
|
|
13292
|
+
min-block-size: 17rem
|
|
13294
13293
|
}
|
|
13295
13294
|
}
|
|
13296
13295
|
@media (min-width:82rem) {
|
|
@@ -13300,7 +13299,7 @@ screen and (prefers-contrast) {
|
|
|
13300
13299
|
font-size: calc(1.25rem + .25 * (100vw - 82rem)/ 17)
|
|
13301
13300
|
}
|
|
13302
13301
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13303
|
-
min-block-size:
|
|
13302
|
+
min-block-size: 15.75rem
|
|
13304
13303
|
}
|
|
13305
13304
|
}
|
|
13306
13305
|
:host(c4d-content-item-row[thumbnail]) .cds--content-item-row__heading-wrapper {
|
|
@@ -13486,7 +13485,7 @@ screen and (prefers-contrast) {
|
|
|
13486
13485
|
:host(c4d-content-group-copy),
|
|
13487
13486
|
:host(c4d-content-group-heading) {
|
|
13488
13487
|
inline-size: 90%;
|
|
13489
|
-
max-inline-size:
|
|
13488
|
+
max-inline-size: 40rem
|
|
13490
13489
|
}
|
|
13491
13490
|
.cds--content-group__copy,
|
|
13492
13491
|
:host(c4d-content-group-copy) {
|
|
@@ -13832,7 +13831,7 @@ screen and (prefers-contrast) {
|
|
|
13832
13831
|
}
|
|
13833
13832
|
.cds--content-block-media .cds--feature-card,
|
|
13834
13833
|
:host(c4d-content-block-media) .cds--feature-card {
|
|
13835
|
-
max-inline-size:
|
|
13834
|
+
max-inline-size: 40rem
|
|
13836
13835
|
}
|
|
13837
13836
|
.cds--content-block-media--g100 {
|
|
13838
13837
|
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
|
@@ -14477,7 +14476,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14477
14476
|
}
|
|
14478
14477
|
.cds--content-block-mixed .cds--content-block__cta-col,
|
|
14479
14478
|
:host(cds-content-block-mixed) .cds--content-block__cta-col {
|
|
14480
|
-
max-inline-size:
|
|
14479
|
+
max-inline-size: 20rem
|
|
14481
14480
|
}
|
|
14482
14481
|
@media (min-width:66rem) {
|
|
14483
14482
|
.cds--content-block-mixed .cds--layout-1-3,
|
|
@@ -14554,7 +14553,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14554
14553
|
margin-block-end: 0
|
|
14555
14554
|
}
|
|
14556
14555
|
.cds--content-block-simple__media-video {
|
|
14557
|
-
max-inline-size:
|
|
14556
|
+
max-inline-size: 40rem
|
|
14558
14557
|
}
|
|
14559
14558
|
.cds--content-block-simple__content .cds--content-item:first-of-type {
|
|
14560
14559
|
-webkit-margin-before: 0;
|
|
@@ -20836,7 +20835,7 @@ optgroup.cds--select-optgroup:disabled {
|
|
|
20836
20835
|
background-color: var(--cds-background-hover,rgba(141,141,141,.12))
|
|
20837
20836
|
}
|
|
20838
20837
|
:host(c4d-language-selector-desktop[size=micro]) .cds--list-box__menu {
|
|
20839
|
-
inset-block-end:
|
|
20838
|
+
inset-block-end: 3rem
|
|
20840
20839
|
}
|
|
20841
20840
|
:host(c4d-language-selector-desktop[size=micro]) .cds--dropdown,
|
|
20842
20841
|
:host(c4d-language-selector-desktop[size=micro]) .cds--text-input {
|
|
@@ -25451,7 +25450,7 @@ screen and (prefers-contrast) {
|
|
|
25451
25450
|
margin-block-end: 1rem
|
|
25452
25451
|
}
|
|
25453
25452
|
.cds--language-selector__container .cds--language-selector {
|
|
25454
|
-
min-inline-size:
|
|
25453
|
+
min-inline-size: 13.5rem
|
|
25455
25454
|
}
|
|
25456
25455
|
.cds--footer--short .cds--language-selector__container .cds--language-selector {
|
|
25457
25456
|
float: inline-end
|
|
@@ -25487,7 +25486,7 @@ screen and (prefers-contrast) {
|
|
|
25487
25486
|
}
|
|
25488
25487
|
.cds--language-selector__container .cds--list-box--up .cds--list-box__menu {
|
|
25489
25488
|
z-index: 1;
|
|
25490
|
-
inset-block-end:
|
|
25489
|
+
inset-block-end: 2.9375rem
|
|
25491
25490
|
}
|
|
25492
25491
|
.cds--language-selector__container .cds--select-input__wrapper {
|
|
25493
25492
|
inline-size: 100%
|
|
@@ -30686,7 +30685,7 @@ button.cds--dropdown-text:focus {
|
|
|
30686
30685
|
}
|
|
30687
30686
|
@media screen and (prefers-reduced-motion:reduce) and (min-width:42rem) {
|
|
30688
30687
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30689
|
-
inset-block-start:
|
|
30688
|
+
inset-block-start: 4.125rem
|
|
30690
30689
|
}
|
|
30691
30690
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30692
30691
|
block-size: 3rem
|
|
@@ -30701,7 +30700,7 @@ button.cds--dropdown-text:focus {
|
|
|
30701
30700
|
block-size: 3rem
|
|
30702
30701
|
}
|
|
30703
30702
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30704
|
-
inset-block-start:
|
|
30703
|
+
inset-block-start: 3.125rem
|
|
30705
30704
|
}
|
|
30706
30705
|
}
|
|
30707
30706
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
@@ -30711,7 +30710,7 @@ button.cds--dropdown-text:focus {
|
|
|
30711
30710
|
padding-inline-start: 3rem
|
|
30712
30711
|
}
|
|
30713
30712
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30714
|
-
inset-block-start:
|
|
30713
|
+
inset-block-start: 3.125rem
|
|
30715
30714
|
}
|
|
30716
30715
|
}
|
|
30717
30716
|
:host(c4d-search-with-typeahead)[leadspace-search] {
|
|
@@ -30779,7 +30778,7 @@ button.cds--dropdown-text:focus {
|
|
|
30779
30778
|
}
|
|
30780
30779
|
@media (min-width:42rem) {
|
|
30781
30780
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30782
|
-
inset-block-start:
|
|
30781
|
+
inset-block-start: 4.125rem
|
|
30783
30782
|
}
|
|
30784
30783
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30785
30784
|
block-size: 3rem
|
|
@@ -30794,11 +30793,11 @@ button.cds--dropdown-text:focus {
|
|
|
30794
30793
|
block-size: 3rem
|
|
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
|
}
|
|
30800
30799
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30801
|
-
inset-block-start:
|
|
30800
|
+
inset-block-start: 3.125rem
|
|
30802
30801
|
}
|
|
30803
30802
|
:host(c4d-search-with-typeahead)[sticky-search] {
|
|
30804
30803
|
inset-block-start: 5rem
|
|
@@ -37124,8 +37123,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37124
37123
|
background-color: var(--cds-layer-01,#f4f4f4);
|
|
37125
37124
|
-webkit-margin-before: 1rem;
|
|
37126
37125
|
margin-block-start: 1rem;
|
|
37127
|
-
-webkit-padding-after:
|
|
37128
|
-
padding-block-end:
|
|
37126
|
+
-webkit-padding-after: 7rem;
|
|
37127
|
+
padding-block-end: 7rem
|
|
37129
37128
|
}
|
|
37130
37129
|
@media (min-width:42rem) {
|
|
37131
37130
|
.cds--filter-panel__section {
|
|
@@ -37164,12 +37163,12 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37164
37163
|
z-index: 1;
|
|
37165
37164
|
margin-inline: .125rem;
|
|
37166
37165
|
outline: .125rem solid var(--cds-focus,#0f62fe);
|
|
37167
|
-
-webkit-padding-start:
|
|
37168
|
-
padding-inline-start:
|
|
37166
|
+
-webkit-padding-start: .875rem;
|
|
37167
|
+
padding-inline-start: .875rem
|
|
37169
37168
|
}
|
|
37170
37169
|
.cds--input-container__heading .cds--close__icon {
|
|
37171
37170
|
position: absolute;
|
|
37172
|
-
inset-block-start:
|
|
37171
|
+
inset-block-start: .625rem;
|
|
37173
37172
|
inset-inline-end: 1rem
|
|
37174
37173
|
}
|
|
37175
37174
|
.cds--selected-option-dropdown {
|
|
@@ -37265,10 +37264,10 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37265
37264
|
}
|
|
37266
37265
|
:host(c4d-filter-panel-checkbox) {
|
|
37267
37266
|
color: var(--cds-text-secondary,#525252);
|
|
37268
|
-
-webkit-padding-after:
|
|
37269
|
-
padding-block-end:
|
|
37270
|
-
-webkit-padding-start:
|
|
37271
|
-
padding-inline-start:
|
|
37267
|
+
-webkit-padding-after: .375rem;
|
|
37268
|
+
padding-block-end: .375rem;
|
|
37269
|
+
-webkit-padding-start: .875rem;
|
|
37270
|
+
padding-inline-start: .875rem;
|
|
37272
37271
|
font-size: var(--cds-body-compact-01-font-size,.875rem);
|
|
37273
37272
|
font-weight: var(--cds-body-compact-01-font-weight,400);
|
|
37274
37273
|
line-height: var(--cds-body-compact-01-line-height,1.28572);
|
|
@@ -37323,7 +37322,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37323
37322
|
}
|
|
37324
37323
|
:host(c4d-filter-panel-input-select-item) .cds--close__icon {
|
|
37325
37324
|
position: absolute;
|
|
37326
|
-
inset-block-start:
|
|
37325
|
+
inset-block-start: .625rem;
|
|
37327
37326
|
inset-inline-end: 1rem
|
|
37328
37327
|
}
|
|
37329
37328
|
:host(c4d-filter-panel-heading) {
|
|
@@ -37712,7 +37711,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37712
37711
|
.c4d--leadspace .cds--image picture,
|
|
37713
37712
|
:host(c4d-leadspace) .cds--image picture {
|
|
37714
37713
|
inline-size: 100%;
|
|
37715
|
-
max-inline-size:
|
|
37714
|
+
max-inline-size: 99rem
|
|
37716
37715
|
}
|
|
37717
37716
|
.c4d--leadspace .c4d--leadspace--content__container,
|
|
37718
37717
|
:host(c4d-leadspace) .c4d--leadspace--content__container {
|
|
@@ -38025,7 +38024,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38025
38024
|
}
|
|
38026
38025
|
.c4d--leadspace .c4d--leadspace--centered.c4d--leadspace__section,
|
|
38027
38026
|
:host(c4d-leadspace) .c4d--leadspace--centered.c4d--leadspace__section {
|
|
38028
|
-
min-block-size:
|
|
38027
|
+
min-block-size: 35rem;
|
|
38029
38028
|
-webkit-padding-before: 0;
|
|
38030
38029
|
padding-block-start: 0
|
|
38031
38030
|
}
|
|
@@ -38170,7 +38169,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38170
38169
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__title,
|
|
38171
38170
|
:host(c4d-leadspace) .c4d--leadspace--centered ::slotted(c4d-leadspace-heading) {
|
|
38172
38171
|
inline-size: 90%;
|
|
38173
|
-
max-inline-size:
|
|
38172
|
+
max-inline-size: 40rem
|
|
38174
38173
|
}
|
|
38175
38174
|
.c4d--leadspace .c4d--leadspace--centered .c4d--leadspace__desc,
|
|
38176
38175
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__desc {
|
|
@@ -39069,7 +39068,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39069
39068
|
}
|
|
39070
39069
|
:host(c4d-leadspace-block) ::slotted([slot=heading]),
|
|
39071
39070
|
:host(c4d-leadspace-block-content) ::slotted(c4d-content-block-copy) {
|
|
39072
|
-
max-inline-size:
|
|
39071
|
+
max-inline-size: 40rem;
|
|
39073
39072
|
-webkit-padding-end: 2rem;
|
|
39074
39073
|
padding-inline-end: 2rem
|
|
39075
39074
|
}
|
|
@@ -39101,7 +39100,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39101
39100
|
.cds--leadspace-block .cds--leadspace-block__media,
|
|
39102
39101
|
:host(c4d-leadspace-block-media) {
|
|
39103
39102
|
display: block;
|
|
39104
|
-
max-inline-size:
|
|
39103
|
+
max-inline-size: 40rem;
|
|
39105
39104
|
-webkit-padding-after: 2rem;
|
|
39106
39105
|
padding-block-end: 2rem
|
|
39107
39106
|
}
|
|
@@ -39129,7 +39128,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39129
39128
|
@media (min-width:42rem) {
|
|
39130
39129
|
.cds--leadspace-block .cds--link-list,
|
|
39131
39130
|
:host(c4d-leadspace-block-content) ::slotted(c4d-link-list) {
|
|
39132
|
-
max-inline-size:
|
|
39131
|
+
max-inline-size: 40rem
|
|
39133
39132
|
}
|
|
39134
39133
|
:host(c4d-leadspace-with-search) .cds--content-layout {
|
|
39135
39134
|
padding: 2rem 0 3rem
|
|
@@ -40588,7 +40587,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
40588
40587
|
color: var(--cds-text-primary,#161616);
|
|
40589
40588
|
-webkit-margin-after: 0;
|
|
40590
40589
|
margin-block-end: 0;
|
|
40591
|
-
max-inline-size:
|
|
40590
|
+
max-inline-size: 40rem;
|
|
40592
40591
|
-webkit-padding-start: 0;
|
|
40593
40592
|
padding-inline-start: 0
|
|
40594
40593
|
}
|
|
@@ -44388,7 +44387,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
44388
44387
|
display: block;
|
|
44389
44388
|
-webkit-margin-after: 0;
|
|
44390
44389
|
margin-block-end: 0;
|
|
44391
|
-
max-inline-size:
|
|
44390
|
+
max-inline-size: 40rem;
|
|
44392
44391
|
-webkit-padding-before: 2rem;
|
|
44393
44392
|
padding-block-start: 2rem
|
|
44394
44393
|
}
|
|
@@ -48664,12 +48663,12 @@ strong {
|
|
|
48664
48663
|
:host(c4d-table-of-contents) .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
48665
48664
|
position: absolute;
|
|
48666
48665
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
48667
|
-
block-size:
|
|
48666
|
+
block-size: 1.25rem;
|
|
48668
48667
|
content: "";
|
|
48669
48668
|
inline-size: .125rem;
|
|
48670
|
-
inset-block:
|
|
48671
|
-
-webkit-margin-start:
|
|
48672
|
-
margin-inline-start:
|
|
48669
|
+
inset-block: .875rem 0;
|
|
48670
|
+
-webkit-margin-start: -.375rem;
|
|
48671
|
+
margin-inline-start: -.375rem
|
|
48673
48672
|
}
|
|
48674
48673
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a,
|
|
48675
48674
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a:hover {
|
|
@@ -48923,7 +48922,7 @@ strong {
|
|
|
48923
48922
|
}
|
|
48924
48923
|
.cds--toc__navbar-chevron-right-container {
|
|
48925
48924
|
z-index: 2;
|
|
48926
|
-
inset-inline-end:
|
|
48925
|
+
inset-inline-end: 0
|
|
48927
48926
|
}
|
|
48928
48927
|
.cds--toc__navbar-chevron-right-container::before {
|
|
48929
48928
|
background: -webkit-gradient(linear,right top,left top,from(var(--cds-background,#fff)),to(rgba(255,255,255,0)));
|
|
@@ -49425,12 +49424,12 @@ strong {
|
|
|
49425
49424
|
.cds--tableofcontents--g100 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49426
49425
|
position: absolute;
|
|
49427
49426
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49428
|
-
block-size:
|
|
49427
|
+
block-size: 1.25rem;
|
|
49429
49428
|
content: "";
|
|
49430
49429
|
inline-size: .125rem;
|
|
49431
|
-
inset-block:
|
|
49432
|
-
-webkit-margin-start:
|
|
49433
|
-
margin-inline-start:
|
|
49430
|
+
inset-block: .875rem 0;
|
|
49431
|
+
-webkit-margin-start: -.375rem;
|
|
49432
|
+
margin-inline-start: -.375rem
|
|
49434
49433
|
}
|
|
49435
49434
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a,
|
|
49436
49435
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a:hover {
|
|
@@ -49934,12 +49933,12 @@ strong {
|
|
|
49934
49933
|
.cds--tableofcontents--g10 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49935
49934
|
position: absolute;
|
|
49936
49935
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49937
|
-
block-size:
|
|
49936
|
+
block-size: 1.25rem;
|
|
49938
49937
|
content: "";
|
|
49939
49938
|
inline-size: .125rem;
|
|
49940
|
-
inset-block:
|
|
49941
|
-
-webkit-margin-start:
|
|
49942
|
-
margin-inline-start:
|
|
49939
|
+
inset-block: .875rem 0;
|
|
49940
|
+
-webkit-margin-start: -.375rem;
|
|
49941
|
+
margin-inline-start: -.375rem
|
|
49943
49942
|
}
|
|
49944
49943
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a,
|
|
49945
49944
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a:hover {
|
|
@@ -49990,10 +49989,10 @@ strong {
|
|
|
49990
49989
|
border-block-start: 1px solid var(--cds-border-subtle-00,#e0e0e0);
|
|
49991
49990
|
content: "";
|
|
49992
49991
|
inset-block-start: -1px;
|
|
49993
|
-
inset-inline: calc(-50vw + 50%) 100%
|
|
49992
|
+
inset-inline: calc(-50vw + 50% + .5rem) 100%
|
|
49994
49993
|
}
|
|
49995
49994
|
:host(c4d-table-of-contents) .cds--tableofcontents__navbar::after {
|
|
49996
|
-
inset-inline: 100% calc(-50vw + 50%)
|
|
49995
|
+
inset-inline: 100% calc(-50vw + 50% + .5rem)
|
|
49997
49996
|
}
|
|
49998
49997
|
:host(c4d-table-of-contents[toc-layout=horizontal]) .cds--tableofcontents-container {
|
|
49999
49998
|
position: relative;
|
|
@@ -50526,8 +50525,8 @@ strong {
|
|
|
50526
50525
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):active,
|
|
50527
50526
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):focus {
|
|
50528
50527
|
border-color: var(--cds-focus,#0f62fe);
|
|
50529
|
-
outline:
|
|
50530
|
-
outline-offset:
|
|
50528
|
+
outline: .0625rem solid var(--cds-background,#fff);
|
|
50529
|
+
outline-offset: -.0625rem
|
|
50531
50530
|
}
|
|
50532
50531
|
:host(c4d-global-banner) .cds--global-banner-cta-container,
|
|
50533
50532
|
:host(c4d-global-banner) .cds--global-banner-icon,
|
|
@@ -51325,7 +51324,7 @@ strong {
|
|
|
51325
51324
|
}
|
|
51326
51325
|
:host(c4d-content-item-copy) {
|
|
51327
51326
|
inline-size: 90%;
|
|
51328
|
-
max-inline-size:
|
|
51327
|
+
max-inline-size: 40rem
|
|
51329
51328
|
}
|
|
51330
51329
|
}
|
|
51331
51330
|
@media (min-width:66rem) {
|