Changes for page Public Web Site
Last modified by Agnease on 2026/07/07 14:40
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1229,8 +1229,63 @@ 1229 1229 } 1230 1230 } 1231 1231 1232 +.resource-inline-cta { 1233 + position: relative; 1234 + display: grid; 1235 + grid-template-columns: minmax(0, 1fr) auto; 1236 + align-items: center; 1237 + gap: 22px; 1238 + margin: 32px 0; 1239 + padding: 22px 24px 22px 28px; 1240 + border: 1px solid fade(@brand, 20%); 1241 + border-radius: @radius; 1242 + background: #fff; 1243 + box-shadow: @shadow-sm; 1244 + overflow: hidden; 1232 1232 1246 + &::before { 1247 + content: ""; 1248 + position: absolute; 1249 + inset: 0 auto 0 0; 1250 + width: 5px; 1251 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%); 1252 + } 1233 1233 1254 + p { 1255 + margin: 0; 1256 + color: @muted; 1257 + font-size: 15px; 1258 + line-height: 1.6; 1259 + } 1260 + 1261 + strong { 1262 + display: block; 1263 + margin-bottom: 4px; 1264 + color: @text; 1265 + font-size: 17px; 1266 + line-height: 1.35; 1267 + } 1268 + 1269 + .btn { 1270 + white-space: nowrap; 1271 + align-self: center; 1272 + } 1273 + 1274 + .btn-secondary { 1275 + border-color: @text; 1276 + background: @text; 1277 + color: #fff; 1278 + 1279 + &:hover, 1280 + &:focus { 1281 + border-color: @brand-strong; 1282 + background: @brand-strong; 1283 + color: #fff; 1284 + text-decoration: none; 1285 + } 1286 + } 1287 +} 1288 + 1234 1234 .resource-note, 1235 1235 .resource-checklist, 1236 1236 display: flow-root; ... ... @@ -1753,8 +1753,12 @@ 1753 1753 /* Keep large panels readable, but remove their inner gradients. 1754 1754 .industry-trust-section .industry-trust-panel, 1755 1755 .cta-panel, 1811 +.resource-inline-cta, 1756 1756 .resource-note, 1757 -*/ 1813 +.resource-cta { 1814 + background: #fff !important; 1815 + background-image: none !important; 1816 +} */ 1758 1758 1759 1759 /* ========== Main Page Hero / SaaS Layout ========== */ 1760 1760