Changes for page Public Web Site

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

From version 30.7
edited by Alex Cotiuga
on 2026/07/13 06:32
Change comment: There is no comment for this version
To version 30.10
edited by Alex Cotiuga
on 2026/07/21 12:54
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -761,6 +761,7 @@
761 761  }
762 762  
763 763  .resource-card {
764 + background-color: #fff;
764 764   padding: 20px;
765 765  
766 766   h4 {
... ... @@ -1127,7 +1127,7 @@
1127 1127  
1128 1128  .resource-note {
1129 1129   border-left: 4px solid @brand;
1130 - background: @brand-bg;
1131 + 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;