Changes for page Public Web Site
Last modified by Alex Cotiuga on 2026/07/29 05:00
From version 31.9
edited by Alex Cotiuga
on 2026/07/29 04:43
on 2026/07/29 04:43
Change comment:
There is no comment for this version
To version 31.12
edited by Alex Cotiuga
on 2026/07/29 04:51
on 2026/07/29 04:51
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -2025,7 +2025,8 @@ 2025 2025 radial-gradient(circle at 88% 0%, fade(@brand, 30%) 0%, transparent 32%), 2026 2026 linear-gradient(110deg, @text 0%, @text-soft 55%, @brand-strong 100%); 2027 2027 color: #fff; 2028 - 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); 2029 2029 } 2030 2030 2031 2031 .public-campaign-inner { ... ... @@ -2050,36 +2050,35 @@ 2050 2050 display: inline-flex; 2051 2051 align-items: center; 2052 2052 gap: 7px; 2053 - padding: 6px 10px;2054 - border: 1px solid fade(#fff, 2 8%);2054 + padding: 7px 11px; 2055 + border: 1px solid fade(#fff, 32%); 2055 2055 border-radius: 999px; 2056 - background: fade(#fff, 1 0%);2057 + background: fade(#fff, 12%); 2057 2057 color: #fff; 2058 2058 font-size: 12px; 2059 2059 line-height: 1.2; 2060 2060 font-weight: 800; 2061 2061 text-transform: uppercase; 2062 - letter-spacing: .04em; 2063 - 2064 - i { 2065 - color: #fff; 2066 - } 2063 + letter-spacing: .05em; 2067 2067 } 2068 2068 2069 2069 .public-campaign-message { 2070 2070 min-width: 0; 2068 + flex: 1; 2071 2071 2072 2072 strong { 2073 2073 display: block; 2074 - margin-bottom: 4px;2072 + margin-bottom: 5px; 2075 2075 color: #fff; 2076 - font-size: 17px; 2077 - line-height: 1.3; 2074 + font-size: 18px; 2075 + line-height: 1.25; 2076 + font-weight: 800; 2077 + letter-spacing: -.01em; 2078 2078 } 2079 2079 2080 2080 span { 2081 2081 display: block; 2082 - max-width: 700px;2082 + max-width: 660px; 2083 2083 color: #DBE4EF; 2084 2084 font-size: 14px; 2085 2085 line-height: 1.45;