Changes for page Public Web Site

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1230,19 +1230,8 @@
1230 1230  }
1231 1231  
1232 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;
1245 1245  
1234 +
1246 1246   &:before {
1247 1247   content: "";
1248 1248   position: absolute;
... ... @@ -1253,7 +1253,43 @@
1253 1253   background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1254 1254   }
1255 1255  
1245 + p {
1246 + position: relative;
1247 + z-index: 1;
1248 + margin: 0;
1249 + color: @muted;
1250 + font-size: 15px;
1251 + line-height: 1.6;
1252 + }
1256 1256  
1254 + strong {
1255 + display: block;
1256 + margin-bottom: 4px;
1257 + color: @text;
1258 + font-size: 17px;
1259 + line-height: 1.35;
1260 + }
1261 +
1262 + .btn {
1263 + position: relative;
1264 + z-index: 1;
1265 + flex-shrink: 0;
1266 + white-space: nowrap;
1267 + }
1268 +
1269 + .btn-secondary {
1270 + border-color: @text;
1271 + background: @text;
1272 + color: #fff;
1273 +
1274 + &:hover,
1275 + &:focus {
1276 + border-color: @brand-strong;
1277 + background: @brand-strong;
1278 + color: #fff;
1279 + text-decoration: none;
1280 + }
1281 + }
1257 1257  }
1258 1258  
1259 1259  .resource-note,