Changes for page Public Web Site
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 6.17
edited by Alex Cotiugă
on 2026/05/02 10:06
on 2026/05/02 10:06
Change comment:
There is no comment for this version
To version 6.23
edited by Alex Cotiugă
on 2026/05/02 12:11
on 2026/05/02 12:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,8 +13,8 @@ 13 13 <li>Custom integrations</li> 14 14 <li>Secure, optimized platforms</li> 15 15 </ul> 16 - <div class="hero-cta">17 - <a class="btn btn-primary href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 16 + <div id="hero-cta"> 17 + <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> 18 18 #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation"> 19 19 Request a consultation 20 20 </a>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -66,9 +66,6 @@ 66 66 flex-wrap: wrap; 67 67 justify-content: center; 68 68 margin-top: 1.3rem; 69 - a:hover { 70 - text-decoration: none; 71 - } 72 72 } 73 73 74 74 .benefits { ... ... @@ -237,3 +237,32 @@ 237 237 a { color: @brand; } 238 238 } 239 239 } 237 + 238 +.navbar-default .navbar-nav { 239 + float: right !important; 240 + background-color: #fff; 241 + border-color: #fff; 242 + .menu-horizontal { 243 + background-color: #fff; 244 + border-color: #fff; 245 + } 246 + 247 + margin-left:20px; 248 + li { 249 + align-items: end; 250 + font-size: 20px; 251 + &:hover { 252 + background-color: #fff; 253 + color: #00463c; 254 + } 255 + a { 256 + padding-bottom: 0; 257 + padding-top: 14px; 258 + &:hover { 259 + background-color: #fff; 260 + color: #00463c; 261 + } 262 + } 263 + } 264 +} 265 +