cronapp-framework-js 2.9.0 → 2.9.1-SNAPSHOT.1
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/components/crn-enterprise-combobox-multiple.components.json +1 -1
- package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
- package/components/cron-breadcrumbs.components.json +2 -2
- package/components/cron-ordered-list.components.json +8 -8
- package/components/templates/accordion.template.html +6 -6
- package/components/templates/cron-breadcrumbs.template.html +5 -3
- package/components/templates/cron-dynamic-menu.template.html +1 -1
- package/components/templates/cron-grid.designtime.html +63 -64
- package/components/templates/list.template.html +1 -1
- package/components/templates/radiogroup.template.html +1 -1
- package/css/themes/aquamarine.min.css +6 -0
- package/css/themes/cerulean.min.css +4 -3
- package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/custom/aquamarine/font/fonts.css +162 -0
- package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
- package/css/themes/custom/cerulean/button-cerulean.css +277 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
- package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
- package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
- package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
- package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
- package/css/themes/custom/darkly/custom-darkly.css +348 -0
- package/css/themes/custom/darkly/navbar-darkly.css +49 -0
- package/css/themes/custom/darkly/panel-darkly.css +90 -0
- package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
- package/css/themes/custom/flatly/custom-flatly.css +317 -0
- package/css/themes/custom/flatly/navbar-flatly.css +48 -0
- package/css/themes/custom/flatly/panel-flatly.css +83 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/custom/lumen/font/fonts.css +108 -0
- package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
- package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
- package/css/themes/custom/material/custom-material.css +3311 -172
- package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/custom/material/font/fonts.css +108 -0
- package/css/themes/custom/material/img/arrow-gray.svg +11 -0
- package/css/themes/custom/material/img/arrow-white.svg +11 -0
- package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/css/themes/custom/spacelab/button-spacelab.css +274 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/css/themes/custom/spacelab/font/fonts.css +89 -0
- package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
- package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
- package/css/themes/custom/superhero/custom-superhero.css +340 -0
- package/css/themes/custom/superhero/navbar-superhero.css +33 -0
- package/css/themes/custom/superhero/panel-superhero.css +58 -0
- package/css/themes/custom/superhero/tabs-superhero.css +25 -0
- package/css/themes/custom/theme-general/button.css +223 -0
- package/css/themes/custom/theme-general/carousel.css +5 -0
- package/css/themes/custom/theme-general/cookies.css +34 -0
- package/css/themes/custom/theme-general/forms.css +18 -0
- package/css/themes/custom/theme-general/login.css +21 -0
- package/css/themes/custom/theme-general/menu.css +23 -0
- package/css/themes/custom/theme-general/modal.css +13 -0
- package/css/themes/custom/theme-general/notification.css +27 -0
- package/css/themes/custom/theme-general/report-viewer.css +63 -0
- package/css/themes/custom/theme-general/scheduler.css +10 -0
- package/css/themes/custom/theme-general/slider.css +15 -0
- package/css/themes/custom/theme-general/table-grid.css +32 -0
- package/css/themes/custom/theme-general/tabs.css +49 -0
- package/css/themes/custom/theme-general/theme-general.css +180 -0
- package/css/themes/custom/theme-general/timeline.css +40 -0
- package/css/themes/custom/theme-general/treeview.css +74 -0
- package/css/themes/darkly.min.css +4 -3
- package/css/themes/flatly.min.css +4 -3
- package/css/themes/spacelab.min.css +5 -3
- package/css/themes/superhero.min.css +4 -3
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/list.template.html +1 -1
- package/dist/components/templates/radiogroup.template.html +1 -1
- package/dist/css/themes/aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
- package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
- package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material/custom-material.min.css +1 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/material/font/fonts.css +1 -0
- package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
- package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
- package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
- package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
- package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
- package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
- package/dist/css/themes/custom/theme-general/button.css +1 -0
- package/dist/css/themes/custom/theme-general/carousel.css +1 -0
- package/dist/css/themes/custom/theme-general/cookies.css +1 -0
- package/dist/css/themes/custom/theme-general/forms.css +1 -0
- package/dist/css/themes/custom/theme-general/login.css +1 -0
- package/dist/css/themes/custom/theme-general/menu.css +1 -0
- package/dist/css/themes/custom/theme-general/modal.css +1 -0
- package/dist/css/themes/custom/theme-general/notification.css +1 -0
- package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
- package/dist/css/themes/custom/theme-general/slider.css +1 -0
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
- package/dist/css/themes/custom/theme-general/tabs.css +1 -0
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
- package/dist/css/themes/custom/theme-general/timeline.css +1 -0
- package/dist/css/themes/custom/theme-general/treeview.css +1 -0
- package/dist/js/LanguageSelectDirective.js +1 -1
- package/dist/js/LocaleService.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/parameters.controller.js +1 -1
- package/js/app.js +1 -1
- package/js/dashboard/dashboard.service.js +10 -10
- package/js/directives.js +200 -165
- package/package.json +1 -1
- package/postupdate.json +10 -6
- package/cronapp-framework-js.iml +0 -9
- package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
- package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
- package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
- package/css/themes/custom/material/components_css/crn-button.css +0 -177
- package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
- package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
- package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
- package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
- package/css/themes/custom/material/components_css/login.css +0 -38
- package/css/themes/custom/material/components_css/ui-notification.css +0 -27
- package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
- package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
@import url("font/fonts.css");
|
|
2
|
+
@import 'button-spacelab.css';
|
|
3
|
+
@import 'panel-spacelab.css';
|
|
4
|
+
@import 'navbar-spacelab.css';
|
|
5
|
+
|
|
6
|
+
/* ==== VARIABLES ==== */
|
|
7
|
+
:root {
|
|
8
|
+
|
|
9
|
+
/* Font */
|
|
10
|
+
--fontFamily: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
11
|
+
--textColor: #2d2d2d;
|
|
12
|
+
--backgroundColor: #ffffff;
|
|
13
|
+
|
|
14
|
+
--textSmallSize: 12px;
|
|
15
|
+
--textNormalSize: 14px;
|
|
16
|
+
--textMediumSize: 16px;
|
|
17
|
+
--textBigSize: 18px;
|
|
18
|
+
--textExtraBigSize: 23px;
|
|
19
|
+
|
|
20
|
+
--textColor10: #dddddd;
|
|
21
|
+
--textColor20: #bdbdbd;
|
|
22
|
+
--textColor30: #989898;
|
|
23
|
+
--textColor40: #666666;
|
|
24
|
+
--textColor50: #595959;
|
|
25
|
+
--textColor60: #4b4b4b;
|
|
26
|
+
--textColor70: #383838;
|
|
27
|
+
|
|
28
|
+
/* Menus - Sizes and Distances */
|
|
29
|
+
--menuVerticalWidth: 270px;
|
|
30
|
+
--menuSideSize: 20px;
|
|
31
|
+
--menuItemBarSize: 6px;
|
|
32
|
+
--menuElementOverallPadding: 10px;
|
|
33
|
+
--menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
|
|
34
|
+
--menuItemIconWidth: 25px;
|
|
35
|
+
|
|
36
|
+
/* Background */
|
|
37
|
+
--backgroundColor10: #ffffff;
|
|
38
|
+
--backgroundColor20: #ffffff;
|
|
39
|
+
--backgroundColor30: #ffffff;
|
|
40
|
+
--backgroundColor40: #ffffff;
|
|
41
|
+
--backgroundColor50: #dfdfdf;
|
|
42
|
+
--backgroundColor60: #bbbbbb;
|
|
43
|
+
--backgroundColor70: #8c8c8c;
|
|
44
|
+
|
|
45
|
+
/* Distances */
|
|
46
|
+
--distanceNone: 0;
|
|
47
|
+
--distanceSmallest: 5px;
|
|
48
|
+
--distanceExtraSmall: 10px;
|
|
49
|
+
--distanceSmall: 15px;
|
|
50
|
+
--distanceMedium: 20px;
|
|
51
|
+
--distanceBig: 30px;
|
|
52
|
+
--distanceGiant: 40px;
|
|
53
|
+
--distanceTitan: 60px;
|
|
54
|
+
|
|
55
|
+
/* Border Radius */
|
|
56
|
+
--borderRadiusNone: 0;
|
|
57
|
+
--borderRadiusSmallest: 5px;
|
|
58
|
+
--borderRadiusExtraSmall: 10px;
|
|
59
|
+
--borderRadiusSmall: 15px;
|
|
60
|
+
--borderRadiusBig: 30px;
|
|
61
|
+
--borderRadiusGiant: 40px;
|
|
62
|
+
--borderRadiusTitan: 60px;
|
|
63
|
+
--borderRadiusFull: 99999px;
|
|
64
|
+
|
|
65
|
+
/* Color - Theme default */
|
|
66
|
+
--colorDefault10: #d9d9d9;
|
|
67
|
+
--colorDefault20: #b5b6b6;
|
|
68
|
+
--colorDefault30: #8a8b8b;
|
|
69
|
+
--colorDefault40: #474949;
|
|
70
|
+
--colorDefault50: #3e4040;
|
|
71
|
+
--colorDefault60: #343535;
|
|
72
|
+
--colorDefault70: #272828;
|
|
73
|
+
--textColorDefault10: #8c8c8c;
|
|
74
|
+
--textColorDefault20: #bbbbbb;
|
|
75
|
+
--textColorDefault30: #dfdfdf;
|
|
76
|
+
--textColorDefault40: #ffffff;
|
|
77
|
+
--textColorDefault50: #ffffff;
|
|
78
|
+
--textColorDefault60: #ffffff;
|
|
79
|
+
--textColorDefault70: #ffffff;
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
/* Color - Primary (web) - Positive (mobile) */
|
|
83
|
+
--colorPrimary10: #d9dee6;
|
|
84
|
+
--colorPrimary20: #b5bfcf;
|
|
85
|
+
--colorPrimary30: #899cb7;
|
|
86
|
+
--colorPrimary40: #446e9b;
|
|
87
|
+
--colorPrimary50: #3c6088;
|
|
88
|
+
--colorPrimary60: #325172;
|
|
89
|
+
--colorPrimary70: #253c55;
|
|
90
|
+
--textColorPrimary10: #8c8c8c;
|
|
91
|
+
--textColorPrimary20: #bbbbbb;
|
|
92
|
+
--textColorPrimary30: #dfdfdf;
|
|
93
|
+
--textColorPrimary40: #ffffff;
|
|
94
|
+
--textColorPrimary50: #ffffff;
|
|
95
|
+
--textColorPrimary60: #ffffff;
|
|
96
|
+
--textColorPrimary70: #ffffff;
|
|
97
|
+
|
|
98
|
+
/* Color - Success (web) - Balanced (mobile) */
|
|
99
|
+
--colorSuccess10: #d8ebd6;
|
|
100
|
+
--colorSuccess20: #b3daaf;
|
|
101
|
+
--colorSuccess30: #86c97f;
|
|
102
|
+
--colorSuccess40: #3cb521;
|
|
103
|
+
--colorSuccess50: #359e1d;
|
|
104
|
+
--colorSuccess60: #2c8518;
|
|
105
|
+
--colorSuccess70: #216312;
|
|
106
|
+
--textColorSuccess10: #8c8c8c;
|
|
107
|
+
--textColorSuccess20: #bbbbbb;
|
|
108
|
+
--textColorSuccess30: #dfdfdf;
|
|
109
|
+
--textColorSuccess40: #ffffff;
|
|
110
|
+
--textColorSuccess50: #ffffff;
|
|
111
|
+
--textColorSuccess60: #ffffff;
|
|
112
|
+
--textColorSuccess70: #ffffff;
|
|
113
|
+
|
|
114
|
+
/* Color - Warning (web) - energized (mobile) */
|
|
115
|
+
--colorWarning10: #f3dfd5;
|
|
116
|
+
--colorWarning20: #e9c2ae;
|
|
117
|
+
--colorWarning30: #dfa07b;
|
|
118
|
+
--colorWarning40: #d47500;
|
|
119
|
+
--colorWarning50: #ba6600;
|
|
120
|
+
--colorWarning60: #9b5600;
|
|
121
|
+
--colorWarning70: #744000;
|
|
122
|
+
--textColorWarning10: #8c8c8c;
|
|
123
|
+
--textColorWarning20: #bbbbbb;
|
|
124
|
+
--textColorWarning30: #dfdfdf;
|
|
125
|
+
--textColorWarning40: #ffffff;
|
|
126
|
+
--textColorWarning50: #ffffff;
|
|
127
|
+
--textColorWarning60: #ffffff;
|
|
128
|
+
--textColorWarning70: #ffffff;
|
|
129
|
+
|
|
130
|
+
/* Color - Danger (web) - assertive (mobile) */
|
|
131
|
+
--colorDanger10: #f1d5d5;
|
|
132
|
+
--colorDanger20: #e6aeae;
|
|
133
|
+
--colorDanger30: #da7b7b;
|
|
134
|
+
--colorDanger40: #cd0200;
|
|
135
|
+
--colorDanger50: #b30200;
|
|
136
|
+
--colorDanger60: #960100;
|
|
137
|
+
--colorDanger70: #700100;
|
|
138
|
+
--textColorDanger10: #8c8c8c;
|
|
139
|
+
--textColorDanger20: #bbbbbb;
|
|
140
|
+
--textColorDanger30: #dfdfdf;
|
|
141
|
+
--textColorDanger40: #ffffff;
|
|
142
|
+
--textColorDanger50: #ffffff;
|
|
143
|
+
--textColorDanger60: #ffffff;
|
|
144
|
+
--textColorDanger70: #ffffff;
|
|
145
|
+
|
|
146
|
+
/* Color - Royal (mobile) */
|
|
147
|
+
--colorRoyal10: #e2ddf9;
|
|
148
|
+
--colorRoyal20: #c8bef4;
|
|
149
|
+
--colorRoyal30: #ab9aef;
|
|
150
|
+
--colorRoyal40: #886aea;
|
|
151
|
+
--colorRoyal50: #775dcd;
|
|
152
|
+
--colorRoyal60: #644eab;
|
|
153
|
+
--colorRoyal70: #4a3a80;
|
|
154
|
+
|
|
155
|
+
--textColorRoyal10: #8c8c8c;
|
|
156
|
+
--textColorRoyal20: #bbbbbb;
|
|
157
|
+
--textColorRoyal30: #dfdfdf;
|
|
158
|
+
--textColorRoyal40: #ffffff;
|
|
159
|
+
--textColorRoyal50: #ffffff;
|
|
160
|
+
--textColorRoyal60: #ffffff;
|
|
161
|
+
--textColorRoyal70: #ffffff;
|
|
162
|
+
|
|
163
|
+
/* Color - Info (web) - Calm (mobile) */
|
|
164
|
+
--colorCalm10: #d7e5fb;
|
|
165
|
+
--colorCalm20: #b2cff9;
|
|
166
|
+
--colorCalm30: #83b6f6;
|
|
167
|
+
--colorCalm40: #3399f3;
|
|
168
|
+
--colorCalm50: #2d86d5;
|
|
169
|
+
--colorCalm60: #2570b2;
|
|
170
|
+
--colorCalm70: #1c5485;
|
|
171
|
+
--textColorCalm10: #8c8c8c;
|
|
172
|
+
--textColorCalm20: #bbbbbb;
|
|
173
|
+
--textColorCalm30: #dfdfdf;
|
|
174
|
+
--textColorCalm40: #ffffff;
|
|
175
|
+
--textColorCalm50: #ffffff;
|
|
176
|
+
--textColorCalm60: #ffffff;
|
|
177
|
+
--textColorCalm70: #ffffff;
|
|
178
|
+
|
|
179
|
+
/* Color - Light (web e mobile) */
|
|
180
|
+
--colorLight10: #fafafa;
|
|
181
|
+
--colorLight20: #f6f6f6;
|
|
182
|
+
--colorLight30: #f2f2f2;
|
|
183
|
+
--colorLight40: #eeeeee;
|
|
184
|
+
--colorLight50: #d0d0d0;
|
|
185
|
+
--colorLight60: #aeaeae;
|
|
186
|
+
--colorLight70: #828282;
|
|
187
|
+
--textColorLight10: #000000;
|
|
188
|
+
--textColorLight20: #000000;
|
|
189
|
+
--textColorLight30: #000000;
|
|
190
|
+
--textColorLight40: #000000;
|
|
191
|
+
--textColorLight50: #7b7b7b;
|
|
192
|
+
--textColorLight60: #aeaeae;
|
|
193
|
+
--textColorLight70: #d5d5d5;
|
|
194
|
+
|
|
195
|
+
/* Color - Stable (mobile) */
|
|
196
|
+
--colorStable10: #fdfdfd;
|
|
197
|
+
--colorStable20: #fbfbfb;
|
|
198
|
+
--colorStable30: #fafafa;
|
|
199
|
+
--colorStable40: #f8f8f8;
|
|
200
|
+
--colorStable50: #d9d9d9;
|
|
201
|
+
--colorStable60: #b6b6b6;
|
|
202
|
+
--colorStable70: #888888;
|
|
203
|
+
--textColorStable10: #252525;
|
|
204
|
+
--textColorStable20: #323232;
|
|
205
|
+
--textColorStable30: #3c3c3c;
|
|
206
|
+
--textColorStable40: #444444;
|
|
207
|
+
--textColorStable50: #898989;
|
|
208
|
+
--textColorStable60: #b5b5b5;
|
|
209
|
+
--textColorStable70: #d9d9d9;
|
|
210
|
+
|
|
211
|
+
/* Color - Dark (web e mobile) */
|
|
212
|
+
--colorDark10: #d7d7d7;
|
|
213
|
+
--colorDark20: #b2b2b2;
|
|
214
|
+
--colorDark30: #838383;
|
|
215
|
+
--colorDark40: #333333;
|
|
216
|
+
--colorDark50: #2d2d2d;
|
|
217
|
+
--colorDark60: #252525;
|
|
218
|
+
--colorDark70: #1c1c1c;
|
|
219
|
+
--textColorDark10: #8c8c8c;
|
|
220
|
+
--textColorDark20: #bbbbbb;
|
|
221
|
+
--textColorDark30: #dfdfdf;
|
|
222
|
+
--textColorDark40: #ffffff;
|
|
223
|
+
--textColorDark50: #ffffff;
|
|
224
|
+
--textColorDark60: #ffffff;
|
|
225
|
+
--textColorDark70: #ffffff;
|
|
226
|
+
|
|
227
|
+
/* Color - Neutral (web e mobile) */
|
|
228
|
+
--colorNeutral00: #FFFFFF;
|
|
229
|
+
--colorNeutral10: #F1F1F1;
|
|
230
|
+
--colorNeutral20: #E3E3E3;
|
|
231
|
+
--colorNeutral30: #D5D5D5;
|
|
232
|
+
--colorNeutral40: #C7C7C7;
|
|
233
|
+
--colorNeutral50: #B9B9B9;
|
|
234
|
+
--colorNeutral60: #ACACAC;
|
|
235
|
+
--colorNeutral70: #9E9E9E;
|
|
236
|
+
--colorNeutral80: #909090;
|
|
237
|
+
--colorNeutral90: #828282;
|
|
238
|
+
--colorNeutral100: #747474;
|
|
239
|
+
--colorNeutral110: #666666;
|
|
240
|
+
--colorNeutral120: #5D5D5D;
|
|
241
|
+
--colorNeutral130: #535353;
|
|
242
|
+
--colorNeutral140: #4A4A4A;
|
|
243
|
+
--colorNeutral150: #414141;
|
|
244
|
+
--colorNeutral160: #383838;
|
|
245
|
+
--colorNeutral170: #2E2E2E;
|
|
246
|
+
--colorNeutral180: #252525;
|
|
247
|
+
--colorNeutral190: #1C1C1C;
|
|
248
|
+
--colorNeutral200: #131313;
|
|
249
|
+
--colorNeutral210: #090909;
|
|
250
|
+
--colorNeutral220: #000000;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Open Sans';
|
|
3
|
+
src: url('OpenSans-Bold.woff2') format('woff2'),
|
|
4
|
+
url('OpenSans-Bold.woff') format('woff');
|
|
5
|
+
font-weight: bold;
|
|
6
|
+
font-style: normal;
|
|
7
|
+
font-display: swap;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Open Sans';
|
|
12
|
+
src: url('OpenSans-Extrabold.woff2') format('woff2'),
|
|
13
|
+
url('OpenSans-Extrabold.woff') format('woff');
|
|
14
|
+
font-weight: bold;
|
|
15
|
+
font-style: normal;
|
|
16
|
+
font-display: swap;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: 'Open Sans';
|
|
21
|
+
src: url('OpenSans-BoldItalic.woff2') format('woff2'),
|
|
22
|
+
url('OpenSans-BoldItalic.woff') format('woff');
|
|
23
|
+
font-weight: bold;
|
|
24
|
+
font-style: italic;
|
|
25
|
+
font-display: swap;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Open Sans';
|
|
30
|
+
src: url('OpenSans-ExtraboldItalic.woff2') format('woff2'),
|
|
31
|
+
url('OpenSans-ExtraboldItalic.woff') format('woff');
|
|
32
|
+
font-weight: bold;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
font-display: swap;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: 'Open Sans';
|
|
39
|
+
src: url('OpenSans-Italic.woff2') format('woff2'),
|
|
40
|
+
url('OpenSans-Italic.woff') format('woff');
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
font-style: italic;
|
|
43
|
+
font-display: swap;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: 'Open Sans';
|
|
48
|
+
src: url('OpenSans-Light.woff2') format('woff2'),
|
|
49
|
+
url('OpenSans-Light.woff') format('woff');
|
|
50
|
+
font-weight: 300;
|
|
51
|
+
font-style: normal;
|
|
52
|
+
font-display: swap;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: 'Open Sans';
|
|
57
|
+
src: url('OpenSansLight-Italic.woff2') format('woff2'),
|
|
58
|
+
url('OpenSansLight-Italic.woff') format('woff');
|
|
59
|
+
font-weight: 300;
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-display: swap;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Open Sans';
|
|
66
|
+
src: url('OpenSans.woff2') format('woff2'),
|
|
67
|
+
url('OpenSans.woff') format('woff');
|
|
68
|
+
font-weight: normal;
|
|
69
|
+
font-style: normal;
|
|
70
|
+
font-display: swap;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@font-face {
|
|
74
|
+
font-family: 'Open Sans';
|
|
75
|
+
src: url('OpenSans-Semibold.woff2') format('woff2'),
|
|
76
|
+
url('OpenSans-Semibold.woff') format('woff');
|
|
77
|
+
font-weight: 600;
|
|
78
|
+
font-style: normal;
|
|
79
|
+
font-display: swap;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Open Sans';
|
|
84
|
+
src: url('OpenSans-SemiboldItalic.woff2') format('woff2'),
|
|
85
|
+
url('OpenSans-SemiboldItalic.woff') format('woff');
|
|
86
|
+
font-weight: 600;
|
|
87
|
+
font-style: italic;
|
|
88
|
+
font-display: swap;
|
|
89
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.navbar {
|
|
2
|
+
background-image: linear-gradient(var(--colorLight10, #f2f2f2), var(--colorLight40, #eeeeee) 50%, var(--colorLight40 , #aeaeae));
|
|
3
|
+
border-bottom: 1px solid var(--colorLight50);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.navbar-inverse {
|
|
7
|
+
background-image: linear-gradient(var(--colorPrimary10, #f2f2f2), var(--colorPrimary40, #eeeeee) 50%, var(--colorPrimary40 , #aeaeae));
|
|
8
|
+
border: 1px solid #345578;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.navbar-inverse .badge {
|
|
12
|
+
background-color: #fff;
|
|
13
|
+
color: #446e9b;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
17
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
18
|
+
color: var(--textColor40, #666666);
|
|
19
|
+
font-size: var(--textNormalSize, 14px);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
|
|
23
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover {
|
|
24
|
+
color: var(--colorCalm40, #3399f3);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
28
|
+
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
29
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
30
|
+
text-decoration: none;
|
|
31
|
+
background-color: var(--colorPrimary40, #446e9b);
|
|
32
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
|
|
2
|
+
.panel-default {
|
|
3
|
+
border-color: #dddddd;
|
|
4
|
+
}
|
|
5
|
+
.panel-default > .panel-heading {
|
|
6
|
+
color: #333333;
|
|
7
|
+
background-color: #f5f5f5;
|
|
8
|
+
border-color: #dddddd;
|
|
9
|
+
}
|
|
10
|
+
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
|
11
|
+
border-top-color: #dddddd;
|
|
12
|
+
}
|
|
13
|
+
.panel-default > .panel-heading .badge {
|
|
14
|
+
color: #f5f5f5;
|
|
15
|
+
background-color: #333333;
|
|
16
|
+
}
|
|
17
|
+
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
|
18
|
+
border-bottom-color: #dddddd;
|
|
19
|
+
}
|
|
20
|
+
.panel-primary {
|
|
21
|
+
border-color: #446e9b;
|
|
22
|
+
}
|
|
23
|
+
.panel-primary > .panel-heading {
|
|
24
|
+
color: #ffffff;
|
|
25
|
+
background-color: #446e9b;
|
|
26
|
+
border-color: #446e9b;
|
|
27
|
+
}
|
|
28
|
+
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
29
|
+
border-top-color: #446e9b;
|
|
30
|
+
}
|
|
31
|
+
.panel-primary > .panel-heading .badge {
|
|
32
|
+
color: #446e9b;
|
|
33
|
+
background-color: #ffffff;
|
|
34
|
+
}
|
|
35
|
+
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
|
36
|
+
border-bottom-color: #446e9b;
|
|
37
|
+
}
|
|
38
|
+
.panel-success {
|
|
39
|
+
border-color: #d6e9c6;
|
|
40
|
+
}
|
|
41
|
+
.panel-success > .panel-heading {
|
|
42
|
+
color: #468847;
|
|
43
|
+
background-color: #dff0d8;
|
|
44
|
+
border-color: #d6e9c6;
|
|
45
|
+
}
|
|
46
|
+
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
|
47
|
+
border-top-color: #d6e9c6;
|
|
48
|
+
}
|
|
49
|
+
.panel-success > .panel-heading .badge {
|
|
50
|
+
color: #dff0d8;
|
|
51
|
+
background-color: #468847;
|
|
52
|
+
}
|
|
53
|
+
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
|
54
|
+
border-bottom-color: #d6e9c6;
|
|
55
|
+
}
|
|
56
|
+
.panel-info {
|
|
57
|
+
border-color: #bce8f1;
|
|
58
|
+
}
|
|
59
|
+
.panel-info > .panel-heading {
|
|
60
|
+
color: #3a87ad;
|
|
61
|
+
background-color: #d9edf7;
|
|
62
|
+
border-color: #bce8f1;
|
|
63
|
+
}
|
|
64
|
+
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
|
65
|
+
border-top-color: #bce8f1;
|
|
66
|
+
}
|
|
67
|
+
.panel-info > .panel-heading .badge {
|
|
68
|
+
color: #d9edf7;
|
|
69
|
+
background-color: #3a87ad;
|
|
70
|
+
}
|
|
71
|
+
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
|
72
|
+
border-bottom-color: #bce8f1;
|
|
73
|
+
}
|
|
74
|
+
.panel-warning {
|
|
75
|
+
border-color: #fbeed5;
|
|
76
|
+
}
|
|
77
|
+
.panel-warning > .panel-heading {
|
|
78
|
+
color: #c09853;
|
|
79
|
+
background-color: #fcf8e3;
|
|
80
|
+
border-color: #fbeed5;
|
|
81
|
+
}
|
|
82
|
+
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
|
83
|
+
border-top-color: #fbeed5;
|
|
84
|
+
}
|
|
85
|
+
.panel-warning > .panel-heading .badge {
|
|
86
|
+
color: #fcf8e3;
|
|
87
|
+
background-color: #c09853;
|
|
88
|
+
}
|
|
89
|
+
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
|
90
|
+
border-bottom-color: #fbeed5;
|
|
91
|
+
}
|
|
92
|
+
.panel-danger {
|
|
93
|
+
border-color: #eed3d7;
|
|
94
|
+
}
|
|
95
|
+
.panel-danger > .panel-heading {
|
|
96
|
+
color: #b94a48;
|
|
97
|
+
background-color: #f2dede;
|
|
98
|
+
border-color: #eed3d7;
|
|
99
|
+
}
|
|
100
|
+
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
|
101
|
+
border-top-color: #eed3d7;
|
|
102
|
+
}
|
|
103
|
+
.panel-danger > .panel-heading .badge {
|
|
104
|
+
color: #f2dede;
|
|
105
|
+
background-color: #b94a48;
|
|
106
|
+
}
|
|
107
|
+
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
|
108
|
+
border-bottom-color: #eed3d7;
|
|
109
|
+
}
|