@@ -219,7 +219,6 @@ body.docs-ndl .widget .sectionbody {
219219 row-gap : 0 ;
220220 justify-content : center;
221221 align-content : center;
222- border : 1px solid var (--panel-border-color );
223222}
224223
225224body .docs-ndl .widget .lists .sectionbody {
@@ -405,6 +404,7 @@ body.docs-ndl .paragraph.caption {
405404 font-family : var (--header-font-family );
406405 font-size : var (--doc-font-size-h2 );
407406 font-weight : var (--font-weight-normal );
407+ letter-spacing : 0.25px ;
408408}
409409
410410body .docs-ndl .paragraph .footer-link {
@@ -435,18 +435,17 @@ body.docs-ndl .cards .sect2.selectable {
435435 cursor : pointer;
436436}
437437
438- body .docs-ndl .cards .sect2 .selectable a {
439- text-decoration : none;
438+ body .docs-ndl .cards .sect2 .selectable .description {
439+ color : var (--doc-font-color );
440+ font-weight : 200 ;
440441}
441442
442- body .docs-ndl .cards .sect2 .selectable a : hover {
443- transition : 0.1s linear;
444- border : 1px solid var (--page-version-missing-font-color );
445- box-shadow : 0 1px 2px 0 rgba (26 , 27 , 29 , 0.18 );
443+ body .docs-ndl .cards .sect2 .selectable a {
444+ text-decoration : solid;
446445}
447446
448447body .docs-ndl .cards .sect2 .selectable : hover div .description {
449- text-decoration : underline ;
448+ text-decoration : none ;
450449}
451450
452451/* banner */
@@ -609,22 +608,12 @@ body.docs-ndl .lists .sect2 {
609608 /* justify-content: space-between; */
610609 gap : 8px ;
611610 /* min-width: 30%; */
612- padding : 1 rem ;
611+ padding : 24 px ;
613612 background : var (--color-white );
614613 line-height : 2rem ;
615614}
616615
617- body .docs-ndl .cards .sect2 a ::before ,
618- body .docs-ndl .cards : not (.selectable ) .sect2 a ::before {
619- content : "" ;
620- position : absolute;
621- top : 0 ;
622- right : 0 ;
623- bottom : 0 ;
624- left : 0 ;
625- }
626-
627- body .docs-ndl .cards : not (.selectable ) .sect2 : hover {
616+ body .docs-ndl .cards .selectable .sect2 : hover {
628617 transition : 0.1s linear;
629618 border : 1px solid var (--page-version-missing-font-color );
630619 box-shadow : 0 1px 2px 0 rgba (26 , 27 , 29 , 0.18 );
@@ -651,11 +640,12 @@ body.docs-ndl .cards .sectionbody > div.sect2.labs:not(.selectable) {
651640}
652641
653642body .docs-ndl .cards .sectionbody > div .sect2 .featured > a ,
643+ body .docs-ndl .cards .sectionbody > div .sect2 .featured ,
644+ body .docs-ndl .cards .selectable .sectionbody > div .sect2 .featured ,
654645body .docs-ndl .cards .sectionbody > div .sect2 .featured : not (.selectable ) {
655646 border : 1px solid var (--success-color );
656647 box-shadow : 0 2px 4px 0 rgba (63 , 120 , 36 , 0.5 ), 0 1px 2px 0 rgba (63 , 120 , 36 , 0.2 );
657648}
658-
659649/* add a labs label to a title in a card */
660650body .docs-ndl .header-label-container > div .labels {
661651 display : inline-flex;
@@ -754,7 +744,7 @@ body.docs-ndl body.docs-ndl .cards .sect2 .icon img {
754744 padding : 0 ;
755745}
756746
757- body .docs-ndl .cards . icon-l .sect2 .icon img {
747+ body .docs-ndl .cards .sect2 .icon . icon-l img {
758748 width : 6rem ;
759749 height : 6rem ;
760750 margin-bottom : 9px ;
@@ -803,13 +793,14 @@ body.docs-ndl .cards .sect2 .paragraph:not(.icon) {
803793}
804794
805795body .docs-ndl .cards .sect2 .selectable .paragraph .link {
806- display : none ;
796+ display : flex ;
807797}
808798
799+ body .docs-ndl .cards .selectable .sect2 .paragraph .link ,
809800body .docs-ndl .cards : not (.selectable ) .sect2 .paragraph .link {
810801 box-sizing : border-box;
811- margin -top: 30px ;
812- margin-bottom : 9 px ;
802+ padding -top: 30px ;
803+ margin-top : auto ;
813804}
814805
815806body .docs-ndl .bottom-cards : not (.selectable ) .sect2 .paragraph .link {
@@ -818,7 +809,7 @@ body.docs-ndl .bottom-cards:not(.selectable) .sect2 .paragraph.link {
818809}
819810
820811body .docs-ndl .cards .sect2 .paragraph .category {
821- display : none ;
812+ display : flex ;
822813}
823814
824815body .docs-ndl .plain-links a .external ::after {
0 commit comments