Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 13.9
edited by Agnease
on 2026/05/26 09:38
Change comment: There is no comment for this version
To version 13.11
edited by Agnease
on 2026/05/26 10:42
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -948,6 +948,12 @@
948 948   }
949 949  }
950 950  
951 +.resource-note,
952 +.resource-checklist,
953 +.resource-cta {
954 + display: flow-root;
955 +}
956 +
951 951  @media (max-width: 900px) {
952 952   .resource-layout {
953 953   padding-top: 22px;
... ... @@ -1243,3 +1243,19 @@
1243 1243   padding: @section-padding-mobile;
1244 1244   }
1245 1245  }
1252 +
1253 +.resource-faq-item {
1254 + border-bottom: 1px solid @line;
1255 + padding: 12px 0;
1256 +
1257 + summary {
1258 + cursor: pointer;
1259 + font-weight: 700;
1260 + color: @text;
1261 + }
1262 +
1263 + p {
1264 + margin: 10px 0 4px;
1265 + color: @muted;
1266 + }
1267 +}