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,12 +948,6 @@ 948 948 } 949 949 } 950 950 951 -.resource-note, 952 -.resource-checklist, 953 -.resource-cta { 954 - display: flow-root; 955 -} 956 - 957 957 @media (max-width: 900px) { 958 958 .resource-layout { 959 959 padding-top: 22px; ... ... @@ -1249,19 +1249,3 @@ 1249 1249 padding: @section-padding-mobile; 1250 1250 } 1251 1251 } 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 -}