Changes for page Public Web Site

Last modified by Agnease on 2026/07/01 17:17

From version 25.23
edited by Agnease
on 2026/06/30 11:31
Change comment: There is no comment for this version
To version 25.37
edited by Agnease
on 2026/06/30 11:41
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -185,9 +185,6 @@
185 185  
186 186   &.hero-centered {
187 187   text-align: center;
188 - background:
189 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
190 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
191 191   display: flex;
192 192   align-items: center;
193 193   justify-content: center;
... ... @@ -528,7 +528,6 @@
528 528   align-items: flex-start;
529 529   gap: 16px;
530 530   padding: 22px;
531 - background: #fff;
532 532   border: 1px solid @line;
533 533   border-radius: @radius;
534 534   box-shadow: @shadow-sm;
... ... @@ -616,7 +616,6 @@
616 616   position: relative;
617 617   padding: 16px 16px 16px 58px;
618 618   margin-bottom: 12px;
619 - background: #fff;
620 620   border: 1px solid @line;
621 621   border-radius: @radius;
622 622   box-shadow: @shadow-sm;
... ... @@ -767,8 +767,6 @@
767 767   padding: 32px;
768 768   border-radius: @radius;
769 769   border: 1px solid fade(@brand, 20%);
770 - background:
771 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%);
772 772   box-shadow: @shadow-sm;
773 773   text-align: center;
774 774  
... ... @@ -927,9 +927,6 @@
927 927  .resource-header {
928 928   padding: @section-padding;
929 929   border-top: none;
930 - background:
931 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
932 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
933 933  
934 934   h1 {
935 935   margin: 0 auto 14px;
... ... @@ -1077,7 +1077,6 @@
1077 1077   border: 1px solid @line;
1078 1078   border-radius: @radius;
1079 1079   padding: 18px;
1080 - background: #fff;
1081 1081   box-shadow: @shadow-sm;
1082 1082  
1083 1083   h4 {
... ... @@ -1176,7 +1176,6 @@
1176 1176  
1177 1177  .product-card {
1178 1178   position: relative;
1179 - background: #fff;
1180 1180   border: 1px solid @line;
1181 1181   border-radius: @radius;
1182 1182   box-shadow: @shadow-sm;
... ... @@ -1326,7 +1326,6 @@
1326 1326  .product-info-card,
1327 1327  .product-feature,
1328 1328  .product-gallery-panel {
1329 - background: #fff;
1330 1330   border: 1px solid @line;
1331 1331   border-radius: @radius;
1332 1332   box-shadow: @shadow-sm;
... ... @@ -1569,7 +1569,6 @@
1569 1569  /* ========== Resources Index ========== */
1570 1570  
1571 1571  .resources-index-page {
1572 - background: #fff;
1573 1573  
1574 1574   .services-grid {
1575 1575   grid-template-columns: repeat(2, minmax(0, 1fr));