Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/29 05:00

From version 31.12
edited by Alex Cotiuga
on 2026/07/29 04:51
Change comment: There is no comment for this version
To version 31.11
edited by Alex Cotiuga
on 2026/07/29 04:46
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -2051,35 +2051,36 @@
2051 2051   display: inline-flex;
2052 2052   align-items: center;
2053 2053   gap: 7px;
2054 - padding: 7px 11px;
2055 - border: 1px solid fade(#fff, 32%);
2054 + padding: 6px 10px;
2055 + border: 1px solid fade(#fff, 28%);
2056 2056   border-radius: 999px;
2057 - background: fade(#fff, 12%);
2057 + background: fade(#fff, 10%);
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: .05em;
2063 + letter-spacing: .04em;
2064 +
2065 + i {
2066 + color: #fff;
2067 + }
2064 2064  }
2065 2065  
2066 2066  .public-campaign-message {
2067 2067   min-width: 0;
2068 - flex: 1;
2069 2069  
2070 2070   strong {
2071 2071   display: block;
2072 - margin-bottom: 5px;
2075 + margin-bottom: 4px;
2073 2073   color: #fff;
2074 - font-size: 18px;
2075 - line-height: 1.25;
2076 - font-weight: 800;
2077 - letter-spacing: -.01em;
2077 + font-size: 17px;
2078 + line-height: 1.3;
2078 2078   }
2079 2079  
2080 2080   span {
2081 2081   display: block;
2082 - max-width: 660px;
2083 + max-width: 700px;
2083 2083   color: #DBE4EF;
2084 2084   font-size: 14px;
2085 2085   line-height: 1.45;