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