Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/27 04:27

From version 31.2
edited by Alex Cotiuga
on 2026/07/27 04:11
Change comment: There is no comment for this version
To version 31.3
edited by Alex Cotiuga
on 2026/07/27 04:17
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -895,20 +895,23 @@
895 895   pointer-events: none;
896 896   }
897 897  
898 - h2,
899 - p,
900 - .btn {
898 + > h2,
899 + > p,
900 + > form,
901 + > .hero-actions,
902 + > .cta-actions,
903 + > .reviewNotifications {
901 901   position: relative;
902 902   z-index: 1;
903 903   }
904 904  
905 - h2 {
908 + > h2 {
906 906   max-width: 760px;
907 907   margin: 0 auto 16px;
908 908   color: #fff;
909 909   }
910 910  
911 - p {
914 + > p {
912 912   max-width: 760px;
913 913   margin: 0 auto 28px;
914 914   color: #DBE4EF;