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, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,7 +7,7 @@ 7 7 <div class="container hero-inner"> 8 8 <div class="hero-kicker"> 9 9 <i class="fa fa-shield" aria-hidden="true"></i> 10 - Yourtrustedpartnerfor professional XWiki services10 + XWiki consulting, upgrades and long-term support 11 11 </div> 12 12 13 13 <h1 id="hero-title">Reliable XWiki engineering for organizations that depend on their knowledge platform</h1> ... ... @@ -16,6 +16,11 @@ 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 + 19 19 <ul class="benefits"> 20 20 <li>Safe LTS upgrades</li> 21 21 <li>Support and recovery</li> ... ... @@ -65,7 +65,7 @@ 65 65 <li>Production rollout validation</li> 66 66 </ul> 67 67 <p class="card-link"> 68 - <a href=" $xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a>73 + <a href="/services/xwiki-upgrades">View upgrade services</a> 69 69 </p> 70 70 </article> 71 71 ... ... @@ -83,7 +83,7 @@ 83 83 <li>Security-aware maintenance</li> 84 84 </ul> 85 85 <p class="card-link"> 86 - <a href=" $xwiki.getURL('services.xwiki-maintenance-support')">View support services</a>91 + <a href="/services/xwiki-maintenance-support">View support services</a> 87 87 </p> 88 88 </article> 89 89 ... ... @@ -101,7 +101,7 @@ 101 101 <li>SSO, LDAP, APIs and integrations</li> 102 102 </ul> 103 103 <p class="card-link"> 104 - <a href=" $xwiki.getURL('services.xwiki-development-integrations')">View development services</a>109 + <a href="/services/xwiki-development-integrations">View development services</a> 105 105 </p> 106 106 </article> 107 107 </div> ... ... @@ -141,7 +141,7 @@ 141 141 </div> 142 142 </section> 143 143 144 - <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title">149 + <section class="resource-strip" aria-labelledby="resources-title"> 145 145 <div class="container"> 146 146 <h2 id="resources-title">Useful XWiki resources</h2> 147 147 <p class="section-intro"> ... ... @@ -154,7 +154,7 @@ 154 154 <p> 155 155 A business-focused explanation of why regular LTS upgrades reduce security, compatibility and maintenance risk. 156 156 </p> 157 - <a href=" $xwiki.getURL('resources.why-upgrade-xwiki')">Read the resource</a>162 + <a href="/resources/why-upgrade-xwiki">Read the resource</a> 158 158 </article> 159 159 160 160 <article class="resource-card"> ... ... @@ -162,7 +162,7 @@ 162 162 <p> 163 163 How Agnease approaches safe XWiki upgrades for real production environments with customizations and integrations. 164 164 </p> 165 - <a href=" $xwiki.getURL('services.xwiki-upgrades')">View the service</a>170 + <a href="/services/xwiki-upgrades">View the service</a> 166 166 </article> 167 167 </div> 168 168 </div> ... ... @@ -226,4 +226,5 @@ 226 226 </dl> 227 227 </div> 228 228 #end 234 +#displayPublicContent 229 229 {{/velocity}}
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -1,22 +1,14 @@ 1 -/* ========== Agnease Public Website ========== */ 2 - 1 +/* ========== Agnease Landing (no Bootstrap grid) ========== */ 3 3 @brand: #00937D; 4 4 @brand-strong: #007B6A; 5 -@brand-soft: #E7FFF8; 6 -@brand-bg: #F4FCFA; 7 7 @text: #2D3A34; 8 8 @muted: #5B6B64; 9 9 @line: #E4ECE9; 10 10 @radius: 16px; 11 -@shadow-sm: 0 6px 20px rgba(0, 0,0,.06);12 -@shadow: 0 12px 36px rgba(0, 0,0,.08);8 +@shadow-sm: 0 6px 20px rgba(0,0,0,.06); 9 +@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 - 18 -/* ========== Base ========== */ 19 - 20 20 #mainContentArea { 21 21 padding: 0; 22 22 } ... ... @@ -23,148 +23,27 @@ 23 23 24 24 .container { 25 25 max-width: @maxw; 26 - margin-left: auto; 27 - margin-right: auto; 28 - padding-left: 18px; 29 - padding-right: 18px; 30 30 } 31 31 32 -html { 33 - scroll-behavior: smooth; 34 -} 35 - 36 -section { 37 - padding: 30px 0; 38 - border-top: 1px solid @line; 39 - 40 - &:first-of-type { 41 - border-top: none; 42 - } 43 -} 44 - 45 -section[id] { 46 - scroll-margin-top: 92px; 47 -} 48 - 49 -h1, 50 -h2, 51 -h3, 52 -h4 { 53 - color: @text; 54 -} 55 - 56 -h2 { 57 - text-align: center; 58 - margin-top: 0; 59 -} 60 - 61 61 .lead { 62 62 color: @muted; 63 63 text-align: center; 64 64 margin-bottom: 0; 65 65 } 66 - 67 -.section-intro { 68 - max-width: 760px; 69 - margin: 0 auto 22px; 25 +h2 { 70 70 text-align: center; 71 - color: @muted; 72 - font-size: 16px; 73 - line-height: 1.55; 74 74 } 75 75 76 -a { 77 - color: @brand; 29 +section { 30 + padding: 32px 0; 31 + border-top: 1px solid @line; 78 78 79 - &:hover, 80 - &:focus { 81 - color: @brand-strong; 33 + &:first-of-type { 34 + border-top: none; 82 82 } 83 83 } 84 84 85 -/* ========== Header / Navigation ========== */ 86 - 87 -.site-header { 88 - position: sticky; 89 - top: 0; 90 - z-index: 1000; 91 - background: fade(#fff, 96%); 92 - border-bottom: 1px solid fade(@line, 85%); 93 - backdrop-filter: blur(8px); 94 -} 95 - 96 -.header-inner { 97 - min-height: 72px; 98 - display: flex; 99 - align-items: center; 100 - justify-content: space-between; 101 - gap: 24px; 102 -} 103 - 104 -.site-nav { 105 - display: flex; 106 - align-items: center; 107 - gap: 22px; 108 - font-size: 15px; 109 - 110 - a { 111 - color: @text; 112 - text-decoration: none; 113 - font-weight: 600; 114 - 115 - &:hover, 116 - &:focus { 117 - color: @brand; 118 - text-decoration: none; 119 - } 120 - } 121 - 122 - .nav-cta { 123 - color: #fff; 124 - background: @brand; 125 - border: 1px solid @brand; 126 - border-radius: 6px; 127 - padding: 8px 14px; 128 - 129 - &:hover, 130 - &:focus { 131 - color: #fff; 132 - background: @brand-strong; 133 - border-color: @brand-strong; 134 - } 135 - } 136 -} 137 - 138 -/* ========== Buttons ========== */ 139 - 140 -.btn-primary { 141 - background: @brand; 142 - border-color: @brand; 143 - color: #fff; 144 - 145 - &:hover, 146 - &:focus { 147 - background: @brand-strong; 148 - border-color: @brand-strong; 149 - color: #fff; 150 - } 151 -} 152 - 153 -.btn-secondary { 154 - color: @brand; 155 - background: #fff; 156 - border: 1px solid fade(@brand, 35%); 157 - 158 - &:hover, 159 - &:focus { 160 - color: @brand-strong; 161 - border-color: @brand; 162 - background: @brand-bg; 163 - } 164 -} 165 - 166 -/* ========== Hero ========== */ 167 - 38 +/* ===== HERO ===== */ 168 168 .hero { 169 169 overflow: hidden; 170 170 background-repeat: no-repeat; ... ... @@ -173,16 +173,16 @@ 173 173 &.hero-centered { 174 174 text-align: center; 175 175 background: 176 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft0%, transparent 60%),47 + radial-gradient(50rem 18rem at 50% -10%, #E7FFF8 0%, transparent 60%), 177 177 radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 178 178 display: flex; 179 179 align-items: center; 180 180 justify-content: center; 181 - min-height: 3 30px;52 + min-height: 300px; 182 182 } 183 183 184 184 .hero-inner { 185 - max-width: 8 60px;56 + max-width: 850px; 186 186 margin: 0 auto; 187 187 display: flex; 188 188 flex-direction: column; ... ... @@ -189,19 +189,14 @@ 189 189 align-items: center; 190 190 } 191 191 192 - h1 { 193 - max-width: 790px; 194 - margin-left: auto; 195 - margin-right: auto; 196 - line-height: 1.18; 63 + #hero-cta { 64 + display: flex; 65 + gap: 0.8rem; 66 + flex-wrap: wrap; 67 + justify-content: center; 68 + margin-top: 1.3rem; 197 197 } 198 198 199 - .lead { 200 - max-width: 760px; 201 - font-size: 19px; 202 - line-height: 1.55; 203 - } 204 - 205 205 .benefits { 206 206 display: flex; 207 207 flex-wrap: wrap; ... ... @@ -208,157 +208,61 @@ 208 208 justify-content: center; 209 209 list-style: none; 210 210 padding: 0; 211 - margin: 14px0 0;77 + margin: 0.8rem 0 0; 212 212 color: @muted; 213 213 font-size: 14px; 214 214 215 215 li + li::before { 216 216 content: "•"; 217 - margin: 0 6px;83 + margin: 0 5px; 218 218 } 219 - } 220 -} 221 221 222 -.hero-kicker { 223 - display: inline-flex; 224 - align-items: center; 225 - gap: 8px; 226 - color: @brand; 227 - background: fade(@brand, 8%); 228 - border: 1px solid fade(@brand, 18%); 229 - border-radius: 999px; 230 - padding: 6px 12px; 231 - margin-bottom: 14px; 232 - font-size: 13px; 233 - font-weight: 700; 234 -} 235 - 236 -.hero-support { 237 - max-width: 760px; 238 - margin: 14px auto 0; 239 - color: @muted; 240 - line-height: 1.55; 241 -} 242 - 243 -.hero-actions, 244 -#hero-cta { 245 - display: flex; 246 - gap: 12px; 247 - flex-wrap: wrap; 248 - justify-content: center; 249 - margin-top: 22px; 250 -} 251 - 252 -/* ========== Trust Strip ========== */ 253 - 254 -.trust-strip { 255 - padding: 18px 0; 256 - border-top: 1px solid @line; 257 - border-bottom: 1px solid @line; 258 - background: #fff; 259 - 260 - ul { 261 - max-width: 960px; 262 - margin: 0 auto; 263 - padding: 0; 264 - list-style: none; 265 - display: flex; 266 - justify-content: center; 267 - gap: 22px; 268 - flex-wrap: wrap; 269 - color: @muted; 270 - font-size: 13px; 86 + @media (max-width: 640px) { 87 + li + li::before { 88 + content: none; 89 + } 90 + li:nth-child(1)::after, 91 + li:nth-child(3)::after { 92 + content: "•"; 93 + margin: 0 5px; 94 + } 95 + } 271 271 } 272 - 273 - li { 274 - display: flex; 275 - align-items: center; 276 - gap: 7px; 277 - } 278 - 279 - i { 280 - color: @brand; 281 - } 282 282 } 283 283 284 -/* ========== Reusable Grids ========== */ 285 - 286 -.card-grid, 287 -.pathways, 288 -.services-grid, 289 -.resource-grid, 99 +/* ===== WHY CHOOSE (cards) ===== */ 290 290 .widgets { 101 + margin-top: 12px; 291 291 display: grid; 292 - grid-gap: 18px; 293 - margin-left: auto; 294 - margin-right: auto; 103 + grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); 104 + grid-gap: 16px; 295 295 } 296 296 297 -.card-grid, 298 -.pathways, 299 -.services-grid { 300 - grid-template-columns: repeat(3, minmax(0, 1fr)); 301 - max-width: 1040px; 302 - margin-top: 26px; 303 -} 304 - 305 -.resource-grid { 306 - grid-template-columns: repeat(2, minmax(0, 1fr)); 307 - max-width: 1040px; 308 - margin-top: 22px; 309 -} 310 - 311 -.widgets { 312 - grid-template-columns: repeat(4, minmax(0, 1fr)); 313 - max-width: 1040px; 314 - margin-top: 20px; 315 -} 316 - 317 -.card-grid > *, 318 -.pathways > *, 319 -.services-grid > *, 320 -.resource-grid > *, 321 -.widgets > * { 322 - min-width: 0; 323 -} 324 - 325 -/* ========== Shared Card Style ========== */ 326 - 327 -.widget, 328 -.pathway-card, 329 -.service-card, 330 -.resource-card { 107 +.widget { 108 + padding: 18px; 331 331 background: #fff; 332 332 border: 1px solid @line; 333 333 border-radius: @radius; 334 334 box-shadow: @shadow-sm; 335 -} 336 - 337 -/* ========== Small Widgets ========== */ 338 - 339 -.widget { 340 - padding: 18px; 113 + transition: transform .18s ease, box-shadow .18s ease; 341 341 display: flex; 342 342 flex-direction: column; 343 343 height: 100%; 344 344 118 + &:hover { 119 + transform: translateY(-2px); 120 + box-shadow: @shadow; 121 + } 122 + 345 345 .icon { 346 346 display: flex; 347 347 align-items: center; 348 348 gap: 10px; 349 - padding-bottom: 8px; 350 - margin-bottom: 10px; 351 - border-bottom: 1px solid fade(@line, 70%); 352 - 353 - i { 354 - color: @brand; 355 - } 356 - 357 - h4 { 358 - margin: 0; 359 - line-height: 1.25; 360 - color: @text; 361 - } 127 + padding-bottom: 6px; 128 + margin-bottom: 8px; 129 + border-bottom: 1px solid fade(@line, 60%); 130 + i { color: @brand; } 131 + h4 { margin: 0; line-height: 1.2; color: @text; } 362 362 } 363 363 364 364 p { ... ... @@ -368,89 +368,31 @@ 368 368 } 369 369 } 370 370 371 -/* ========== Homepage Pathway Cards ========== */ 372 - 373 -.pathway-card { 374 - padding: 24px; 375 - display: flex; 376 - flex-direction: column; 377 - min-height: 100%; 378 - 379 - .pathway-icon { 380 - width: 52px; 381 - height: 52px; 382 - border-radius: 50%; 141 +/* ===== SERVICES ===== */ 142 +.services { 143 + .services-grid { 144 + margin-top: 20px; 383 383 display: flex; 384 - align-items: center; 146 + flex-wrap: wrap; 147 + gap: 24px; 148 + 149 + /* center the whole block under the heading */ 150 + max-width: 960px; 151 + margin-left: auto; 152 + margin-right: auto; 385 385 justify-content: center; 386 - color: @brand; 387 - background: fade(@brand, 10%); 388 - margin-bottom: 18px; 389 - font-size: 19px; 390 390 } 391 391 392 - h3 { 393 - margin: 0 0 10px; 394 - color: @text; 395 - font-size: 22px; 396 - line-height: 1.25; 397 - } 398 - 399 - p { 400 - color: @muted; 401 - line-height: 1.55; 402 - margin: 0 0 16px; 403 - } 404 - 405 - ul { 406 - margin: 0 0 22px; 407 - padding-left: 18px; 408 - color: @muted; 409 - font-size: 14px; 410 - line-height: 1.55; 411 - } 412 - 413 - li { 414 - margin: 6px 0; 415 - } 416 - 417 - .card-link { 418 - margin-top: auto; 419 - padding-top: 4px; 420 - 421 - a { 422 - color: @brand; 423 - font-weight: 700; 424 - text-decoration: underline; 425 - 426 - &:hover, 427 - &:focus { 428 - color: @brand-strong; 429 - } 430 - } 431 - } 432 -} 433 - 434 -/* ========== Services ========== */ 435 - 436 -.services { 437 - .services-grid { 438 - max-width: 1040px; 439 - } 440 - 441 441 .service { 157 + flex: 0 1 calc(50% - 12px); 442 442 display: flex; 443 443 align-items: flex-start; 444 444 gap: 16px; 445 - padding: 22px; 446 - background: #fff; 447 - border: 1px solid @line; 448 - border-radius: @radius; 449 - box-shadow: @shadow-sm; 161 + margin-bottom: 8px; 450 450 451 451 .service-icon { 452 - width: 4 6px;453 - height: 4 6px;164 + width: 42px; 165 + height: 42px; 454 454 border-radius: 50%; 455 455 display: flex; 456 456 align-items: center; ... ... @@ -459,627 +459,248 @@ 459 459 color: @brand; 460 460 background: fade(@brand, 10%); 461 461 flex-shrink: 0; 462 - margin-top: 2px;174 + margin-top: 3px; 463 463 } 464 464 465 465 .service-body { 466 466 h4 { 467 - margin: 0 0 6px; 468 - font-size: 18px; 469 - line-height: 1.25; 179 + margin: 0 0 4px; 180 + font-size: 1.125rem; 470 470 font-weight: 800; 471 - color: @text; 472 472 } 473 - 474 474 p { 475 - margin: 0 0 8px;476 - color: @ muted;184 + margin: 0 0 6px; 185 + color: @text; 477 477 line-height: 1.5; 478 478 } 479 - 480 480 ul { 481 - margin: 9px0 0;482 - padding-left: 1 8px;189 + margin: .45rem 0 0; 190 + padding-left: 1.1rem; 483 483 color: @muted; 484 484 font-size: 13px; 485 - line-height: 1.5; 486 486 } 487 - 488 488 li { 489 - margin: 4px 0; 195 + margin: .25rem 0; 196 + line-height: 1.45; 490 490 } 491 491 } 492 492 } 493 -} 494 494 495 -/* ========== Split / Process Section ========== */ 201 + /* ==== Center last item on its own row while keeping 50% width ==== */ 202 + .service-center { 203 + /* same width as siblings */ 204 + flex: 0 1 calc(55% - 12px); 496 496 497 -.split-section { 498 - background: 499 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 500 -} 501 - 502 -.split-grid { 503 - display: grid; 504 - grid-template-columns: 1.1fr .9fr; 505 - grid-gap: 36px; 506 - max-width: 1040px; 507 - margin: 0 auto; 508 - align-items: center; 509 -} 510 - 511 -.split-copy { 512 - h2 { 513 - text-align: left; 514 - margin-top: 0; 206 + /* push to center */ 207 + margin-left: auto; 208 + margin-right: auto; 515 515 } 516 516 517 - p { 518 - color: @muted; 519 - line-height: 1.6; 520 - } 521 -} 522 - 523 -.process-list { 524 - counter-reset: process; 525 - margin: 0; 526 - padding: 0; 527 - list-style: none; 528 - 529 - li { 530 - counter-increment: process; 531 - position: relative; 532 - padding: 16px 16px 16px 58px; 533 - margin-bottom: 12px; 534 - background: #fff; 535 - border: 1px solid @line; 536 - border-radius: @radius; 537 - box-shadow: @shadow-sm; 538 - color: @muted; 539 - line-height: 1.5; 540 - 541 - &:before { 542 - content: counter(process); 543 - position: absolute; 544 - left: 16px; 545 - top: 16px; 546 - width: 28px; 547 - height: 28px; 548 - border-radius: 50%; 549 - background: fade(@brand, 10%); 550 - color: @brand; 551 - display: flex; 552 - align-items: center; 553 - justify-content: center; 554 - font-weight: 800; 211 + /* Mobile: 1 per row */ 212 + @media (max-width: 767px) { 213 + .services-grid { 214 + gap: 16px; 215 + max-width: 100%; 555 555 } 556 556 557 - strong { 558 - display: block; 559 - color: @text; 560 - margin-bottom: 3px; 218 + .service, 219 + .service-center { 220 + flex: 0 1 100%; 221 + margin-left: 0; 222 + margin-right: 0; 561 561 } 562 562 } 563 563 } 564 564 565 -/* ========== Resources ========== */ 566 - 567 -.resource-strip { 568 - background: @brand-bg; 569 -} 570 - 571 -.resource-card { 572 - padding: 20px; 573 - 574 - h4 { 575 - margin: 0 0 8px; 576 - color: @text; 577 - font-size: 18px; 578 - line-height: 1.25; 579 - } 580 - 581 - p { 582 - color: @muted; 583 - margin: 0 0 12px; 584 - line-height: 1.5; 585 - } 586 - 587 - a { 588 - color: @brand; 589 - font-weight: 700; 590 - } 591 -} 592 - 593 -.resource-content { 594 - order: 1; 595 -} 596 - 597 -.resource-sidebar { 598 - order: 2; 599 -} 600 - 601 -@media (max-width: 767px) { 602 - .resource-layout { 603 - display: flex; 604 - flex-direction: column; 605 - } 606 - 607 - .resource-sidebar { 608 - order: 0; 609 - position: static; 610 - width: 100%; 611 - } 612 - 613 - .resource-content { 614 - order: 1; 615 - } 616 -} 617 - 618 -/* ========== Homepage Resource Strip ========== */ 619 - 620 -.homepage-resource-strip { 621 - background: 622 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 70%); 623 - 624 - .resource-grid { 625 - max-width: 1040px; 626 - margin: 26px auto 0; 627 - display: grid; 628 - grid-template-columns: repeat(2, minmax(0, 1fr)); 629 - grid-gap: 22px; 630 - align-items: stretch; 631 - } 632 - 633 - .resource-card { 634 - display: flex; 635 - flex-direction: column; 636 - min-width: 0; 637 - min-height: 100%; 638 - padding: 26px; 639 - } 640 - 641 - .resource-card h4 { 642 - margin: 0 0 10px; 643 - color: @text; 644 - font-size: 21px; 645 - line-height: 1.25; 646 - font-weight: 700; 647 - } 648 - 649 - .resource-card p { 650 - margin: 0 0 18px; 651 - color: @muted; 652 - font-size: 15px; 653 - line-height: 1.6; 654 - } 655 - 656 - .resource-card a { 657 - margin-top: auto; 658 - color: @brand; 659 - font-weight: 700; 660 - text-decoration: underline; 661 - 662 - &:hover, 663 - &:focus { 664 - color: @brand-strong; 665 - } 666 - } 667 -} 668 - 669 -@media (max-width: 980px) { 670 - .homepage-resource-strip { 671 - .resource-grid { 672 - grid-template-columns: 1fr; 673 - } 674 - } 675 -} 676 - 677 -@media (max-width: 640px) { 678 - .homepage-resource-strip { 679 - .resource-card { 680 - padding: 22px; 681 - } 682 - 683 - .resource-card h4 { 684 - font-size: 19px; 685 - } 686 - } 687 -} 688 - 689 -/* ========== CTA ========== */ 690 - 227 +/* ===== CTA ===== */ 691 691 .cta-section { 692 - padding: 32px 024px;229 + padding: 24px 0 16px; 693 693 694 694 .contact-inline { 695 695 margin: 0; 696 696 color: @muted; 697 - 698 - a { 699 - color: @brand; 700 - } 234 + a { color: @brand; } 701 701 } 702 702 } 237 +/* ========== Agnease Revamp Additions ========== */ 703 703 704 -.cta-panel { 705 - max-width: 860px; 706 - margin: 0 auto; 707 - padding: 32px; 708 - border-radius: @radius; 709 - border: 1px solid fade(@brand, 20%); 710 - background: 711 - radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 712 - box-shadow: @shadow-sm; 713 - text-align: center; 239 +@brand-soft: #E7FFF8; 240 +@brand-bg: #F4FCFA; 714 714 715 - h2 { 716 - margin-top: 0; 717 - } 718 - 719 - p { 720 - color: @muted; 721 - line-height: 1.55; 722 - } 242 +.hero-kicker { 243 + display: inline-flex; 244 + align-items: center; 245 + gap: 8px; 246 + color: @brand; 247 + background: fade(@brand, 8%); 248 + border: 1px solid fade(@brand, 18%); 249 + border-radius: 999px; 250 + padding: 6px 12px; 251 + margin-bottom: 14px; 252 + font-size: 13px; 253 + font-weight: 700; 723 723 } 724 724 725 -/* ========== Responsive ========== */ 726 - 727 -@media (max-width: 980px) { 728 - .widgets, 729 - .pathways, 730 - .services-grid, 731 - .resource-grid { 732 - grid-template-columns: repeat(2, minmax(0, 1fr)); 733 - } 734 - 735 - .split-grid { 736 - grid-template-columns: 1fr; 737 - } 738 - 739 - .split-copy h2 { 740 - text-align: center; 741 - } 256 +.hero h1 { 257 + max-width: 760px; 258 + margin-left: auto; 259 + margin-right: auto; 260 + line-height: 1.18; 742 742 } 743 743 744 -@media (max-width: 760px) { 745 - section[id] { 746 - scroll-margin-top: 132px; 747 - } 748 - 749 - .header-inner { 750 - min-height: auto; 751 - padding-top: 14px; 752 - padding-bottom: 14px; 753 - flex-direction: column; 754 - align-items: center; 755 - gap: 12px; 756 - } 757 - 758 - .site-nav { 759 - width: 100%; 760 - justify-content: center; 761 - flex-wrap: wrap; 762 - gap: 10px 16px; 763 - font-size: 14px; 764 - 765 - .nav-cta { 766 - padding: 7px 12px; 767 - } 768 - } 769 - 770 - .hero.hero-centered { 771 - min-height: 280px; 772 - } 773 - 774 - .hero { 775 - .lead { 776 - font-size: 17px; 777 - } 778 - 779 - .benefits { 780 - gap: 4px 10px; 781 - 782 - li + li::before { 783 - content: none; 784 - } 785 - } 786 - } 263 +.hero .lead { 264 + max-width: 760px; 265 + font-size: 19px; 266 + line-height: 1.55; 787 787 } 788 788 789 -@media (max-width: 640px) { 790 - section { 791 - padding: 34px 0; 792 - } 793 - 794 - .widgets, 795 - .pathways, 796 - .services-grid, 797 - .resource-grid { 798 - grid-template-columns: 1fr; 799 - } 800 - 801 - .pathway-card, 802 - .services .service, 803 - .resource-card, 804 - .widget { 805 - padding: 20px; 806 - } 807 - 808 - .services .service { 809 - gap: 14px; 810 - } 811 - 812 - .cta-panel { 813 - padding: 24px 20px; 814 - } 269 +.hero-support { 270 + max-width: 760px; 271 + margin: 14px auto 0; 272 + color: @muted; 273 + line-height: 1.55; 815 815 } 816 -/* ========== Resource / Article Pages ========== */ 817 817 818 -.resource-page { 819 - padding-top: 34px; 820 -} 276 +.hero-actions { 277 + display: flex; 278 + gap: 12px; 279 + flex-wrap: wrap; 280 + justify-content: center; 281 + margin-top: 22px; 821 821 822 -.resource-header { 823 - padding: 40px 0 30px; 824 - border-top: none; 825 - background: 826 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 827 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 283 + .btn-secondary { 284 + color: @brand; 285 + background: #fff; 286 + border: 1px solid fade(@brand, 35%); 828 828 829 - h1 { 830 - margin: 0 auto 14px; 831 - text-align: center; 832 - line-height: 1.18; 833 - } 834 - 835 - .resource-summary { 836 - max-width: 780px; 837 - margin: 0 auto; 838 - color: @muted; 839 - text-align: center; 840 - font-size: 18px; 841 - line-height: 1.55; 842 - } 843 -} 844 - 845 -.resource-layout { 846 - display: grid; 847 - grid-template-columns: minmax(0, 760px) 280px; 848 - gap: 42px; 849 - max-width: 1080px; 850 - margin: 0 auto; 851 - align-items: start; 852 -} 853 - 854 -.resource-content { 855 - color: @text; 856 - font-size: 16px; 857 - line-height: 1.68; 858 - 859 - h2 { 860 - text-align: left; 861 - margin: 34px 0 12px; 862 - line-height: 1.28; 863 - } 864 - 865 - h3 { 866 - margin: 24px 0 8px; 867 - line-height: 1.3; 868 - } 869 - 870 - p { 871 - margin: 0 0 16px; 872 - } 873 - 874 - ul, 875 - ol { 876 - margin: 0 0 18px; 877 - padding-left: 22px; 878 - } 879 - 880 - li { 881 - margin: 6px 0; 882 - } 883 - 884 - strong { 885 - color: @text; 886 - } 887 -} 888 - 889 -.resource-note { 890 - border-left: 4px solid @brand; 891 - background: @brand-bg; 892 - padding: 16px 18px; 893 - margin: 22px 0; 894 - border-radius: 0 @radius @radius 0; 895 - 896 - p:last-child { 897 - margin-bottom: 0; 898 - } 899 -} 900 - 901 -.resource-checklist { 902 - margin: 18px 0 24px; 903 - padding: 0; 904 - list-style: none; 905 - 906 - li { 907 - position: relative; 908 - padding: 10px 0 10px 34px; 909 - border-bottom: 1px solid @line; 910 - 911 - &:before { 912 - content: "\f00c"; 913 - font-family: FontAwesome; 914 - position: absolute; 915 - left: 0; 916 - top: 11px; 917 - color: @brand; 288 + &:hover, 289 + &:focus { 290 + color: @brand-strong; 291 + border-color: @brand; 292 + background: @brand-bg; 918 918 } 919 919 } 920 920 } 921 921 922 -.resource-sidebar { 923 - position: sticky; 924 - top: 96px; 925 - border: 1px solid @line; 926 - border-radius: @radius; 927 - padding: 18px; 297 +.trust-strip { 298 + padding: 18px 0; 299 + border-top: 1px solid @line; 300 + border-bottom: 1px solid @line; 928 928 background: #fff; 929 - box-shadow: @shadow-sm; 930 930 931 - h4 { 932 - margin: 0 0 10px; 933 - } 934 - 935 935 ul { 936 - margin: 0; 937 - padding-left: 18px; 304 + max-width: 920px; 305 + margin: 0 auto; 306 + padding: 0; 307 + list-style: none; 308 + display: flex; 309 + justify-content: center; 310 + gap: 22px; 311 + flex-wrap: wrap; 938 938 color: @muted; 313 + font-size: 13px; 939 939 } 940 940 941 941 li { 942 - margin: 8px 0; 317 + display: flex; 318 + align-items: center; 319 + gap: 7px; 943 943 } 944 944 945 - a{322 + i { 946 946 color: @brand; 947 - font-weight: 600; 948 948 } 949 949 } 950 950 951 -.resource-cta { 952 - margin-top: 36px; 953 - padding: 22px; 954 - border: 1px solid fade(@brand, 20%); 955 - border-radius: @radius; 956 - background: @brand-bg; 957 - 958 - h3 { 959 - margin-top: 0; 960 - } 961 - 962 - p { 963 - color: @muted; 964 - } 327 +.section-intro { 328 + max-width: 760px; 329 + margin: 0 auto 18px; 330 + text-align: center; 331 + color: @muted; 332 + font-size: 16px; 333 + line-height: 1.55; 965 965 } 966 966 967 -@media (max-width: 900px) { 968 - .resource-layout { 969 - grid-template-columns: 1fr; 970 - } 971 - 972 - .resource-sidebar { 973 - position: static; 974 - } 975 -} 976 -/* ========== Products / Extensions Pages ========== */ 977 - 978 -.product-index-section { 979 - padding: 52px 0 56px; 980 - 981 - h2 { 982 - margin-bottom: 10px; 983 - } 984 -} 985 - 986 -.product-card-grid { 987 - max-width: 840px; 988 - margin: 28px auto 0; 336 +.pathways { 989 989 display: grid; 990 - grid-template-columns: 1fr; 338 + grid-template-columns: repeat(3, minmax(0, 1fr)); 991 991 grid-gap: 18px; 340 + max-width: 1040px; 341 + margin: 22px auto 0; 992 992 } 993 993 994 -.p roduct-card {344 +.pathway-card { 995 995 background: #fff; 996 996 border: 1px solid @line; 997 997 border-radius: @radius; 998 998 box-shadow: @shadow-sm; 999 - padding: 28px; 1000 - display: grid; 1001 - grid-template-columns: 68px 1fr; 1002 - grid-gap: 22px; 1003 - align-items: start; 349 + padding: 22px; 350 + display: flex; 351 + flex-direction: column; 352 + min-height: 100%; 1004 1004 1005 - .p roduct-card-icon {1006 - width: 58px;1007 - height: 58px;354 + .pathway-icon { 355 + width: 46px; 356 + height: 46px; 1008 1008 border-radius: 50%; 1009 - background: fade(@brand, 10%); 1010 - border: 1px solid fade(@brand, 20%); 1011 - color: @brand; 1012 1012 display: flex; 1013 1013 align-items: center; 1014 1014 justify-content: center; 1015 - font-size: 22px; 1016 - flex-shrink: 0; 361 + color: @brand; 362 + background: fade(@brand, 10%); 363 + margin-bottom: 14px; 364 + font-size: 18px; 1017 1017 } 1018 1018 1019 1019 h3 { 1020 - margin: 0 0 10px;368 + margin: 0 0 8px; 1021 1021 color: @text; 1022 - font-size: 2 3px;370 + font-size: 20px; 1023 1023 line-height: 1.25; 1024 - font-weight: 800; 1025 1025 } 1026 1026 1027 1027 p { 1028 1028 color: @muted; 1029 - line-height: 1.6; 376 + line-height: 1.55; 377 + margin: 0 0 14px; 1030 1030 } 1031 1031 380 + ul { 381 + margin: 0 0 18px; 382 + padding-left: 18px; 383 + color: @muted; 384 + font-size: 13px; 385 + } 386 + 387 + li { 388 + margin: 5px 0; 389 + } 390 + 1032 1032 .card-link { 1033 - margin: 0;392 + margin-top: auto; 1034 1034 1035 1035 a { 395 + color: @brand; 1036 1036 font-weight: 700; 1037 1037 } 1038 1038 } 1039 1039 } 1040 1040 1041 -.product-card-kicker { 1042 - margin-bottom: 10px; 1043 - padding: 5px 10px; 1044 - font-size: 12px; 1045 - text-transform: uppercase; 1046 - letter-spacing: .04em; 401 +.split-section { 402 + background: 403 + radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1047 1047 } 1048 1048 1049 -.product-highlights { 1050 - margin: 14px 0 20px; 1051 - padding-left: 18px; 1052 - color: @muted; 1053 - 1054 - li { 1055 - margin: 6px 0; 1056 - line-height: 1.45; 1057 - } 1058 -} 1059 - 1060 -/* ========== Individual Product Pages ========== */ 1061 - 1062 -.product-layout { 406 +.split-grid { 1063 1063 display: grid; 1064 1064 grid-template-columns: 1.1fr .9fr; 1065 1065 grid-gap: 36px; 1066 1066 max-width: 1040px; 1067 1067 margin: 0 auto; 1068 - align-items: start;412 + align-items: center; 1069 1069 } 1070 1070 1071 -.product-summary-card, 1072 -.product-info-card, 1073 -.product-gallery-panel { 1074 - background: #fff; 1075 - border: 1px solid @line; 1076 - border-radius: @radius; 1077 - box-shadow: @shadow-sm; 1078 -} 1079 - 1080 -.product-summary-card { 1081 - padding: 26px; 1082 - 415 +.split-copy { 1083 1083 h2 { 1084 1084 text-align: left; 1085 1085 margin-top: 0; ... ... @@ -1089,50 +1089,34 @@ 1089 1089 color: @muted; 1090 1090 line-height: 1.6; 1091 1091 } 1092 - 1093 - p:last-child { 1094 - margin-bottom: 0; 1095 - } 1096 1096 } 1097 1097 1098 -.product-info-card { 1099 - padding: 22px; 1100 - 1101 - h3 { 1102 - margin-top: 0; 1103 - margin-bottom: 12px; 1104 - } 1105 - 1106 - ul { 1107 - margin: 0; 1108 - padding-left: 20px; 1109 - color: @muted; 1110 - } 1111 - 1112 - li { 1113 - margin: 8px 0; 1114 - line-height: 1.45; 1115 - } 427 +.process-list { 428 + counter-reset: process; 429 + margin: 0; 430 + padding: 0; 431 + list-style: none; 1116 1116 } 1117 1117 1118 -.product-feature-grid { 1119 - display: grid; 1120 - grid-template-columns: repeat(3, minmax(0, 1fr)); 1121 - grid-gap: 18px; 1122 - max-width: 1040px; 1123 - margin: 26px auto 0; 1124 -} 1125 - 1126 -.product-feature { 434 +.process-list li { 435 + counter-increment: process; 436 + position: relative; 437 + padding: 16px 16px 16px 58px; 438 + margin-bottom: 12px; 1127 1127 background: #fff; 1128 1128 border: 1px solid @line; 1129 1129 border-radius: @radius; 1130 1130 box-shadow: @shadow-sm; 1131 - padding: 22px; 443 + color: @muted; 444 + line-height: 1.5; 1132 1132 1133 - .feature-icon { 1134 - width: 46px; 1135 - height: 46px; 446 + &:before { 447 + content: counter(process); 448 + position: absolute; 449 + left: 16px; 450 + top: 16px; 451 + width: 28px; 452 + height: 28px; 1136 1136 border-radius: 50%; 1137 1137 background: fade(@brand, 10%); 1138 1138 color: @brand; ... ... @@ -1139,225 +1139,82 @@ 1139 1139 display: flex; 1140 1140 align-items: center; 1141 1141 justify-content: center; 1142 - margin-bottom: 14px; 1143 - font-size: 18px; 459 + font-weight: 800; 1144 1144 } 1145 1145 1146 - h3{1147 - margin:0 0 8px;462 + strong { 463 + display: block; 1148 1148 color: @text; 1149 - font-size: 18px; 1150 - line-height: 1.25; 465 + margin-bottom: 3px; 1151 1151 } 1152 - 1153 - p { 1154 - margin: 0; 1155 - color: @muted; 1156 - line-height: 1.5; 1157 - } 1158 1158 } 1159 1159 1160 -.product-gallery-panel { 1161 - max-width: 1040px; 1162 - margin: 20px auto 0; 1163 - padding: 26px; 469 +.resource-strip { 470 + background: @brand-bg; 1164 1164 1165 - h2 { 1166 - margin-top: 0; 1167 - text-align: center; 472 + .resource-grid { 473 + max-width: 1040px; 474 + margin: 20px auto 0; 475 + display: grid; 476 + grid-template-columns: repeat(2, minmax(0, 1fr)); 477 + grid-gap: 16px; 1168 1168 } 1169 1169 1170 - .gallery-note { 1171 - max-width: 700px; 1172 - margin: 0 auto 18px; 1173 - color: @muted; 1174 - text-align: center; 1175 - line-height: 1.55; 1176 - } 1177 -} 480 + .resource-card { 481 + background: #fff; 482 + border: 1px solid @line; 483 + border-radius: @radius; 484 + padding: 18px; 485 + box-shadow: @shadow-sm; 1178 1178 1179 -.product-gallery-placeholder { 1180 - min-height: 260px; 1181 - padding: 28px; 1182 - border: 1px dashed fade(@brand, 40%); 1183 - border-radius: @radius; 1184 - background: fade(@brand, 5%); 1185 - color: @muted; 1186 - text-align: center; 1187 - display: flex; 1188 - align-items: center; 1189 - justify-content: center; 1190 -} 487 + h4 { 488 + margin: 0 0 6px; 489 + color: @text; 490 + } 1191 1191 1192 -.product-section-muted { 1193 - background: 1194 - radial-gradient(42rem 16rem at 50% 0%, @brand-bg 0%, transparent 65%); 1195 -} 492 + p { 493 + color: @muted; 494 + margin: 0 0 10px; 495 + line-height: 1.5; 496 + } 1196 1196 1197 -@media (max-width: 980px) { 1198 - .product-layout, 1199 - .product-feature-grid { 1200 - grid-template-columns: 1fr; 1201 - } 1202 - 1203 - .product-summary-card h2 { 1204 - text-align: center; 1205 - } 1206 -} 1207 - 1208 -@media (max-width: 640px) { 1209 - .product-card { 1210 - grid-template-columns: 1fr; 1211 - padding: 22px; 1212 - text-align: left; 1213 - 1214 - .product-card-icon { 1215 - margin-bottom: 2px; 498 + a { 499 + color: @brand; 500 + font-weight: 700; 1216 1216 } 1217 1217 } 1218 - 1219 - .product-summary-card, 1220 - .product-info-card, 1221 - .product-feature, 1222 - .product-gallery-panel { 1223 - padding: 20px; 1224 - } 1225 1225 } 1226 -/* ========== Resources Index ========== */ 1227 1227 1228 -.resources-index-page { 1229 - padding: 56px 0 72px; 1230 - background: @brand-bg; 1231 -} 1232 - 1233 -.resources-intro { 1234 - max-width: 820px; 1235 - margin: 0 auto 32px; 1236 - text-align: center; 1237 -} 1238 - 1239 -.resources-intro p { 1240 - color: @muted; 1241 - font-size: 17px; 1242 - line-height: 1.7; 1243 - margin: 0; 1244 -} 1245 - 1246 -.resources-grid { 1247 - display: grid; 1248 - grid-template-columns: repeat(2, minmax(0, 1fr)); 1249 - gap: 24px; 1250 - margin-bottom: 36px; 1251 -} 1252 - 1253 -.resource-card { 1254 - display: flex; 1255 - gap: 18px; 1256 - background: #fff; 1257 - border: 1px solid @line; 505 +.cta-panel { 506 + max-width: 860px; 507 + margin: 0 auto; 508 + padding: 30px; 1258 1258 border-radius: @radius; 510 + border: 1px solid fade(@brand, 20%); 511 + background: 512 + radial-gradient(34rem 12rem at 50% 0%, @brand-soft 0%, #fff 70%); 1259 1259 box-shadow: @shadow-sm; 1260 - padding: 24px; 1261 -} 1262 - 1263 -.resource-card-icon { 1264 - flex: 0 0 46px; 1265 - width: 46px; 1266 - height: 46px; 1267 - border-radius: 14px; 1268 - background: @brand-soft; 1269 - color: @brand-strong; 1270 - display: flex; 1271 - align-items: center; 1272 - justify-content: center; 1273 - font-size: 20px; 1274 -} 1275 - 1276 -.resource-card-label { 1277 - color: @brand-strong; 1278 - font-size: 13px; 1279 - font-weight: 700; 1280 - text-transform: uppercase; 1281 - letter-spacing: .04em; 1282 - margin-bottom: 8px; 1283 -} 1284 - 1285 -.resource-card h2 { 1286 - font-size: 22px; 1287 - line-height: 1.25; 1288 - margin: 0 0 12px; 1289 -} 1290 - 1291 -.resource-card h2 a { 1292 - color: @text; 1293 - text-decoration: none; 1294 -} 1295 - 1296 -.resource-card h2 a:hover { 1297 - color: @brand-strong; 1298 - text-decoration: none; 1299 -} 1300 - 1301 -.resource-card p { 1302 - color: @muted; 1303 - font-size: 15px; 1304 - line-height: 1.65; 1305 - margin: 0 0 16px; 1306 -} 1307 - 1308 -.resource-card-link { 1309 - color: @brand-strong; 1310 - font-weight: 700; 1311 - text-decoration: none; 1312 -} 1313 - 1314 -.resource-card-link:hover { 1315 - color: @brand; 1316 - text-decoration: none; 1317 -} 1318 - 1319 -.resources-next { 1320 - max-width: 820px; 1321 - margin: 0 auto 32px; 1322 1322 text-align: center; 1323 -} 1324 1324 1325 -.resources-next h2 { 1326 - font-size: 26px; 1327 - margin: 0 0 10px; 1328 -} 1329 - 1330 -.resources-next p { 1331 - color: @muted; 1332 - font-size: 16px; 1333 - line-height: 1.7; 1334 - margin: 0; 1335 -} 1336 - 1337 -@media (max-width: 767px) { 1338 - .resources-index-page { 1339 - padding: 36px 0 52px; 516 + h2 { 517 + margin-top: 0; 1340 1340 } 1341 1341 1342 - .resources-intro{1343 - text-align:left;1344 - margin-bottom:24px;520 + p { 521 + color: @muted; 522 + line-height: 1.55; 1345 1345 } 524 +} 1346 1346 1347 - .resources-grid { 526 +@media (max-width: 900px) { 527 + .pathways, 528 + .split-grid, 529 + .resource-strip .resource-grid { 1348 1348 grid-template-columns: 1fr; 1349 - gap: 18px; 1350 1350 } 1351 1351 1352 - . resource-card{1353 - padding:20px;533 + .split-copy h2 { 534 + text-align: center; 1354 1354 } 1355 - 1356 - .resource-card h2 { 1357 - font-size: 20px; 1358 - } 1359 - 1360 - .resources-next { 1361 - text-align: left; 1362 - } 1363 1363 } 537 +
- XWiki.StyleSheetExtension[1]
-
- cache
-
... ... @@ -1,1 +1,0 @@ 1 -long - code
-
... ... @@ -1,148 +1,0 @@ 1 -/* ========== Agnease Public Top Menu ========== */ 2 - 3 -/* Desktop alignment */ 4 -#menuview .navbar-nav { 5 - float: right !important; 6 -} 7 - 8 -/* Top-level menu items */ 9 - 10 -.agnease-menu-item, 11 -.agnease-menu-link { 12 - > a, 13 - > .dropdown-toggle { 14 - color: @brand; 15 - font-size: 17px; 16 - font-weight: 600; 17 - padding-left: 16px; 18 - padding-right: 16px; 19 - text-decoration: none; 20 - } 21 - 22 - > a:hover, 23 - > a:focus, 24 - > a:active, 25 - &.open > a, 26 - &.active > a { 27 - color: @brand-strong; 28 - text-decoration: none; 29 - outline: none; 30 - } 31 - 32 - .caret { 33 - margin-left: 5px; 34 - border-top-color: @brand; 35 - border-bottom-color: @brand; 36 - } 37 - 38 - > a:hover .caret, 39 - > a:focus .caret, 40 - > a:active .caret, 41 - &.open > a .caret, 42 - &.active > a .caret { 43 - border-top-color: @brand-strong; 44 - border-bottom-color: @brand-strong; 45 - } 46 -} 47 - 48 -/* Dropdown panel */ 49 - 50 -.agnease-dropdown { 51 - min-width: 310px; 52 - padding: 10px 8px; 53 - border: 1px solid fade(@brand, 18%); 54 - border-radius: 12px; 55 - background: #fff; 56 - box-shadow: 0 12px 32px fade(@brand-strong, 12%); 57 - 58 - > li > a { 59 - display: flex; 60 - align-items: center; 61 - gap: 12px; 62 - padding: 11px 14px; 63 - color: @brand; 64 - white-space: nowrap; 65 - font-size: 16px; 66 - font-weight: 600; 67 - line-height: 1.3; 68 - text-decoration: none; 69 - 70 - i { 71 - width: 20px; 72 - flex: 0 0 20px; 73 - color: @brand; 74 - text-align: center; 75 - font-size: 15px; 76 - } 77 - 78 - &:hover, 79 - &:focus, 80 - &:active { 81 - color: @brand-strong; 82 - text-decoration: none; 83 - outline: none; 84 - 85 - i { 86 - color: @brand-strong; 87 - } 88 - } 89 - } 90 - 91 - > .active > a { 92 - color: @brand-strong; 93 - 94 - i { 95 - color: @brand-strong; 96 - } 97 - } 98 - 99 - .divider { 100 - margin: 8px 0; 101 - background-color: fade(@brand, 16%); 102 - } 103 -} 104 - 105 -/* Mobile */ 106 - 107 -@media (max-width: 767px) { 108 - .site-nav { 109 - margin-left: 0; 110 - justify-content: center; 111 - flex-wrap: wrap; 112 - } 113 - 114 - .agnease-menu-item, 115 - .agnease-menu-link { 116 - > a, 117 - > .dropdown-toggle { 118 - font-size: 16px; 119 - padding-top: 9px; 120 - padding-bottom: 9px; 121 - } 122 - } 123 - 124 - .agnease-dropdown { 125 - min-width: 0; 126 - width: 100%; 127 - padding: 4px 8px 8px 18px; 128 - border: 0; 129 - border-radius: 0; 130 - box-shadow: none; 131 - background: transparent; 132 - 133 - > li > a { 134 - padding: 8px 10px; 135 - white-space: normal; 136 - font-size: 15px; 137 - 138 - i { 139 - width: 18px; 140 - flex-basis: 18px; 141 - } 142 - } 143 - 144 - .divider { 145 - margin: 5px 0; 146 - } 147 - } 148 -} - contentType
-
... ... @@ -1,1 +1,0 @@ 1 -LESS - name
-
... ... @@ -1,1 +1,0 @@ 1 -Menu - use
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand