Changes for page Public Web Site
Last modified by Agnease on 2026/07/01 17:17
Summary
-
Objects (1 modified, 0 added, 0 removed)
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 ... ... @@ -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));