Changes for page Public Web Site

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -1243,8 +1243,16 @@
1243 1243   box-shadow: @shadow-sm;
1244 1244   overflow: hidden;
1245 1245  
1246 + &:before {
1247 + content: "";
1248 + position: absolute;
1249 + top: 0;
1250 + bottom: 0;
1251 + left: 0;
1252 + width: 5px;
1253 + background: linear-gradient(180deg, @brand 0%, @brand-strong 100%);
1254 + }
1246 1246  
1247 -
1248 1248   p {
1249 1249   position: relative;
1250 1250   z-index: 1;