@carbon/ibmdotcom-styles 2.14.0-rc.1 → 2.14.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.
|
@@ -9897,7 +9897,7 @@ screen and (prefers-contrast) {
|
|
|
9897
9897
|
:host(c4d-region-item) .cds--link .cds--card__copy,
|
|
9898
9898
|
:host(c4d-region-item) .cds--link .cds--card__heading {
|
|
9899
9899
|
color: var(--cds-text-primary,#161616);
|
|
9900
|
-
max-inline-size:
|
|
9900
|
+
max-inline-size: 40rem;
|
|
9901
9901
|
-webkit-padding-end: 10%;
|
|
9902
9902
|
padding-inline-end: 10%
|
|
9903
9903
|
}
|
|
@@ -13436,6 +13436,17 @@ screen and (prefers-contrast) {
|
|
|
13436
13436
|
font-size: calc(2rem + 0 * (100vw - 82rem)/ 17)
|
|
13437
13437
|
}
|
|
13438
13438
|
}
|
|
13439
|
+
@media (min-width:99rem) {
|
|
13440
|
+
.cds--content-group__title,
|
|
13441
|
+
:host(c4d-content-group-heading) {
|
|
13442
|
+
font-weight: 400;
|
|
13443
|
+
font-size: 2rem
|
|
13444
|
+
}
|
|
13445
|
+
}
|
|
13446
|
+
.cds--content-group__title ::slotted(h3),
|
|
13447
|
+
:host(c4d-content-group-heading) ::slotted(h3) {
|
|
13448
|
+
font-size: inherit!important
|
|
13449
|
+
}
|
|
13439
13450
|
.cds--content-group__copy,
|
|
13440
13451
|
.cds--content-group__title,
|
|
13441
13452
|
:host(c4d-content-group-copy),
|
|
@@ -13443,14 +13454,6 @@ screen and (prefers-contrast) {
|
|
|
13443
13454
|
inline-size: 90%;
|
|
13444
13455
|
max-inline-size: to-rem(640px)
|
|
13445
13456
|
}
|
|
13446
|
-
@media (min-width:42rem) {
|
|
13447
|
-
.cds--content-group__copy,
|
|
13448
|
-
.cds--content-group__title,
|
|
13449
|
-
:host(c4d-content-group-copy),
|
|
13450
|
-
:host(c4d-content-group-heading) {
|
|
13451
|
-
inline-size: calc(100% - 2rem)
|
|
13452
|
-
}
|
|
13453
|
-
}
|
|
13454
13457
|
.cds--content-group__copy,
|
|
13455
13458
|
:host(c4d-content-group-copy) {
|
|
13456
13459
|
-webkit-margin-after: 2rem;
|
|
@@ -13482,21 +13485,13 @@ screen and (prefers-contrast) {
|
|
|
13482
13485
|
-webkit-padding-end: 0;
|
|
13483
13486
|
padding-inline-end: 0
|
|
13484
13487
|
}
|
|
13485
|
-
.cds--feature-card,
|
|
13486
|
-
.cds--feature-card-large,
|
|
13487
13488
|
:host(c4d-feature-card),
|
|
13488
13489
|
:host(c4d-feature-cta) {
|
|
13489
|
-
|
|
13490
|
+
display: block;
|
|
13490
13491
|
border-width: 1px;
|
|
13491
13492
|
border-style: solid;
|
|
13492
13493
|
border-color: var(--cds-border-subtle-selected)
|
|
13493
13494
|
}
|
|
13494
|
-
.cds--feature-card-large:hover .cds--image::before,
|
|
13495
|
-
.cds--feature-card-large:hover ::slotted([slot=image])::before,
|
|
13496
|
-
.cds--feature-card-large:hover c4d-image::before,
|
|
13497
|
-
.cds--feature-card:hover .cds--image::before,
|
|
13498
|
-
.cds--feature-card:hover ::slotted([slot=image])::before,
|
|
13499
|
-
.cds--feature-card:hover c4d-image::before,
|
|
13500
13495
|
:host(c4d-feature-card):hover .cds--image::before,
|
|
13501
13496
|
:host(c4d-feature-card):hover ::slotted([slot=image])::before,
|
|
13502
13497
|
:host(c4d-feature-card):hover c4d-image::before,
|
|
@@ -13505,347 +13500,32 @@ screen and (prefers-contrast) {
|
|
|
13505
13500
|
:host(c4d-feature-cta):hover c4d-image::before {
|
|
13506
13501
|
opacity: .08
|
|
13507
13502
|
}
|
|
13508
|
-
.cds--feature-card-large:focus-within,
|
|
13509
|
-
.cds--feature-card:focus-within,
|
|
13510
13503
|
:host(c4d-feature-card):focus-within,
|
|
13511
13504
|
:host(c4d-feature-cta):focus-within {
|
|
13512
13505
|
border-color: transparent
|
|
13513
13506
|
}
|
|
13514
|
-
@media (max-width:41.98rem) {
|
|
13515
|
-
.cds--feature-card,
|
|
13516
|
-
.cds--feature-card-large,
|
|
13517
|
-
:host(c4d-feature-card),
|
|
13518
|
-
:host(c4d-feature-cta) {
|
|
13519
|
-
display: -webkit-box;
|
|
13520
|
-
display: -ms-flexbox;
|
|
13521
|
-
display: flex;
|
|
13522
|
-
-ms-flex-wrap: wrap;
|
|
13523
|
-
flex-wrap: wrap;
|
|
13524
|
-
margin-inline: -1rem
|
|
13525
|
-
}
|
|
13526
|
-
}
|
|
13527
|
-
.cds--feature-card .cds--card__content,
|
|
13528
|
-
.cds--feature-card-large .cds--card__content,
|
|
13529
|
-
:host(c4d-feature-card) .cds--card__content,
|
|
13530
|
-
:host(c4d-feature-cta) .cds--card__content {
|
|
13531
|
-
-webkit-transition: background-color 150ms cubic-bezier(.2,0,.38,.9);
|
|
13532
|
-
transition: background-color 150ms cubic-bezier(.2,0,.38,.9)
|
|
13533
|
-
}
|
|
13534
|
-
.cds--feature-card .cds--image,
|
|
13535
|
-
.cds--feature-card ::slotted([slot=image]),
|
|
13536
|
-
.cds--feature-card c4d-image,
|
|
13537
|
-
.cds--feature-card-large .cds--image,
|
|
13538
|
-
.cds--feature-card-large ::slotted([slot=image]),
|
|
13539
|
-
.cds--feature-card-large c4d-image,
|
|
13540
|
-
:host(c4d-feature-card) .cds--image,
|
|
13541
|
-
:host(c4d-feature-card) ::slotted([slot=image]),
|
|
13542
|
-
:host(c4d-feature-card) c4d-image,
|
|
13543
|
-
:host(c4d-feature-cta) .cds--image,
|
|
13544
|
-
:host(c4d-feature-cta) ::slotted([slot=image]),
|
|
13545
|
-
:host(c4d-feature-cta) c4d-image {
|
|
13546
|
-
block-size: 50%;
|
|
13547
|
-
inline-size: 100%
|
|
13548
|
-
}
|
|
13549
|
-
@media screen and (prefers-reduced-motion:reduce) {
|
|
13550
|
-
.cds--feature-card .cds--image::before,
|
|
13551
|
-
.cds--feature-card ::slotted([slot=image])::before,
|
|
13552
|
-
.cds--feature-card c4d-image::before,
|
|
13553
|
-
.cds--feature-card-large .cds--image::before,
|
|
13554
|
-
.cds--feature-card-large ::slotted([slot=image])::before,
|
|
13555
|
-
.cds--feature-card-large c4d-image::before,
|
|
13556
|
-
:host(c4d-feature-card) .cds--image::before,
|
|
13557
|
-
:host(c4d-feature-card) ::slotted([slot=image])::before,
|
|
13558
|
-
:host(c4d-feature-card) c4d-image::before,
|
|
13559
|
-
:host(c4d-feature-cta) .cds--image::before,
|
|
13560
|
-
:host(c4d-feature-cta) ::slotted([slot=image])::before,
|
|
13561
|
-
:host(c4d-feature-cta) c4d-image::before {
|
|
13562
|
-
position: absolute;
|
|
13563
|
-
z-index: 1;
|
|
13564
|
-
block-size: 100%;
|
|
13565
|
-
content: "";
|
|
13566
|
-
inline-size: 100%;
|
|
13567
|
-
inset-block-start: 0;
|
|
13568
|
-
inset-inline-start: 0;
|
|
13569
|
-
opacity: 0;
|
|
13570
|
-
-webkit-transition: none;
|
|
13571
|
-
transition: none
|
|
13572
|
-
}
|
|
13573
|
-
}
|
|
13574
|
-
.cds--feature-card .cds--image::before,
|
|
13575
|
-
.cds--feature-card ::slotted([slot=image])::before,
|
|
13576
|
-
.cds--feature-card c4d-image::before,
|
|
13577
|
-
.cds--feature-card-large .cds--image::before,
|
|
13578
|
-
.cds--feature-card-large ::slotted([slot=image])::before,
|
|
13579
|
-
.cds--feature-card-large c4d-image::before,
|
|
13580
|
-
:host(c4d-feature-card) .cds--image::before,
|
|
13581
|
-
:host(c4d-feature-card) ::slotted([slot=image])::before,
|
|
13582
|
-
:host(c4d-feature-card) c4d-image::before,
|
|
13583
|
-
:host(c4d-feature-cta) .cds--image::before,
|
|
13584
|
-
:host(c4d-feature-cta) ::slotted([slot=image])::before,
|
|
13585
|
-
:host(c4d-feature-cta) c4d-image::before {
|
|
13586
|
-
position: absolute;
|
|
13587
|
-
z-index: 1;
|
|
13588
|
-
block-size: 100%;
|
|
13589
|
-
content: "";
|
|
13590
|
-
inline-size: 100%;
|
|
13591
|
-
inset-block-start: 0;
|
|
13592
|
-
inset-inline-start: 0;
|
|
13593
|
-
opacity: 0;
|
|
13594
|
-
-webkit-transition: opacity 150ms cubic-bezier(.2,0,.38,.9);
|
|
13595
|
-
transition: opacity 150ms cubic-bezier(.2,0,.38,.9)
|
|
13596
|
-
}
|
|
13597
|
-
:host(c4d-feature-card),
|
|
13598
|
-
:host(c4d-feature-cta) {
|
|
13599
|
-
display: block;
|
|
13600
|
-
outline: 0
|
|
13601
|
-
}
|
|
13602
|
-
@media (max-width:41.98rem) {
|
|
13603
|
-
:host(c4d-feature-card),
|
|
13604
|
-
:host(c4d-feature-cta) {
|
|
13605
|
-
display: -webkit-box;
|
|
13606
|
-
display: -ms-flexbox;
|
|
13607
|
-
display: flex
|
|
13608
|
-
}
|
|
13609
|
-
:host(c4d-feature-card) .cds--card__wrapper,
|
|
13610
|
-
:host(c4d-feature-cta) .cds--card__wrapper {
|
|
13611
|
-
display: -webkit-box;
|
|
13612
|
-
display: -ms-flexbox;
|
|
13613
|
-
display: flex;
|
|
13614
|
-
block-size: auto;
|
|
13615
|
-
min-block-size: 0
|
|
13616
|
-
}
|
|
13617
|
-
:host(c4d-feature-card) .cds--card__wrapper .cds--card__content,
|
|
13618
|
-
:host(c4d-feature-cta) .cds--card__wrapper .cds--card__content {
|
|
13619
|
-
padding: 1rem;
|
|
13620
|
-
block-size: 100%
|
|
13621
|
-
}
|
|
13622
|
-
:host(c4d-feature-card) .cds--card--link,
|
|
13623
|
-
:host(c4d-feature-cta) .cds--card--link {
|
|
13624
|
-
display: block
|
|
13625
|
-
}
|
|
13626
|
-
.cds--feature-card .cds--card__content,
|
|
13627
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__content,
|
|
13628
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__content {
|
|
13629
|
-
-webkit-box-pack: justify;
|
|
13630
|
-
-ms-flex-pack: justify;
|
|
13631
|
-
justify-content: space-between;
|
|
13632
|
-
padding: 1rem;
|
|
13633
|
-
block-size: 100%
|
|
13634
|
-
}
|
|
13635
|
-
.cds--feature-card cds--card__heading,
|
|
13636
|
-
:host(c4d-feature-card:not([size=large])) cds--card__heading,
|
|
13637
|
-
:host(c4d-feature-cta:not([size=large])) cds--card__heading {
|
|
13638
|
-
padding: 1rem;
|
|
13639
|
-
margin: 0;
|
|
13640
|
-
inline-size: 100%;
|
|
13641
|
-
-webkit-padding-after: 2rem;
|
|
13642
|
-
padding-block-end: 2rem;
|
|
13643
|
-
-webkit-padding-end: 10%;
|
|
13644
|
-
padding-inline-end: 10%
|
|
13645
|
-
}
|
|
13646
|
-
.cds--feature-card .cds--card__footer,
|
|
13647
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__footer,
|
|
13648
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__footer {
|
|
13649
|
-
-webkit-margin-before: -2rem;
|
|
13650
|
-
margin-block-start: -2rem;
|
|
13651
|
-
-webkit-padding-before: 0;
|
|
13652
|
-
padding-block-start: 0
|
|
13653
|
-
}
|
|
13654
|
-
.cds--feature-card .cds--card__wrapper,
|
|
13655
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__wrapper,
|
|
13656
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__wrapper {
|
|
13657
|
-
display: -webkit-box;
|
|
13658
|
-
display: -ms-flexbox;
|
|
13659
|
-
display: flex;
|
|
13660
|
-
block-size: auto;
|
|
13661
|
-
min-block-size: 0
|
|
13662
|
-
}
|
|
13663
|
-
.cds--feature-card .cds--card,
|
|
13664
|
-
:host(c4d-feature-card:not([size=large])) .cds--card,
|
|
13665
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card {
|
|
13666
|
-
display: block;
|
|
13667
|
-
inset: 0;
|
|
13668
|
-
-webkit-padding-before: 0;
|
|
13669
|
-
padding-block-start: 0
|
|
13670
|
-
}
|
|
13671
|
-
}
|
|
13672
|
-
.cds--feature-card .cds--card,
|
|
13673
|
-
:host(c4d-feature-card:not([size=large])) .cds--card,
|
|
13674
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card {
|
|
13675
|
-
margin: 0
|
|
13676
|
-
}
|
|
13677
|
-
.cds--feature-card .cds--card .cds--card__heading,
|
|
13678
|
-
.cds--feature-card .cds--card ::slotted(c4d-card-heading),
|
|
13679
|
-
:host(c4d-feature-card:not([size=large])) .cds--card .cds--card__heading,
|
|
13680
|
-
:host(c4d-feature-card:not([size=large])) .cds--card ::slotted(c4d-card-heading),
|
|
13681
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card .cds--card__heading,
|
|
13682
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card ::slotted(c4d-card-heading) {
|
|
13683
|
-
-webkit-margin-after: 2rem;
|
|
13684
|
-
margin-block-end: 2rem
|
|
13685
|
-
}
|
|
13686
|
-
.cds--feature-card .cds--card:focus-within,
|
|
13687
|
-
:host(c4d-feature-card:not([size=large])) .cds--card:focus-within,
|
|
13688
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card:focus-within {
|
|
13689
|
-
outline: 0;
|
|
13690
|
-
outline-offset: 0
|
|
13691
|
-
}
|
|
13692
|
-
.cds--feature-card .cds--card:focus-within::before,
|
|
13693
|
-
:host(c4d-feature-card:not([size=large])) .cds--card:focus-within::before,
|
|
13694
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card:focus-within::before {
|
|
13695
|
-
position: absolute;
|
|
13696
|
-
z-index: 1;
|
|
13697
|
-
display: block;
|
|
13698
|
-
border: .125rem solid var(--cds-focus,#0f62fe);
|
|
13699
|
-
content: "";
|
|
13700
|
-
inset: -1px;
|
|
13701
|
-
outline: 1px solid var(--cds-focus-inset,#fff);
|
|
13702
|
-
outline-offset: -3px
|
|
13703
|
-
}
|
|
13704
|
-
@media (max-width:41.98rem) {
|
|
13705
|
-
.cds--feature-card .cds--card:focus-within::before,
|
|
13706
|
-
:host(c4d-feature-card:not([size=large])) .cds--card:focus-within::before,
|
|
13707
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card:focus-within::before {
|
|
13708
|
-
min-block-size: 292px
|
|
13709
|
-
}
|
|
13710
|
-
}
|
|
13711
|
-
.cds--feature-card .cds--card__heading,
|
|
13712
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__heading,
|
|
13713
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__heading {
|
|
13714
|
-
-webkit-margin-after: 2rem;
|
|
13715
|
-
margin-block-end: 2rem
|
|
13716
|
-
}
|
|
13717
|
-
.cds--feature-card .cds--card__wrapper,
|
|
13718
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__wrapper,
|
|
13719
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__wrapper {
|
|
13720
|
-
block-size: 50%;
|
|
13721
|
-
inline-size: 100%
|
|
13722
|
-
}
|
|
13723
|
-
.cds--feature-card .cds--card__wrapper .cds--card__content,
|
|
13724
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__wrapper .cds--card__content,
|
|
13725
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__wrapper .cds--card__content {
|
|
13726
|
-
block-size: auto;
|
|
13727
|
-
min-block-size: 100%
|
|
13728
|
-
}
|
|
13729
|
-
.cds--feature-card .cds--image,
|
|
13730
|
-
.cds--feature-card ::slotted([slot=image]),
|
|
13731
|
-
.cds--feature-card c4d-image,
|
|
13732
|
-
:host(c4d-feature-card:not([size=large])) .cds--image,
|
|
13733
|
-
:host(c4d-feature-card:not([size=large])) ::slotted([slot=image]),
|
|
13734
|
-
:host(c4d-feature-card:not([size=large])) c4d-image,
|
|
13735
|
-
:host(c4d-feature-cta:not([size=large])) .cds--image,
|
|
13736
|
-
:host(c4d-feature-cta:not([size=large])) ::slotted([slot=image]),
|
|
13737
|
-
:host(c4d-feature-cta:not([size=large])) c4d-image {
|
|
13738
|
-
z-index: 0
|
|
13739
|
-
}
|
|
13740
13507
|
@media (min-width:42rem) {
|
|
13741
|
-
.cds--
|
|
13742
|
-
|
|
13743
|
-
:host(c4d-
|
|
13508
|
+
.cds--content-group__copy,
|
|
13509
|
+
.cds--content-group__title,
|
|
13510
|
+
:host(c4d-content-group-copy),
|
|
13511
|
+
:host(c4d-content-group-heading) {
|
|
13512
|
+
inline-size: calc(100% - 2rem)
|
|
13513
|
+
}
|
|
13514
|
+
:host(c4d-feature-card) .cds--card,
|
|
13515
|
+
:host(c4d-feature-cta) .cds--card {
|
|
13744
13516
|
-webkit-box-orient: horizontal;
|
|
13745
13517
|
-webkit-box-direction: normal;
|
|
13746
13518
|
-ms-flex-direction: row;
|
|
13747
13519
|
flex-direction: row
|
|
13748
13520
|
}
|
|
13749
|
-
.cds--feature-card .cds--card__wrapper,
|
|
13750
|
-
:host(c4d-feature-card:not([size=large])) .cds--card__wrapper,
|
|
13751
|
-
:host(c4d-feature-cta:not([size=large])) .cds--card__wrapper {
|
|
13752
|
-
block-size: auto;
|
|
13753
|
-
inline-size: 50%
|
|
13754
|
-
}
|
|
13755
|
-
.cds--feature-card .cds--image,
|
|
13756
|
-
.cds--feature-card ::slotted([slot=image]),
|
|
13757
|
-
.cds--feature-card c4d-image,
|
|
13758
|
-
:host(c4d-feature-card:not([size=large])) .cds--image,
|
|
13759
|
-
:host(c4d-feature-card:not([size=large])) ::slotted([slot=image]),
|
|
13760
|
-
:host(c4d-feature-card:not([size=large])) c4d-image,
|
|
13761
|
-
:host(c4d-feature-cta:not([size=large])) .cds--image,
|
|
13762
|
-
:host(c4d-feature-cta:not([size=large])) ::slotted([slot=image]),
|
|
13763
|
-
:host(c4d-feature-cta:not([size=large])) c4d-image {
|
|
13764
|
-
block-size: 100%;
|
|
13765
|
-
inline-size: 50%;
|
|
13766
|
-
-webkit-padding-before: 50%;
|
|
13767
|
-
padding-block-start: 50%
|
|
13768
|
-
}
|
|
13769
13521
|
}
|
|
13770
|
-
|
|
13771
|
-
:host(c4d-feature-
|
|
13772
|
-
:host(c4d-feature-cta:not([size=large])) .cds--feature-card__card .cds--card__footer {
|
|
13773
|
-
-webkit-box-orient: horizontal;
|
|
13774
|
-
-webkit-box-direction: reverse;
|
|
13775
|
-
-ms-flex-direction: row-reverse;
|
|
13776
|
-
flex-direction: row-reverse
|
|
13777
|
-
}
|
|
13778
|
-
.cds--feature-card .cds--feature-card__card .cds--card__footer svg,
|
|
13779
|
-
:host(c4d-feature-card:not([size=large])) .cds--feature-card__card .cds--card__footer svg,
|
|
13780
|
-
:host(c4d-feature-cta:not([size=large])) .cds--feature-card__card .cds--card__footer svg {
|
|
13781
|
-
block-size: to-rem(20px);
|
|
13782
|
-
inline-size: to-rem(20px)
|
|
13783
|
-
}
|
|
13784
|
-
@media (min-width:42rem) {
|
|
13785
|
-
.cds--feature-card .cds--feature-card__card .cds--card__footer svg,
|
|
13786
|
-
:host(c4d-feature-card:not([size=large])) .cds--feature-card__card .cds--card__footer svg,
|
|
13787
|
-
:host(c4d-feature-cta:not([size=large])) .cds--feature-card__card .cds--card__footer svg {
|
|
13788
|
-
block-size: 1.5rem;
|
|
13789
|
-
inline-size: 1.5rem
|
|
13790
|
-
}
|
|
13791
|
-
}
|
|
13792
|
-
@media (min-width:99rem) {
|
|
13793
|
-
.cds--content-group__title,
|
|
13794
|
-
:host(c4d-content-group-heading) {
|
|
13795
|
-
font-weight: 400;
|
|
13796
|
-
font-size: 2rem
|
|
13797
|
-
}
|
|
13798
|
-
.cds--feature-card .cds--feature-card__card .cds--card__footer svg,
|
|
13799
|
-
:host(c4d-feature-card:not([size=large])) .cds--feature-card__card .cds--card__footer svg,
|
|
13800
|
-
:host(c4d-feature-cta:not([size=large])) .cds--feature-card__card .cds--card__footer svg {
|
|
13801
|
-
block-size: 2rem;
|
|
13802
|
-
inline-size: 2rem
|
|
13803
|
-
}
|
|
13804
|
-
}
|
|
13805
|
-
.cds--feature-card ::slotted(svg[slot=footer]),
|
|
13806
|
-
:host(c4d-feature-card:not([size=large])) ::slotted(svg[slot=footer]),
|
|
13807
|
-
:host(c4d-feature-cta:not([size=large])) ::slotted(svg[slot=footer]) {
|
|
13808
|
-
-webkit-margin-before: auto;
|
|
13809
|
-
margin-block-start: auto;
|
|
13810
|
-
-webkit-margin-start: auto;
|
|
13811
|
-
margin-inline-start: auto
|
|
13812
|
-
}
|
|
13813
|
-
:host(c4d-feature-card[size=large]),
|
|
13814
|
-
:host(c4d-feature-cta[size=large]) {
|
|
13815
|
-
position: relative;
|
|
13816
|
-
background-color: var(--cds-layer-01,#f4f4f4);
|
|
13817
|
-
color: var(--cds-text-primary,#161616);
|
|
13818
|
-
-webkit-margin-after: 2rem;
|
|
13819
|
-
margin-block-end: 2rem;
|
|
13820
|
-
margin-inline: 2rem/-2
|
|
13821
|
-
}
|
|
13822
|
-
@media (min-width:42rem) {
|
|
13823
|
-
:host(c4d-feature-card[size=large]),
|
|
13824
|
-
:host(c4d-feature-cta[size=large]) {
|
|
13825
|
-
-webkit-margin-after: 4rem;
|
|
13826
|
-
margin-block-end: 4rem;
|
|
13827
|
-
-webkit-padding-before: 50%;
|
|
13828
|
-
padding-block-start: 50%
|
|
13829
|
-
}
|
|
13830
|
-
}
|
|
13831
|
-
@media (min-width:66rem) {
|
|
13832
|
-
:host(c4d-feature-card[size=large]),
|
|
13833
|
-
:host(c4d-feature-cta[size=large]) {
|
|
13834
|
-
-webkit-margin-after: 6rem;
|
|
13835
|
-
margin-block-end: 6rem
|
|
13836
|
-
}
|
|
13837
|
-
}
|
|
13838
|
-
:host(c4d-feature-card[size=large]) .cds--card,
|
|
13839
|
-
:host(c4d-feature-cta[size=large]) .cds--card {
|
|
13840
|
-
block-size: 100%
|
|
13841
|
-
}
|
|
13842
|
-
:host(c4d-feature-card[size=large]) .cds--card:focus-within,
|
|
13843
|
-
:host(c4d-feature-cta[size=large]) .cds--card:focus-within {
|
|
13522
|
+
:host(c4d-feature-card) .cds--card:focus-within,
|
|
13523
|
+
:host(c4d-feature-cta) .cds--card:focus-within {
|
|
13844
13524
|
outline: 0;
|
|
13845
13525
|
outline-offset: 0
|
|
13846
13526
|
}
|
|
13847
|
-
:host(c4d-feature-card
|
|
13848
|
-
:host(c4d-feature-cta
|
|
13527
|
+
:host(c4d-feature-card) .cds--card:focus-within::before,
|
|
13528
|
+
:host(c4d-feature-cta) .cds--card:focus-within::before {
|
|
13849
13529
|
position: absolute;
|
|
13850
13530
|
z-index: 1;
|
|
13851
13531
|
display: block;
|
|
@@ -13856,158 +13536,59 @@ screen and (prefers-contrast) {
|
|
|
13856
13536
|
outline-offset: -3px
|
|
13857
13537
|
}
|
|
13858
13538
|
@media (max-width:41.98rem) {
|
|
13859
|
-
|
|
13860
|
-
:host(c4d-feature-
|
|
13861
|
-
|
|
13862
|
-
-webkit-box-orient: horizontal;
|
|
13863
|
-
-webkit-box-direction: normal;
|
|
13864
|
-
-ms-flex-direction: row;
|
|
13865
|
-
flex-direction: row
|
|
13539
|
+
:host(c4d-feature-card) .cds--card,
|
|
13540
|
+
:host(c4d-feature-cta) .cds--card {
|
|
13541
|
+
display: block
|
|
13866
13542
|
}
|
|
13867
|
-
:host(c4d-feature-card
|
|
13868
|
-
:host(c4d-feature-cta
|
|
13543
|
+
:host(c4d-feature-card) .cds--card:focus-within::before,
|
|
13544
|
+
:host(c4d-feature-cta) .cds--card:focus-within::before {
|
|
13869
13545
|
min-block-size: 292px
|
|
13870
13546
|
}
|
|
13871
13547
|
}
|
|
13872
|
-
:host(c4d-feature-card
|
|
13873
|
-
:host(c4d-feature-card
|
|
13874
|
-
:host(c4d-feature-
|
|
13875
|
-
:host(c4d-feature-cta
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
}
|
|
13880
|
-
@media (min-width:42rem) {
|
|
13881
|
-
:host(c4d-feature-card[size=large]) .cds--card,
|
|
13882
|
-
:host(c4d-feature-cta[size=large]) .cds--card {
|
|
13883
|
-
position: absolute;
|
|
13884
|
-
-webkit-box-orient: horizontal;
|
|
13885
|
-
-webkit-box-direction: normal;
|
|
13886
|
-
-ms-flex-direction: row;
|
|
13887
|
-
flex-direction: row;
|
|
13888
|
-
inset: 0
|
|
13889
|
-
}
|
|
13890
|
-
:host(c4d-feature-card[size=large]) .cds--card .cds--image,
|
|
13891
|
-
:host(c4d-feature-card[size=large]) .cds--card ::slotted([slot=image]),
|
|
13892
|
-
:host(c4d-feature-card[size=large]) .cds--card c4d-image,
|
|
13893
|
-
:host(c4d-feature-cta[size=large]) .cds--card .cds--image,
|
|
13894
|
-
:host(c4d-feature-cta[size=large]) .cds--card ::slotted([slot=image]),
|
|
13895
|
-
:host(c4d-feature-cta[size=large]) .cds--card c4d-image {
|
|
13896
|
-
block-size: 100%;
|
|
13897
|
-
inline-size: 50%;
|
|
13898
|
-
-webkit-padding-before: 50%;
|
|
13899
|
-
padding-block-start: 50%
|
|
13900
|
-
}
|
|
13901
|
-
}
|
|
13902
|
-
@media (min-width:82rem) {
|
|
13903
|
-
:host(c4d-feature-card[size=large]),
|
|
13904
|
-
:host(c4d-feature-cta[size=large]) {
|
|
13905
|
-
-webkit-padding-before: 50%;
|
|
13906
|
-
padding-block-start: 50%
|
|
13907
|
-
}
|
|
13908
|
-
:host(c4d-feature-card[size=large]) .cds--card .cds--image,
|
|
13909
|
-
:host(c4d-feature-card[size=large]) .cds--card ::slotted([slot=image]),
|
|
13910
|
-
:host(c4d-feature-card[size=large]) .cds--card c4d-image,
|
|
13911
|
-
:host(c4d-feature-cta[size=large]) .cds--card .cds--image,
|
|
13912
|
-
:host(c4d-feature-cta[size=large]) .cds--card ::slotted([slot=image]),
|
|
13913
|
-
:host(c4d-feature-cta[size=large]) .cds--card c4d-image {
|
|
13914
|
-
block-size: 100%
|
|
13915
|
-
}
|
|
13916
|
-
}
|
|
13917
|
-
:host(c4d-feature-card[size=large]) .cds--card .cds--image,
|
|
13918
|
-
:host(c4d-feature-cta[size=large]) .cds--card .cds--image {
|
|
13919
|
-
overflow-y: hidden
|
|
13920
|
-
}
|
|
13921
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper,
|
|
13922
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper {
|
|
13923
|
-
block-size: auto;
|
|
13924
|
-
min-block-size: 50%
|
|
13925
|
-
}
|
|
13926
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper::before,
|
|
13927
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper::before {
|
|
13928
|
-
-webkit-padding-before: 0;
|
|
13929
|
-
padding-block-start: 0
|
|
13930
|
-
}
|
|
13931
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__copy,
|
|
13932
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__eyebrow,
|
|
13933
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__heading,
|
|
13934
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
13935
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper ::slotted(c4d-card-heading),
|
|
13936
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__copy,
|
|
13937
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__eyebrow,
|
|
13938
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__heading,
|
|
13939
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
13940
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper ::slotted(c4d-card-heading) {
|
|
13941
|
-
inline-size: 100%;
|
|
13942
|
-
max-inline-size: to-rem(480px)
|
|
13943
|
-
}
|
|
13944
|
-
@media (min-width:42rem) {
|
|
13945
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper::before,
|
|
13946
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper::before {
|
|
13947
|
-
-webkit-padding-before: 50%;
|
|
13948
|
-
padding-block-start: 50%
|
|
13949
|
-
}
|
|
13950
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__copy,
|
|
13951
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__eyebrow,
|
|
13952
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__heading,
|
|
13953
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
13954
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper ::slotted(c4d-card-heading),
|
|
13955
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__copy,
|
|
13956
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__eyebrow,
|
|
13957
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__heading,
|
|
13958
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
13959
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper ::slotted(c4d-card-heading) {
|
|
13960
|
-
inline-size: 90%
|
|
13961
|
-
}
|
|
13962
|
-
}
|
|
13963
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__content,
|
|
13964
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__content {
|
|
13965
|
-
padding: 2rem 1rem 1rem
|
|
13966
|
-
}
|
|
13967
|
-
@media (min-width:42rem) {
|
|
13968
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__content,
|
|
13969
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__content {
|
|
13970
|
-
padding: 1rem
|
|
13971
|
-
}
|
|
13548
|
+
:host(c4d-feature-card) .cds--card__image-wrapper,
|
|
13549
|
+
:host(c4d-feature-card) .cds--card__wrapper,
|
|
13550
|
+
:host(c4d-feature-cta) .cds--card__image-wrapper,
|
|
13551
|
+
:host(c4d-feature-cta) .cds--card__wrapper {
|
|
13552
|
+
-webkit-box-flex: 1;
|
|
13553
|
+
-ms-flex: 1 0 50%;
|
|
13554
|
+
flex: 1 0 50%
|
|
13972
13555
|
}
|
|
13973
|
-
:host(c4d-feature-card
|
|
13974
|
-
:host(c4d-feature-card
|
|
13975
|
-
:host(c4d-feature-cta
|
|
13976
|
-
:host(c4d-feature-cta
|
|
13977
|
-
|
|
13556
|
+
:host(c4d-feature-card) .cds--card__wrapper::after,
|
|
13557
|
+
:host(c4d-feature-card) .cds--card__wrapper::before,
|
|
13558
|
+
:host(c4d-feature-cta) .cds--card__wrapper::after,
|
|
13559
|
+
:host(c4d-feature-cta) .cds--card__wrapper::before {
|
|
13560
|
+
display: none
|
|
13978
13561
|
}
|
|
13979
|
-
:host(c4d-feature-card
|
|
13980
|
-
:host(c4d-feature-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13987
|
-
|
|
13988
|
-
letter-spacing: var(--cds-heading-03-letter-spacing,0)
|
|
13562
|
+
:host(c4d-feature-card) .cds--card__content,
|
|
13563
|
+
:host(c4d-feature-cta) .cds--card__content {
|
|
13564
|
+
-webkit-box-pack: justify;
|
|
13565
|
+
-ms-flex-pack: justify;
|
|
13566
|
+
justify-content: space-between;
|
|
13567
|
+
padding: 1rem;
|
|
13568
|
+
aspect-ratio: 2/1;
|
|
13569
|
+
-webkit-transition: background-color 150ms cubic-bezier(.2,0,.38,.9);
|
|
13570
|
+
transition: background-color 150ms cubic-bezier(.2,0,.38,.9)
|
|
13989
13571
|
}
|
|
13990
|
-
|
|
13991
|
-
|
|
13992
|
-
|
|
13993
|
-
|
|
13994
|
-
:
|
|
13995
|
-
font-size: var(--cds-heading-04-font-size,1.75rem);
|
|
13996
|
-
font-weight: var(--cds-heading-04-font-weight,400);
|
|
13997
|
-
line-height: var(--cds-heading-04-line-height,1.28572);
|
|
13998
|
-
letter-spacing: var(--cds-heading-04-letter-spacing,0)
|
|
13999
|
-
}
|
|
13572
|
+
:host(c4d-feature-card) .cds--card__eyebrow-wrapper--empty,
|
|
13573
|
+
:host(c4d-feature-card) .cds--card__pictogram-wrapper--empty,
|
|
13574
|
+
:host(c4d-feature-cta) .cds--card__eyebrow-wrapper--empty,
|
|
13575
|
+
:host(c4d-feature-cta) .cds--card__pictogram-wrapper--empty {
|
|
13576
|
+
display: none
|
|
14000
13577
|
}
|
|
14001
|
-
:host(c4d-feature-card
|
|
14002
|
-
:host(c4d-feature-cta
|
|
13578
|
+
:host(c4d-feature-card) .cds--card__copy,
|
|
13579
|
+
:host(c4d-feature-cta) .cds--card__copy {
|
|
14003
13580
|
font-size: var(--cds-body-02-font-size,1rem);
|
|
14004
13581
|
font-weight: var(--cds-body-02-font-weight,400);
|
|
14005
13582
|
line-height: var(--cds-body-02-line-height,1.5);
|
|
14006
13583
|
letter-spacing: var(--cds-body-02-letter-spacing,0)
|
|
14007
13584
|
}
|
|
14008
13585
|
@media (min-width:42rem) {
|
|
14009
|
-
:host(c4d-feature-card
|
|
14010
|
-
:host(c4d-feature-cta
|
|
13586
|
+
:host(c4d-feature-card) .cds--card__content,
|
|
13587
|
+
:host(c4d-feature-cta) .cds--card__content {
|
|
13588
|
+
aspect-ratio: auto
|
|
13589
|
+
}
|
|
13590
|
+
:host(c4d-feature-card) .cds--card__copy,
|
|
13591
|
+
:host(c4d-feature-cta) .cds--card__copy {
|
|
14011
13592
|
font-size: var(--cds-body-01-font-size,.875rem);
|
|
14012
13593
|
font-weight: var(--cds-body-01-font-weight,400);
|
|
14013
13594
|
line-height: var(--cds-body-01-line-height,1.42857);
|
|
@@ -14015,111 +13596,64 @@ screen and (prefers-contrast) {
|
|
|
14015
13596
|
}
|
|
14016
13597
|
}
|
|
14017
13598
|
@media (min-width:66rem) {
|
|
14018
|
-
:host(c4d-feature-card
|
|
14019
|
-
:host(c4d-feature-cta
|
|
13599
|
+
:host(c4d-feature-card) .cds--card__copy,
|
|
13600
|
+
:host(c4d-feature-cta) .cds--card__copy {
|
|
14020
13601
|
font-size: var(--cds-body-02-font-size,1rem);
|
|
14021
13602
|
font-weight: var(--cds-body-02-font-weight,400);
|
|
14022
13603
|
line-height: var(--cds-body-02-line-height,1.5);
|
|
14023
13604
|
letter-spacing: var(--cds-body-02-letter-spacing,0)
|
|
14024
13605
|
}
|
|
14025
13606
|
}
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
}
|
|
14032
|
-
.cds--content-block-mixed .cds--layout-1-3 .cds--link-list__list.cds--link-list__list--card,
|
|
14033
|
-
:host(cds-content-block-mixed) .cds--layout-1-3 .cds--link-list__list.cds--link-list__list--card {
|
|
14034
|
-
-webkit-margin-end: -1rem;
|
|
14035
|
-
margin-inline-end: -1rem
|
|
14036
|
-
}
|
|
14037
|
-
}
|
|
14038
|
-
@media (min-width:42rem) and (max-width:66rem) {
|
|
14039
|
-
:host(c4d-feature-card[size=large]) .cds--card__wrapper .cds--card__copy ::slotted(*),
|
|
14040
|
-
:host(c4d-feature-cta[size=large]) .cds--card__wrapper .cds--card__copy ::slotted(*) {
|
|
14041
|
-
display: -webkit-box;
|
|
14042
|
-
block-size: 100%;
|
|
14043
|
-
-webkit-box-orient: vertical;
|
|
14044
|
-
-webkit-line-clamp: 8;
|
|
14045
|
-
white-space: normal;
|
|
14046
|
-
word-break: break-word
|
|
14047
|
-
}
|
|
13607
|
+
:host(c4d-feature-card) ::slotted([slot=image]),
|
|
13608
|
+
:host(c4d-feature-card) c4d-image,
|
|
13609
|
+
:host(c4d-feature-cta) ::slotted([slot=image]),
|
|
13610
|
+
:host(c4d-feature-cta) c4d-image {
|
|
13611
|
+
z-index: 0
|
|
14048
13612
|
}
|
|
14049
|
-
:host(c4d-feature-card[
|
|
14050
|
-
:host(c4d-feature-
|
|
14051
|
-
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
13613
|
+
:host(c4d-feature-card) ::slotted([slot=image])::before,
|
|
13614
|
+
:host(c4d-feature-card) c4d-image::before,
|
|
13615
|
+
:host(c4d-feature-cta) ::slotted([slot=image])::before,
|
|
13616
|
+
:host(c4d-feature-cta) c4d-image::before {
|
|
13617
|
+
position: absolute;
|
|
13618
|
+
z-index: 1;
|
|
13619
|
+
block-size: 100%;
|
|
13620
|
+
content: "";
|
|
13621
|
+
inline-size: 100%;
|
|
13622
|
+
inset-block-start: 0;
|
|
13623
|
+
inset-inline-start: 0;
|
|
13624
|
+
opacity: 0;
|
|
13625
|
+
-webkit-transition: opacity 150ms cubic-bezier(.2,0,.38,.9);
|
|
13626
|
+
transition: opacity 150ms cubic-bezier(.2,0,.38,.9)
|
|
14055
13627
|
}
|
|
14056
|
-
@media (
|
|
14057
|
-
:host(c4d-feature-card[
|
|
14058
|
-
:host(c4d-feature-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14062
|
-
|
|
14063
|
-
-webkit-box-orient: horizontal;
|
|
14064
|
-
-webkit-box-direction: reverse;
|
|
14065
|
-
-ms-flex-direction: row-reverse;
|
|
14066
|
-
flex-direction: row-reverse
|
|
13628
|
+
@media screen and (prefers-reduced-motion:reduce) {
|
|
13629
|
+
:host(c4d-feature-card) ::slotted([slot=image])::before,
|
|
13630
|
+
:host(c4d-feature-card) c4d-image::before,
|
|
13631
|
+
:host(c4d-feature-cta) ::slotted([slot=image])::before,
|
|
13632
|
+
:host(c4d-feature-cta) c4d-image::before {
|
|
13633
|
+
-webkit-transition: none;
|
|
13634
|
+
transition: none
|
|
14067
13635
|
}
|
|
14068
13636
|
}
|
|
14069
|
-
|
|
14070
|
-
|
|
14071
|
-
|
|
14072
|
-
|
|
14073
|
-
|
|
14074
|
-
}
|
|
14075
|
-
:host(c4d-feature-card[size=large]).cds--feature-card-large_no-copy-text .cds--card,
|
|
14076
|
-
:host(c4d-feature-cta[size=large]).cds--feature-card-large_no-copy-text .cds--card {
|
|
14077
|
-
position: absolute;
|
|
14078
|
-
-webkit-box-orient: horizontal;
|
|
14079
|
-
-webkit-box-direction: normal;
|
|
14080
|
-
-ms-flex-direction: row;
|
|
14081
|
-
flex-direction: row;
|
|
14082
|
-
inset: 0
|
|
14083
|
-
}
|
|
14084
|
-
:host(c4d-feature-card[size=large]).cds--feature-card-large_no-copy-text .cds--card .cds--image,
|
|
14085
|
-
:host(c4d-feature-card[size=large]).cds--feature-card-large_no-copy-text .cds--card__wrapper,
|
|
14086
|
-
:host(c4d-feature-cta[size=large]).cds--feature-card-large_no-copy-text .cds--card .cds--image,
|
|
14087
|
-
:host(c4d-feature-cta[size=large]).cds--feature-card-large_no-copy-text .cds--card__wrapper {
|
|
14088
|
-
block-size: 100%;
|
|
14089
|
-
inline-size: 50%
|
|
14090
|
-
}
|
|
13637
|
+
:host(c4d-feature-card) ::slotted(c4d-card-eyebrow),
|
|
13638
|
+
:host(c4d-feature-card) ::slotted(c4d-card-heading),
|
|
13639
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-eyebrow),
|
|
13640
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-heading) {
|
|
13641
|
+
inline-size: 100%
|
|
14091
13642
|
}
|
|
14092
|
-
|
|
14093
|
-
|
|
14094
|
-
|
|
14095
|
-
|
|
14096
|
-
-webkit-margin-before: auto;
|
|
14097
|
-
margin-block-start: auto;
|
|
14098
|
-
block-size: to-rem(20px);
|
|
14099
|
-
inline-size: to-rem(20px);
|
|
14100
|
-
font-size: var(--cds-productive-heading-05-font-size,2rem);
|
|
14101
|
-
font-weight: var(--cds-productive-heading-05-font-weight,400);
|
|
14102
|
-
line-height: var(--cds-productive-heading-05-line-height,1.25);
|
|
14103
|
-
letter-spacing: var(--cds-productive-heading-05-letter-spacing,0)
|
|
13643
|
+
:host(c4d-feature-card) ::slotted(c4d-card-heading),
|
|
13644
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-heading) {
|
|
13645
|
+
-webkit-margin-after: 2rem;
|
|
13646
|
+
margin-block-end: 2rem
|
|
14104
13647
|
}
|
|
14105
|
-
|
|
14106
|
-
|
|
14107
|
-
|
|
14108
|
-
|
|
14109
|
-
block-size: 1.5rem;
|
|
14110
|
-
inline-size: 1.5rem
|
|
14111
|
-
}
|
|
13648
|
+
:host(c4d-feature-card) ::slotted(c4d-card-eyebrow),
|
|
13649
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-eyebrow) {
|
|
13650
|
+
-webkit-margin-end: .5rem;
|
|
13651
|
+
margin-inline-end: .5rem
|
|
14112
13652
|
}
|
|
14113
13653
|
:host(c4d-feature-card)[color-scheme=inverse],
|
|
14114
13654
|
:host(c4d-feature-cta)[color-scheme=inverse] {
|
|
14115
13655
|
border-color: var(--cds-border-inverse,#161616)
|
|
14116
13656
|
}
|
|
14117
|
-
:host(c4d-feature-card)[color-scheme=inverse] .cds--card__heading,
|
|
14118
|
-
:host(c4d-feature-card)[color-scheme=inverse] ::slotted(c4d-card-heading),
|
|
14119
|
-
:host(c4d-feature-cta)[color-scheme=inverse] .cds--card__heading,
|
|
14120
|
-
:host(c4d-feature-cta)[color-scheme=inverse] ::slotted(c4d-card-heading) {
|
|
14121
|
-
color: var(--cds-icon-inverse,#fff)
|
|
14122
|
-
}
|
|
14123
13657
|
:host(c4d-feature-card)[color-scheme=inverse] ::slotted(c4d-card-heading),
|
|
14124
13658
|
:host(c4d-feature-cta)[color-scheme=inverse] ::slotted(c4d-card-heading) {
|
|
14125
13659
|
color: var(--cds-focus-inset,#fff)
|
|
@@ -14136,10 +13670,6 @@ screen and (prefers-contrast) {
|
|
|
14136
13670
|
:host(c4d-feature-cta)[color-scheme=inverse] c4d-image::before {
|
|
14137
13671
|
background-color: var(--cds-icon-inverse,#fff)
|
|
14138
13672
|
}
|
|
14139
|
-
:host(c4d-feature-card:not([size=large]))[color-scheme=inverse] .cds--card__heading,
|
|
14140
|
-
:host(c4d-feature-cta:not([size=large]))[color-scheme=inverse] .cds--card__heading {
|
|
14141
|
-
color: var(--cds-icon-inverse,#fff)
|
|
14142
|
-
}
|
|
14143
13673
|
:host(c4d-feature-card:not([size=large]))[color-scheme=inverse] .cds--card__wrapper,
|
|
14144
13674
|
:host(c4d-feature-cta:not([size=large]))[color-scheme=inverse] .cds--card__wrapper {
|
|
14145
13675
|
background-color: var(--cds-background-inverse,#393939)
|
|
@@ -14158,12 +13688,10 @@ screen and (prefers-contrast) {
|
|
|
14158
13688
|
}
|
|
14159
13689
|
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__copy,
|
|
14160
13690
|
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__eyebrow,
|
|
14161
|
-
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__heading,
|
|
14162
13691
|
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
14163
13692
|
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-heading),
|
|
14164
13693
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__copy,
|
|
14165
13694
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__eyebrow,
|
|
14166
|
-
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__heading,
|
|
14167
13695
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-eyebrow),
|
|
14168
13696
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-heading) {
|
|
14169
13697
|
color: var(--cds-icon-inverse,#fff)
|
|
@@ -14174,9 +13702,7 @@ screen and (prefers-contrast) {
|
|
|
14174
13702
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-eyebrow) {
|
|
14175
13703
|
color: var(--cds-icon-inverse,#fff)
|
|
14176
13704
|
}
|
|
14177
|
-
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__heading,
|
|
14178
13705
|
:host(c4d-feature-card[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-heading),
|
|
14179
|
-
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper .cds--card__heading,
|
|
14180
13706
|
:host(c4d-feature-cta[size=large])[color-scheme=inverse] .cds--card__wrapper ::slotted(c4d-card-heading) {
|
|
14181
13707
|
color: var(--cds-icon-inverse,#fff)
|
|
14182
13708
|
}
|
|
@@ -14192,6 +13718,17 @@ screen and (prefers-contrast) {
|
|
|
14192
13718
|
justify-content: flex-end
|
|
14193
13719
|
}
|
|
14194
13720
|
@media (min-width:82rem) {
|
|
13721
|
+
:host(c4d-feature-card)[size=large] .cds--card__content,
|
|
13722
|
+
:host(c4d-feature-cta)[size=large] .cds--card__content {
|
|
13723
|
+
padding: 2rem
|
|
13724
|
+
}
|
|
13725
|
+
:host(c4d-feature-card)[size=large] ::slotted(c4d-card-heading),
|
|
13726
|
+
:host(c4d-feature-cta)[size=large] ::slotted(c4d-card-heading) {
|
|
13727
|
+
font-size: var(--cds-heading-04-font-size,1.75rem);
|
|
13728
|
+
font-weight: var(--cds-heading-04-font-weight,400);
|
|
13729
|
+
line-height: var(--cds-heading-04-line-height,1.28572);
|
|
13730
|
+
letter-spacing: var(--cds-heading-04-letter-spacing,0)
|
|
13731
|
+
}
|
|
14195
13732
|
:host(c4d-feature-card[size=large]) ::slotted(c4d-feature-card-footer) {
|
|
14196
13733
|
-webkit-box-pack: end;
|
|
14197
13734
|
-ms-flex-pack: end;
|
|
@@ -14207,13 +13744,21 @@ screen and (prefers-contrast) {
|
|
|
14207
13744
|
-ms-flex-pack: end;
|
|
14208
13745
|
justify-content: flex-end
|
|
14209
13746
|
}
|
|
14210
|
-
@media (min-width:
|
|
14211
|
-
|
|
14212
|
-
|
|
14213
|
-
:host(c4d-feature-
|
|
14214
|
-
|
|
14215
|
-
inline-size:
|
|
13747
|
+
@media (min-width:42rem) {
|
|
13748
|
+
:host(c4d-feature-card) ::slotted(c4d-card-eyebrow),
|
|
13749
|
+
:host(c4d-feature-card) ::slotted(c4d-card-heading),
|
|
13750
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-eyebrow),
|
|
13751
|
+
:host(c4d-feature-cta) ::slotted(c4d-card-heading) {
|
|
13752
|
+
inline-size: 90%
|
|
14216
13753
|
}
|
|
13754
|
+
:host(c4d-feature-card-footer),
|
|
13755
|
+
:host(c4d-feature-cta-footer) {
|
|
13756
|
+
-webkit-box-pack: end;
|
|
13757
|
+
-ms-flex-pack: end;
|
|
13758
|
+
justify-content: flex-end
|
|
13759
|
+
}
|
|
13760
|
+
}
|
|
13761
|
+
@media (min-width:99rem) {
|
|
14217
13762
|
:host(c4d-feature-card-footer)[size=large] .c4d-ce--card__footer ::slotted(svg[slot=icon]),
|
|
14218
13763
|
:host(c4d-feature-cta-footer)[size=large] .c4d-ce--card__footer ::slotted(svg[slot=icon]) {
|
|
14219
13764
|
block-size: 4rem;
|
|
@@ -14726,25 +14271,6 @@ screen and (prefers-contrast) {
|
|
|
14726
14271
|
display: grid;
|
|
14727
14272
|
margin-inline: -1rem
|
|
14728
14273
|
}
|
|
14729
|
-
@media (min-width:42rem) {
|
|
14730
|
-
:host(c4d-feature-card-footer),
|
|
14731
|
-
:host(c4d-feature-cta-footer) {
|
|
14732
|
-
-webkit-box-pack: end;
|
|
14733
|
-
-ms-flex-pack: end;
|
|
14734
|
-
justify-content: flex-end
|
|
14735
|
-
}
|
|
14736
|
-
.cds--content-group-cards .cds--content-group__copy,
|
|
14737
|
-
.cds--content-group-cards ::slotted([slot=copy]),
|
|
14738
|
-
:host(c4d-content-group-cards) .cds--content-group__copy,
|
|
14739
|
-
:host(c4d-content-group-cards) ::slotted([slot=copy]) {
|
|
14740
|
-
-webkit-margin-after: 4rem;
|
|
14741
|
-
margin-block-end: 4rem
|
|
14742
|
-
}
|
|
14743
|
-
.cds--content-group-cards__row {
|
|
14744
|
-
grid-auto-rows: 1fr;
|
|
14745
|
-
grid-template-columns: 1fr 1fr
|
|
14746
|
-
}
|
|
14747
|
-
}
|
|
14748
14274
|
.cds--content-group-cards-item__col,
|
|
14749
14275
|
:host(c4d-content-group-cards-item) {
|
|
14750
14276
|
margin-block: 2rem/2;
|
|
@@ -14798,6 +14324,17 @@ screen and (prefers-contrast) {
|
|
|
14798
14324
|
padding-inline: 0 1rem
|
|
14799
14325
|
}
|
|
14800
14326
|
@media (min-width:42rem) {
|
|
14327
|
+
.cds--content-group-cards .cds--content-group__copy,
|
|
14328
|
+
.cds--content-group-cards ::slotted([slot=copy]),
|
|
14329
|
+
:host(c4d-content-group-cards) .cds--content-group__copy,
|
|
14330
|
+
:host(c4d-content-group-cards) ::slotted([slot=copy]) {
|
|
14331
|
+
-webkit-margin-after: 4rem;
|
|
14332
|
+
margin-block-end: 4rem
|
|
14333
|
+
}
|
|
14334
|
+
.cds--content-group-cards__row {
|
|
14335
|
+
grid-auto-rows: 1fr;
|
|
14336
|
+
grid-template-columns: 1fr 1fr
|
|
14337
|
+
}
|
|
14801
14338
|
.cds--pictogram-item .cds--pictogram-item__wrapper,
|
|
14802
14339
|
:host(c4d-pictogram-item) .cds--pictogram-item__wrapper {
|
|
14803
14340
|
display: block;
|
|
@@ -14918,6 +14455,11 @@ div.cds--content-group-pictograms .cds--content-group__title {
|
|
|
14918
14455
|
padding-inline-start: 0
|
|
14919
14456
|
}
|
|
14920
14457
|
@media (max-width:41.98rem) {
|
|
14458
|
+
.cds--content-block-mixed .cds--layout-1-3 .cds--link-list__list.cds--link-list__list--card,
|
|
14459
|
+
:host(cds-content-block-mixed) .cds--layout-1-3 .cds--link-list__list.cds--link-list__list--card {
|
|
14460
|
+
-webkit-margin-end: -1rem;
|
|
14461
|
+
margin-inline-end: -1rem
|
|
14462
|
+
}
|
|
14921
14463
|
.cds--content-block-segmented .cds--content-group__cta-row,
|
|
14922
14464
|
:host(c4d-content-block-segmented) .cds--content-group__cta-row {
|
|
14923
14465
|
-webkit-margin-start: 0;
|