@carbon/ibmdotcom-styles 2.22.0 → 2.24.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 +259 -42
- package/dist/ibm-dotcom-styles.min.css +21 -5
- package/package.json +2 -2
- package/scss/components/card-group/_card-group.scss +51 -1
- package/scss/components/masthead/_masthead-l1.scss +3 -1
- package/scss/components/quote/_quote.scss +60 -1
- package/scss/components/structured-list/_structured-list.scss +8 -1
- package/scss/globals/_scroll-snap.scss +24 -0
|
@@ -5798,10 +5798,6 @@ screen and (prefers-contrast) {
|
|
|
5798
5798
|
-webkit-padding-before: 1rem;
|
|
5799
5799
|
padding-block-start: 1rem
|
|
5800
5800
|
}
|
|
5801
|
-
.cds--content-layout--with-complementary.cds--content-layout--with-footer ::slotted([slot=complementary]) {
|
|
5802
|
-
-webkit-padding-before: 2rem;
|
|
5803
|
-
padding-block-start: 2rem
|
|
5804
|
-
}
|
|
5805
5801
|
}
|
|
5806
5802
|
.c4d--lightbox-media-viewer__container .c4d--lightbox-media-viewer__content__desc,
|
|
5807
5803
|
:host(c4d-lightbox-media-viewer-body) .c4d--lightbox-media-viewer__content__desc {
|
|
@@ -6601,6 +6597,12 @@ screen and (prefers-contrast) {
|
|
|
6601
6597
|
.cds--content-layout--with-complementary ::slotted([slot=complementary]) {
|
|
6602
6598
|
margin-inline: 1rem
|
|
6603
6599
|
}
|
|
6600
|
+
@media (max-width:65.98rem) {
|
|
6601
|
+
.cds--content-layout--with-complementary.cds--content-layout--with-footer ::slotted([slot=complementary]) {
|
|
6602
|
+
-webkit-padding-before: 2rem;
|
|
6603
|
+
padding-block-start: 2rem
|
|
6604
|
+
}
|
|
6605
|
+
}
|
|
6604
6606
|
.cds--content-layout--with-children .c4d--content-block-footer {
|
|
6605
6607
|
-webkit-padding-before: 2rem;
|
|
6606
6608
|
padding-block-start: 2rem
|
|
@@ -12641,19 +12643,16 @@ screen and (prefers-contrast) {
|
|
|
12641
12643
|
grid-template-columns: repeat(var(--c4d--card-group--cards-in-row),1fr)
|
|
12642
12644
|
}
|
|
12643
12645
|
}
|
|
12646
|
+
@media (max-width:41.98rem) {
|
|
12647
|
+
:host(c4d-card-group):not(.is-full-width-template) {
|
|
12648
|
+
padding-inline: 1rem
|
|
12649
|
+
}
|
|
12650
|
+
}
|
|
12644
12651
|
:host(c4d-card-group[with-card-in-card][grid-mode]) {
|
|
12645
12652
|
-webkit-padding-before: 0;
|
|
12646
12653
|
padding-block-start: 0;
|
|
12647
12654
|
padding-inline: 1px
|
|
12648
12655
|
}
|
|
12649
|
-
@media (max-width:41.98rem) {
|
|
12650
|
-
:host(c4d-card-group) {
|
|
12651
|
-
padding-inline: 1rem
|
|
12652
|
-
}
|
|
12653
|
-
:host(c4d-card-group[with-card-in-card][grid-mode]) {
|
|
12654
|
-
padding-inline: 1rem
|
|
12655
|
-
}
|
|
12656
|
-
}
|
|
12657
12656
|
:host(c4d-card-group[with-card-in-card][grid-mode=default]) {
|
|
12658
12657
|
-webkit-padding-before: 2rem;
|
|
12659
12658
|
padding-block-start: 2rem
|
|
@@ -12780,6 +12779,22 @@ screen and (prefers-contrast) {
|
|
|
12780
12779
|
-webkit-padding-before: .5rem;
|
|
12781
12780
|
padding-block-start: .5rem
|
|
12782
12781
|
}
|
|
12782
|
+
@media (min-width:42rem) {
|
|
12783
|
+
:host(c4d-card-group)[grid-mode=narrow] {
|
|
12784
|
+
gap: 0 1rem;
|
|
12785
|
+
-webkit-padding-before: 1rem;
|
|
12786
|
+
padding-block-start: 1rem
|
|
12787
|
+
}
|
|
12788
|
+
:host(c4d-card-group)[grid-mode=default] {
|
|
12789
|
+
gap: 0 2rem;
|
|
12790
|
+
-webkit-padding-before: 1rem;
|
|
12791
|
+
padding-block-start: 1rem
|
|
12792
|
+
}
|
|
12793
|
+
:host(c4d-card-group)[grid-mode=condensed] {
|
|
12794
|
+
-webkit-padding-before: 1rem;
|
|
12795
|
+
padding-block-start: 1rem
|
|
12796
|
+
}
|
|
12797
|
+
}
|
|
12783
12798
|
:host(c4d-card-group-item)[cta-type=video]:focus-within .cds--tile {
|
|
12784
12799
|
position: relative;
|
|
12785
12800
|
outline: 0
|
|
@@ -12793,6 +12808,55 @@ screen and (prefers-contrast) {
|
|
|
12793
12808
|
inset: 0;
|
|
12794
12809
|
pointer-events: none
|
|
12795
12810
|
}
|
|
12811
|
+
@media (max-width:41.98rem) {
|
|
12812
|
+
:host(c4d-card-group[with-card-in-card][grid-mode]) {
|
|
12813
|
+
padding-inline: 1rem
|
|
12814
|
+
}
|
|
12815
|
+
:host(c4d-card-group).inside-block-cards:not(.media-type-block-cards__logo) {
|
|
12816
|
+
overflow: scroll hidden;
|
|
12817
|
+
inline-size: 100%;
|
|
12818
|
+
max-inline-size: 100vw;
|
|
12819
|
+
overscroll-behavior-x: contain;
|
|
12820
|
+
padding-block: 4px 1rem;
|
|
12821
|
+
-ms-scroll-snap-type: x mandatory;
|
|
12822
|
+
scroll-snap-type: x mandatory;
|
|
12823
|
+
display: -webkit-box;
|
|
12824
|
+
display: -ms-flexbox;
|
|
12825
|
+
display: flex;
|
|
12826
|
+
gap: 1rem;
|
|
12827
|
+
padding-inline: 1rem
|
|
12828
|
+
}
|
|
12829
|
+
:host(c4d-card-group).inside-block-cards:not(.media-type-block-cards__logo) > ::slotted(a) {
|
|
12830
|
+
display: grid!important;
|
|
12831
|
+
-webkit-box-sizing: border-box;
|
|
12832
|
+
box-sizing: border-box;
|
|
12833
|
+
-ms-flex-preferred-size: clamp(220px,65vw,400px);
|
|
12834
|
+
flex-basis: clamp(220px,65vw,400px);
|
|
12835
|
+
-ms-flex-negative: 0;
|
|
12836
|
+
flex-shrink: 0;
|
|
12837
|
+
-ms-flex-line-pack: start;
|
|
12838
|
+
align-content: start;
|
|
12839
|
+
block-size: auto;
|
|
12840
|
+
padding-inline: 0;
|
|
12841
|
+
scroll-margin: 1rem;
|
|
12842
|
+
scroll-snap-align: start
|
|
12843
|
+
}
|
|
12844
|
+
:host(c4d-card-group).inside-block-cards:not(.media-type-block-cards__logo) > ::slotted(c4d-card-group-item) {
|
|
12845
|
+
display: grid;
|
|
12846
|
+
-webkit-box-sizing: border-box;
|
|
12847
|
+
box-sizing: border-box;
|
|
12848
|
+
-ms-flex-preferred-size: clamp(220px,65vw,400px);
|
|
12849
|
+
flex-basis: clamp(220px,65vw,400px);
|
|
12850
|
+
-ms-flex-negative: 0;
|
|
12851
|
+
flex-shrink: 0;
|
|
12852
|
+
-ms-flex-line-pack: start;
|
|
12853
|
+
align-content: start;
|
|
12854
|
+
block-size: auto;
|
|
12855
|
+
padding-inline: 0;
|
|
12856
|
+
scroll-margin: 1rem;
|
|
12857
|
+
scroll-snap-align: start
|
|
12858
|
+
}
|
|
12859
|
+
}
|
|
12796
12860
|
@media print and (min-width:42rem) {
|
|
12797
12861
|
:host(c4d-card-group-card-link-item)[empty],
|
|
12798
12862
|
:host(c4d-card-group-item)[empty] {
|
|
@@ -12890,20 +12954,6 @@ screen and (prefers-contrast) {
|
|
|
12890
12954
|
max-inline-size: 40rem
|
|
12891
12955
|
}
|
|
12892
12956
|
@media (min-width:42rem) {
|
|
12893
|
-
:host(c4d-card-group)[grid-mode=narrow] {
|
|
12894
|
-
gap: 0 1rem;
|
|
12895
|
-
-webkit-padding-before: 1rem;
|
|
12896
|
-
padding-block-start: 1rem
|
|
12897
|
-
}
|
|
12898
|
-
:host(c4d-card-group)[grid-mode=default] {
|
|
12899
|
-
gap: 0 2rem;
|
|
12900
|
-
-webkit-padding-before: 1rem;
|
|
12901
|
-
padding-block-start: 1rem
|
|
12902
|
-
}
|
|
12903
|
-
:host(c4d-card-group)[grid-mode=condensed] {
|
|
12904
|
-
-webkit-padding-before: 1rem;
|
|
12905
|
-
padding-block-start: 1rem
|
|
12906
|
-
}
|
|
12907
12957
|
:host(c4d-card-section-offset) ::slotted(c4d-background-media) {
|
|
12908
12958
|
position: absolute;
|
|
12909
12959
|
aspect-ratio: auto;
|
|
@@ -33932,7 +33982,8 @@ button.cds--header__search--close.cds--header__action[part=close-button] svg {
|
|
|
33932
33982
|
}
|
|
33933
33983
|
.cds--masthead__l1-dropdown.is-open {
|
|
33934
33984
|
-webkit-box-shadow: 0 2px 6px 0 var(--cds-shadow,rgba(0,0,0,.3));
|
|
33935
|
-
box-shadow: 0 2px 6px 0 var(--cds-shadow,rgba(0,0,0,.3))
|
|
33985
|
+
box-shadow: 0 2px 6px 0 var(--cds-shadow,rgba(0,0,0,.3));
|
|
33986
|
+
inline-size: 100vw!important
|
|
33936
33987
|
}
|
|
33937
33988
|
.cds--masthead__l1-dropdown:not(.is-open) {
|
|
33938
33989
|
display: none
|
|
@@ -45851,15 +45902,6 @@ strong {
|
|
|
45851
45902
|
border-block-end: 1px solid var(--cds-layer-accent-01,#e0e0e0);
|
|
45852
45903
|
color: var(--cds-text-primary,#161616)
|
|
45853
45904
|
}
|
|
45854
|
-
@media (max-width:41.98rem) {
|
|
45855
|
-
.cds--pricing-table-group tr,
|
|
45856
|
-
.cds--structured-list-group tr,
|
|
45857
|
-
:host(c4d-pricing-table-group) tr,
|
|
45858
|
-
:host(c4d-structured-list-group) tr {
|
|
45859
|
-
-webkit-box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0);
|
|
45860
|
-
box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0)
|
|
45861
|
-
}
|
|
45862
|
-
}
|
|
45863
45905
|
.cds--pricing-table-group th,
|
|
45864
45906
|
.cds--structured-list-group th,
|
|
45865
45907
|
:host(c4d-pricing-table-group) th,
|
|
@@ -46363,6 +46405,127 @@ strong {
|
|
|
46363
46405
|
flex: 0 0 var(--width);
|
|
46364
46406
|
max-inline-size: var(--width)
|
|
46365
46407
|
}
|
|
46408
|
+
@media (max-width:41.98rem) {
|
|
46409
|
+
.cds--pricing-table-group tr,
|
|
46410
|
+
.cds--structured-list-group tr,
|
|
46411
|
+
:host(c4d-pricing-table-group) tr,
|
|
46412
|
+
:host(c4d-structured-list-group) tr {
|
|
46413
|
+
-webkit-box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0);
|
|
46414
|
+
box-shadow: 50vw 0 var(--cds-layer-accent-01,#e0e0e0),100vw 0 var(--cds-layer-accent-01,#e0e0e0),150vw 0 var(--cds-layer-accent-01,#e0e0e0),200vw 0 var(--cds-layer-accent-01,#e0e0e0),250vw 0 var(--cds-layer-accent-01,#e0e0e0),300vw 0 var(--cds-layer-accent-01,#e0e0e0),350vw 0 var(--cds-layer-accent-01,#e0e0e0),400vw 0 var(--cds-layer-accent-01,#e0e0e0),450vw 0 var(--cds-layer-accent-01,#e0e0e0),500vw 0 var(--cds-layer-accent-01,#e0e0e0),550vw 0 var(--cds-layer-accent-01,#e0e0e0),600vw 0 var(--cds-layer-accent-01,#e0e0e0),650vw 0 var(--cds-layer-accent-01,#e0e0e0),700vw 0 var(--cds-layer-accent-01,#e0e0e0),750vw 0 var(--cds-layer-accent-01,#e0e0e0),800vw 0 var(--cds-layer-accent-01,#e0e0e0),850vw 0 var(--cds-layer-accent-01,#e0e0e0),900vw 0 var(--cds-layer-accent-01,#e0e0e0),950vw 0 var(--cds-layer-accent-01,#e0e0e0),1000vw 0 var(--cds-layer-accent-01,#e0e0e0)
|
|
46415
|
+
}
|
|
46416
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(1)),
|
|
46417
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(1)),
|
|
46418
|
+
.cds--pricing-table-row ::slotted(:nth-child(1)),
|
|
46419
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(1)),
|
|
46420
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(1)),
|
|
46421
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(1)),
|
|
46422
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(1)),
|
|
46423
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(1)),
|
|
46424
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(1)),
|
|
46425
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(1)) {
|
|
46426
|
+
--width: calc(
|
|
46427
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46428
|
+
)
|
|
46429
|
+
}
|
|
46430
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(2)),
|
|
46431
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(2)),
|
|
46432
|
+
.cds--pricing-table-row ::slotted(:nth-child(2)),
|
|
46433
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(2)),
|
|
46434
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(2)),
|
|
46435
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(2)),
|
|
46436
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(2)),
|
|
46437
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(2)),
|
|
46438
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(2)),
|
|
46439
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(2)) {
|
|
46440
|
+
--width: calc(
|
|
46441
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46442
|
+
)
|
|
46443
|
+
}
|
|
46444
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(3)),
|
|
46445
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(3)),
|
|
46446
|
+
.cds--pricing-table-row ::slotted(:nth-child(3)),
|
|
46447
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(3)),
|
|
46448
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(3)),
|
|
46449
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(3)),
|
|
46450
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(3)),
|
|
46451
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(3)),
|
|
46452
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(3)),
|
|
46453
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(3)) {
|
|
46454
|
+
--width: calc(
|
|
46455
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46456
|
+
)
|
|
46457
|
+
}
|
|
46458
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(4)),
|
|
46459
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(4)),
|
|
46460
|
+
.cds--pricing-table-row ::slotted(:nth-child(4)),
|
|
46461
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(4)),
|
|
46462
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(4)),
|
|
46463
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(4)),
|
|
46464
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(4)),
|
|
46465
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(4)),
|
|
46466
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(4)),
|
|
46467
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(4)) {
|
|
46468
|
+
--width: calc(
|
|
46469
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46470
|
+
)
|
|
46471
|
+
}
|
|
46472
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(5)),
|
|
46473
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(5)),
|
|
46474
|
+
.cds--pricing-table-row ::slotted(:nth-child(5)),
|
|
46475
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(5)),
|
|
46476
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(5)),
|
|
46477
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(5)),
|
|
46478
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(5)),
|
|
46479
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(5)),
|
|
46480
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(5)),
|
|
46481
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(5)) {
|
|
46482
|
+
--width: calc(
|
|
46483
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46484
|
+
)
|
|
46485
|
+
}
|
|
46486
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(6)),
|
|
46487
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(6)),
|
|
46488
|
+
.cds--pricing-table-row ::slotted(:nth-child(6)),
|
|
46489
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(6)),
|
|
46490
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(6)),
|
|
46491
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(6)),
|
|
46492
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(6)),
|
|
46493
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(6)),
|
|
46494
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(6)),
|
|
46495
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(6)) {
|
|
46496
|
+
--width: calc(
|
|
46497
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46498
|
+
)
|
|
46499
|
+
}
|
|
46500
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(7)),
|
|
46501
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(7)),
|
|
46502
|
+
.cds--pricing-table-row ::slotted(:nth-child(7)),
|
|
46503
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(7)),
|
|
46504
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(7)),
|
|
46505
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(7)),
|
|
46506
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(7)),
|
|
46507
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(7)),
|
|
46508
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(7)),
|
|
46509
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(7)) {
|
|
46510
|
+
--width: calc(
|
|
46511
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46512
|
+
)
|
|
46513
|
+
}
|
|
46514
|
+
.cds--pricing-table-group tr ::slotted(:nth-child(8)),
|
|
46515
|
+
.cds--pricing-table-header-row ::slotted(:nth-child(8)),
|
|
46516
|
+
.cds--pricing-table-row ::slotted(:nth-child(8)),
|
|
46517
|
+
.cds--structured-list-all-rows ::slotted(:nth-child(8)),
|
|
46518
|
+
:host(c4d-pricing-table-group) tr ::slotted(:nth-child(8)),
|
|
46519
|
+
:host(c4d-pricing-table-header-row) ::slotted(:nth-child(8)),
|
|
46520
|
+
:host(c4d-pricing-table-row) ::slotted(:nth-child(8)),
|
|
46521
|
+
:host(c4d-structured-list-group) tr ::slotted(:nth-child(8)),
|
|
46522
|
+
:host(c4d-structured-list-header-row) ::slotted(:nth-child(8)),
|
|
46523
|
+
:host(c4d-structured-list-row) ::slotted(:nth-child(8)) {
|
|
46524
|
+
--width: calc(
|
|
46525
|
+
(var(--cols) / var(--max-cols)) * 100% - var(--mobile-peek, 5%)
|
|
46526
|
+
)
|
|
46527
|
+
}
|
|
46528
|
+
}
|
|
46366
46529
|
@media (min-width:42rem) {
|
|
46367
46530
|
.cds--pricing-table-group tr ::slotted(:nth-child(8)),
|
|
46368
46531
|
.cds--pricing-table-header-row ::slotted(:nth-child(8)),
|
|
@@ -47195,6 +47358,16 @@ strong {
|
|
|
47195
47358
|
inset-inline-start: calc(-1 * .5rem)
|
|
47196
47359
|
}
|
|
47197
47360
|
}
|
|
47361
|
+
@media (min-width:66rem) {
|
|
47362
|
+
.cds--quote__mark-corner-bracket {
|
|
47363
|
+
inset-inline-start: calc(-1 * 1rem)
|
|
47364
|
+
}
|
|
47365
|
+
}
|
|
47366
|
+
@media (min-width:99rem) {
|
|
47367
|
+
.cds--quote__mark-corner-bracket {
|
|
47368
|
+
inset-inline-start: calc(-1 * 2rem)
|
|
47369
|
+
}
|
|
47370
|
+
}
|
|
47198
47371
|
.cds--quote__source {
|
|
47199
47372
|
inline-size: 100%;
|
|
47200
47373
|
padding-inline: 1rem;
|
|
@@ -47284,9 +47457,6 @@ strong {
|
|
|
47284
47457
|
}
|
|
47285
47458
|
}
|
|
47286
47459
|
@media (min-width:66rem) {
|
|
47287
|
-
.cds--quote__mark-corner-bracket {
|
|
47288
|
-
inset-inline-start: calc(-1 * 1rem)
|
|
47289
|
-
}
|
|
47290
47460
|
:host(c4d-quote) c4d-hr {
|
|
47291
47461
|
margin: 1rem .5rem
|
|
47292
47462
|
}
|
|
@@ -47294,6 +47464,56 @@ strong {
|
|
|
47294
47464
|
:host(c4d-quote-link-with-icon) {
|
|
47295
47465
|
display: inline-block
|
|
47296
47466
|
}
|
|
47467
|
+
.cds-bubble-quote {
|
|
47468
|
+
position: relative;
|
|
47469
|
+
padding: 2.5rem;
|
|
47470
|
+
border: 1px solid #8d8d8d;
|
|
47471
|
+
border-radius: .25rem;
|
|
47472
|
+
background: #f4f4f4;
|
|
47473
|
+
-webkit-margin-after: 3.81rem;
|
|
47474
|
+
margin-block-end: 3.81rem;
|
|
47475
|
+
margin-inline: 0
|
|
47476
|
+
}
|
|
47477
|
+
.cds-bubble-quote .bubble-pointer {
|
|
47478
|
+
--fill: #f4f4f4;
|
|
47479
|
+
--stroke: #8d8d8d;
|
|
47480
|
+
position: absolute;
|
|
47481
|
+
inset-block-start: 100%;
|
|
47482
|
+
inset-inline-start: 2rem
|
|
47483
|
+
}
|
|
47484
|
+
.cds-bubble-quote .bubble-pointer-fill {
|
|
47485
|
+
fill: var(--fill)
|
|
47486
|
+
}
|
|
47487
|
+
.cds-bubble-quote .bubble-pointer-stroke {
|
|
47488
|
+
stroke: var(--stroke)
|
|
47489
|
+
}
|
|
47490
|
+
:host([mark-type=bubble-quote]) span.cds--quote__mark[part~=mark--opening] {
|
|
47491
|
+
z-index: 1;
|
|
47492
|
+
inset-block-start: 2.5rem;
|
|
47493
|
+
inset-inline-start: .875rem
|
|
47494
|
+
}
|
|
47495
|
+
@media (max-width:65.98rem) {
|
|
47496
|
+
:host([mark-type=bubble-quote]) span.cds--quote__mark[part~=mark--opening] {
|
|
47497
|
+
inset-inline-start: 1.25rem
|
|
47498
|
+
}
|
|
47499
|
+
}
|
|
47500
|
+
@media (max-width:41.98rem) {
|
|
47501
|
+
.cds-bubble-quote {
|
|
47502
|
+
margin-inline: 16px;
|
|
47503
|
+
max-inline-size: calc(100% - 32px)
|
|
47504
|
+
}
|
|
47505
|
+
.cds-bubble-quote .bubble-pointer {
|
|
47506
|
+
inset-block-start: calc(100% - 1px)
|
|
47507
|
+
}
|
|
47508
|
+
:host([mark-type=bubble-quote]) span.cds--quote__mark[part~=mark--opening] {
|
|
47509
|
+
inset-inline-start: 2.8rem
|
|
47510
|
+
}
|
|
47511
|
+
}
|
|
47512
|
+
:host([lang=ar]) .cds-bubble-quote .bubble-pointer {
|
|
47513
|
+
inset-inline: auto 2rem;
|
|
47514
|
+
-webkit-transform: scaleX(-1);
|
|
47515
|
+
transform: scaleX(-1)
|
|
47516
|
+
}
|
|
47297
47517
|
.cds--grid,
|
|
47298
47518
|
:host(c4d-table-of-contents) {
|
|
47299
47519
|
margin-inline: auto;
|
|
@@ -47307,9 +47527,6 @@ strong {
|
|
|
47307
47527
|
}
|
|
47308
47528
|
}
|
|
47309
47529
|
@media (min-width:99rem) {
|
|
47310
|
-
.cds--quote__mark-corner-bracket {
|
|
47311
|
-
inset-inline-start: calc(-1 * 2rem)
|
|
47312
|
-
}
|
|
47313
47530
|
.cds--grid,
|
|
47314
47531
|
:host(c4d-table-of-contents) {
|
|
47315
47532
|
padding-inline: 2.5rem
|