@dso-toolkit/core 55.0.0 → 56.0.0
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/dist/cjs/dso-accordion-section.cjs.entry.js +30 -87
- package/dist/cjs/dso-accordion-section.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-accordion.cjs.entry.js +197 -107
- package/dist/cjs/dso-accordion.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-alert_5.cjs.entry.js +719 -0
- package/dist/cjs/dso-alert_5.cjs.entry.js.map +1 -0
- package/dist/cjs/dso-annotation-output_3.cjs.entry.js +143 -0
- package/dist/cjs/dso-annotation-output_3.cjs.entry.js.map +1 -0
- package/dist/cjs/dso-expandable.cjs.entry.js +17 -36
- package/dist/cjs/dso-expandable.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-toolkit.cjs.js +1 -1
- package/dist/cjs/dsot-document-component-demo.cjs.entry.js +110 -0
- package/dist/cjs/dsot-document-component-demo.cjs.entry.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +5 -4
- package/dist/collection/components/accordion/accordion.interfaces.js.map +1 -1
- package/dist/collection/components/accordion/accordion.js +9 -254
- package/dist/collection/components/accordion/accordion.js.map +1 -1
- package/dist/collection/components/accordion/components/accordion-section.js +68 -126
- package/dist/collection/components/accordion/components/accordion-section.js.map +1 -1
- package/dist/collection/components/annotation-button/annotation-button.css +1003 -0
- package/dist/collection/components/annotation-button/annotation-button.js +48 -7
- package/dist/collection/components/annotation-button/annotation-button.js.map +1 -1
- package/dist/collection/components/annotation-output/annotation-output.css +2 -2
- package/dist/collection/components/annotation-output/annotation-output.js +32 -64
- package/dist/collection/components/annotation-output/annotation-output.js.map +1 -1
- package/dist/collection/components/document-component/document-component-heading.js +30 -0
- package/dist/collection/components/document-component/document-component-heading.js.map +1 -0
- package/dist/collection/components/document-component/document-component.css +135 -0
- package/dist/collection/components/document-component/document-component.demo.js +112 -0
- package/dist/collection/components/document-component/document-component.demo.js.map +1 -0
- package/dist/collection/components/document-component/document-component.js +414 -0
- package/dist/collection/components/document-component/document-component.js.map +1 -0
- package/dist/collection/components/document-component/document-component.types.js +2 -0
- package/dist/collection/components/document-component/document-component.types.js.map +1 -0
- package/dist/collection/components/expandable/expandable.js +28 -94
- package/dist/collection/components/expandable/expandable.js.map +1 -1
- package/dist/collection/components/ozon-content/ozon-content-mapper.js +9 -1
- package/dist/collection/components/ozon-content/ozon-content-mapper.js.map +1 -1
- package/dist/collection/components/ozon-content/ozon-content.css +49 -1
- package/dist/collection/components/ozon-content/ozon-content.js +1 -1
- package/dist/collection/components/ozon-content/ozon-content.js.map +1 -1
- package/dist/{esm/dso-alert.entry.js → components/alert.js} +33 -9
- package/dist/components/alert.js.map +1 -0
- package/dist/components/annotation-button.js +46 -0
- package/dist/components/annotation-button.js.map +1 -0
- package/dist/components/annotation-output.js +60 -0
- package/dist/components/annotation-output.js.map +1 -0
- package/dist/{esm/dso-badge.entry.js → components/badge.js} +26 -9
- package/dist/components/badge.js.map +1 -0
- package/dist/components/document-component.js +163 -0
- package/dist/components/document-component.js.map +1 -0
- package/dist/components/dso-accordion-section.js +35 -94
- package/dist/components/dso-accordion-section.js.map +1 -1
- package/dist/components/dso-accordion.js +199 -113
- package/dist/components/dso-accordion.js.map +1 -1
- package/dist/components/dso-alert.js +1 -50
- package/dist/components/dso-alert.js.map +1 -1
- package/dist/components/dso-annotation-button.js +1 -40
- package/dist/components/dso-annotation-button.js.map +1 -1
- package/dist/components/dso-annotation-output.js +1 -71
- package/dist/components/dso-annotation-output.js.map +1 -1
- package/dist/components/dso-autosuggest.js +1 -1
- package/dist/components/dso-badge.js +1 -32
- package/dist/components/dso-badge.js.map +1 -1
- package/dist/components/dso-document-component.d.ts +11 -0
- package/dist/components/dso-document-component.js +8 -0
- package/dist/components/dso-document-component.js.map +1 -0
- package/dist/components/dso-header.js +1 -1
- package/dist/components/dso-image-overlay.js +1 -1
- package/dist/components/dso-label.js +1 -161
- package/dist/components/dso-label.js.map +1 -1
- package/dist/components/dso-ozon-content.js +1 -544
- package/dist/components/dso-ozon-content.js.map +1 -1
- package/dist/components/dso-slide-toggle.js +1 -52
- package/dist/components/dso-slide-toggle.js.map +1 -1
- package/dist/components/dso-table.js +1 -1
- package/dist/components/dsot-document-component-demo.d.ts +11 -0
- package/dist/components/dsot-document-component-demo.js +202 -0
- package/dist/components/dsot-document-component-demo.js.map +1 -0
- package/dist/components/expandable.js +19 -40
- package/dist/components/expandable.js.map +1 -1
- package/dist/components/index.d.ts +4 -2
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js +61 -185
- package/dist/components/index2.js.map +1 -1
- package/dist/{esm/dso-label.entry.js → components/label.js} +50 -11
- package/dist/components/label.js.map +1 -0
- package/dist/{esm/dso-ozon-content.entry.js → components/ozon-content.js} +43 -14
- package/dist/components/ozon-content.js.map +1 -0
- package/dist/components/scrollable.js +1 -1
- package/dist/{esm/dso-slide-toggle.entry.js → components/slide-toggle.js} +31 -10
- package/dist/{dso-toolkit/p-b1627d68.entry.js.map → components/slide-toggle.js.map} +1 -1
- package/dist/components/tooltip.js +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
- package/dist/dso-toolkit/{p-12c3fc19.entry.js → p-05ea1fba.entry.js} +2 -2
- package/dist/dso-toolkit/{p-657c43f4.entry.js → p-0e5a93c3.entry.js} +2 -2
- package/dist/dso-toolkit/p-14453f73.entry.js +2 -0
- package/dist/dso-toolkit/p-14453f73.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-63ce173c.entry.js → p-168750a2.entry.js} +2 -2
- package/dist/dso-toolkit/{p-554e7d6a.entry.js → p-1cc75e0b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-904a2caf.entry.js → p-29752a45.entry.js} +2 -2
- package/dist/dso-toolkit/{p-9c2d4a91.entry.js → p-29b741cb.entry.js} +2 -2
- package/dist/dso-toolkit/p-39f6447d.entry.js +2 -0
- package/dist/dso-toolkit/p-39f6447d.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-fdf8bd94.entry.js → p-3c554a18.entry.js} +2 -2
- package/dist/dso-toolkit/{p-d4f8e1e0.entry.js → p-3fa7489e.entry.js} +2 -2
- package/dist/dso-toolkit/{p-fa6d8d5a.entry.js → p-422bcf93.entry.js} +2 -2
- package/dist/dso-toolkit/p-42d3c595.entry.js +2 -0
- package/dist/dso-toolkit/{p-1d3ed808.entry.js.map → p-42d3c595.entry.js.map} +1 -1
- package/dist/dso-toolkit/p-484ea1d2.entry.js +2 -0
- package/dist/dso-toolkit/p-484ea1d2.entry.js.map +1 -0
- package/dist/dso-toolkit/p-5265e22b.entry.js +2 -0
- package/dist/dso-toolkit/p-56d87a53.entry.js +2 -0
- package/dist/dso-toolkit/p-56d87a53.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-71143eef.entry.js → p-6050e8e6.entry.js} +2 -2
- package/dist/dso-toolkit/{p-5040a304.entry.js → p-674e2406.entry.js} +2 -2
- package/dist/dso-toolkit/{p-2bd5d2a2.entry.js → p-68e9f61b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-f70d6a66.entry.js → p-818d032e.entry.js} +2 -2
- package/dist/dso-toolkit/{p-a4e3638a.entry.js → p-83cdfde8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-8f166691.entry.js → p-909ccf98.entry.js} +2 -2
- package/dist/dso-toolkit/{p-58bed94b.entry.js → p-9b587a94.entry.js} +2 -2
- package/dist/dso-toolkit/p-9c0477fc.entry.js +2 -0
- package/dist/dso-toolkit/{p-56069350.entry.js.map → p-9c0477fc.entry.js.map} +1 -1
- package/dist/dso-toolkit/{p-79767cc1.entry.js → p-9f2bb98b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-6e0b67c9.entry.js → p-9fee52e5.entry.js} +2 -2
- package/dist/dso-toolkit/{p-9b14a015.entry.js → p-a616ab8a.entry.js} +2 -2
- package/dist/dso-toolkit/{p-ef23bffb.entry.js → p-b627d9ac.entry.js} +2 -2
- package/dist/dso-toolkit/{p-9d64a2f4.entry.js → p-b67631ef.entry.js} +2 -2
- package/dist/dso-toolkit/{p-0653b5d2.entry.js → p-bcae3f55.entry.js} +2 -2
- package/dist/dso-toolkit/{p-b1b53cb3.entry.js → p-bf203ab8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-ee2771d4.entry.js → p-c8165a50.entry.js} +2 -2
- package/dist/dso-toolkit/{p-26cdce1c.js → p-ce928197.js} +2 -2
- package/dist/dso-toolkit/{p-601b4ce0.entry.js → p-cfd6f4ef.entry.js} +2 -2
- package/dist/dso-toolkit/{p-b6f1ae13.entry.js → p-d3f69d06.entry.js} +2 -2
- package/dist/dso-toolkit/{p-3ab9390b.entry.js → p-d8c137b5.entry.js} +2 -2
- package/dist/dso-toolkit/p-debbe184.entry.js +2 -0
- package/dist/dso-toolkit/{p-c3178955.entry.js.map → p-debbe184.entry.js.map} +1 -1
- package/dist/dso-toolkit/{p-7098eb9d.entry.js → p-ec4b568d.entry.js} +2 -2
- package/dist/dso-toolkit/p-ec4b568d.entry.js.map +1 -0
- package/dist/dso-toolkit/p-fafa5ea1.entry.js +2 -0
- package/dist/dso-toolkit/p-fafa5ea1.entry.js.map +1 -0
- package/dist/esm/dso-accordion-section.entry.js +31 -88
- package/dist/esm/dso-accordion-section.entry.js.map +1 -1
- package/dist/esm/dso-accordion.entry.js +198 -108
- package/dist/esm/dso-accordion.entry.js.map +1 -1
- package/dist/esm/dso-action-list-item.entry.js +1 -1
- package/dist/esm/dso-action-list.entry.js +1 -1
- package/dist/esm/dso-alert_5.entry.js +711 -0
- package/dist/esm/dso-alert_5.entry.js.map +1 -0
- package/dist/esm/dso-annotation-output_3.entry.js +137 -0
- package/dist/esm/dso-annotation-output_3.entry.js.map +1 -0
- package/dist/esm/dso-attachments-counter.entry.js +1 -1
- package/dist/esm/dso-autosuggest.entry.js +1 -1
- package/dist/esm/dso-banner.entry.js +1 -1
- package/dist/esm/dso-card-container.entry.js +1 -1
- package/dist/esm/dso-card.entry.js +1 -1
- package/dist/esm/dso-date-picker.entry.js +1 -1
- package/dist/esm/dso-dropdown-menu.entry.js +1 -1
- package/dist/esm/dso-expandable.entry.js +18 -37
- package/dist/esm/dso-expandable.entry.js.map +1 -1
- package/dist/esm/dso-header.entry.js +1 -1
- package/dist/esm/dso-helpcenter-panel.entry.js +1 -1
- package/dist/esm/dso-highlight-box.entry.js +1 -1
- package/dist/esm/dso-icon.entry.js +1 -1
- package/dist/esm/dso-image-overlay.entry.js +1 -1
- package/dist/esm/dso-info-button.entry.js +1 -1
- package/dist/esm/dso-info_2.entry.js +1 -1
- package/dist/esm/dso-list-button.entry.js +1 -1
- package/dist/esm/dso-map-base-layers.entry.js +1 -1
- package/dist/esm/dso-map-controls.entry.js +1 -1
- package/dist/esm/dso-map-overlays.entry.js +1 -1
- package/dist/esm/dso-modal.entry.js +1 -1
- package/dist/esm/dso-pagination.entry.js +1 -1
- package/dist/esm/dso-progress-bar.entry.js +1 -1
- package/dist/esm/dso-progress-indicator.entry.js +1 -1
- package/dist/esm/dso-responsive-element.entry.js +1 -1
- package/dist/esm/dso-scrollable.entry.js +1 -1
- package/dist/esm/dso-table.entry.js +1 -1
- package/dist/esm/dso-toggletip.entry.js +1 -1
- package/dist/esm/dso-toolkit.js +3 -3
- package/dist/esm/dso-tooltip.entry.js +1 -1
- package/dist/esm/dso-tree-view.entry.js +1 -1
- package/dist/esm/dso-viewer-grid.entry.js +1 -1
- package/dist/esm/dsot-document-component-demo.entry.js +106 -0
- package/dist/esm/dsot-document-component-demo.entry.js.map +1 -0
- package/dist/esm/{index-898d8443.js → index-367cff36.js} +2 -2
- package/dist/esm/{index-898d8443.js.map → index-367cff36.js.map} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/types/components/accordion/accordion.d.ts +6 -39
- package/dist/types/components/accordion/accordion.interfaces.d.ts +21 -15
- package/dist/types/components/accordion/components/accordion-section.d.ts +15 -18
- package/dist/types/components/annotation-button/annotation-button.d.ts +15 -4
- package/dist/types/components/annotation-output/annotation-output.d.ts +7 -5
- package/dist/types/components/document-component/document-component-heading.d.ts +7 -0
- package/dist/types/components/document-component/document-component.d.ts +84 -0
- package/dist/types/components/document-component/document-component.demo.d.ts +40 -0
- package/dist/types/components/document-component/document-component.types.d.ts +8 -0
- package/dist/types/components/expandable/expandable.d.ts +5 -12
- package/dist/types/components.d.ts +233 -125
- package/package.json +2 -2
- package/dist/cjs/annotation.service-60e6b0f1.js +0 -23
- package/dist/cjs/annotation.service-60e6b0f1.js.map +0 -1
- package/dist/cjs/dso-alert.cjs.entry.js +0 -34
- package/dist/cjs/dso-alert.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-annotation-button.cjs.entry.js +0 -27
- package/dist/cjs/dso-annotation-button.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-annotation-output.cjs.entry.js +0 -44
- package/dist/cjs/dso-annotation-output.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-badge.cjs.entry.js +0 -23
- package/dist/cjs/dso-badge.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-expandable-heading.cjs.entry.js +0 -54
- package/dist/cjs/dso-expandable-heading.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-label.cjs.entry.js +0 -130
- package/dist/cjs/dso-label.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-ozon-content.cjs.entry.js +0 -532
- package/dist/cjs/dso-ozon-content.cjs.entry.js.map +0 -1
- package/dist/cjs/dso-slide-toggle.cjs.entry.js +0 -39
- package/dist/cjs/dso-slide-toggle.cjs.entry.js.map +0 -1
- package/dist/cjs/index-a189d603.js +0 -198
- package/dist/cjs/index-a189d603.js.map +0 -1
- package/dist/collection/components/annotation-output/annotation-output.interfaces.js +0 -2
- package/dist/collection/components/annotation-output/annotation-output.interfaces.js.map +0 -1
- package/dist/collection/components/expandable/expandable.functions.js +0 -4
- package/dist/collection/components/expandable/expandable.functions.js.map +0 -1
- package/dist/collection/components/expandable-heading/expandable-heading.css +0 -200
- package/dist/collection/components/expandable-heading/expandable-heading.interfaces.js +0 -2
- package/dist/collection/components/expandable-heading/expandable-heading.interfaces.js.map +0 -1
- package/dist/collection/components/expandable-heading/expandable-heading.js +0 -163
- package/dist/collection/components/expandable-heading/expandable-heading.js.map +0 -1
- package/dist/collection/components/expandable-heading/heading.js +0 -17
- package/dist/collection/components/expandable-heading/heading.js.map +0 -1
- package/dist/collection/services/annotation.service.js +0 -17
- package/dist/collection/services/annotation.service.js.map +0 -1
- package/dist/components/annotation.service.js +0 -21
- package/dist/components/annotation.service.js.map +0 -1
- package/dist/components/dso-expandable-heading.d.ts +0 -11
- package/dist/components/dso-expandable-heading.js +0 -86
- package/dist/components/dso-expandable-heading.js.map +0 -1
- package/dist/components/index3.js +0 -72
- package/dist/components/index3.js.map +0 -1
- package/dist/dso-toolkit/p-0c762ac9.entry.js +0 -2
- package/dist/dso-toolkit/p-0c762ac9.entry.js.map +0 -1
- package/dist/dso-toolkit/p-0ffae824.entry.js +0 -2
- package/dist/dso-toolkit/p-0ffae824.entry.js.map +0 -1
- package/dist/dso-toolkit/p-1d3ed808.entry.js +0 -2
- package/dist/dso-toolkit/p-26713aef.js +0 -2
- package/dist/dso-toolkit/p-26713aef.js.map +0 -1
- package/dist/dso-toolkit/p-52f2be73.entry.js +0 -2
- package/dist/dso-toolkit/p-52f2be73.entry.js.map +0 -1
- package/dist/dso-toolkit/p-56069350.entry.js +0 -2
- package/dist/dso-toolkit/p-59ff4e19.entry.js +0 -2
- package/dist/dso-toolkit/p-59ff4e19.entry.js.map +0 -1
- package/dist/dso-toolkit/p-7098eb9d.entry.js.map +0 -1
- package/dist/dso-toolkit/p-835a599b.entry.js +0 -2
- package/dist/dso-toolkit/p-91453b47.entry.js +0 -2
- package/dist/dso-toolkit/p-91453b47.entry.js.map +0 -1
- package/dist/dso-toolkit/p-9eccd618.js +0 -2
- package/dist/dso-toolkit/p-9eccd618.js.map +0 -1
- package/dist/dso-toolkit/p-b1627d68.entry.js +0 -2
- package/dist/dso-toolkit/p-c3178955.entry.js +0 -2
- package/dist/dso-toolkit/p-c464da66.entry.js +0 -2
- package/dist/dso-toolkit/p-c464da66.entry.js.map +0 -1
- package/dist/dso-toolkit/p-c4e1c7cb.entry.js +0 -2
- package/dist/dso-toolkit/p-c4e1c7cb.entry.js.map +0 -1
- package/dist/dso-toolkit/p-dd9e9c47.entry.js +0 -2
- package/dist/dso-toolkit/p-dd9e9c47.entry.js.map +0 -1
- package/dist/dso-toolkit/p-de310a49.entry.js +0 -2
- package/dist/dso-toolkit/p-de310a49.entry.js.map +0 -1
- package/dist/esm/annotation.service-cd25eba0.js +0 -21
- package/dist/esm/annotation.service-cd25eba0.js.map +0 -1
- package/dist/esm/dso-alert.entry.js.map +0 -1
- package/dist/esm/dso-annotation-button.entry.js +0 -23
- package/dist/esm/dso-annotation-button.entry.js.map +0 -1
- package/dist/esm/dso-annotation-output.entry.js +0 -40
- package/dist/esm/dso-annotation-output.entry.js.map +0 -1
- package/dist/esm/dso-badge.entry.js.map +0 -1
- package/dist/esm/dso-expandable-heading.entry.js +0 -50
- package/dist/esm/dso-expandable-heading.entry.js.map +0 -1
- package/dist/esm/dso-label.entry.js.map +0 -1
- package/dist/esm/dso-ozon-content.entry.js.map +0 -1
- package/dist/esm/dso-slide-toggle.entry.js.map +0 -1
- package/dist/esm/index-b57dbe04.js +0 -196
- package/dist/esm/index-b57dbe04.js.map +0 -1
- package/dist/types/components/annotation-output/annotation-output.interfaces.d.ts +0 -4
- package/dist/types/components/expandable/expandable.functions.d.ts +0 -1
- package/dist/types/components/expandable-heading/expandable-heading.d.ts +0 -33
- package/dist/types/components/expandable-heading/expandable-heading.interfaces.d.ts +0 -6
- package/dist/types/components/expandable-heading/heading.d.ts +0 -9
- package/dist/types/services/annotation.service.d.ts +0 -10
- /package/dist/dso-toolkit/{p-12c3fc19.entry.js.map → p-05ea1fba.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-657c43f4.entry.js.map → p-0e5a93c3.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-63ce173c.entry.js.map → p-168750a2.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-554e7d6a.entry.js.map → p-1cc75e0b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-904a2caf.entry.js.map → p-29752a45.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-9c2d4a91.entry.js.map → p-29b741cb.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-fdf8bd94.entry.js.map → p-3c554a18.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-d4f8e1e0.entry.js.map → p-3fa7489e.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-fa6d8d5a.entry.js.map → p-422bcf93.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-835a599b.entry.js.map → p-5265e22b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-71143eef.entry.js.map → p-6050e8e6.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-5040a304.entry.js.map → p-674e2406.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-2bd5d2a2.entry.js.map → p-68e9f61b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-f70d6a66.entry.js.map → p-818d032e.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-a4e3638a.entry.js.map → p-83cdfde8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-8f166691.entry.js.map → p-909ccf98.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-58bed94b.entry.js.map → p-9b587a94.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-79767cc1.entry.js.map → p-9f2bb98b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-6e0b67c9.entry.js.map → p-9fee52e5.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-9b14a015.entry.js.map → p-a616ab8a.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-ef23bffb.entry.js.map → p-b627d9ac.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-9d64a2f4.entry.js.map → p-b67631ef.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-0653b5d2.entry.js.map → p-bcae3f55.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-b1b53cb3.entry.js.map → p-bf203ab8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-ee2771d4.entry.js.map → p-c8165a50.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-26cdce1c.js.map → p-ce928197.js.map} +0 -0
- /package/dist/dso-toolkit/{p-601b4ce0.entry.js.map → p-cfd6f4ef.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-b6f1ae13.entry.js.map → p-d3f69d06.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-3ab9390b.entry.js.map → p-d8c137b5.entry.js.map} +0 -0
|
@@ -1,3 +1,1006 @@
|
|
|
1
|
+
button {
|
|
2
|
+
-webkit-appearance: button;
|
|
3
|
+
color: inherit;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
font: inherit;
|
|
6
|
+
font-family: inherit;
|
|
7
|
+
font-size: inherit;
|
|
8
|
+
line-height: inherit;
|
|
9
|
+
margin: 0;
|
|
10
|
+
overflow: visible;
|
|
11
|
+
text-transform: none;
|
|
12
|
+
}
|
|
13
|
+
button[disabled] {
|
|
14
|
+
cursor: default;
|
|
15
|
+
}
|
|
16
|
+
button::-moz-focus-inner {
|
|
17
|
+
border: 0;
|
|
18
|
+
padding: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.btn {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
font-size: 1em;
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
margin-bottom: 0;
|
|
26
|
+
text-decoration: none;
|
|
27
|
+
touch-action: manipulation;
|
|
28
|
+
text-align: left;
|
|
29
|
+
user-select: none;
|
|
30
|
+
vertical-align: middle;
|
|
31
|
+
}
|
|
32
|
+
.btn:focus, .btn:focus-visible {
|
|
33
|
+
outline-offset: 2px;
|
|
34
|
+
}
|
|
35
|
+
.btn:active {
|
|
36
|
+
outline: 0;
|
|
37
|
+
}
|
|
38
|
+
.btn.extern::after, .btn.download::after {
|
|
39
|
+
content: "";
|
|
40
|
+
display: inline-block;
|
|
41
|
+
margin-left: 8px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.btn-primary {
|
|
45
|
+
background-color: #39870c;
|
|
46
|
+
border-color: #39870c;
|
|
47
|
+
color: #fff;
|
|
48
|
+
border-width: 1px;
|
|
49
|
+
border-style: solid;
|
|
50
|
+
border-radius: 4px;
|
|
51
|
+
line-height: 1.5;
|
|
52
|
+
min-width: 56px;
|
|
53
|
+
padding: 11px 15px;
|
|
54
|
+
background-color: #b62f41;
|
|
55
|
+
}
|
|
56
|
+
.btn-primary:hover {
|
|
57
|
+
background-color: #275937;
|
|
58
|
+
border-color: #275937;
|
|
59
|
+
color: #fff;
|
|
60
|
+
}
|
|
61
|
+
.btn-primary:active {
|
|
62
|
+
background-color: #173521;
|
|
63
|
+
border-color: #173521;
|
|
64
|
+
color: #fff;
|
|
65
|
+
}
|
|
66
|
+
.btn-primary[disabled], .btn-primary[disabled]:hover {
|
|
67
|
+
background-color: #afcf9d;
|
|
68
|
+
border-color: #afcf9d;
|
|
69
|
+
color: #fff;
|
|
70
|
+
}
|
|
71
|
+
.btn-primary.btn-sm {
|
|
72
|
+
line-height: 1rem;
|
|
73
|
+
}
|
|
74
|
+
.btn-primary.btn-sm dso-icon,
|
|
75
|
+
.btn-primary.btn-sm svg.di, .btn-primary.btn-sm.extern::after, .btn-primary.btn-sm.download::after, .btn-primary.btn-sm.dso-spinner::before {
|
|
76
|
+
margin-bottom: -4px;
|
|
77
|
+
margin-top: -4px;
|
|
78
|
+
}
|
|
79
|
+
.btn-primary.btn-sm.dso-spinner-left::before {
|
|
80
|
+
height: 16px;
|
|
81
|
+
width: 16px;
|
|
82
|
+
}
|
|
83
|
+
.btn-primary.btn-sm.dso-spinner-right::after {
|
|
84
|
+
height: 16px;
|
|
85
|
+
width: 16px;
|
|
86
|
+
}
|
|
87
|
+
.btn-primary dso-icon,
|
|
88
|
+
.btn-primary svg.di {
|
|
89
|
+
margin-left: -8px;
|
|
90
|
+
margin-right: 8px;
|
|
91
|
+
}
|
|
92
|
+
.btn-primary span + dso-icon,
|
|
93
|
+
.btn-primary span + svg.di {
|
|
94
|
+
margin-left: 8px;
|
|
95
|
+
margin-right: -8px;
|
|
96
|
+
}
|
|
97
|
+
.btn-primary.dso-spinner-left[disabled], .btn-primary.dso-spinner-right[disabled] {
|
|
98
|
+
background-color: #39870c;
|
|
99
|
+
border-color: #39870c;
|
|
100
|
+
color: #fff;
|
|
101
|
+
}
|
|
102
|
+
.btn-primary.dso-spinner-left::before {
|
|
103
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
104
|
+
background-repeat: no-repeat;
|
|
105
|
+
content: "";
|
|
106
|
+
display: inline-block;
|
|
107
|
+
height: 24px;
|
|
108
|
+
vertical-align: top;
|
|
109
|
+
width: 24px;
|
|
110
|
+
margin-right: 8px;
|
|
111
|
+
}
|
|
112
|
+
.btn-primary.dso-spinner-right::after {
|
|
113
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
114
|
+
background-repeat: no-repeat;
|
|
115
|
+
content: "";
|
|
116
|
+
display: inline-block;
|
|
117
|
+
height: 24px;
|
|
118
|
+
vertical-align: top;
|
|
119
|
+
width: 24px;
|
|
120
|
+
margin-left: 8px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
a.btn-primary {
|
|
124
|
+
text-decoration: none;
|
|
125
|
+
background-color: #b62f41;
|
|
126
|
+
}
|
|
127
|
+
a.btn-primary, a.btn-primary:visited {
|
|
128
|
+
color: #fff;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.btn-default {
|
|
132
|
+
background-color: #fff;
|
|
133
|
+
border-color: #39870c;
|
|
134
|
+
color: #39870c;
|
|
135
|
+
border-width: 1px;
|
|
136
|
+
border-style: solid;
|
|
137
|
+
border-radius: 4px;
|
|
138
|
+
line-height: 1.5;
|
|
139
|
+
min-width: 56px;
|
|
140
|
+
padding: 11px 15px;
|
|
141
|
+
background-color: #b62f41;
|
|
142
|
+
}
|
|
143
|
+
.btn-default:hover {
|
|
144
|
+
background-color: #39870c;
|
|
145
|
+
border-color: #39870c;
|
|
146
|
+
color: #fff;
|
|
147
|
+
}
|
|
148
|
+
.btn-default:active {
|
|
149
|
+
background-color: #275937;
|
|
150
|
+
border-color: #275937;
|
|
151
|
+
color: #fff;
|
|
152
|
+
}
|
|
153
|
+
.btn-default[disabled], .btn-default[disabled]:hover {
|
|
154
|
+
background-color: #fff;
|
|
155
|
+
border-color: #afcf9d;
|
|
156
|
+
color: #afcf9d;
|
|
157
|
+
}
|
|
158
|
+
.btn-default.btn-sm {
|
|
159
|
+
line-height: 1rem;
|
|
160
|
+
}
|
|
161
|
+
.btn-default.btn-sm dso-icon,
|
|
162
|
+
.btn-default.btn-sm svg.di, .btn-default.btn-sm.extern::after, .btn-default.btn-sm.download::after, .btn-default.btn-sm.dso-spinner::before {
|
|
163
|
+
margin-bottom: -4px;
|
|
164
|
+
margin-top: -4px;
|
|
165
|
+
}
|
|
166
|
+
.btn-default.btn-sm.dso-spinner-left::before {
|
|
167
|
+
height: 16px;
|
|
168
|
+
width: 16px;
|
|
169
|
+
}
|
|
170
|
+
.btn-default.btn-sm.dso-spinner-right::after {
|
|
171
|
+
height: 16px;
|
|
172
|
+
width: 16px;
|
|
173
|
+
}
|
|
174
|
+
.btn-default dso-icon,
|
|
175
|
+
.btn-default svg.di {
|
|
176
|
+
margin-left: -8px;
|
|
177
|
+
margin-right: 8px;
|
|
178
|
+
}
|
|
179
|
+
.btn-default span + dso-icon,
|
|
180
|
+
.btn-default span + svg.di {
|
|
181
|
+
margin-left: 8px;
|
|
182
|
+
margin-right: -8px;
|
|
183
|
+
}
|
|
184
|
+
.btn-default.dso-spinner-left[disabled], .btn-default.dso-spinner-right[disabled] {
|
|
185
|
+
background-color: #fff;
|
|
186
|
+
border-color: #39870c;
|
|
187
|
+
color: #39870c;
|
|
188
|
+
}
|
|
189
|
+
.btn-default.dso-spinner-left::before {
|
|
190
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
191
|
+
background-repeat: no-repeat;
|
|
192
|
+
content: "";
|
|
193
|
+
display: inline-block;
|
|
194
|
+
height: 24px;
|
|
195
|
+
vertical-align: top;
|
|
196
|
+
width: 24px;
|
|
197
|
+
margin-right: 8px;
|
|
198
|
+
}
|
|
199
|
+
.btn-default.dso-spinner-left:not([disabled]):hover::before {
|
|
200
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
201
|
+
background-repeat: no-repeat;
|
|
202
|
+
content: "";
|
|
203
|
+
display: inline-block;
|
|
204
|
+
height: 24px;
|
|
205
|
+
vertical-align: top;
|
|
206
|
+
width: 24px;
|
|
207
|
+
margin-right: 8px;
|
|
208
|
+
}
|
|
209
|
+
.btn-default.dso-spinner-left:not([disabled]).btn-sm:hover::before {
|
|
210
|
+
height: 16px;
|
|
211
|
+
width: 16px;
|
|
212
|
+
}
|
|
213
|
+
.btn-default.dso-spinner-right::after {
|
|
214
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
215
|
+
background-repeat: no-repeat;
|
|
216
|
+
content: "";
|
|
217
|
+
display: inline-block;
|
|
218
|
+
height: 24px;
|
|
219
|
+
vertical-align: top;
|
|
220
|
+
width: 24px;
|
|
221
|
+
margin-left: 8px;
|
|
222
|
+
}
|
|
223
|
+
.btn-default.dso-spinner-right:not([disabled]):hover::after {
|
|
224
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
225
|
+
background-repeat: no-repeat;
|
|
226
|
+
content: "";
|
|
227
|
+
display: inline-block;
|
|
228
|
+
height: 24px;
|
|
229
|
+
vertical-align: top;
|
|
230
|
+
width: 24px;
|
|
231
|
+
margin-left: 8px;
|
|
232
|
+
}
|
|
233
|
+
.btn-default.dso-spinner-right:not([disabled]).btn-sm:hover::after {
|
|
234
|
+
height: 16px;
|
|
235
|
+
width: 16px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
a.btn-default {
|
|
239
|
+
text-decoration: none;
|
|
240
|
+
background-color: #b62f41;
|
|
241
|
+
}
|
|
242
|
+
a.btn-default, a.btn-default:visited {
|
|
243
|
+
color: #39870c;
|
|
244
|
+
}
|
|
245
|
+
a.btn-default:hover, a.btn-default:visited:hover {
|
|
246
|
+
color: #fff;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.btn-link {
|
|
250
|
+
border: 0;
|
|
251
|
+
color: #39870c;
|
|
252
|
+
line-height: 1;
|
|
253
|
+
padding: 0;
|
|
254
|
+
background-color: transparent;
|
|
255
|
+
background-color: #b62f41;
|
|
256
|
+
}
|
|
257
|
+
.btn-link[disabled] {
|
|
258
|
+
color: #afcf9d;
|
|
259
|
+
}
|
|
260
|
+
.btn-link[disabled].dso-spinner-left, .btn-link[disabled].dso-spinner-right {
|
|
261
|
+
color: #39870c;
|
|
262
|
+
}
|
|
263
|
+
.btn-link:not([disabled]):hover {
|
|
264
|
+
color: #275937;
|
|
265
|
+
text-decoration: underline;
|
|
266
|
+
text-underline-position: under;
|
|
267
|
+
}
|
|
268
|
+
.btn-link:not([disabled]):active {
|
|
269
|
+
color: #173521;
|
|
270
|
+
}
|
|
271
|
+
.btn-link.btn-align {
|
|
272
|
+
line-height: calc(1.5em - 1px);
|
|
273
|
+
padding: 11px 0;
|
|
274
|
+
position: relative;
|
|
275
|
+
}
|
|
276
|
+
.btn-link.dso-spinner-left::before {
|
|
277
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
278
|
+
background-repeat: no-repeat;
|
|
279
|
+
content: "";
|
|
280
|
+
display: inline-block;
|
|
281
|
+
height: 24px;
|
|
282
|
+
vertical-align: middle;
|
|
283
|
+
width: 24px;
|
|
284
|
+
margin-right: 8px;
|
|
285
|
+
}
|
|
286
|
+
.btn-link.dso-spinner-right::after {
|
|
287
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
288
|
+
background-repeat: no-repeat;
|
|
289
|
+
content: "";
|
|
290
|
+
display: inline-block;
|
|
291
|
+
height: 24px;
|
|
292
|
+
vertical-align: middle;
|
|
293
|
+
width: 24px;
|
|
294
|
+
margin-left: 8px;
|
|
295
|
+
}
|
|
296
|
+
.btn-link dso-icon + span:not(.sr-only),
|
|
297
|
+
.btn-link svg.di + span:not(.sr-only),
|
|
298
|
+
.btn-link span:not(.sr-only) + dso-icon,
|
|
299
|
+
.btn-link span:not(.sr-only) + svg.di {
|
|
300
|
+
margin-left: 8px;
|
|
301
|
+
}
|
|
302
|
+
.btn-link svg.di.di-chevron-down + span:not(.sr-only),
|
|
303
|
+
.btn-link svg.di.di-chevron-up + span:not(.sr-only),
|
|
304
|
+
.btn-link span:not(.sr-only) + svg.di.di-chevron-down,
|
|
305
|
+
.btn-link span:not(.sr-only) + svg.di.di-chevron-up {
|
|
306
|
+
margin-left: 4px;
|
|
307
|
+
}
|
|
308
|
+
.btn-link dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
309
|
+
.btn-link dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
310
|
+
.btn-link svg.di.di-angle-down + span:not(.sr-only),
|
|
311
|
+
.btn-link svg.di.di-angle-up + span:not(.sr-only),
|
|
312
|
+
.btn-link span:not(.sr-only) + svg.di.di-angle-down,
|
|
313
|
+
.btn-link span:not(.sr-only) + svg.di.di-angle-up,
|
|
314
|
+
.btn-link span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
315
|
+
.btn-link span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
316
|
+
margin-left: 0;
|
|
317
|
+
}
|
|
318
|
+
.btn-link dso-icon,
|
|
319
|
+
.btn-link svg.di,
|
|
320
|
+
.btn-link span {
|
|
321
|
+
vertical-align: middle;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
a.btn-link {
|
|
325
|
+
text-decoration: none;
|
|
326
|
+
background-color: #b62f41;
|
|
327
|
+
}
|
|
328
|
+
a.btn-link, a.btn-link:visited {
|
|
329
|
+
color: #39870c;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.btn-block {
|
|
333
|
+
display: block;
|
|
334
|
+
width: 100%;
|
|
335
|
+
}
|
|
336
|
+
.btn-block + .btn-block {
|
|
337
|
+
margin-top: 5px;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
input[type=submit].btn-block,
|
|
341
|
+
input[type=reset].btn-block,
|
|
342
|
+
input[type=button].btn-block {
|
|
343
|
+
width: 100%;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
a.dso-primary,
|
|
347
|
+
button.dso-primary,
|
|
348
|
+
label.dso-primary {
|
|
349
|
+
display: inline-block;
|
|
350
|
+
font-size: 1em;
|
|
351
|
+
font-weight: 500;
|
|
352
|
+
margin-bottom: 0;
|
|
353
|
+
text-decoration: none;
|
|
354
|
+
touch-action: manipulation;
|
|
355
|
+
text-align: left;
|
|
356
|
+
user-select: none;
|
|
357
|
+
vertical-align: middle;
|
|
358
|
+
background-color: #39870c;
|
|
359
|
+
border-color: #39870c;
|
|
360
|
+
color: #fff;
|
|
361
|
+
border-width: 1px;
|
|
362
|
+
border-style: solid;
|
|
363
|
+
border-radius: 4px;
|
|
364
|
+
line-height: 1.5;
|
|
365
|
+
min-width: 56px;
|
|
366
|
+
padding: 11px 15px;
|
|
367
|
+
}
|
|
368
|
+
a.dso-primary:focus, a.dso-primary:focus-visible,
|
|
369
|
+
button.dso-primary:focus,
|
|
370
|
+
button.dso-primary:focus-visible,
|
|
371
|
+
label.dso-primary:focus,
|
|
372
|
+
label.dso-primary:focus-visible {
|
|
373
|
+
outline-offset: 2px;
|
|
374
|
+
}
|
|
375
|
+
a.dso-primary:active,
|
|
376
|
+
button.dso-primary:active,
|
|
377
|
+
label.dso-primary:active {
|
|
378
|
+
outline: 0;
|
|
379
|
+
}
|
|
380
|
+
a.dso-primary.extern::after, a.dso-primary.download::after,
|
|
381
|
+
button.dso-primary.extern::after,
|
|
382
|
+
button.dso-primary.download::after,
|
|
383
|
+
label.dso-primary.extern::after,
|
|
384
|
+
label.dso-primary.download::after {
|
|
385
|
+
content: "";
|
|
386
|
+
display: inline-block;
|
|
387
|
+
margin-left: 8px;
|
|
388
|
+
}
|
|
389
|
+
a.dso-primary:hover,
|
|
390
|
+
button.dso-primary:hover,
|
|
391
|
+
label.dso-primary:hover {
|
|
392
|
+
background-color: #275937;
|
|
393
|
+
border-color: #275937;
|
|
394
|
+
color: #fff;
|
|
395
|
+
}
|
|
396
|
+
a.dso-primary:active,
|
|
397
|
+
button.dso-primary:active,
|
|
398
|
+
label.dso-primary:active {
|
|
399
|
+
background-color: #173521;
|
|
400
|
+
border-color: #173521;
|
|
401
|
+
color: #fff;
|
|
402
|
+
}
|
|
403
|
+
a.dso-primary[disabled], a.dso-primary[disabled]:hover,
|
|
404
|
+
button.dso-primary[disabled],
|
|
405
|
+
button.dso-primary[disabled]:hover,
|
|
406
|
+
label.dso-primary[disabled],
|
|
407
|
+
label.dso-primary[disabled]:hover {
|
|
408
|
+
background-color: #afcf9d;
|
|
409
|
+
border-color: #afcf9d;
|
|
410
|
+
color: #fff;
|
|
411
|
+
}
|
|
412
|
+
a.dso-primary.btn-sm,
|
|
413
|
+
button.dso-primary.btn-sm,
|
|
414
|
+
label.dso-primary.btn-sm {
|
|
415
|
+
line-height: 1rem;
|
|
416
|
+
}
|
|
417
|
+
a.dso-primary.btn-sm dso-icon,
|
|
418
|
+
a.dso-primary.btn-sm svg.di, a.dso-primary.btn-sm.extern::after, a.dso-primary.btn-sm.download::after, a.dso-primary.btn-sm.dso-spinner::before,
|
|
419
|
+
button.dso-primary.btn-sm dso-icon,
|
|
420
|
+
button.dso-primary.btn-sm svg.di,
|
|
421
|
+
button.dso-primary.btn-sm.extern::after,
|
|
422
|
+
button.dso-primary.btn-sm.download::after,
|
|
423
|
+
button.dso-primary.btn-sm.dso-spinner::before,
|
|
424
|
+
label.dso-primary.btn-sm dso-icon,
|
|
425
|
+
label.dso-primary.btn-sm svg.di,
|
|
426
|
+
label.dso-primary.btn-sm.extern::after,
|
|
427
|
+
label.dso-primary.btn-sm.download::after,
|
|
428
|
+
label.dso-primary.btn-sm.dso-spinner::before {
|
|
429
|
+
margin-bottom: -4px;
|
|
430
|
+
margin-top: -4px;
|
|
431
|
+
}
|
|
432
|
+
a.dso-primary.btn-sm.dso-spinner-left::before,
|
|
433
|
+
button.dso-primary.btn-sm.dso-spinner-left::before,
|
|
434
|
+
label.dso-primary.btn-sm.dso-spinner-left::before {
|
|
435
|
+
height: 16px;
|
|
436
|
+
width: 16px;
|
|
437
|
+
}
|
|
438
|
+
a.dso-primary.btn-sm.dso-spinner-right::after,
|
|
439
|
+
button.dso-primary.btn-sm.dso-spinner-right::after,
|
|
440
|
+
label.dso-primary.btn-sm.dso-spinner-right::after {
|
|
441
|
+
height: 16px;
|
|
442
|
+
width: 16px;
|
|
443
|
+
}
|
|
444
|
+
a.dso-primary dso-icon,
|
|
445
|
+
a.dso-primary svg.di,
|
|
446
|
+
button.dso-primary dso-icon,
|
|
447
|
+
button.dso-primary svg.di,
|
|
448
|
+
label.dso-primary dso-icon,
|
|
449
|
+
label.dso-primary svg.di {
|
|
450
|
+
margin-left: -8px;
|
|
451
|
+
margin-right: 8px;
|
|
452
|
+
}
|
|
453
|
+
a.dso-primary span + dso-icon,
|
|
454
|
+
a.dso-primary span + svg.di,
|
|
455
|
+
button.dso-primary span + dso-icon,
|
|
456
|
+
button.dso-primary span + svg.di,
|
|
457
|
+
label.dso-primary span + dso-icon,
|
|
458
|
+
label.dso-primary span + svg.di {
|
|
459
|
+
margin-left: 8px;
|
|
460
|
+
margin-right: -8px;
|
|
461
|
+
}
|
|
462
|
+
a.dso-primary.dso-spinner-left[disabled], a.dso-primary.dso-spinner-right[disabled],
|
|
463
|
+
button.dso-primary.dso-spinner-left[disabled],
|
|
464
|
+
button.dso-primary.dso-spinner-right[disabled],
|
|
465
|
+
label.dso-primary.dso-spinner-left[disabled],
|
|
466
|
+
label.dso-primary.dso-spinner-right[disabled] {
|
|
467
|
+
background-color: #39870c;
|
|
468
|
+
border-color: #39870c;
|
|
469
|
+
color: #fff;
|
|
470
|
+
}
|
|
471
|
+
a.dso-primary.dso-spinner-left::before,
|
|
472
|
+
button.dso-primary.dso-spinner-left::before,
|
|
473
|
+
label.dso-primary.dso-spinner-left::before {
|
|
474
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
475
|
+
background-repeat: no-repeat;
|
|
476
|
+
content: "";
|
|
477
|
+
display: inline-block;
|
|
478
|
+
height: 24px;
|
|
479
|
+
vertical-align: top;
|
|
480
|
+
width: 24px;
|
|
481
|
+
margin-right: 8px;
|
|
482
|
+
}
|
|
483
|
+
a.dso-primary.dso-spinner-right::after,
|
|
484
|
+
button.dso-primary.dso-spinner-right::after,
|
|
485
|
+
label.dso-primary.dso-spinner-right::after {
|
|
486
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
487
|
+
background-repeat: no-repeat;
|
|
488
|
+
content: "";
|
|
489
|
+
display: inline-block;
|
|
490
|
+
height: 24px;
|
|
491
|
+
vertical-align: top;
|
|
492
|
+
width: 24px;
|
|
493
|
+
margin-left: 8px;
|
|
494
|
+
}
|
|
495
|
+
a.dso-primary.download::after,
|
|
496
|
+
button.dso-primary.download::after,
|
|
497
|
+
label.dso-primary.download::after {
|
|
498
|
+
background: url("./dso-icons.svg#img-download-wit") no-repeat;
|
|
499
|
+
background-position: center;
|
|
500
|
+
background-size: cover;
|
|
501
|
+
height: 24px;
|
|
502
|
+
vertical-align: top;
|
|
503
|
+
width: 24px;
|
|
504
|
+
}
|
|
505
|
+
a.dso-primary.extern::after,
|
|
506
|
+
button.dso-primary.extern::after,
|
|
507
|
+
label.dso-primary.extern::after {
|
|
508
|
+
background: url("./dso-icons.svg#img-external-link-wit") no-repeat;
|
|
509
|
+
background-position: center;
|
|
510
|
+
background-size: cover;
|
|
511
|
+
height: 24px;
|
|
512
|
+
vertical-align: top;
|
|
513
|
+
width: 24px;
|
|
514
|
+
}
|
|
515
|
+
a.dso-secondary,
|
|
516
|
+
button.dso-secondary,
|
|
517
|
+
label.dso-secondary {
|
|
518
|
+
display: inline-block;
|
|
519
|
+
font-size: 1em;
|
|
520
|
+
font-weight: 500;
|
|
521
|
+
margin-bottom: 0;
|
|
522
|
+
text-decoration: none;
|
|
523
|
+
touch-action: manipulation;
|
|
524
|
+
text-align: left;
|
|
525
|
+
user-select: none;
|
|
526
|
+
vertical-align: middle;
|
|
527
|
+
background-color: #fff;
|
|
528
|
+
border-color: #39870c;
|
|
529
|
+
color: #39870c;
|
|
530
|
+
border-width: 1px;
|
|
531
|
+
border-style: solid;
|
|
532
|
+
border-radius: 4px;
|
|
533
|
+
line-height: 1.5;
|
|
534
|
+
min-width: 56px;
|
|
535
|
+
padding: 11px 15px;
|
|
536
|
+
}
|
|
537
|
+
a.dso-secondary:focus, a.dso-secondary:focus-visible,
|
|
538
|
+
button.dso-secondary:focus,
|
|
539
|
+
button.dso-secondary:focus-visible,
|
|
540
|
+
label.dso-secondary:focus,
|
|
541
|
+
label.dso-secondary:focus-visible {
|
|
542
|
+
outline-offset: 2px;
|
|
543
|
+
}
|
|
544
|
+
a.dso-secondary:active,
|
|
545
|
+
button.dso-secondary:active,
|
|
546
|
+
label.dso-secondary:active {
|
|
547
|
+
outline: 0;
|
|
548
|
+
}
|
|
549
|
+
a.dso-secondary.extern::after, a.dso-secondary.download::after,
|
|
550
|
+
button.dso-secondary.extern::after,
|
|
551
|
+
button.dso-secondary.download::after,
|
|
552
|
+
label.dso-secondary.extern::after,
|
|
553
|
+
label.dso-secondary.download::after {
|
|
554
|
+
content: "";
|
|
555
|
+
display: inline-block;
|
|
556
|
+
margin-left: 8px;
|
|
557
|
+
}
|
|
558
|
+
a.dso-secondary:hover,
|
|
559
|
+
button.dso-secondary:hover,
|
|
560
|
+
label.dso-secondary:hover {
|
|
561
|
+
background-color: #39870c;
|
|
562
|
+
border-color: #39870c;
|
|
563
|
+
color: #fff;
|
|
564
|
+
}
|
|
565
|
+
a.dso-secondary:active,
|
|
566
|
+
button.dso-secondary:active,
|
|
567
|
+
label.dso-secondary:active {
|
|
568
|
+
background-color: #275937;
|
|
569
|
+
border-color: #275937;
|
|
570
|
+
color: #fff;
|
|
571
|
+
}
|
|
572
|
+
a.dso-secondary[disabled], a.dso-secondary[disabled]:hover,
|
|
573
|
+
button.dso-secondary[disabled],
|
|
574
|
+
button.dso-secondary[disabled]:hover,
|
|
575
|
+
label.dso-secondary[disabled],
|
|
576
|
+
label.dso-secondary[disabled]:hover {
|
|
577
|
+
background-color: #fff;
|
|
578
|
+
border-color: #afcf9d;
|
|
579
|
+
color: #afcf9d;
|
|
580
|
+
}
|
|
581
|
+
a.dso-secondary.btn-sm,
|
|
582
|
+
button.dso-secondary.btn-sm,
|
|
583
|
+
label.dso-secondary.btn-sm {
|
|
584
|
+
line-height: 1rem;
|
|
585
|
+
}
|
|
586
|
+
a.dso-secondary.btn-sm dso-icon,
|
|
587
|
+
a.dso-secondary.btn-sm svg.di, a.dso-secondary.btn-sm.extern::after, a.dso-secondary.btn-sm.download::after, a.dso-secondary.btn-sm.dso-spinner::before,
|
|
588
|
+
button.dso-secondary.btn-sm dso-icon,
|
|
589
|
+
button.dso-secondary.btn-sm svg.di,
|
|
590
|
+
button.dso-secondary.btn-sm.extern::after,
|
|
591
|
+
button.dso-secondary.btn-sm.download::after,
|
|
592
|
+
button.dso-secondary.btn-sm.dso-spinner::before,
|
|
593
|
+
label.dso-secondary.btn-sm dso-icon,
|
|
594
|
+
label.dso-secondary.btn-sm svg.di,
|
|
595
|
+
label.dso-secondary.btn-sm.extern::after,
|
|
596
|
+
label.dso-secondary.btn-sm.download::after,
|
|
597
|
+
label.dso-secondary.btn-sm.dso-spinner::before {
|
|
598
|
+
margin-bottom: -4px;
|
|
599
|
+
margin-top: -4px;
|
|
600
|
+
}
|
|
601
|
+
a.dso-secondary.btn-sm.dso-spinner-left::before,
|
|
602
|
+
button.dso-secondary.btn-sm.dso-spinner-left::before,
|
|
603
|
+
label.dso-secondary.btn-sm.dso-spinner-left::before {
|
|
604
|
+
height: 16px;
|
|
605
|
+
width: 16px;
|
|
606
|
+
}
|
|
607
|
+
a.dso-secondary.btn-sm.dso-spinner-right::after,
|
|
608
|
+
button.dso-secondary.btn-sm.dso-spinner-right::after,
|
|
609
|
+
label.dso-secondary.btn-sm.dso-spinner-right::after {
|
|
610
|
+
height: 16px;
|
|
611
|
+
width: 16px;
|
|
612
|
+
}
|
|
613
|
+
a.dso-secondary dso-icon,
|
|
614
|
+
a.dso-secondary svg.di,
|
|
615
|
+
button.dso-secondary dso-icon,
|
|
616
|
+
button.dso-secondary svg.di,
|
|
617
|
+
label.dso-secondary dso-icon,
|
|
618
|
+
label.dso-secondary svg.di {
|
|
619
|
+
margin-left: -8px;
|
|
620
|
+
margin-right: 8px;
|
|
621
|
+
}
|
|
622
|
+
a.dso-secondary span + dso-icon,
|
|
623
|
+
a.dso-secondary span + svg.di,
|
|
624
|
+
button.dso-secondary span + dso-icon,
|
|
625
|
+
button.dso-secondary span + svg.di,
|
|
626
|
+
label.dso-secondary span + dso-icon,
|
|
627
|
+
label.dso-secondary span + svg.di {
|
|
628
|
+
margin-left: 8px;
|
|
629
|
+
margin-right: -8px;
|
|
630
|
+
}
|
|
631
|
+
a.dso-secondary.dso-spinner-left[disabled], a.dso-secondary.dso-spinner-right[disabled],
|
|
632
|
+
button.dso-secondary.dso-spinner-left[disabled],
|
|
633
|
+
button.dso-secondary.dso-spinner-right[disabled],
|
|
634
|
+
label.dso-secondary.dso-spinner-left[disabled],
|
|
635
|
+
label.dso-secondary.dso-spinner-right[disabled] {
|
|
636
|
+
background-color: #fff;
|
|
637
|
+
border-color: #39870c;
|
|
638
|
+
color: #39870c;
|
|
639
|
+
}
|
|
640
|
+
a.dso-secondary.dso-spinner-left::before,
|
|
641
|
+
button.dso-secondary.dso-spinner-left::before,
|
|
642
|
+
label.dso-secondary.dso-spinner-left::before {
|
|
643
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
644
|
+
background-repeat: no-repeat;
|
|
645
|
+
content: "";
|
|
646
|
+
display: inline-block;
|
|
647
|
+
height: 24px;
|
|
648
|
+
vertical-align: top;
|
|
649
|
+
width: 24px;
|
|
650
|
+
margin-right: 8px;
|
|
651
|
+
}
|
|
652
|
+
a.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
|
|
653
|
+
button.dso-secondary.dso-spinner-left:not([disabled]):hover::before,
|
|
654
|
+
label.dso-secondary.dso-spinner-left:not([disabled]):hover::before {
|
|
655
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
656
|
+
background-repeat: no-repeat;
|
|
657
|
+
content: "";
|
|
658
|
+
display: inline-block;
|
|
659
|
+
height: 24px;
|
|
660
|
+
vertical-align: top;
|
|
661
|
+
width: 24px;
|
|
662
|
+
margin-right: 8px;
|
|
663
|
+
}
|
|
664
|
+
a.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before,
|
|
665
|
+
button.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before,
|
|
666
|
+
label.dso-secondary.dso-spinner-left:not([disabled]).btn-sm:hover::before {
|
|
667
|
+
height: 16px;
|
|
668
|
+
width: 16px;
|
|
669
|
+
}
|
|
670
|
+
a.dso-secondary.dso-spinner-right::after,
|
|
671
|
+
button.dso-secondary.dso-spinner-right::after,
|
|
672
|
+
label.dso-secondary.dso-spinner-right::after {
|
|
673
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
674
|
+
background-repeat: no-repeat;
|
|
675
|
+
content: "";
|
|
676
|
+
display: inline-block;
|
|
677
|
+
height: 24px;
|
|
678
|
+
vertical-align: top;
|
|
679
|
+
width: 24px;
|
|
680
|
+
margin-left: 8px;
|
|
681
|
+
}
|
|
682
|
+
a.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
|
|
683
|
+
button.dso-secondary.dso-spinner-right:not([disabled]):hover::after,
|
|
684
|
+
label.dso-secondary.dso-spinner-right:not([disabled]):hover::after {
|
|
685
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %23fff; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
686
|
+
background-repeat: no-repeat;
|
|
687
|
+
content: "";
|
|
688
|
+
display: inline-block;
|
|
689
|
+
height: 24px;
|
|
690
|
+
vertical-align: top;
|
|
691
|
+
width: 24px;
|
|
692
|
+
margin-left: 8px;
|
|
693
|
+
}
|
|
694
|
+
a.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after,
|
|
695
|
+
button.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after,
|
|
696
|
+
label.dso-secondary.dso-spinner-right:not([disabled]).btn-sm:hover::after {
|
|
697
|
+
height: 16px;
|
|
698
|
+
width: 16px;
|
|
699
|
+
}
|
|
700
|
+
a.dso-secondary.download::after,
|
|
701
|
+
button.dso-secondary.download::after,
|
|
702
|
+
label.dso-secondary.download::after {
|
|
703
|
+
background: url("./dso-icons.svg#img-download") no-repeat;
|
|
704
|
+
background-position: center;
|
|
705
|
+
background-size: cover;
|
|
706
|
+
height: 24px;
|
|
707
|
+
vertical-align: top;
|
|
708
|
+
width: 24px;
|
|
709
|
+
}
|
|
710
|
+
a.dso-secondary.download:hover::after,
|
|
711
|
+
button.dso-secondary.download:hover::after,
|
|
712
|
+
label.dso-secondary.download:hover::after {
|
|
713
|
+
background-image: url("./dso-icons.svg#img-download-wit");
|
|
714
|
+
}
|
|
715
|
+
a.dso-secondary.download[disabled]::after,
|
|
716
|
+
button.dso-secondary.download[disabled]::after,
|
|
717
|
+
label.dso-secondary.download[disabled]::after {
|
|
718
|
+
background-image: url("./dso-icons.svg#img-download-grasgroen-40");
|
|
719
|
+
}
|
|
720
|
+
a.dso-secondary.extern::after,
|
|
721
|
+
button.dso-secondary.extern::after,
|
|
722
|
+
label.dso-secondary.extern::after {
|
|
723
|
+
background: url("./dso-icons.svg#img-external-link") no-repeat;
|
|
724
|
+
background-position: center;
|
|
725
|
+
background-size: cover;
|
|
726
|
+
height: 24px;
|
|
727
|
+
vertical-align: top;
|
|
728
|
+
width: 24px;
|
|
729
|
+
}
|
|
730
|
+
a.dso-secondary.extern:hover::after,
|
|
731
|
+
button.dso-secondary.extern:hover::after,
|
|
732
|
+
label.dso-secondary.extern:hover::after {
|
|
733
|
+
background-image: url("./dso-icons.svg#img-external-link-wit");
|
|
734
|
+
}
|
|
735
|
+
a.dso-secondary.extern[disabled]::after,
|
|
736
|
+
button.dso-secondary.extern[disabled]::after,
|
|
737
|
+
label.dso-secondary.extern[disabled]::after {
|
|
738
|
+
background-image: url("./dso-icons.svg#img-external-link-grasgroen-40");
|
|
739
|
+
}
|
|
740
|
+
a.dso-tertiary,
|
|
741
|
+
button.dso-tertiary,
|
|
742
|
+
label.dso-tertiary {
|
|
743
|
+
display: inline-block;
|
|
744
|
+
font-size: 1em;
|
|
745
|
+
font-weight: 500;
|
|
746
|
+
margin-bottom: 0;
|
|
747
|
+
text-decoration: none;
|
|
748
|
+
touch-action: manipulation;
|
|
749
|
+
text-align: left;
|
|
750
|
+
user-select: none;
|
|
751
|
+
vertical-align: middle;
|
|
752
|
+
border: 0;
|
|
753
|
+
color: #39870c;
|
|
754
|
+
line-height: 1;
|
|
755
|
+
padding: 0;
|
|
756
|
+
background-color: transparent;
|
|
757
|
+
}
|
|
758
|
+
a.dso-tertiary:focus, a.dso-tertiary:focus-visible,
|
|
759
|
+
button.dso-tertiary:focus,
|
|
760
|
+
button.dso-tertiary:focus-visible,
|
|
761
|
+
label.dso-tertiary:focus,
|
|
762
|
+
label.dso-tertiary:focus-visible {
|
|
763
|
+
outline-offset: 2px;
|
|
764
|
+
}
|
|
765
|
+
a.dso-tertiary:active,
|
|
766
|
+
button.dso-tertiary:active,
|
|
767
|
+
label.dso-tertiary:active {
|
|
768
|
+
outline: 0;
|
|
769
|
+
}
|
|
770
|
+
a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
|
|
771
|
+
button.dso-tertiary.extern::after,
|
|
772
|
+
button.dso-tertiary.download::after,
|
|
773
|
+
label.dso-tertiary.extern::after,
|
|
774
|
+
label.dso-tertiary.download::after {
|
|
775
|
+
content: "";
|
|
776
|
+
display: inline-block;
|
|
777
|
+
margin-left: 8px;
|
|
778
|
+
}
|
|
779
|
+
a.dso-tertiary[disabled],
|
|
780
|
+
button.dso-tertiary[disabled],
|
|
781
|
+
label.dso-tertiary[disabled] {
|
|
782
|
+
color: #afcf9d;
|
|
783
|
+
}
|
|
784
|
+
a.dso-tertiary[disabled].dso-spinner-left, a.dso-tertiary[disabled].dso-spinner-right,
|
|
785
|
+
button.dso-tertiary[disabled].dso-spinner-left,
|
|
786
|
+
button.dso-tertiary[disabled].dso-spinner-right,
|
|
787
|
+
label.dso-tertiary[disabled].dso-spinner-left,
|
|
788
|
+
label.dso-tertiary[disabled].dso-spinner-right {
|
|
789
|
+
color: #39870c;
|
|
790
|
+
}
|
|
791
|
+
a.dso-tertiary:not([disabled]):hover,
|
|
792
|
+
button.dso-tertiary:not([disabled]):hover,
|
|
793
|
+
label.dso-tertiary:not([disabled]):hover {
|
|
794
|
+
color: #275937;
|
|
795
|
+
text-decoration: underline;
|
|
796
|
+
text-underline-position: under;
|
|
797
|
+
}
|
|
798
|
+
a.dso-tertiary:not([disabled]):active,
|
|
799
|
+
button.dso-tertiary:not([disabled]):active,
|
|
800
|
+
label.dso-tertiary:not([disabled]):active {
|
|
801
|
+
color: #173521;
|
|
802
|
+
}
|
|
803
|
+
a.dso-tertiary.btn-align,
|
|
804
|
+
button.dso-tertiary.btn-align,
|
|
805
|
+
label.dso-tertiary.btn-align {
|
|
806
|
+
line-height: calc(1.5em - 1px);
|
|
807
|
+
padding: 11px 0;
|
|
808
|
+
position: relative;
|
|
809
|
+
}
|
|
810
|
+
a.dso-tertiary.dso-spinner-left::before,
|
|
811
|
+
button.dso-tertiary.dso-spinner-left::before,
|
|
812
|
+
label.dso-tertiary.dso-spinner-left::before {
|
|
813
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
814
|
+
background-repeat: no-repeat;
|
|
815
|
+
content: "";
|
|
816
|
+
display: inline-block;
|
|
817
|
+
height: 24px;
|
|
818
|
+
vertical-align: middle;
|
|
819
|
+
width: 24px;
|
|
820
|
+
margin-right: 8px;
|
|
821
|
+
}
|
|
822
|
+
a.dso-tertiary.dso-spinner-right::after,
|
|
823
|
+
button.dso-tertiary.dso-spinner-right::after,
|
|
824
|
+
label.dso-tertiary.dso-spinner-right::after {
|
|
825
|
+
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
826
|
+
background-repeat: no-repeat;
|
|
827
|
+
content: "";
|
|
828
|
+
display: inline-block;
|
|
829
|
+
height: 24px;
|
|
830
|
+
vertical-align: middle;
|
|
831
|
+
width: 24px;
|
|
832
|
+
margin-left: 8px;
|
|
833
|
+
}
|
|
834
|
+
a.dso-tertiary dso-icon + span:not(.sr-only),
|
|
835
|
+
a.dso-tertiary svg.di + span:not(.sr-only),
|
|
836
|
+
a.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
837
|
+
a.dso-tertiary span:not(.sr-only) + svg.di,
|
|
838
|
+
button.dso-tertiary dso-icon + span:not(.sr-only),
|
|
839
|
+
button.dso-tertiary svg.di + span:not(.sr-only),
|
|
840
|
+
button.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
841
|
+
button.dso-tertiary span:not(.sr-only) + svg.di,
|
|
842
|
+
label.dso-tertiary dso-icon + span:not(.sr-only),
|
|
843
|
+
label.dso-tertiary svg.di + span:not(.sr-only),
|
|
844
|
+
label.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
845
|
+
label.dso-tertiary span:not(.sr-only) + svg.di {
|
|
846
|
+
margin-left: 8px;
|
|
847
|
+
}
|
|
848
|
+
a.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
849
|
+
a.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
850
|
+
a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
851
|
+
a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
|
|
852
|
+
button.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
853
|
+
button.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
854
|
+
button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
855
|
+
button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
|
|
856
|
+
label.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
857
|
+
label.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
858
|
+
label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
859
|
+
label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up {
|
|
860
|
+
margin-left: 4px;
|
|
861
|
+
}
|
|
862
|
+
a.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
863
|
+
a.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
864
|
+
a.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
865
|
+
a.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
866
|
+
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
867
|
+
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
868
|
+
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
869
|
+
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
870
|
+
button.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
871
|
+
button.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
872
|
+
button.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
873
|
+
button.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
874
|
+
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
875
|
+
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
876
|
+
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
877
|
+
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
878
|
+
label.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
879
|
+
label.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
880
|
+
label.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
881
|
+
label.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
882
|
+
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
883
|
+
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
884
|
+
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
885
|
+
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
886
|
+
margin-left: 0;
|
|
887
|
+
}
|
|
888
|
+
a.dso-tertiary dso-icon,
|
|
889
|
+
a.dso-tertiary svg.di,
|
|
890
|
+
a.dso-tertiary span,
|
|
891
|
+
button.dso-tertiary dso-icon,
|
|
892
|
+
button.dso-tertiary svg.di,
|
|
893
|
+
button.dso-tertiary span,
|
|
894
|
+
label.dso-tertiary dso-icon,
|
|
895
|
+
label.dso-tertiary svg.di,
|
|
896
|
+
label.dso-tertiary span {
|
|
897
|
+
vertical-align: middle;
|
|
898
|
+
}
|
|
899
|
+
a.dso-tertiary.extern::after, a.dso-tertiary.download::after,
|
|
900
|
+
button.dso-tertiary.extern::after,
|
|
901
|
+
button.dso-tertiary.download::after,
|
|
902
|
+
label.dso-tertiary.extern::after,
|
|
903
|
+
label.dso-tertiary.download::after {
|
|
904
|
+
position: relative;
|
|
905
|
+
top: -2px;
|
|
906
|
+
}
|
|
907
|
+
a.dso-tertiary.download::after,
|
|
908
|
+
button.dso-tertiary.download::after,
|
|
909
|
+
label.dso-tertiary.download::after {
|
|
910
|
+
background: url("./dso-icons.svg#img-download") no-repeat;
|
|
911
|
+
background-position: center;
|
|
912
|
+
background-size: cover;
|
|
913
|
+
height: 24px;
|
|
914
|
+
vertical-align: top;
|
|
915
|
+
width: 24px;
|
|
916
|
+
}
|
|
917
|
+
a.dso-tertiary.download[disabled]::after,
|
|
918
|
+
button.dso-tertiary.download[disabled]::after,
|
|
919
|
+
label.dso-tertiary.download[disabled]::after {
|
|
920
|
+
background-image: url("./dso-icons.svg#img-download-grasgroen-40");
|
|
921
|
+
}
|
|
922
|
+
a.dso-tertiary.download:not([disabled]):hover::after, a.dso-tertiary.download:not([disabled]):active::after,
|
|
923
|
+
button.dso-tertiary.download:not([disabled]):hover::after,
|
|
924
|
+
button.dso-tertiary.download:not([disabled]):active::after,
|
|
925
|
+
label.dso-tertiary.download:not([disabled]):hover::after,
|
|
926
|
+
label.dso-tertiary.download:not([disabled]):active::after {
|
|
927
|
+
background-image: url("./dso-icons.svg#img-download-scampi");
|
|
928
|
+
}
|
|
929
|
+
a.dso-tertiary.extern::after,
|
|
930
|
+
button.dso-tertiary.extern::after,
|
|
931
|
+
label.dso-tertiary.extern::after {
|
|
932
|
+
background: url("./dso-icons.svg#img-external-link") no-repeat;
|
|
933
|
+
background-position: center;
|
|
934
|
+
background-size: cover;
|
|
935
|
+
height: 24px;
|
|
936
|
+
vertical-align: top;
|
|
937
|
+
width: 24px;
|
|
938
|
+
}
|
|
939
|
+
a.dso-tertiary.extern[disabled]::after,
|
|
940
|
+
button.dso-tertiary.extern[disabled]::after,
|
|
941
|
+
label.dso-tertiary.extern[disabled]::after {
|
|
942
|
+
background-image: url("./dso-icons.svg#img-external-link-grasgroen-40");
|
|
943
|
+
}
|
|
944
|
+
a.dso-tertiary.extern:not([disabled]):hover::after, a.dso-tertiary.extern:not([disabled]):active::after,
|
|
945
|
+
button.dso-tertiary.extern:not([disabled]):hover::after,
|
|
946
|
+
button.dso-tertiary.extern:not([disabled]):active::after,
|
|
947
|
+
label.dso-tertiary.extern:not([disabled]):hover::after,
|
|
948
|
+
label.dso-tertiary.extern:not([disabled]):active::after {
|
|
949
|
+
background-image: url("./dso-icons.svg#img-external-link-scampi");
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
a.dso-primary {
|
|
953
|
+
text-decoration: none;
|
|
954
|
+
}
|
|
955
|
+
a.dso-primary, a.dso-primary:visited {
|
|
956
|
+
color: #fff;
|
|
957
|
+
}
|
|
958
|
+
a.dso-secondary {
|
|
959
|
+
text-decoration: none;
|
|
960
|
+
}
|
|
961
|
+
a.dso-secondary, a.dso-secondary:visited {
|
|
962
|
+
color: #39870c;
|
|
963
|
+
}
|
|
964
|
+
a.dso-secondary:hover, a.dso-secondary:visited:hover {
|
|
965
|
+
color: #fff;
|
|
966
|
+
}
|
|
967
|
+
a.dso-tertiary {
|
|
968
|
+
text-decoration: none;
|
|
969
|
+
}
|
|
970
|
+
a.dso-tertiary, a.dso-tertiary:visited {
|
|
971
|
+
color: #39870c;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.btn:not(.dso-list-button) + .btn:not(.dso-list-button),
|
|
975
|
+
.btn:not(.dso-list-button) + .dso-primary,
|
|
976
|
+
.btn:not(.dso-list-button) + .dso-secondary,
|
|
977
|
+
.btn:not(.dso-list-button) + .dso-tertiary,
|
|
978
|
+
.dso-primary + .btn:not(.dso-list-button),
|
|
979
|
+
.dso-primary + .dso-primary,
|
|
980
|
+
.dso-primary + .dso-secondary,
|
|
981
|
+
.dso-primary + .dso-tertiary,
|
|
982
|
+
.dso-secondary + .btn:not(.dso-list-button),
|
|
983
|
+
.dso-secondary + .dso-primary,
|
|
984
|
+
.dso-secondary + .dso-secondary,
|
|
985
|
+
.dso-secondary + .dso-tertiary,
|
|
986
|
+
.dso-tertiary + .btn:not(.dso-list-button),
|
|
987
|
+
.dso-tertiary + .dso-primary,
|
|
988
|
+
.dso-tertiary + .dso-secondary,
|
|
989
|
+
.dso-tertiary + .dso-tertiary {
|
|
990
|
+
margin-left: 16px;
|
|
991
|
+
}
|
|
992
|
+
|
|
1
993
|
dso-annotation-button {
|
|
2
994
|
display: block;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.sr-only {
|
|
998
|
+
position: absolute;
|
|
999
|
+
width: 1px;
|
|
1000
|
+
height: 1px;
|
|
1001
|
+
padding: 0;
|
|
1002
|
+
margin: -1px;
|
|
1003
|
+
overflow: hidden;
|
|
1004
|
+
clip: rect(0, 0, 0, 0);
|
|
1005
|
+
border: 0;
|
|
3
1006
|
}
|