Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,11 +16,6 @@ 16 16 Agnease helps companies keep XWiki secure, stable, up-to-date and adapted to real business processes. 17 17 </p> 18 18 19 - <p class="hero-support"> 20 - From LTS upgrades and maintenance to custom applications, integrations, workflows and migrations, 21 - Agnease provides focused XWiki expertise with practical delivery and long-term care. 22 - </p> 23 - 24 24 <ul class="benefits"> 25 25 <li>Safe LTS upgrades</li> 26 26 <li>Support and recovery</li>
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -12,6 +12,9 @@ 12 12 @shadow: 0 12px 36px rgba(0, 0, 0, .08); 13 13 @maxw: 1140px; 14 14 15 +@section-padding: 30px 0; 16 +@section-padding-mobile: 28px 0; 17 + 15 15 /* ========== Base ========== */ 16 16 17 17 #mainContentArea { ... ... @@ -31,7 +31,7 @@ 31 31 } 32 32 33 33 section { 34 - padding: 42px 0;37 + padding: 30px 0; 35 35 border-top: 1px solid @line; 36 36 37 37 &:first-of-type { ... ... @@ -329,12 +329,6 @@ 329 329 border: 1px solid @line; 330 330 border-radius: @radius; 331 331 box-shadow: @shadow-sm; 332 - transition: transform .18s ease, box-shadow .18s ease; 333 - 334 - &:hover { 335 - transform: translateY(-2px); 336 - box-shadow: @shadow; 337 - } 338 338 } 339 339 340 340 /* ========== Small Widgets ========== */ ... ... @@ -450,13 +450,7 @@ 450 450 border: 1px solid @line; 451 451 border-radius: @radius; 452 452 box-shadow: @shadow-sm; 453 - transition: transform .18s ease, box-shadow .18s ease; 454 454 455 - &:hover { 456 - transform: translateY(-2px); 457 - box-shadow: @shadow; 458 - } 459 - 460 460 .service-icon { 461 461 width: 46px; 462 462 height: 46px; ... ... @@ -1010,13 +1010,7 @@ 1010 1010 grid-template-columns: 68px 1fr; 1011 1011 grid-gap: 22px; 1012 1012 align-items: start; 1013 - transition: transform .18s ease, box-shadow .18s ease; 1014 1014 1015 - &:hover { 1016 - transform: translateY(-2px); 1017 - box-shadow: @shadow; 1018 - } 1019 - 1020 1020 .product-card-icon { 1021 1021 width: 58px; 1022 1022 height: 58px; ... ... @@ -1144,13 +1144,7 @@ 1144 1144 border-radius: @radius; 1145 1145 box-shadow: @shadow-sm; 1146 1146 padding: 22px; 1147 - transition: transform .18s ease, box-shadow .18s ease; 1148 1148 1149 - &:hover { 1150 - transform: translateY(-2px); 1151 - box-shadow: @shadow; 1152 - } 1153 - 1154 1154 .feature-icon { 1155 1155 width: 46px; 1156 1156 height: 46px;