Changes for page Public Web Site

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

From version 29.25
edited by Agnease
on 2026/07/03 16:12
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
... ... @@ -1230,17 +1230,20 @@
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;
1233 1233  
1234 1234  
1235 - &:before {
1236 - content: "";
1237 - position: absolute;
1238 - top: 0;
1239 - bottom: 0;
1240 - left: 0;
1241 - width: 5px;
1242 - background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1243 - }
1244 1244  
1245 1245   p {
1246 1246   position: relative;