Changes for page Public Web Site

Last modified by Agnease on 2026/07/07 14:40

From version 29.26
edited by Agnease
on 2026/07/03 16:13
Change comment: There is no comment for this version
To version 29.24
edited by Agnease
on 2026/07/03 16:12
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1229,8 +1229,61 @@
1229 1229   }
1230 1230  }
1231 1231  
1232 +.resource-inline-cta {
1233 + position: relative;
1234 + display: flex;
1235 + align-items: center;
1236 + justify-content: space-between;
1237 + gap: 22px;
1238 + margin: 32px 0;
1239 + padding: 22px 24px 22px 30px;
1240 + border: 1px solid fade(@brand, 20%);
1241 + border-radius: @radius;
1242 + background: #fff;
1243 + box-shadow: @shadow-sm;
1244 + overflow: hidden;
1232 1232  
1233 1233  
1247 +
1248 + p {
1249 + position: relative;
1250 + z-index: 1;
1251 + margin: 0;
1252 + color: @muted;
1253 + font-size: 15px;
1254 + line-height: 1.6;
1255 + }
1256 +
1257 + strong {
1258 + display: block;
1259 + margin-bottom: 4px;
1260 + color: @text;
1261 + font-size: 17px;
1262 + line-height: 1.35;
1263 + }
1264 +
1265 + .btn {
1266 + position: relative;
1267 + z-index: 1;
1268 + flex-shrink: 0;
1269 + white-space: nowrap;
1270 + }
1271 +
1272 + .btn-secondary {
1273 + border-color: @text;
1274 + background: @text;
1275 + color: #fff;
1276 +
1277 + &:hover,
1278 + &:focus {
1279 + border-color: @brand-strong;
1280 + background: @brand-strong;
1281 + color: #fff;
1282 + text-decoration: none;
1283 + }
1284 + }
1285 +}
1286 +
1234 1234  .resource-note,
1235 1235  .resource-checklist,
1236 1236   display: flow-root;