Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 8.8
edited by Agnease
on 2026/05/18 19:01
Change comment: There is no comment for this version
To version 8.7
edited by Agnease
on 2026/05/18 18:57
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -739,6 +739,20 @@
739 739   radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
740 740   radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
741 741  
742 + .resource-kicker {
743 + display: inline-flex;
744 + align-items: center;
745 + gap: 8px;
746 + color: @brand;
747 + background: fade(@brand, 8%);
748 + border: 1px solid fade(@brand, 18%);
749 + border-radius: 999px;
750 + padding: 6px 12px;
751 + margin-bottom: 14px;
752 + font-size: 13px;
753 + font-weight: 700;
754 + }
755 +
742 742   h1 {
743 743   max-width: 820px;
744 744   margin: 0 auto 14px;