Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 10.39
edited by Agnease
on 2026/05/22 08:13
Change comment: There is no comment for this version
To version 11.1
edited by Agnease
on 2026/05/22 08:20
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -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;