Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Objects (1 modified, 0 added, 0 removed)
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 +}