@@ -211,6 +211,24 @@ body.docs-ndl .widget .sectionbody {
211211 column-gap : 0 ;
212212}
213213
214+ body .docs-ndl .widget2 .sectionbody {
215+ background : rgba (var (--colors-baltic-60 ));
216+ border-radius : 1rem ;
217+ border : none;
218+ padding : 0 ;
219+ row-gap : 0 ;
220+ column-gap : 0 ;
221+ }
222+
223+ body .docs-ndl .widget3 .sectionbody {
224+ background : rgba (var (--colors-neutral-10 ));
225+ border-radius : 1rem ;
226+ border : none;
227+ padding : 1rem ;
228+ row-gap : 0 ;
229+ column-gap : 0 ;
230+ }
231+
214232body .docs-ndl .sub .widget .sectionbody {
215233 background : transparent;
216234 padding : 0 ;
@@ -219,6 +237,22 @@ body.docs-ndl.sub .widget .sectionbody {
219237 column-gap : 1rem ;
220238}
221239
240+ body .docs-ndl .sub .widget2 .sectionbody {
241+ background : transparent;
242+ padding : 0 ;
243+ justify-content : flex-start;
244+ row-gap : 1rem ;
245+ column-gap : 1rem ;
246+ }
247+
248+ body .docs-ndl .sub .widget3 .sectionbody {
249+ background : transparent;
250+ padding : 0 ;
251+ justify-content : flex-start;
252+ row-gap : 1rem ;
253+ column-gap : 1rem ;
254+ }
255+
222256body .docs-ndl .sub .widget .sectionbody .sect2 {
223257 border-radius : 1rem ;
224258 flex : 0 0 32% ;
@@ -270,7 +304,7 @@ body.docs-ndl .next-steps .sectionbody ol li:last-of-type {
270304
271305body .docs-ndl .next-steps .sectionbody ol li p {
272306 margin : 0 0 0 1rem ;
273- }
307+ }dd
274308
275309body .docs-ndl .next-steps .sectionbody ol li div .paragraph {
276310 margin : 0 ;
@@ -366,6 +400,21 @@ body.docs-ndl .paragraph.caption {
366400 font-weight : var (--font-weight-normal );
367401}
368402
403+ body .docs-ndl .paragraph .caption2 ,
404+ body .docs-ndl .paragraph .footer-link {
405+ display : flex;
406+ width : 100% ;
407+ padding : 12px 0 0 ;
408+ margin : 0 ;
409+ color : var (--color-white );
410+ }
411+
412+ body .docs-ndl .paragraph .caption2 {
413+ font-family : var (--header-font-family );
414+ font-size : var (--doc-font-size-h2 );
415+ font-weight : var (--font-weight-normal );
416+ }
417+
369418body .docs-ndl .paragraph .footer-link {
370419 justify-content : flex-end;
371420 padding-right : 0 ;
@@ -391,22 +440,90 @@ body.docs-ndl .cards .sect2.selectable:hover div.description {
391440 text-decoration : underline;
392441}
393442
443+ /* banner */
444+
445+ body .docs-ndl .banner .sectionbody > div .openblock {
446+ flex : 0 0 50% ;
447+ padding : 3px 3px 3px ;
448+ border-bottom : 0 ;
449+ margin-bottom : 0 ;
450+ }
451+
452+ body .docs-ndl .banner .sectionbody > div .icon {
453+ flex : 0 0 40% ;
454+ padding : 0 ;
455+ object-fit : cover;
456+ border-radius : 0.25rem ;
457+ margin-bottom : 0 ;
458+ }
459+
460+ body .docs-ndl .banner .icon img {
461+ width : 639px ;
462+ height : 246px ;
463+ padding : 0 6.7rem 0 ;
464+ margin : 0 ;
465+ }
466+
467+ body .docs-ndl .banner .button {
468+ border-radius : 0.25rem ;
469+ padding : 0.5em 1.5em ;
470+ font-weight : 400 ;
471+ text-align : center;
472+ margin-left : 24px ;
473+ }
474+
475+ @media screen and (min-width : 1024px ) {
476+ .banner .banner-item .button-cta {
477+ padding-right : 0 1rem 0 ;
478+ }
479+ }
480+
481+ .banner .button : hover {
482+ background : rgba (var (--banner-background-color ));
483+ color : var (--colors-baltic-25 );
484+ }
485+
486+ .description2 {
487+ color : var (--color-white );
488+ font-size : var (--doc-font-size--desktop );
489+ line-height : var (--doc-line-height );
490+ margin : var (--doc-margin );
491+ max-width : var (--doc-max-width );
492+ padding : 12px 24px 12px ;
493+ }
494+
394495/* highlights */
395496
396497body .docs-ndl .highlights .sectionbody > div .openblock {
397498 flex : 0 1 40% ;
398499}
399500
400501body .docs-ndl .highlights .sectionbody > div .icon {
401- flex : 0 1 60% ;
402- padding : 0 6rem ;
502+ flex : 0 1 40% ;
503+ padding-top : 1rem ;
504+ padding-bottom : 1rem ;
505+ padding-left : 8rem ;
506+ padding-right : 5.438rem ;
507+ align-self : center;
508+ }
509+
510+ body .docs-ndl .highlights .sectionbody > div .icon2 {
511+ flex : 0 1 40% ;
512+ padding-top : 1rem ;
513+ padding-bottom : 1rem ;
514+ padding-left : 5rem ;
515+ padding-right : 4rem ;
403516 align-self : center;
404517}
405518
406519body .docs-ndl .highlights .sectionbody > div .icon span .image {
407520 display : flex;
408521}
409522
523+ body .docs-ndl .highlights .sectionbody > div .icon2 span .image {
524+ display : flex;
525+ }
526+
410527body .docs-ndl .highlights .list {
411528 padding-left : 1rem ;
412529}
@@ -416,6 +533,16 @@ body.docs-ndl .highlights .list ul li {
416533 padding-bottom : 0.5rem ;
417534}
418535
536+ body .docs-ndl .highlights .list2 {
537+ padding-left : 1rem ;
538+ }
539+
540+ body .docs-ndl .highlights .list2 ul li {
541+ border-bottom : 1px solid rgba (var (--colors-neutral-20 ));
542+ padding-bottom : 0.5rem ;
543+ list-style-type : none;
544+ }
545+
419546body .docs-ndl .widget .highlights .footer-link {
420547 text-align : end;
421548}
@@ -435,7 +562,7 @@ body.docs-ndl .widget.highlights .icon img {
435562/* lists */
436563
437564body .docs-ndl .lists .sectionbody > div .sect2 {
438- flex : 0 0 25 % ;
565+ flex : 0 0 22 % ;
439566}
440567
441568body .docs-ndl .widget .sectionbody > div .sect2 .ulist {
@@ -466,7 +593,7 @@ body.docs-ndl .sect2 {
466593}
467594
468595body .docs-ndl .cards .sectionbody > div .sect2 {
469- flex : 0 1 32 % ;
596+ flex : 0 1 29 % ;
470597 /* margin-right: 1rem; */
471598}
472599
@@ -577,6 +704,22 @@ body.docs-ndl .widget .icon {
577704 width : 100% ;
578705}
579706
707+ body .docs-ndl .cards .sect2 .icon ,
708+ body .docs-ndl .widget2 .icon {
709+ order : 1 ;
710+ padding : 0 ;
711+ margin : 0 ;
712+ width : 100% ;
713+ }
714+
715+ body .docs-ndl .cards .sect2 .icon ,
716+ body .docs-ndl .widget3 .icon {
717+ order : 0 ;
718+ padding : 0 ;
719+ margin : 0 ;
720+ width : 100% ;
721+ }
722+
580723body .docs-ndl .cards .sect2 .icon p {
581724 display : flex;
582725 width : -webkit-fill-available;
@@ -598,6 +741,10 @@ body.docs-ndl .widget.highlights .icon {
598741 padding : 2rem ;
599742}
600743
744+ body .docs-ndl .widget3 .highlights .icon {
745+ padding : 2rem ;
746+ }
747+
601748body .docs-ndl .cards .sect2 .icon img {
602749 width : 4rem ;
603750 height : 4rem ;
@@ -753,6 +900,24 @@ body.docs-ndl .cards .sect2 .ulist ul li {
753900 justify-content : center;
754901 }
755902
903+ body .docs-ndl .widget2 .sectionbody {
904+ row-gap : 2rem ;
905+ }
906+
907+ body .docs-ndl .widget2 .sectionbody > div {
908+ flex : 0 1 100% ;
909+ justify-content : center;
910+ }
911+
912+ body .docs-ndl .widget3 .sectionbody {
913+ row-gap : 2rem ;
914+ }
915+
916+ body .docs-ndl .widget3 .sectionbody > div {
917+ flex : 0 1 100% ;
918+ justify-content : center;
919+ }
920+
756921 body .docs-ndl .lists ul {
757922 /* text-align: center; */
758923 }
@@ -762,6 +927,17 @@ body.docs-ndl .cards .sect2 .ulist ul li {
762927 flex : 0 0 48% ;
763928 }
764929
930+ body .docs-ndl .widget2 .sectionbody .sect2 ,
931+ body .docs-ndl .sub .widget2 .sectionbody .sect2 {
932+ flex : 0 0 48% ;
933+ }
934+
935+ body .docs-ndl .widget3 .sectionbody .sect2 ,
936+ body .docs-ndl .sub .widget3 .sectionbody .sect2 {
937+ flex : 0 0 48% ;
938+ }
939+
940+
765941 body .docs-ndl .lists .sectionbody > div .sect2 > * {
766942 /* margin: 0 auto; */
767943 }
0 commit comments