Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/21 12:54

From version 30.2
edited by Alex Cotiuga
on 2026/07/07 14:40
Change comment: There is no comment for this version
To version 30.9
edited by Alex Cotiuga
on 2026/07/21 12:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -249,6 +249,7 @@
249 249   A short description is enough to define practical next steps.
250 250   </p>
251 251   <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
252 + <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')">View service packages</a>
252 252   </div>
253 253   </div>
254 254   </section>
XWiki.StyleSheetExtension[0]
code
... ... @@ -79,7 +79,7 @@
79 79  
80 80  .section-intro {
81 81   max-width: 760px;
82 - margin: 0 auto 22px;
82 + margin: 10px auto 22px;
83 83   text-align: center;
84 84   color: @muted;
85 85   font-size: 16px;
... ... @@ -1127,7 +1127,7 @@
1127 1127  
1128 1128  .resource-note {
1129 1129   border-left: 4px solid @brand;
1130 - background: @brand-bg;
1130 + background: #fff;
1131 1131   padding: 16px 18px;
1132 1132   margin: 22px 0;
1133 1133   border-radius: 0 @radius @radius 0;
... ... @@ -1454,17 +1454,6 @@
1454 1454   }
1455 1455  }
1456 1456  
1457 -.product-card-contact {
1458 - color: @brand;
1459 - font-weight: 700;
1460 - text-decoration: underline;
1461 -
1462 - &:hover,
1463 - &:focus {
1464 - color: @brand-strong;
1465 - }
1466 -}
1467 -
1468 1468  @media (max-width: 640px) {
1469 1469   .product-card {
1470 1470   grid-template-columns: 1fr;