@carbon/ibmdotcom-styles 2.16.0 → 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 +62 -67
- 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 +1 -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-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 +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/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
|
|
@@ -12338,7 +12333,7 @@ screen and (prefers-contrast) {
|
|
|
12338
12333
|
row-gap: 0
|
|
12339
12334
|
}
|
|
12340
12335
|
:host(c4d-card-group-item) .cds--image__img {
|
|
12341
|
-
block-size:
|
|
12336
|
+
block-size: 15rem
|
|
12342
12337
|
}
|
|
12343
12338
|
@media (min-width:66rem) {
|
|
12344
12339
|
:host(c4d-card-group-item) .cds--image {
|
|
@@ -12514,7 +12509,7 @@ screen and (prefers-contrast) {
|
|
|
12514
12509
|
}
|
|
12515
12510
|
:host(c4d-card-section-offset) ::slotted([slot=action]) {
|
|
12516
12511
|
inline-size: 90%;
|
|
12517
|
-
max-inline-size:
|
|
12512
|
+
max-inline-size: 40rem
|
|
12518
12513
|
}
|
|
12519
12514
|
@media (min-width:42rem) {
|
|
12520
12515
|
:host(c4d-card-group)[grid-mode=narrow] {
|
|
@@ -13241,7 +13236,7 @@ screen and (prefers-contrast) {
|
|
|
13241
13236
|
padding-block-start: 2rem
|
|
13242
13237
|
}
|
|
13243
13238
|
:host(c4d-content-item-row-copy) ::slotted(:not([slot])) {
|
|
13244
|
-
max-inline-size:
|
|
13239
|
+
max-inline-size: 40rem
|
|
13245
13240
|
}
|
|
13246
13241
|
:host(c4d-content-item-row-eyebrow) {
|
|
13247
13242
|
display: block;
|
|
@@ -13284,13 +13279,13 @@ screen and (prefers-contrast) {
|
|
|
13284
13279
|
-moz-column-gap: 2rem;
|
|
13285
13280
|
column-gap: 2rem;
|
|
13286
13281
|
grid-template-columns: repeat(8,1fr);
|
|
13287
|
-
min-block-size:
|
|
13282
|
+
min-block-size: 19.125rem
|
|
13288
13283
|
}
|
|
13289
13284
|
}
|
|
13290
13285
|
@media (min-width:66rem) {
|
|
13291
13286
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13292
13287
|
grid-template-columns: repeat(12,1fr);
|
|
13293
|
-
min-block-size:
|
|
13288
|
+
min-block-size: 17rem
|
|
13294
13289
|
}
|
|
13295
13290
|
}
|
|
13296
13291
|
@media (min-width:82rem) {
|
|
@@ -13300,7 +13295,7 @@ screen and (prefers-contrast) {
|
|
|
13300
13295
|
font-size: calc(1.25rem + .25 * (100vw - 82rem)/ 17)
|
|
13301
13296
|
}
|
|
13302
13297
|
:host(c4d-content-item-row)[thumbnail] {
|
|
13303
|
-
min-block-size:
|
|
13298
|
+
min-block-size: 15.75rem
|
|
13304
13299
|
}
|
|
13305
13300
|
}
|
|
13306
13301
|
:host(c4d-content-item-row[thumbnail]) .cds--content-item-row__heading-wrapper {
|
|
@@ -13486,7 +13481,7 @@ screen and (prefers-contrast) {
|
|
|
13486
13481
|
:host(c4d-content-group-copy),
|
|
13487
13482
|
:host(c4d-content-group-heading) {
|
|
13488
13483
|
inline-size: 90%;
|
|
13489
|
-
max-inline-size:
|
|
13484
|
+
max-inline-size: 40rem
|
|
13490
13485
|
}
|
|
13491
13486
|
.cds--content-group__copy,
|
|
13492
13487
|
:host(c4d-content-group-copy) {
|
|
@@ -13832,7 +13827,7 @@ screen and (prefers-contrast) {
|
|
|
13832
13827
|
}
|
|
13833
13828
|
.cds--content-block-media .cds--feature-card,
|
|
13834
13829
|
:host(c4d-content-block-media) .cds--feature-card {
|
|
13835
|
-
max-inline-size:
|
|
13830
|
+
max-inline-size: 40rem
|
|
13836
13831
|
}
|
|
13837
13832
|
.cds--content-block-media--g100 {
|
|
13838
13833
|
--cds-ai-aura-end: rgba(0, 0, 0, 0);
|
|
@@ -14477,7 +14472,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14477
14472
|
}
|
|
14478
14473
|
.cds--content-block-mixed .cds--content-block__cta-col,
|
|
14479
14474
|
:host(cds-content-block-mixed) .cds--content-block__cta-col {
|
|
14480
|
-
max-inline-size:
|
|
14475
|
+
max-inline-size: 20rem
|
|
14481
14476
|
}
|
|
14482
14477
|
@media (min-width:66rem) {
|
|
14483
14478
|
.cds--content-block-mixed .cds--layout-1-3,
|
|
@@ -14554,7 +14549,7 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14554
14549
|
margin-block-end: 0
|
|
14555
14550
|
}
|
|
14556
14551
|
.cds--content-block-simple__media-video {
|
|
14557
|
-
max-inline-size:
|
|
14552
|
+
max-inline-size: 40rem
|
|
14558
14553
|
}
|
|
14559
14554
|
.cds--content-block-simple__content .cds--content-item:first-of-type {
|
|
14560
14555
|
-webkit-margin-before: 0;
|
|
@@ -20836,7 +20831,7 @@ optgroup.cds--select-optgroup:disabled {
|
|
|
20836
20831
|
background-color: var(--cds-background-hover,rgba(141,141,141,.12))
|
|
20837
20832
|
}
|
|
20838
20833
|
:host(c4d-language-selector-desktop[size=micro]) .cds--list-box__menu {
|
|
20839
|
-
inset-block-end:
|
|
20834
|
+
inset-block-end: 3rem
|
|
20840
20835
|
}
|
|
20841
20836
|
:host(c4d-language-selector-desktop[size=micro]) .cds--dropdown,
|
|
20842
20837
|
:host(c4d-language-selector-desktop[size=micro]) .cds--text-input {
|
|
@@ -25451,7 +25446,7 @@ screen and (prefers-contrast) {
|
|
|
25451
25446
|
margin-block-end: 1rem
|
|
25452
25447
|
}
|
|
25453
25448
|
.cds--language-selector__container .cds--language-selector {
|
|
25454
|
-
min-inline-size:
|
|
25449
|
+
min-inline-size: 13.5rem
|
|
25455
25450
|
}
|
|
25456
25451
|
.cds--footer--short .cds--language-selector__container .cds--language-selector {
|
|
25457
25452
|
float: inline-end
|
|
@@ -25487,7 +25482,7 @@ screen and (prefers-contrast) {
|
|
|
25487
25482
|
}
|
|
25488
25483
|
.cds--language-selector__container .cds--list-box--up .cds--list-box__menu {
|
|
25489
25484
|
z-index: 1;
|
|
25490
|
-
inset-block-end:
|
|
25485
|
+
inset-block-end: 2.9375rem
|
|
25491
25486
|
}
|
|
25492
25487
|
.cds--language-selector__container .cds--select-input__wrapper {
|
|
25493
25488
|
inline-size: 100%
|
|
@@ -30686,7 +30681,7 @@ button.cds--dropdown-text:focus {
|
|
|
30686
30681
|
}
|
|
30687
30682
|
@media screen and (prefers-reduced-motion:reduce) and (min-width:42rem) {
|
|
30688
30683
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30689
|
-
inset-block-start:
|
|
30684
|
+
inset-block-start: 4.125rem
|
|
30690
30685
|
}
|
|
30691
30686
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30692
30687
|
block-size: 3rem
|
|
@@ -30701,7 +30696,7 @@ button.cds--dropdown-text:focus {
|
|
|
30701
30696
|
block-size: 3rem
|
|
30702
30697
|
}
|
|
30703
30698
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30704
|
-
inset-block-start:
|
|
30699
|
+
inset-block-start: 3.125rem
|
|
30705
30700
|
}
|
|
30706
30701
|
}
|
|
30707
30702
|
@media screen and (prefers-reduced-motion:reduce) {
|
|
@@ -30711,7 +30706,7 @@ button.cds--dropdown-text:focus {
|
|
|
30711
30706
|
padding-inline-start: 3rem
|
|
30712
30707
|
}
|
|
30713
30708
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30714
|
-
inset-block-start:
|
|
30709
|
+
inset-block-start: 3.125rem
|
|
30715
30710
|
}
|
|
30716
30711
|
}
|
|
30717
30712
|
:host(c4d-search-with-typeahead)[leadspace-search] {
|
|
@@ -30779,7 +30774,7 @@ button.cds--dropdown-text:focus {
|
|
|
30779
30774
|
}
|
|
30780
30775
|
@media (min-width:42rem) {
|
|
30781
30776
|
:host(c4d-search-with-typeahead)[leadspace-search] .react-autosuggest__suggestions-container {
|
|
30782
|
-
inset-block-start:
|
|
30777
|
+
inset-block-start: 4.125rem
|
|
30783
30778
|
}
|
|
30784
30779
|
:host(c4d-search-with-typeahead)[leadspace-search][large] {
|
|
30785
30780
|
block-size: 3rem
|
|
@@ -30794,11 +30789,11 @@ button.cds--dropdown-text:focus {
|
|
|
30794
30789
|
block-size: 3rem
|
|
30795
30790
|
}
|
|
30796
30791
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30797
|
-
inset-block-start:
|
|
30792
|
+
inset-block-start: 3.125rem
|
|
30798
30793
|
}
|
|
30799
30794
|
}
|
|
30800
30795
|
:host(c4d-search-with-typeahead)[leadspace-search][large] .react-autosuggest__suggestions-container {
|
|
30801
|
-
inset-block-start:
|
|
30796
|
+
inset-block-start: 3.125rem
|
|
30802
30797
|
}
|
|
30803
30798
|
:host(c4d-search-with-typeahead)[sticky-search] {
|
|
30804
30799
|
inset-block-start: 5rem
|
|
@@ -37124,8 +37119,8 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37124
37119
|
background-color: var(--cds-layer-01,#f4f4f4);
|
|
37125
37120
|
-webkit-margin-before: 1rem;
|
|
37126
37121
|
margin-block-start: 1rem;
|
|
37127
|
-
-webkit-padding-after:
|
|
37128
|
-
padding-block-end:
|
|
37122
|
+
-webkit-padding-after: 7rem;
|
|
37123
|
+
padding-block-end: 7rem
|
|
37129
37124
|
}
|
|
37130
37125
|
@media (min-width:42rem) {
|
|
37131
37126
|
.cds--filter-panel__section {
|
|
@@ -37164,12 +37159,12 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37164
37159
|
z-index: 1;
|
|
37165
37160
|
margin-inline: .125rem;
|
|
37166
37161
|
outline: .125rem solid var(--cds-focus,#0f62fe);
|
|
37167
|
-
-webkit-padding-start:
|
|
37168
|
-
padding-inline-start:
|
|
37162
|
+
-webkit-padding-start: .875rem;
|
|
37163
|
+
padding-inline-start: .875rem
|
|
37169
37164
|
}
|
|
37170
37165
|
.cds--input-container__heading .cds--close__icon {
|
|
37171
37166
|
position: absolute;
|
|
37172
|
-
inset-block-start:
|
|
37167
|
+
inset-block-start: .625rem;
|
|
37173
37168
|
inset-inline-end: 1rem
|
|
37174
37169
|
}
|
|
37175
37170
|
.cds--selected-option-dropdown {
|
|
@@ -37265,10 +37260,10 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37265
37260
|
}
|
|
37266
37261
|
:host(c4d-filter-panel-checkbox) {
|
|
37267
37262
|
color: var(--cds-text-secondary,#525252);
|
|
37268
|
-
-webkit-padding-after:
|
|
37269
|
-
padding-block-end:
|
|
37270
|
-
-webkit-padding-start:
|
|
37271
|
-
padding-inline-start:
|
|
37263
|
+
-webkit-padding-after: .375rem;
|
|
37264
|
+
padding-block-end: .375rem;
|
|
37265
|
+
-webkit-padding-start: .875rem;
|
|
37266
|
+
padding-inline-start: .875rem;
|
|
37272
37267
|
font-size: var(--cds-body-compact-01-font-size,.875rem);
|
|
37273
37268
|
font-weight: var(--cds-body-compact-01-font-weight,400);
|
|
37274
37269
|
line-height: var(--cds-body-compact-01-line-height,1.28572);
|
|
@@ -37323,7 +37318,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37323
37318
|
}
|
|
37324
37319
|
:host(c4d-filter-panel-input-select-item) .cds--close__icon {
|
|
37325
37320
|
position: absolute;
|
|
37326
|
-
inset-block-start:
|
|
37321
|
+
inset-block-start: .625rem;
|
|
37327
37322
|
inset-inline-end: 1rem
|
|
37328
37323
|
}
|
|
37329
37324
|
:host(c4d-filter-panel-heading) {
|
|
@@ -37712,7 +37707,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
37712
37707
|
.c4d--leadspace .cds--image picture,
|
|
37713
37708
|
:host(c4d-leadspace) .cds--image picture {
|
|
37714
37709
|
inline-size: 100%;
|
|
37715
|
-
max-inline-size:
|
|
37710
|
+
max-inline-size: 99rem
|
|
37716
37711
|
}
|
|
37717
37712
|
.c4d--leadspace .c4d--leadspace--content__container,
|
|
37718
37713
|
:host(c4d-leadspace) .c4d--leadspace--content__container {
|
|
@@ -38025,7 +38020,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38025
38020
|
}
|
|
38026
38021
|
.c4d--leadspace .c4d--leadspace--centered.c4d--leadspace__section,
|
|
38027
38022
|
:host(c4d-leadspace) .c4d--leadspace--centered.c4d--leadspace__section {
|
|
38028
|
-
min-block-size:
|
|
38023
|
+
min-block-size: 35rem;
|
|
38029
38024
|
-webkit-padding-before: 0;
|
|
38030
38025
|
padding-block-start: 0
|
|
38031
38026
|
}
|
|
@@ -38170,7 +38165,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
38170
38165
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__title,
|
|
38171
38166
|
:host(c4d-leadspace) .c4d--leadspace--centered ::slotted(c4d-leadspace-heading) {
|
|
38172
38167
|
inline-size: 90%;
|
|
38173
|
-
max-inline-size:
|
|
38168
|
+
max-inline-size: 40rem
|
|
38174
38169
|
}
|
|
38175
38170
|
.c4d--leadspace .c4d--leadspace--centered .c4d--leadspace__desc,
|
|
38176
38171
|
:host(c4d-leadspace) .c4d--leadspace--centered .c4d--leadspace__desc {
|
|
@@ -39069,7 +39064,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39069
39064
|
}
|
|
39070
39065
|
:host(c4d-leadspace-block) ::slotted([slot=heading]),
|
|
39071
39066
|
:host(c4d-leadspace-block-content) ::slotted(c4d-content-block-copy) {
|
|
39072
|
-
max-inline-size:
|
|
39067
|
+
max-inline-size: 40rem;
|
|
39073
39068
|
-webkit-padding-end: 2rem;
|
|
39074
39069
|
padding-inline-end: 2rem
|
|
39075
39070
|
}
|
|
@@ -39101,7 +39096,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39101
39096
|
.cds--leadspace-block .cds--leadspace-block__media,
|
|
39102
39097
|
:host(c4d-leadspace-block-media) {
|
|
39103
39098
|
display: block;
|
|
39104
|
-
max-inline-size:
|
|
39099
|
+
max-inline-size: 40rem;
|
|
39105
39100
|
-webkit-padding-after: 2rem;
|
|
39106
39101
|
padding-block-end: 2rem
|
|
39107
39102
|
}
|
|
@@ -39129,7 +39124,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
39129
39124
|
@media (min-width:42rem) {
|
|
39130
39125
|
.cds--leadspace-block .cds--link-list,
|
|
39131
39126
|
:host(c4d-leadspace-block-content) ::slotted(c4d-link-list) {
|
|
39132
|
-
max-inline-size:
|
|
39127
|
+
max-inline-size: 40rem
|
|
39133
39128
|
}
|
|
39134
39129
|
:host(c4d-leadspace-with-search) .cds--content-layout {
|
|
39135
39130
|
padding: 2rem 0 3rem
|
|
@@ -40588,7 +40583,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
40588
40583
|
color: var(--cds-text-primary,#161616);
|
|
40589
40584
|
-webkit-margin-after: 0;
|
|
40590
40585
|
margin-block-end: 0;
|
|
40591
|
-
max-inline-size:
|
|
40586
|
+
max-inline-size: 40rem;
|
|
40592
40587
|
-webkit-padding-start: 0;
|
|
40593
40588
|
padding-inline-start: 0
|
|
40594
40589
|
}
|
|
@@ -44388,7 +44383,7 @@ button.cds--side-nav__link > .cds--side-nav__link-text {
|
|
|
44388
44383
|
display: block;
|
|
44389
44384
|
-webkit-margin-after: 0;
|
|
44390
44385
|
margin-block-end: 0;
|
|
44391
|
-
max-inline-size:
|
|
44386
|
+
max-inline-size: 40rem;
|
|
44392
44387
|
-webkit-padding-before: 2rem;
|
|
44393
44388
|
padding-block-start: 2rem
|
|
44394
44389
|
}
|
|
@@ -48664,12 +48659,12 @@ strong {
|
|
|
48664
48659
|
:host(c4d-table-of-contents) .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
48665
48660
|
position: absolute;
|
|
48666
48661
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
48667
|
-
block-size:
|
|
48662
|
+
block-size: 1.25rem;
|
|
48668
48663
|
content: "";
|
|
48669
48664
|
inline-size: .125rem;
|
|
48670
|
-
inset-block:
|
|
48671
|
-
-webkit-margin-start:
|
|
48672
|
-
margin-inline-start:
|
|
48665
|
+
inset-block: .875rem 0;
|
|
48666
|
+
-webkit-margin-start: -.375rem;
|
|
48667
|
+
margin-inline-start: -.375rem
|
|
48673
48668
|
}
|
|
48674
48669
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a,
|
|
48675
48670
|
:host(c4d-table-of-contents) .cds--tableofcontents__item--active a:hover {
|
|
@@ -49425,12 +49420,12 @@ strong {
|
|
|
49425
49420
|
.cds--tableofcontents--g100 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49426
49421
|
position: absolute;
|
|
49427
49422
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49428
|
-
block-size:
|
|
49423
|
+
block-size: 1.25rem;
|
|
49429
49424
|
content: "";
|
|
49430
49425
|
inline-size: .125rem;
|
|
49431
|
-
inset-block:
|
|
49432
|
-
-webkit-margin-start:
|
|
49433
|
-
margin-inline-start:
|
|
49426
|
+
inset-block: .875rem 0;
|
|
49427
|
+
-webkit-margin-start: -.375rem;
|
|
49428
|
+
margin-inline-start: -.375rem
|
|
49434
49429
|
}
|
|
49435
49430
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a,
|
|
49436
49431
|
.cds--tableofcontents--g100 .cds--tableofcontents__item--active a:hover {
|
|
@@ -49934,12 +49929,12 @@ strong {
|
|
|
49934
49929
|
.cds--tableofcontents--g10 .cds--tableofcontents__navbar .cds--tableofcontents__item--active a::before {
|
|
49935
49930
|
position: absolute;
|
|
49936
49931
|
background-color: var(--cds-border-interactive,#0f62fe);
|
|
49937
|
-
block-size:
|
|
49932
|
+
block-size: 1.25rem;
|
|
49938
49933
|
content: "";
|
|
49939
49934
|
inline-size: .125rem;
|
|
49940
|
-
inset-block:
|
|
49941
|
-
-webkit-margin-start:
|
|
49942
|
-
margin-inline-start:
|
|
49935
|
+
inset-block: .875rem 0;
|
|
49936
|
+
-webkit-margin-start: -.375rem;
|
|
49937
|
+
margin-inline-start: -.375rem
|
|
49943
49938
|
}
|
|
49944
49939
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a,
|
|
49945
49940
|
.cds--tableofcontents--g10 .cds--tableofcontents__item--active a:hover {
|
|
@@ -50526,8 +50521,8 @@ strong {
|
|
|
50526
50521
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):active,
|
|
50527
50522
|
:host(c4d-global-banner) .cds--global-banner-layout-container:where(a):focus {
|
|
50528
50523
|
border-color: var(--cds-focus,#0f62fe);
|
|
50529
|
-
outline:
|
|
50530
|
-
outline-offset:
|
|
50524
|
+
outline: .0625rem solid var(--cds-background,#fff);
|
|
50525
|
+
outline-offset: -.0625rem
|
|
50531
50526
|
}
|
|
50532
50527
|
:host(c4d-global-banner) .cds--global-banner-cta-container,
|
|
50533
50528
|
:host(c4d-global-banner) .cds--global-banner-icon,
|
|
@@ -51325,7 +51320,7 @@ strong {
|
|
|
51325
51320
|
}
|
|
51326
51321
|
:host(c4d-content-item-copy) {
|
|
51327
51322
|
inline-size: 90%;
|
|
51328
|
-
max-inline-size:
|
|
51323
|
+
max-inline-size: 40rem
|
|
51329
51324
|
}
|
|
51330
51325
|
}
|
|
51331
51326
|
@media (min-width:66rem) {
|