Changes for page Public Web Site
Last modified by Alex Cotiuga on 2026/07/29 05:00
From version 31.5
edited by Alex Cotiuga
on 2026/07/29 04:33
on 2026/07/29 04:33
Change comment:
There is no comment for this version
To version 31.11
edited by Alex Cotiuga
on 2026/07/29 04:46
on 2026/07/29 04:46
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -2018,6 +2018,7 @@ 2018 2018 2019 2019 .public-campaign-banner { 2020 2020 position: relative; 2021 + margin-top: 30px; 2021 2021 z-index: 20; 2022 2022 border: 0; 2023 2023 background: ... ... @@ -2024,7 +2024,8 @@ 2024 2024 radial-gradient(circle at 88% 0%, fade(@brand, 30%) 0%, transparent 32%), 2025 2025 linear-gradient(110deg, @text 0%, @text-soft 55%, @brand-strong 100%); 2026 2026 color: #fff; 2027 - box-shadow: 0 10px 26px rgba(7, 24, 45, .12); 2028 + border-radius: 14px; 2029 + box-shadow: 0 10px 26px rgba(7, 24, 45, .10); 2028 2028 } 2029 2029 2030 2030 .public-campaign-inner {