@trimble-oss/modus-docs-hugo-theme 1.0.0-alpha32 → 1.0.0-alpha4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/assets/js/auto-complete.min.js +1 -1
- package/assets/js/scroll-to-top.js +33 -0
- package/assets/js/search.min.js +1 -1
- package/assets/js/was-this-page-helpful.js +3 -10
- package/assets/{css → styles}/_article.scss +11 -16
- package/assets/{css → styles}/_autocomplete.scss +12 -12
- package/assets/{css → styles}/_cards.scss +3 -4
- package/assets/styles/_col-sidebar.scss +3 -0
- package/assets/{css → styles}/_menu-right.scss +5 -6
- package/assets/{css → styles}/_mobile.scss +4 -4
- package/assets/styles/_navbar-search.scss +53 -0
- package/assets/styles/_navbar.scss +5 -0
- package/assets/{css → styles}/_scroll-to-top-btn.scss +5 -5
- package/assets/{css → styles}/_sidebar.scss +11 -3
- package/assets/{css → styles}/_skippy.scss +2 -2
- package/assets/styles/_tables.scss +5 -0
- package/assets/{css → styles}/_theme-light.scss +1 -1
- package/assets/{css → styles}/_theme-toggle.scss +11 -5
- package/assets/{css → styles}/_was-this-page-helpful.scss +3 -3
- package/assets/{css/modus-docs.scss → styles/styles.scss} +5 -5
- package/data/menu.yml +0 -1
- package/data/navbar_apps.yml +4 -9
- package/layouts/{_markup → _default/_markup}/render-heading.html +4 -4
- package/layouts/_default/_markup/render-link.html +4 -0
- package/layouts/{baseof.html → _default/baseof.html} +2 -6
- package/layouts/{home.html → _default/home.html} +8 -3
- package/layouts/{list.html → _default/list.html} +7 -2
- package/layouts/{redirect.html → _default/redirect.html} +1 -1
- package/layouts/{single.html → _default/single.html} +11 -6
- package/layouts/index.json +1 -1
- package/layouts/index.rss.xml +49 -0
- package/layouts/partials/analytics.html +12 -0
- package/layouts/{_partials → partials}/blog-brief.html +4 -4
- package/layouts/{_partials → partials}/blog-share.html +11 -4
- package/layouts/{_partials → partials}/col-sidebar-menu.html +6 -22
- package/layouts/partials/col-sidebar.html +28 -0
- package/layouts/partials/header.html +14 -0
- package/layouts/{_partials → partials}/icons/brands/codepen.svg +1 -1
- package/layouts/{_partials → partials}/icons/brands/facebook-square.svg +1 -1
- package/layouts/partials/icons/brands/github-alt.svg +1 -0
- package/layouts/{_partials → partials}/icons/brands/github.svg +1 -1
- package/layouts/partials/icons/brands/linkedin.svg +1 -0
- package/layouts/{_partials → partials}/icons/brands/vimeo-square.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/accessibility-circle.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/arrow-up.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/bar-graph-square.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/launch.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/menu.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/more-vertical.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/person-account.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/search.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/sync.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/thumbs-down.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/thumbs-up.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-outlined/web.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-solid/email.svg +1 -1
- package/layouts/{_partials → partials}/icons/modus-solid/palette.svg +1 -1
- package/layouts/{_partials → partials}/icons/transportation/truck.svg +1 -1
- package/layouts/partials/icons/trimble-logo.svg +1 -0
- package/layouts/partials/logos/trimble.svg +1 -0
- package/layouts/{_partials → partials}/menu-right.html +2 -3
- package/layouts/{_partials → partials}/meta.html +22 -28
- package/layouts/{_partials → partials}/navbar-dropdown.html +2 -2
- package/layouts/partials/navbar-search.html +19 -0
- package/layouts/{_partials → partials}/navbar.html +9 -14
- package/layouts/{_partials → partials}/related-content.html +1 -1
- package/layouts/partials/skippy.html +11 -0
- package/layouts/{_partials → partials}/trimble-logo.html +1 -1
- package/layouts/{_partials → partials}/was-this-page-helpful.html +3 -5
- package/layouts/{_shortcodes → shortcodes}/example.html +2 -2
- package/layouts/sitemap.xml +8 -0
- package/package.json +16 -27
- package/static/img/trimble-logo.svg +1 -5
- package/static/js/theme-toggle.js +41 -0
- package/assets/css/_mq-forced-colors-active.scss +0 -29
- package/assets/css/_navbar-search.scss +0 -54
- package/assets/css/_navbar.scss +0 -27
- package/assets/css/_tables.scss +0 -34
- package/layouts/_markup/render-link.html +0 -4
- package/layouts/_partials/analytics.html +0 -5
- package/layouts/_partials/header.html +0 -25
- package/layouts/_partials/icons/brands/github-alt.svg +0 -1
- package/layouts/_partials/icons/brands/linkedin.svg +0 -1
- package/layouts/_partials/icons/modus-outlined/code.svg +0 -3
- package/layouts/_partials/icons/modus-solid/apps.svg +0 -3
- package/layouts/_partials/icons/modus-solid/code.svg +0 -3
- package/layouts/_partials/icons/modus-solid/menu.svg +0 -3
- package/layouts/_partials/icons/modus-solid/thumbs-down.svg +0 -3
- package/layouts/_partials/icons/modus-solid/thumbs-up.svg +0 -3
- package/layouts/_partials/icons/modus-solid/trimble-logo.svg +0 -3
- package/layouts/_partials/icons/modus-solid/user-guide.svg +0 -3
- package/layouts/_partials/logos/trimble.svg +0 -1
- package/layouts/_partials/navbar-search.html +0 -19
- package/layouts/_partials/skippy.html +0 -11
- package/static/img/icons/check-circle-outlined.svg +0 -3
- package/static/img/icons/code.svg +0 -3
- package/static/img/icons/github.svg +0 -3
- package/static/img/icons/trimble.svg +0 -4
- package/static/img/icons/web-components.svg +0 -3
- package/assets/{css → styles}/_codefences-dark.scss +0 -0
- package/assets/{css → styles}/_codefences.scss +0 -0
- package/assets/{css → styles}/_font-open-sans.scss +0 -0
- package/assets/{css → styles}/_footer.scss +0 -0
- package/assets/{css → styles}/_javascript-disabled.scss +3 -3
- package/assets/{css → styles}/_list-js.scss +6 -6
- package/assets/{css → styles}/_news.scss +1 -1
- package/assets/{css → styles}/_onetrust-cookie-banner.scss +9 -9
- package/assets/{css → styles}/_posts.scss +2 -2
- /package/assets/{css → styles}/_print.scss +0 -0
- /package/assets/{css → styles}/_theme-dark.scss +0 -0
- /package/assets/{css → styles}/_utilities.scss +0 -0
- /package/assets/{css → styles}/_xxl.scss +0 -0
- /package/layouts/{_markup → _default/_markup}/render-image.html +0 -0
- /package/layouts/{_partials/navbar-theme-toggle.html → partials/btn-theme-toggle.html} +0 -0
- /package/layouts/{_partials → partials}/card-component.html +0 -0
- /package/layouts/{_partials → partials}/custom-footer.html +0 -0
- /package/layouts/{_partials → partials}/custom-header.html +0 -0
- /package/layouts/{_partials → partials}/footer.html +0 -0
- /package/layouts/{_partials → partials}/icons/brands/square-x-twitter.svg +0 -0
- /package/layouts/{_partials → partials}/icons/navbar-toggler-icon.svg +0 -0
- /package/layouts/{_partials → partials}/index/list-blog-brief.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/alert.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/blocks/cover.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/blocks/feature.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/blocks/link-down.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/blocks/section.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/checklist.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/cloakemail.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/date-today.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/iframe.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/img.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/markdown.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/message.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/partial.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/tab.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/table.html +0 -0
- /package/layouts/{_shortcodes → shortcodes}/tabpane.html +0 -0
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
|
2
|
-
<path d="M14.41 14.14c-.1-.87-.3-1.73-.62-2.54a4.03 4.03 0 0 1-4.18-.76c-.83.86-1.57 1.81-2.22 2.81 1.91 1.56 5.05 1.97 7.02.49M9.63 9.53c.59-.55 1.23-1.06 1.9-1.51a6.19 6.19 0 0 0-2.1-1.27c-.56.87-.48 2.01.2 2.79m2.59-2.02c.46-.34.95-.61 1.48-.82a3.16 3.16 0 0 0-3.56-.59c.77.34 1.48.82 2.09 1.41m-6.26-.97c-1.34 1.9-.71 4.67.84 6.41a19.84 19.84 0 0 1 2.26-2.84c-.86-1-1.03-2.42-.4-3.59-.89-.22-1.82-.21-2.7.02m2.7-.02 5.49 3.71c.66-.84.67-2.02.03-2.87-.5.2-.96.48-1.38.81.53.63.99 1.32 1.35 2.06M9.23 5.67c.59-.42 1.29-.65 2.01-.67-1.48-.25-3-.08-4.39.5.8-.09 1.61-.03 2.38.17m4.27 5.09c-.36-.76-.82-1.46-1.36-2.09-.68.45-1.32.96-1.92 1.51.9.79 2.17 1.02 3.28.58m1.95-2.11c.13.92-.23 1.84-.94 2.45.29.74.51 1.5.64 2.28a4.69 4.69 0 0 0 .3-4.73m-.17 5.91c.02.57 0 1.15-.08 1.72a6.823 6.823 0 0 0 1.42-4.75c-.1 1.13-.57 2.19-1.34 3.03m5.75-2.54-3.97-2.3c.47 1.5.46 3.1-.02 4.6l3.99-2.3ZM6.99 14.51c-.58.95-1.01 1.99-1.26 3.08a6.803 6.803 0 0 0 8.38-.15c.27-.7.4-1.45.38-2.2a6.941 6.941 0 0 1-7.5-.73m-.62-.72a6.651 6.651 0 0 1-1.73-6.18 6.787 6.787 0 0 0 .4 9.21c.31-1.07.76-2.09 1.34-3.03M8.19 4.3 4.24 2.03v4.55a7.563 7.563 0 0 1 3.95-2.27ZM4.24 22.01l3.98-2.3a7.597 7.597 0 0 1-3.98-2.28v4.58Z"/>
|
3
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} fill="currentColor" viewBox="0 0 24 24">
|
2
|
-
<path d="M18.5 2H7C5.35 2 4 3.35 4 5v14c0 1.65 1.35 3 3 3v-2c-.55 0-1-.45-1-1s.45-1 1-1h1v5l1.5-2 1.5 2v-5h7v2h-6v2h6.5c.83 0 1.5-.67 1.5-1.5v-17c0-.83-.67-1.5-1.5-1.5Zm-10 3h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5Zm4 5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h4c.28 0 .5.22.5.5s-.22.5-.5.5Zm2-2h-6c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h6c.28 0 .5.22.5.5s-.22.5-.5.5Z"/>
|
3
|
-
</svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" {{ with .width }} width="{{- . -}}"{{ end }}{{ with .height }} height="{{- . -}}"{{ end }}{{ with .class }} class="{{- . -}}"{{ end }} viewBox="0 0 444.7 100"><path d="M115.85,87.13v-62H93V11.21h62.57v14h-23v62Z" fill="currentColor"/><path d="M141.9,87.13V32.74h16.52v8.84h.1c3-4.62,8.21-10.26,18.47-10.26h.51V46c-.61-.11-3.49-.31-4.51-.31a18.27,18.27,0,0,0-14.57,7.49v34Z" fill="currentColor"/><path d="M182.72,25V11.72h16.62V25Zm.11,62.17V32.44h16.41V87.13Z" fill="currentColor"/><path d="M205.7,87.13V32.44h16.51v8.62c3.29-4.31,9.34-9.74,18-9.74,9.13,0,13.44,3.79,15,9.74,3.28-4.2,9.44-9.74,18-9.74,11.08,0,16,7,16,16.72V87.13H272.69V52.45c0-4.92-1.13-7.49-5.95-7.49-4.1,0-7.39,2.26-11,5.44V87.13H239.25V52.45c0-4.92-1.13-7.49-6-7.49-4.1,0-7.38,2.26-11.08,5.44V87.13Z" fill="currentColor"/><path d="M312,80.66v6.47H295.45V11.21H312V40.86c3.59-5,8.72-9.54,16.82-9.54,12.42,0,21,9.54,21,28.41S341.11,88,328.59,88C321.2,88,316.07,85.28,312,80.66Zm21.34-20.82c0-9.13-3.18-14.88-10.57-14.88-4.21,0-8,2.57-10.77,5.34V70.51c3.59,3.38,6.56,5,11,5C329.82,75.53,333.31,69.79,333.31,59.84Z" fill="currentColor"/><path d="M354.94,87.13V11.21h16.41V87.13Z" fill="currentColor"/><path d="M376.47,59.84c0-21.24,16.21-28.52,27.49-28.52S429.1,37,429.1,61.79v2.46H392.88c.83,9,5.85,12.51,12.73,12.51a25.16,25.16,0,0,0,16.21-6.56l6.36,9.85c-6.36,5.44-14.26,8.21-23.8,8.21C390.11,88.26,376.47,81,376.47,59.84Zm37.86-5.34c-.82-7.69-4.31-11.39-10.47-11.39-5.13,0-9.54,3.39-10.77,11.39Z" fill="currentColor"/><path d="M432.22,81a6.19,6.19,0,0,1,6.26-6.26A6.26,6.26,0,1,1,432.22,81Zm11.38,0a5.14,5.14,0,1,0-5.12,5.23A5.12,5.12,0,0,0,443.6,81Zm-7.55-3.56h2.56c1.62,0,2.56.7,2.56,2.1a1.84,1.84,0,0,1-1.34,1.94l1.48,2.81h-1.43l-1.38-2.62h-1.08v2.62h-1.37Zm2.48,3.18c.84,0,1.3-.27,1.3-1s-.46-1-1.33-1h-1.08v2Z" fill="currentColor"/><path d="M6.19,76.41V100L26.71,88.16A39.1,39.1,0,0,1,6.19,76.41Z" fill="currentColor"/><path d="M26.56,11.74,6.19,0V23.45A39.33,39.33,0,0,1,26.56,11.74Z" fill="currentColor"/><path d="M92.8,50,72.29,38.16a39.27,39.27,0,0,1-.06,23.72Z" fill="currentColor"/><path d="M19.7,17.92c2.94-.65,9.05,0,12.28.89a18.68,18.68,0,0,1,10.37-3.45A41.12,41.12,0,0,0,19.7,17.92Z" fill="currentColor"/><path d="M58.79,60.84a53.07,53.07,0,0,0-3.21-13.13c-7,3.18-15.72,1.13-21.53-3.9A95.93,95.93,0,0,0,22.62,58.32C32.47,66.35,48.67,68.46,58.79,60.84Z" fill="currentColor"/><path d="M17.23,59.09C8.55,50.19,5.52,37.22,8.3,27.25a35,35,0,0,0,2,47.47A63.4,63.4,0,0,1,17.23,59.09Z" fill="currentColor"/><path d="M54,43.94a47.18,47.18,0,0,0-7-10.78A80.73,80.73,0,0,0,37,40.93C42.26,45.3,49.14,46.16,54,43.94Z" fill="currentColor"/><path d="M47.47,27.72a36.33,36.33,0,0,1,7.62-4.23c-5.56-5.62-14.5-5.47-18.39-3A37.17,37.17,0,0,1,47.47,27.72Z" fill="currentColor"/><path d="M20.4,62c-4.32,7.47-5.9,13-6.48,15.87A35,35,0,0,0,57.1,77a30,30,0,0,0,2-11.33C47.14,72.79,30.66,70.07,20.4,62Z" fill="currentColor"/><path d="M57.4,41.45c3.83-4,3.06-10.84.15-14.78a29.6,29.6,0,0,0-7.13,4.18A52.73,52.73,0,0,1,57.4,41.45Z" fill="currentColor"/><path d="M64,32.85a14.1,14.1,0,0,1-4.84,12.59A57.37,57.37,0,0,1,62.49,57.2C67.74,50.38,67.58,40.64,64,32.85Z" fill="currentColor"/><path d="M34.16,37.9A83.13,83.13,0,0,1,44,30.11a33.17,33.17,0,0,0-10.82-6.59C29.92,27.89,30.92,33.53,34.16,37.9Z" fill="currentColor"/><path d="M63.12,62.69a49.42,49.42,0,0,1-.43,8.88A35.37,35.37,0,0,0,70,47.07,26.82,26.82,0,0,1,63.12,62.69Z" fill="currentColor"/><path d="M29.1,22.28a28.42,28.42,0,0,0-13.9.09c-6.89,9.77-3.69,24.08,4.33,33A100.8,100.8,0,0,1,31.18,40.79C27.1,35.72,25.48,27.89,29.1,22.28Z" fill="currentColor"/></svg>
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<search class="search-container d-inline-block position-relative" role="search">
|
2
|
-
<input class="form-control form-control-lg form-control-search position-absolute" aria-label="Search" id="search-by" type="search"
|
3
|
-
name="q" placeholder="Search..." autocomplete="off" title="" required>
|
4
|
-
<label class="btn btn-lg btn-icon-only border-transparent btn-search position-absolute px-1" for="search-by">
|
5
|
-
{{ partial "icons/modus-outlined/search.svg" (dict "class" "text-white" "width" "24" "height" "24") }}
|
6
|
-
</label>
|
7
|
-
</search>
|
8
|
-
|
9
|
-
<script>
|
10
|
-
// Lose Focus on Input when user presses Escape only if no input
|
11
|
-
const input = document.querySelector('.form-control-search');
|
12
|
-
input.addEventListener('keydown', (event) => {
|
13
|
-
if (event.key === 'Escape') {
|
14
|
-
if (input.value === '') {
|
15
|
-
input.blur();
|
16
|
-
}
|
17
|
-
}
|
18
|
-
});
|
19
|
-
</script>
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<div class="skippy visually-hidden-focusable overflow-hidden">
|
2
|
-
<div class="text-center container-fluid">
|
3
|
-
<a class="btn btn-primary rounded p-1 m-2" href="#main">Skip to
|
4
|
-
main content</a>
|
5
|
-
|
6
|
-
{{ if (eq .Page.Layout "docs") }}
|
7
|
-
<a class="d-md-inline-flex p-1 mb-1" href="#bd-docs-nav">Skip to docs
|
8
|
-
navigation</a>
|
9
|
-
{{- end }}
|
10
|
-
</div>
|
11
|
-
</div>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-check-circle-outlined" viewBox="0 0 24 24">
|
2
|
-
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m5.04-11.28V8.7c-.4-.39-1.03-.39-1.42 0L10.33 14l-2.6-2.62a.996.996 0 0 0-1.41 0 .984.984 0 0 0-.01 1.4l.01.01 3.3 3.34a1 1 0 0 0 1.42.01l6-6.01a.996.996 0 0 0 0-1.41"/>
|
3
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512">
|
2
|
-
<path d="M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6m80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3l89.3 89.4-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3"/>
|
3
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
2
|
-
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
|
3
|
-
</svg>
|
@@ -1,4 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 732 789">
|
2
|
-
<path d="M543.59 674.86a54.34 54.34 0 0 1 54.9-54.9c30.76 0 54.43 23.9 54.43 54.67 0 73.17-109.33 73.15-109.33.23m99.86 0c0-60.79-90.16-61.1-90.16-.23s90.16 61.53 90.16.23m-66.26-31.23c22 0 45-3.33 45 18.46 0 9.7-4.73 14.67-11.83 17l13 24.62h-12.57l-12.07-23h-9.46v23h-12.07zm33.13 19.17c0-10-10.71-8.52-21.06-8.52v17.27c10.51 0 21.06 1.68 21.06-8.75M48.86 602.72v186.13l161.81-93.42a308.1 308.1 0 0 1-161.81-92.71M209.49 92.58 48.86 0v185a310.2 310.2 0 0 1 160.63-92.42M732 394.43 570.25 301a309.33 309.33 0 0 1-.48 187.08zM155.4 141.39c23.23-5.16 71.39-.27 96.87 7 20.38-16.21 51.17-25.6 81.82-27.15-70.46-12.72-135.64 2.05-178.69 20.15m308.34 338.53a416.8 416.8 0 0 0-25.28-103.53c-55.43 25-124 8.88-169.86-30.79-33.41 34.15-65.75 76.68-90.16 114.49 77.71 63.35 205.56 79.99 285.3 19.83m-327.8-13.82C67.43 396 43.55 293.61 65.49 215a276 276 0 0 0 16.16 374.43c11.21-42.43 31.97-85.72 54.29-123.33m289.7-119.45a372.8 372.8 0 0 0-55.49-85.1 635.4 635.4 0 0 0-78.09 61.34c41.29 34.45 95.61 41.21 133.58 23.76m-51.16-128.02c17.78-12.93 42.42-26.76 60.09-33.32-43.84-44.38-114.38-43.2-145-23.94a293.6 293.6 0 0 1 84.91 57.26"/>
|
3
|
-
<path d="M160.91 488.67c-34.09 58.94-46.53 102.19-51.06 125.2a276 276 0 0 0 340.58-6.21c10.24-24.74 15.47-55.53 15.45-89.38-93.99 55.94-223.99 34.43-304.97-29.61M452.81 327c30.17-31.7 24.12-85.56 1.17-116.62-14.14 4.78-43.57 21.94-56.26 33A413.6 413.6 0 0 1 452.81 327M505 259.11c4.65 40.7-10.79 75.93-38.17 99.35A448.7 448.7 0 0 1 493 451.19c41.36-53.81 40.1-130.56 12-192.08M269.45 299a672.5 672.5 0 0 1 77.22-61.49 262 262 0 0 0-85.35-52C236.05 220 243.94 264.52 269.45 299m228.49 195.52c1.4 23.09-.72 49.29-3.42 70 47.34-60.32 63.34-135 57.75-193.22-5.67 49.03-23.62 90.05-54.33 123.22M229.55 175.76c-34.94-8.54-75.63-8.91-109.67.72-54.33 77-29.1 189.94 34.2 260.64C178.13 400.5 213 354.9 246 321.75c-32.23-39.94-45-101.75-16.45-145.99"/>
|
4
|
-
</svg>
|
@@ -1,3 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
2
|
-
<path d="m11.731 2.225-.01.016H5.618L0 11.979l5.618 9.736h12.8l.04.06 2.134-3.735.518-.893h-.008l.008-.014-.626-.75h.895l.006-.01.008.01L24 11.994l-2.607-4.39-.003.005-.011-.02h-.945l.63-.763-2.606-4.57-.006.01-.024-.04zM9.107 6.824h6.19l-.53.764h-.023l2.398 4.015h.875l-.277.328.357.435h-.956l-2.398 4.015h.027l.523.764H9.074l-2.99-5.168 3.022-5.155z"/>
|
3
|
-
</svg>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
.no-js input,
|
2
2
|
.no-js a[data-toggle] {
|
3
|
-
opacity: 0.65;
|
4
3
|
pointer-events: none !important;
|
4
|
+
opacity: 0.65;
|
5
5
|
}
|
6
6
|
|
7
7
|
.no-js nav.navbar {
|
@@ -9,12 +9,12 @@
|
|
9
9
|
}
|
10
10
|
|
11
11
|
.no-js body::before {
|
12
|
+
height: 32px;
|
12
13
|
background-color: #e0e1e9;
|
14
|
+
text-align: center;
|
13
15
|
content: "⚠️ JavaScript is disabled. This site requires JavaScript to be enabled ⚠️";
|
14
16
|
display: block;
|
15
|
-
height: 32px;
|
16
17
|
position: fixed;
|
17
|
-
text-align: center;
|
18
18
|
top: 0;
|
19
19
|
width: 100%;
|
20
20
|
z-index: 1;
|
@@ -1,13 +1,13 @@
|
|
1
1
|
.list:empty::before {
|
2
|
-
background-color: rgba(133, 133, 133, 0.1);
|
3
|
-
border-radius: 0.5rem;
|
4
|
-
content: "Nothing found, try searching again.";
|
5
2
|
display: block;
|
6
|
-
|
7
|
-
margin-right: 15px;
|
3
|
+
width: 100%;
|
8
4
|
padding: 100px 2rem;
|
5
|
+
margin-right: 15px;
|
6
|
+
margin-left: 15px;
|
9
7
|
text-align: center;
|
10
|
-
|
8
|
+
content: "Nothing found, try searching again.";
|
9
|
+
background-color: rgba(133, 133, 133, 0.1);
|
10
|
+
border-radius: 0.5rem;
|
11
11
|
}
|
12
12
|
|
13
13
|
[data-bs-theme="dark"] {
|
@@ -16,25 +16,25 @@
|
|
16
16
|
#onetrust-accept-btn-handler {
|
17
17
|
background-color: #0063a3 !important;
|
18
18
|
border-color: #0063a3 !important;
|
19
|
+
padding: 0.1875rem 1rem !important;
|
19
20
|
font-size: 0.8rem !important;
|
20
21
|
font-weight: 600 !important;
|
22
|
+
user-select: none !important;
|
21
23
|
line-height: 1.75 !important;
|
22
|
-
padding: 0.1875rem 1rem !important;
|
23
24
|
text-transform: lowercase !important;
|
24
|
-
user-select: none !important;
|
25
25
|
}
|
26
26
|
|
27
27
|
/** 'Cookie Settings' button **/
|
28
28
|
#onetrust-pc-btn-handler {
|
29
|
-
border: 1px solid #0063a3 !important;
|
30
29
|
color: #0063a3 !important;
|
30
|
+
border: 1px solid #0063a3 !important;
|
31
31
|
font-size: 0.8rem !important;
|
32
32
|
font-weight: 600 !important;
|
33
|
-
line-height: 1.75 !important;
|
34
33
|
padding: 0.1875rem 1rem !important;
|
34
|
+
user-select: none !important;
|
35
|
+
line-height: 1.75 !important;
|
35
36
|
text-decoration: none !important;
|
36
37
|
text-transform: lowercase !important;
|
37
|
-
user-select: none !important;
|
38
38
|
}
|
39
39
|
|
40
40
|
/** capitalize first letter of button **/
|
@@ -57,9 +57,9 @@
|
|
57
57
|
|
58
58
|
/* stylelint-disable-next-line */
|
59
59
|
#onetrust-banner-sdk.otFlat {
|
60
|
+
max-width: 998px;
|
60
61
|
margin-left: auto !important;
|
61
62
|
margin-right: auto !important;
|
62
|
-
max-width: 998px;
|
63
63
|
overflow-y: hidden !important;
|
64
64
|
}
|
65
65
|
|
@@ -87,8 +87,8 @@
|
|
87
87
|
}
|
88
88
|
|
89
89
|
.ot-table-header {
|
90
|
-
border-bottom-width: 2px !important;
|
91
90
|
position: static !important;
|
91
|
+
border-bottom-width: 2px !important;
|
92
92
|
}
|
93
93
|
|
94
94
|
#ot-sdk-cookie-policy-v2 table,
|
@@ -140,17 +140,17 @@
|
|
140
140
|
|
141
141
|
.ot-acc-txt,
|
142
142
|
.ot-acc-txt p {
|
143
|
-
background-color: #f1f1f6 !important;
|
144
143
|
color: #252a2e !important;
|
144
|
+
background-color: #f1f1f6 !important;
|
145
145
|
}
|
146
146
|
|
147
147
|
#ot-sdk-btn {
|
148
148
|
border-color: #0063a3 !important;
|
149
149
|
font-size: 14px !important;
|
150
|
-
line-height: 1.75 !important;
|
151
150
|
padding: 0.1875rem 1rem !important;
|
152
151
|
text-transform: lowercase;
|
153
152
|
user-select: none !important;
|
153
|
+
line-height: 1.75 !important;
|
154
154
|
}
|
155
155
|
|
156
156
|
#ot-sdk-btn::first-letter {
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|