cronapp-framework-js 2.9.2 → 2.9.3-SP.10
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-anchor.components.json +30 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-datepicker.components.json +5 -0
- package/components/crn-datetimepicker.components.json +5 -0
- package/components/crn-dynamic-image.components.json +38 -2
- package/components/crn-enterprise-checkbox.components.json +2 -0
- package/components/crn-enterprise-combobox.components.json +12 -2
- package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
- package/components/crn-text-component.components.json +19 -7
- package/components/crn-textinputicon.components.json +26 -0
- package/components/crn-upload-file.components.json +9 -5
- package/components/crn-upload.components.json +22 -1
- package/components/templates/anchor.template.html +1 -1
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +4 -2
- package/components/templates/date.template.html +2 -2
- package/components/templates/dynamicimage.designtime.html +19 -0
- package/components/templates/fileupload-button.template.html +2 -2
- package/components/templates/fileupload.template.html +3 -3
- package/components/templates/textinputicon.template.html +1 -1
- package/css/app.css +6 -12
- package/css/themes/custom/aquamarine/custom-aquamarine.css +33 -5
- package/css/themes/custom/aquamarine/navbar-aquamarine.css +9 -8
- package/css/themes/custom/cerulean/custom-cerulean.css +48 -7
- package/css/themes/custom/cerulean/navbar-cerulean.css +8 -0
- package/css/themes/custom/cosmo/button-cosmo.css +8 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +99 -32
- package/css/themes/custom/cosmo/navbar-cosmo.css +23 -11
- package/css/themes/custom/cyborg/custom-cyborg.css +119 -38
- package/css/themes/custom/cyborg/navbar-cyborg.css +16 -8
- package/css/themes/custom/darkly/custom-darkly.css +62 -10
- package/css/themes/custom/dsgov/custom-dsgov.css +29 -4
- package/css/themes/custom/dsgov/form-dsgov.css +31 -10
- package/css/themes/custom/dsgov/navbar-dsgov.css +62 -41
- package/css/themes/custom/flatly/custom-flatly.css +68 -20
- package/css/themes/custom/flatly/navbar-flatly.css +21 -0
- package/css/themes/custom/fuse/custom-fuse.css +39 -24
- package/css/themes/custom/journal/custom-journal.css +113 -32
- package/css/themes/custom/journal/navbar-journal.css +30 -16
- package/css/themes/custom/lumen/button-lumen.css +16 -0
- package/css/themes/custom/lumen/custom-lumen.css +139 -36
- package/css/themes/custom/lumen/panel-lumen.css +14 -54
- package/css/themes/custom/material/custom-material.css +9 -17
- package/css/themes/custom/paper/custom-paper.css +125 -34
- package/css/themes/custom/paper/navbar-paper.css +1 -1
- package/css/themes/custom/readable/custom-readable.css +161 -77
- package/css/themes/custom/readable/panel-readable.css +8 -8
- package/css/themes/custom/sandstone/custom-sandstone.css +107 -51
- package/css/themes/custom/sandstone/panel-sandstone.css +2 -2
- package/css/themes/custom/simplex/button-simplex.css +21 -1
- package/css/themes/custom/simplex/custom-simplex.css +112 -33
- package/css/themes/custom/simplex/panel-simplex.css +5 -6
- package/css/themes/custom/slate/button-slate.css +20 -0
- package/css/themes/custom/slate/custom-slate.css +149 -76
- package/css/themes/custom/slate/panel-slate.css +15 -17
- package/css/themes/custom/spacelab/button-spacelab.css +20 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +122 -44
- package/css/themes/custom/superhero/button-superhero.css +16 -0
- package/css/themes/custom/superhero/custom-superhero.css +165 -50
- package/css/themes/custom/theme-general/button.css +10 -0
- package/css/themes/custom/theme-general/forms.css +57 -2
- package/css/themes/custom/theme-general/login.css +11 -16
- package/css/themes/custom/theme-general/scheduler.css +18 -6
- package/css/themes/custom/theme-general/theme-general.css +49 -6
- package/css/themes/custom/united/custom-united.css +117 -37
- package/css/themes/custom/yeti/custom-yeti.css +152 -37
- package/deprecated/css/animate.css +433 -0
- package/deprecated/css/app.css +433 -0
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +263 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/css/modalTemplate.css +37 -0
- package/deprecated/css/themes/cerulean.min.css +7 -0
- package/deprecated/css/themes/cosmo.min.css +7 -0
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
- package/deprecated/css/themes/cyborg.min.css +7 -0
- package/deprecated/css/themes/darkly.min.css +7 -0
- package/deprecated/css/themes/flatly.min.css +7 -0
- package/deprecated/css/themes/fuse.min.css +7 -0
- package/deprecated/css/themes/journal.min.css +7 -0
- package/deprecated/css/themes/lumen.min.css +7 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/css/themes/paper.min.css +7 -0
- package/deprecated/css/themes/readable.min.css +7 -0
- package/deprecated/css/themes/sandstone.min.css +7 -0
- package/deprecated/css/themes/simplex.min.css +7 -0
- package/deprecated/css/themes/slate.min.css +7 -0
- package/deprecated/css/themes/spacelab.min.css +7 -0
- package/deprecated/css/themes/superhero.min.css +7 -0
- package/deprecated/css/themes/united.min.css +7 -0
- package/deprecated/css/themes/yeti.min.css +7 -0
- package/deprecated/dist/components/css/font-size.css +1 -0
- package/deprecated/dist/components/css/image.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
- package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
- package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
- package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
- package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
- package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
- package/deprecated/dist/components/reports/reports.parameters.html +1 -0
- package/deprecated/dist/components/reports/reports.view.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/deprecated/dist/components/templates/accordion.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
- package/deprecated/dist/components/templates/banner.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
- package/deprecated/dist/components/templates/carousel.template.html +1 -0
- package/deprecated/dist/components/templates/cell.template.html +1 -0
- package/deprecated/dist/components/templates/chart.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
- package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
- package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
- package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
- package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
- package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-date.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
- package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
- package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
- package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
- package/deprecated/dist/components/templates/datasource.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
- package/deprecated/dist/components/templates/date.template.html +1 -0
- package/deprecated/dist/components/templates/datetime.template.html +1 -0
- package/deprecated/dist/components/templates/div.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload.template.html +1 -0
- package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
- package/deprecated/dist/components/templates/foot-row.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
- package/deprecated/dist/components/templates/grid.template.html +1 -0
- package/deprecated/dist/components/templates/head-cell.template.html +1 -0
- package/deprecated/dist/components/templates/head-row.template.html +1 -0
- package/deprecated/dist/components/templates/head.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/icon.template.html +1 -0
- package/deprecated/dist/components/templates/image-menu.template.html +1 -0
- package/deprecated/dist/components/templates/image.default.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/navbar.template.html +1 -0
- package/deprecated/dist/components/templates/panel.template.html +1 -0
- package/deprecated/dist/components/templates/qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/row.template.html +1 -0
- package/deprecated/dist/components/templates/sidebar.template.html +1 -0
- package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/sub-form.template.html +1 -0
- package/deprecated/dist/components/templates/subtitle.template.html +1 -0
- package/deprecated/dist/components/templates/table.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/text.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
- package/deprecated/dist/components/templates/time.template.html +1 -0
- package/deprecated/dist/components/templates/title-default.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/treeview.template.html +1 -0
- package/deprecated/dist/css/animate.css +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/dist/css/modalTemplate.css +1 -0
- package/deprecated/dist/css/themes/cerulean.min.css +1 -0
- package/deprecated/dist/css/themes/cosmo.min.css +1 -0
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/deprecated/dist/css/themes/cyborg.min.css +1 -0
- package/deprecated/dist/css/themes/darkly.min.css +1 -0
- package/deprecated/dist/css/themes/flatly.min.css +1 -0
- package/deprecated/dist/css/themes/fuse.min.css +1 -0
- package/deprecated/dist/css/themes/journal.min.css +1 -0
- package/deprecated/dist/css/themes/lumen.min.css +1 -0
- package/deprecated/dist/css/themes/material.min.css +1 -0
- package/deprecated/dist/css/themes/paper.min.css +1 -0
- package/deprecated/dist/css/themes/readable.min.css +1 -0
- package/deprecated/dist/css/themes/sandstone.min.css +1 -0
- package/deprecated/dist/css/themes/simplex.min.css +1 -0
- package/deprecated/dist/css/themes/slate.min.css +1 -0
- package/deprecated/dist/css/themes/spacelab.min.css +1 -0
- package/deprecated/dist/css/themes/superhero.min.css +1 -0
- package/deprecated/dist/css/themes/united.min.css +1 -0
- package/deprecated/dist/css/themes/yeti.min.css +1 -0
- package/deprecated/dist/i18n/locale_en_us.json +143 -0
- package/deprecated/dist/i18n/locale_pt_br.json +143 -0
- package/deprecated/dist/img/ballon_icon.svg +1 -0
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/deprecated/dist/img/cronGrid.png +0 -0
- package/deprecated/dist/img/cronRichEditor.png +0 -0
- package/deprecated/dist/img/cronapp-logo-login.png +0 -0
- package/deprecated/dist/img/img-user.svg +1 -0
- package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +1 -0
- package/deprecated/dist/img/nophoto.png +0 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qrcode.png +0 -0
- package/deprecated/dist/img/recaptcha-logo.svg +1 -0
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +1 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/switch.png +0 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +14 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/stateProvider.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/ballon_icon.svg +3 -0
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
- package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
- package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
- package/deprecated/img/cron-icon/crn-grid.svg +27 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
- package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
- package/deprecated/img/cron-icon/crn-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
- package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
- package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
- package/deprecated/img/cron-icon/crn-panel.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
- package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
- package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
- package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
- package/deprecated/img/cron-icon/crn-slider.svg +19 -0
- package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
- package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
- package/deprecated/img/cron-icon/crn-table.svg +20 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
- package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
- package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
- package/deprecated/img/cron-icon/crn-upload.svg +20 -0
- package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
- package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
- package/deprecated/img/cronGrid.png +0 -0
- package/deprecated/img/cronRichEditor.png +0 -0
- package/deprecated/img/cronapp-logo-login.png +0 -0
- package/deprecated/img/img-user.svg +1 -0
- package/deprecated/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +1 -0
- package/deprecated/img/nophoto.png +0 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qrcode.png +0 -0
- package/deprecated/img/recaptcha-logo.svg +1 -0
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +44 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/dist/components/templates/anchor.template.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/date.template.html +1 -1
- package/dist/components/templates/dynamicimage.designtime.html +2 -0
- package/dist/components/templates/fileupload-button.template.html +1 -1
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/navbar-journal.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/panel-simplex.css +1 -1
- package/dist/css/themes/custom/slate/button-slate.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/slate/panel-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +42 -6
- package/dist/js/reports/parameters.controller.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/js/app.js +7 -4
- package/js/customStateProvider.js +0 -2
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +254 -104
- package/js/reports/parameters.controller.js +2 -2
- package/js/reports/reports.service.js +31 -2
- package/js/stateProvider.js +5 -7
- package/package.json +1 -1
- package/css/themes/deprecated/aquamarine.min.css +0 -6
- package/css/themes/deprecated/cerulean.min.css +0 -7
- package/css/themes/deprecated/cosmo.min.css +0 -7
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
- package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
- package/css/themes/deprecated/cyborg.min.css +0 -7
- package/css/themes/deprecated/darkly.min.css +0 -7
- package/css/themes/deprecated/dsgov.min.css +0 -6
- package/css/themes/deprecated/flatly.min.css +0 -7
- package/css/themes/deprecated/fuse.min.css +0 -7
- package/css/themes/deprecated/journal.min.css +0 -7
- package/css/themes/deprecated/lumen.min.css +0 -7
- package/css/themes/deprecated/material.min.css +0 -4
- package/css/themes/deprecated/material_raiz.min.css +0 -3
- package/css/themes/deprecated/paper.min.css +0 -7
- package/css/themes/deprecated/readable.min.css +0 -7
- package/css/themes/deprecated/sandstone.min.css +0 -7
- package/css/themes/deprecated/simplex.min.css +0 -7
- package/css/themes/deprecated/slate.min.css +0 -7
- package/css/themes/deprecated/spacelab.min.css +0 -7
- package/css/themes/deprecated/superhero.min.css +0 -7
- package/css/themes/deprecated/united.min.css +0 -7
- package/css/themes/deprecated/yeti.min.css +0 -7
- package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/cerulean.min.css +0 -1
- package/dist/css/themes/deprecated/cosmo.min.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
- package/dist/css/themes/deprecated/cyborg.min.css +0 -1
- package/dist/css/themes/deprecated/darkly.min.css +0 -1
- package/dist/css/themes/deprecated/dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/flatly.min.css +0 -1
- package/dist/css/themes/deprecated/fuse.min.css +0 -1
- package/dist/css/themes/deprecated/journal.min.css +0 -1
- package/dist/css/themes/deprecated/lumen.min.css +0 -1
- package/dist/css/themes/deprecated/material.min.css +0 -1
- package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
- package/dist/css/themes/deprecated/paper.min.css +0 -1
- package/dist/css/themes/deprecated/readable.min.css +0 -1
- package/dist/css/themes/deprecated/sandstone.min.css +0 -1
- package/dist/css/themes/deprecated/simplex.min.css +0 -1
- package/dist/css/themes/deprecated/slate.min.css +0 -1
- package/dist/css/themes/deprecated/spacelab.min.css +0 -1
- package/dist/css/themes/deprecated/superhero.min.css +0 -1
- package/dist/css/themes/deprecated/united.min.css +0 -1
- package/dist/css/themes/deprecated/yeti.min.css +0 -1
- /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
|
@@ -2,28 +2,30 @@
|
|
|
2
2
|
background: var(--colorDefault40, #1351b4);
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.navbar.navbar-default {
|
|
6
6
|
background: var(--backgroundColor40, #ffffff);
|
|
7
7
|
box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
|
|
8
8
|
border: 0;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
.navbar.navbar-default .container-fluid {
|
|
12
12
|
display: flex;
|
|
13
13
|
justify-content: space-between;
|
|
14
14
|
padding: 0 var(--menuSideSize);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.
|
|
17
|
+
.navbar.navbar-default .container-fluid #navbar {
|
|
18
18
|
width: 100%;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav .nav,
|
|
23
|
+
.crn-navigator-horizontal .navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
22
24
|
float: right !important;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav>li>a,
|
|
28
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav>li.open>a {
|
|
27
29
|
background: var(--colorNeutral10, #F1F1F1);
|
|
28
30
|
border-radius: var(--borderRadiusFull, 99999px);
|
|
29
31
|
padding: 5px;
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
align-items: center;
|
|
32
34
|
}
|
|
33
35
|
|
|
34
|
-
.
|
|
36
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav {
|
|
35
37
|
margin: 9px 0px;
|
|
36
38
|
}
|
|
37
39
|
|
|
@@ -51,8 +53,10 @@
|
|
|
51
53
|
color: var(--colorDefault40, #1351b4);
|
|
52
54
|
}
|
|
53
55
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
57
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a,
|
|
58
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
59
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
56
60
|
color: var(--colorDefault40, #1351b4);
|
|
57
61
|
font-size: var(--textNormalSize, 16px);
|
|
58
62
|
display: flex;
|
|
@@ -60,17 +64,21 @@
|
|
|
60
64
|
justify-content: space-between;
|
|
61
65
|
}
|
|
62
66
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
.navbar-default .navbar-nav
|
|
66
|
-
.navbar-default .navbar-nav
|
|
67
|
-
.navbar-default .navbar-nav>.open>a
|
|
67
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li a:hover,
|
|
68
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
69
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li a:hover,
|
|
70
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
71
|
+
.navbar.navbar-default .navbar-nav>.open>a,
|
|
72
|
+
.navbar.navbar-default .navbar-nav>.open>a:focus,
|
|
73
|
+
.navbar.navbar-default .navbar-nav>.open>a:hover {
|
|
68
74
|
color: var(--colorDefault50, #11479e);
|
|
69
75
|
background: transparent;
|
|
70
76
|
}
|
|
71
77
|
|
|
72
|
-
|
|
73
|
-
|
|
78
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
79
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover,
|
|
80
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
81
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
74
82
|
color: var(--colorDefault40, #1351b4);
|
|
75
83
|
background: var(--colorDefault10, #d6daeb);
|
|
76
84
|
}
|
|
@@ -82,12 +90,14 @@
|
|
|
82
90
|
border: 0;
|
|
83
91
|
}
|
|
84
92
|
|
|
85
|
-
.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu {
|
|
93
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu {
|
|
86
94
|
top: auto;
|
|
87
95
|
}
|
|
88
96
|
|
|
89
|
-
|
|
90
|
-
|
|
97
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
98
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a,
|
|
99
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
100
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a {
|
|
91
101
|
color: var(--colorDefault40, #1351b4);
|
|
92
102
|
padding-top: 10px;
|
|
93
103
|
padding-bottom: 10px;
|
|
@@ -95,8 +105,8 @@
|
|
|
95
105
|
justify-content: flex-start;
|
|
96
106
|
}
|
|
97
107
|
|
|
98
|
-
.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
99
|
-
.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu li:last-child a {
|
|
108
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu li:last-child a,
|
|
109
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu li:last-child a {
|
|
100
110
|
border: 0;
|
|
101
111
|
}
|
|
102
112
|
|
|
@@ -116,16 +126,16 @@
|
|
|
116
126
|
border-bottom: 0;
|
|
117
127
|
}
|
|
118
128
|
|
|
119
|
-
.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu {
|
|
129
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav .dropdown-menu {
|
|
120
130
|
margin-top: -4px;
|
|
121
131
|
}
|
|
122
132
|
|
|
123
|
-
.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu {
|
|
133
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav .dropdown-menu {
|
|
124
134
|
margin-top: 11px;
|
|
125
135
|
}
|
|
126
136
|
|
|
127
|
-
.
|
|
128
|
-
.
|
|
137
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li a span.caret:hover,
|
|
138
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret:hover {
|
|
129
139
|
background: var(--colorDefault10, #d6daeb);
|
|
130
140
|
color: var(--colorDefault40, #1351b4);
|
|
131
141
|
}
|
|
@@ -141,22 +151,25 @@
|
|
|
141
151
|
padding: 0 var(--menuItemPaddingSize, 15px);
|
|
142
152
|
}
|
|
143
153
|
|
|
144
|
-
.
|
|
154
|
+
.navbar.navbar-default .navbar-brand {
|
|
145
155
|
padding-left: 0;
|
|
146
156
|
}
|
|
147
157
|
|
|
148
158
|
.navbar-default .navbar-toggle,
|
|
149
|
-
.
|
|
159
|
+
.navbar.navbar-default .container-fluid .navbar-header {
|
|
150
160
|
margin-right: 0;
|
|
151
161
|
margin-left: 0;
|
|
152
162
|
}
|
|
153
163
|
|
|
154
|
-
|
|
155
|
-
|
|
164
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
165
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a,
|
|
166
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
167
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
156
168
|
justify-content: flex-start;
|
|
157
169
|
}
|
|
158
170
|
|
|
159
|
-
|
|
171
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a.dropdown-toggle,
|
|
172
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a.dropdown-toggle {
|
|
160
173
|
gap: 9px;
|
|
161
174
|
width: fit-content;
|
|
162
175
|
}
|
|
@@ -182,35 +195,39 @@
|
|
|
182
195
|
}
|
|
183
196
|
|
|
184
197
|
@media (max-width: 767px) {
|
|
185
|
-
.
|
|
198
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav {
|
|
186
199
|
float: none !important;
|
|
187
200
|
}
|
|
188
201
|
|
|
189
|
-
|
|
190
|
-
|
|
202
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li>a,
|
|
203
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li>a,
|
|
204
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar .navbar-nav li>a,
|
|
205
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li>a {
|
|
191
206
|
border-bottom: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
192
207
|
}
|
|
193
208
|
|
|
194
|
-
.
|
|
195
|
-
.
|
|
209
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li a span.caret,
|
|
210
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a span.caret {
|
|
196
211
|
color: var(--colorDefault40, #1351b4);
|
|
197
212
|
}
|
|
198
213
|
|
|
199
|
-
.
|
|
200
|
-
.
|
|
214
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav>li>a,
|
|
215
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav>li.open>a {
|
|
201
216
|
background: transparent;
|
|
202
217
|
border-radius: inherit;
|
|
203
218
|
}
|
|
204
219
|
|
|
205
|
-
|
|
220
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a.dropdown-toggle,
|
|
221
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a.dropdown-toggle {
|
|
206
222
|
width: inherit;
|
|
207
223
|
}
|
|
208
224
|
|
|
209
|
-
.
|
|
225
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav {
|
|
210
226
|
margin: 0;
|
|
211
227
|
}
|
|
212
228
|
|
|
213
|
-
|
|
229
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a,
|
|
230
|
+
#main-nav-bar .navbar.navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
214
231
|
line-height: 25px;
|
|
215
232
|
padding-top: 17px;
|
|
216
233
|
padding-bottom: 13px;
|
|
@@ -225,6 +242,10 @@
|
|
|
225
242
|
background: var(--colorLight10);
|
|
226
243
|
}
|
|
227
244
|
|
|
245
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li.open>a,
|
|
246
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li.open>a,
|
|
247
|
+
.navbar.navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
248
|
+
.navbar.navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu a,
|
|
228
249
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li.open>a,
|
|
229
250
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li.open>a,
|
|
230
251
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu a,
|
|
@@ -236,7 +257,7 @@
|
|
|
236
257
|
width: auto;
|
|
237
258
|
}
|
|
238
259
|
|
|
239
|
-
.
|
|
260
|
+
.navbar.navbar-default .container-fluid {
|
|
240
261
|
display: block;
|
|
241
262
|
}
|
|
242
263
|
}
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
--borderBtnStable: transparent;
|
|
303
303
|
--borderBtnRoyal: transparent;
|
|
304
304
|
--borderBtnDark: transparent;
|
|
305
|
-
|
|
305
|
+
|
|
306
306
|
/* Components - Text color */
|
|
307
307
|
--colorDefault: var(--colorDefault40, #798d8f);
|
|
308
308
|
--colorPrimary: var(--colorPrimary40, #2c3e50);
|
|
@@ -557,17 +557,23 @@ a:hover {
|
|
|
557
557
|
/* Page login */
|
|
558
558
|
.bg,
|
|
559
559
|
.siginPanel,
|
|
560
|
-
.bg-login #container-second,
|
|
561
560
|
.login-view {
|
|
562
561
|
background: var(--backgroundLogin40, #ffffff);
|
|
563
562
|
}
|
|
564
563
|
|
|
565
|
-
.bg-login #container-second
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
.
|
|
570
|
-
|
|
564
|
+
.bg-login #container-second {
|
|
565
|
+
background: linear-gradient(-140deg, var(--colorPrimary20, #b1b3b7), var(--colorPrimary30, #81878e), var(--colorPrimary40, #2c3e50), var(--colorPrimary50, #273646), var(--colorPrimary60, #202d3b));
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.bg-login #container-first {
|
|
569
|
+
background: transparent;
|
|
570
|
+
border-style: solid;
|
|
571
|
+
border-width: 1px 0 1px 1px;
|
|
572
|
+
border-color: var(--colorDefault10, #dfe3e3);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.bg-login2 #container-first {
|
|
576
|
+
border-width: 0;
|
|
571
577
|
}
|
|
572
578
|
|
|
573
579
|
.bg-login #container-first .btn-login-mutual,
|
|
@@ -859,18 +865,6 @@ td.k-state-focused.k-state-selected,
|
|
|
859
865
|
border-color: transparent;
|
|
860
866
|
}
|
|
861
867
|
|
|
862
|
-
.k-edit-form-container .k-edit-buttons .k-primary {
|
|
863
|
-
background: var(--colorSuccess40, #18bc9c);
|
|
864
|
-
border-color: transparent;
|
|
865
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
869
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
870
|
-
background: var(--colorSuccess50, #15a589);
|
|
871
|
-
border-color: transparent;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
868
|
.k-scheduler-navigation .k-link {
|
|
875
869
|
background: var(--backgroundColor40, #fcfcfc);
|
|
876
870
|
color: var(--colorPrimary40, #2c3e50);
|
|
@@ -977,4 +971,58 @@ td.k-state-focused {
|
|
|
977
971
|
.k-list-optionlabel:hover.k-state-selected {
|
|
978
972
|
color: var(--colorDefault40, #798d8f);
|
|
979
973
|
background: transparent;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/* Form */
|
|
977
|
+
.form-control.k-textbox,
|
|
978
|
+
.input-group .form-control:last-child,
|
|
979
|
+
.k-textbox,
|
|
980
|
+
input.k-textbox,
|
|
981
|
+
textarea.k-textbox,
|
|
982
|
+
.k-multiselect .k-multiselect-wrap,
|
|
983
|
+
.k-combobox .k-dropdown-wrap,
|
|
984
|
+
.k-autocomplete,
|
|
985
|
+
.k-autocomplete.k-state-default,
|
|
986
|
+
.cronDynamicSelect .k-dropdown-wrap,
|
|
987
|
+
.mce-tinymce.mce-panel,
|
|
988
|
+
.k-grid .k-dropdown .k-dropdown-wrap,
|
|
989
|
+
.k-animation-container .k-dropdown .k-dropdown-wrap,
|
|
990
|
+
.cardinput {
|
|
991
|
+
border-width: 2px;
|
|
992
|
+
border-color: var(--colorDefault10, #dfe3e3);
|
|
993
|
+
box-shadow: none;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.k-autocomplete.k-state-focused,
|
|
997
|
+
.k-dropdown-wrap.k-state-focused,
|
|
998
|
+
.k-multiselect.k-header.k-state-focused,
|
|
999
|
+
.k-numeric-wrap.k-state-focused,
|
|
1000
|
+
.k-picker-wrap.k-state-focused,
|
|
1001
|
+
.k-textbox:focus,
|
|
1002
|
+
.cardinput:focus-within {
|
|
1003
|
+
border-color: var(--textColor40, #393939);
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
.cardinput {
|
|
1007
|
+
padding: 0;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
/* Input with icon */
|
|
1011
|
+
.layout-template-modern {
|
|
1012
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1013
|
+
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1014
|
+
border: 2px solid var(--colorDefault10, #dfe3e3);
|
|
1015
|
+
padding: 0;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.layout-template-modern:focus-within {
|
|
1019
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1020
|
+
border: 2px solid var(--textColor40, #393939);
|
|
1021
|
+
outline: 0;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.layout-template-modern input.k-textbox:hover,
|
|
1025
|
+
.layout-template-modern input.k-textbox {
|
|
1026
|
+
padding-left: 0;
|
|
1027
|
+
box-shadow: none;
|
|
980
1028
|
}
|
|
@@ -17,12 +17,18 @@
|
|
|
17
17
|
color: var(--colorCalm40, #033c73);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
.navbar-default .navbar-nav>li>a,
|
|
20
21
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
|
|
21
22
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
|
|
22
23
|
color: var(--textColorPrimary40, #ffffff);
|
|
23
24
|
font-size: var(--textNormalSize, 14px);
|
|
24
25
|
}
|
|
25
26
|
|
|
27
|
+
.navbar-default .navbar-nav>li>a:focus,
|
|
28
|
+
.navbar-default .navbar-nav>li>a:hover,
|
|
29
|
+
.nav .open>a,
|
|
30
|
+
.nav .open>a:focus,
|
|
31
|
+
.nav .open>a:hover,
|
|
26
32
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
|
|
27
33
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover,
|
|
28
34
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
@@ -34,12 +40,19 @@
|
|
|
34
40
|
background: transparent;
|
|
35
41
|
}
|
|
36
42
|
|
|
43
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu a:hover,
|
|
44
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a:hover,
|
|
45
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu a:focus,
|
|
46
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a:focus,
|
|
47
|
+
.dropdown-menu>li>a:focus,
|
|
48
|
+
.dropdown-menu>li>a:hover,
|
|
37
49
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
38
50
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
39
51
|
color: var(--textColorPrimary40, #ffffff);
|
|
40
52
|
background: var(--colorPrimary40, #2c3e50);
|
|
41
53
|
}
|
|
42
54
|
|
|
55
|
+
.dropdown-menu>li>a,
|
|
43
56
|
.dropdown-menu {
|
|
44
57
|
color: var(--textColor30, #81878e);
|
|
45
58
|
}
|
|
@@ -88,4 +101,12 @@
|
|
|
88
101
|
color: var(--colorSuccess40, #18bc9c);
|
|
89
102
|
background: transparent;
|
|
90
103
|
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@media only screen and (min-width: 768px) {
|
|
107
|
+
|
|
108
|
+
.navbar-default #navbar .navbar-nav li .dropdown-menu a,
|
|
109
|
+
.navbar-default #navbar2 .navbar-nav li .dropdown-menu a {
|
|
110
|
+
color: var(--textColor30, #81878e);
|
|
111
|
+
}
|
|
91
112
|
}
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
color: var(--textColor40, #383838);
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.color-info:hover{
|
|
423
|
+
.color-info:hover {
|
|
424
424
|
color: var(--textColor40, #383838);
|
|
425
425
|
}
|
|
426
426
|
|
|
@@ -527,10 +527,6 @@ div[data-component="crn-accordion"] .title {
|
|
|
527
527
|
background: var(--backgroundColor40, #060606);
|
|
528
528
|
}
|
|
529
529
|
|
|
530
|
-
.bg-login #container-second {
|
|
531
|
-
background: var(--colorPrimary40, #4f46e5);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
530
|
.login-view {
|
|
535
531
|
background: var(--colorNeutral00, #FFFFFF);
|
|
536
532
|
border: 0;
|
|
@@ -539,28 +535,16 @@ div[data-component="crn-accordion"] .title {
|
|
|
539
535
|
padding: 30px;
|
|
540
536
|
}
|
|
541
537
|
|
|
538
|
+
.bg-login #container-second {
|
|
539
|
+
background: var(--colorPrimary40, #4f46e5);
|
|
540
|
+
}
|
|
541
|
+
|
|
542
542
|
.bg-login #container-second h1,
|
|
543
543
|
.bg-login #container-second p {
|
|
544
544
|
color: var(--textColorDefault40, #ffffff);
|
|
545
|
-
background: initial;
|
|
546
|
-
border: 0;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
#crn-botao-cadastre,
|
|
550
|
-
.login-view .sign-up,
|
|
551
|
-
.crn-anchor-signup-back {
|
|
552
|
-
color: var(--textColor40, #383838);
|
|
553
|
-
background: initial;
|
|
554
|
-
border: 0;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
#crn-botao-cadastre:hover,
|
|
558
|
-
.login-view .sign-up:hover,
|
|
559
|
-
.crn-anchor-signup-back:hover {
|
|
560
|
-
color: var(--textColor40, #383838);
|
|
561
545
|
}
|
|
562
546
|
|
|
563
|
-
.login-view .crn-button-signup-register,
|
|
547
|
+
#crn-botao-cadastre .login-view .crn-button-signup-register,
|
|
564
548
|
.login-view .btn.btn-default {
|
|
565
549
|
background: var(--colorPrimary40, #4f46e5);
|
|
566
550
|
border-color: transparent;
|
|
@@ -938,7 +922,7 @@ textarea.k-textbox {
|
|
|
938
922
|
margin-left: 0;
|
|
939
923
|
}
|
|
940
924
|
|
|
941
|
-
.cardinput input.k-textbox{
|
|
925
|
+
.cardinput input.k-textbox {
|
|
942
926
|
height: auto;
|
|
943
927
|
}
|
|
944
928
|
|
|
@@ -1256,10 +1240,41 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1256
1240
|
color: var(--textColor40, #383838);
|
|
1257
1241
|
}
|
|
1258
1242
|
|
|
1259
|
-
.panel-info .panel-heading h1{
|
|
1243
|
+
.panel-info .panel-heading h1 {
|
|
1260
1244
|
color: var(--textColor40, #383838);
|
|
1261
1245
|
}
|
|
1262
1246
|
|
|
1263
1247
|
.panel-info {
|
|
1264
1248
|
border-color: var(--textColor20, #b2b2b2);
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
#cron-breadcrumbs {
|
|
1252
|
+
background: transparent;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
/* Input with icon */
|
|
1256
|
+
.layout-template-modern {
|
|
1257
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1258
|
+
border-radius: 5px;
|
|
1259
|
+
border: 1px solid var(--colorLight60, #bbbbbb);
|
|
1260
|
+
padding: 0;
|
|
1261
|
+
min-height: 43px;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.layout-template-modern:focus-within {
|
|
1265
|
+
border: 1px solid var(--colorLight60, #bbbbbb);
|
|
1266
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.layout-template-modern input.k-textbox {
|
|
1270
|
+
padding-left: 5px;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.layout-template-modern .k-button:hover,
|
|
1274
|
+
.layout-template-modern .k-button {
|
|
1275
|
+
color: var(--colorDefault40, #3b448e);
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.layout-template-modern.input-group .k-button {
|
|
1279
|
+
padding: 0px 14px;
|
|
1265
1280
|
}
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
--colorNeutral210: #090909;
|
|
270
270
|
--colorNeutral220: #000000;
|
|
271
271
|
|
|
272
|
-
/* === Variables used exclusively in the color palette property === */
|
|
272
|
+
/* === Variables used exclusively in the color palette property === */
|
|
273
273
|
/* Components - Button */
|
|
274
274
|
--btnLink: var(--colorPrimary40, #eb6864);
|
|
275
275
|
--btnDefault: var(--colorDefault40, #2ca4a8);
|
|
@@ -458,17 +458,27 @@ a:hover {
|
|
|
458
458
|
/* Page login */
|
|
459
459
|
.bg,
|
|
460
460
|
.siginPanel,
|
|
461
|
-
.bg-login #container-second,
|
|
462
461
|
.login-view {
|
|
463
462
|
background: var(--backgroundLogin40, #ffffff);
|
|
464
463
|
}
|
|
465
464
|
|
|
466
|
-
.bg-login #container-second
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
.
|
|
471
|
-
|
|
465
|
+
.bg-login #container-second {
|
|
466
|
+
background: linear-gradient(-140deg, var(--colorPrimary20, #f4bebc), var(--colorPrimary30, #f09997), var(--colorPrimary40, #eb6864), var(--colorPrimary50, #ce5b58), var(--colorPrimary60, #ac4c49));
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
.bg-login #container-first {
|
|
470
|
+
background: transparent;
|
|
471
|
+
border-style: solid;
|
|
472
|
+
border-width: 1px 0 1px 1px;
|
|
473
|
+
border-color: var(--colorDefault10, #e9e9e9);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.bg-login2 #container-first {
|
|
477
|
+
border-width: 0;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.bg-login #container-first #crn-botao-signup:hover {
|
|
481
|
+
color: var(--colorDefault30, #8689af);
|
|
472
482
|
}
|
|
473
483
|
|
|
474
484
|
.bg-login #container-first .btn-login-mutual,
|
|
@@ -807,18 +817,6 @@ div[data-component="crn-textinputbutton"] div[data-component="crn-button"] butto
|
|
|
807
817
|
border-color: transparent;
|
|
808
818
|
}
|
|
809
819
|
|
|
810
|
-
.k-edit-form-container .k-edit-buttons .k-primary {
|
|
811
|
-
background: var(--colorSuccess40, #22b24c);
|
|
812
|
-
border-color: transparent;
|
|
813
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
817
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
818
|
-
background: var(--colorSuccess50, #1e9c43);
|
|
819
|
-
border-color: transparent;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
820
|
.k-scheduler-navigation .k-link {
|
|
823
821
|
background: var(--backgroundColor40, #ffffff);
|
|
824
822
|
color: var(--colorPrimary40, #eb6864);
|
|
@@ -914,18 +912,6 @@ td.k-state-focused {
|
|
|
914
912
|
background: transparent;
|
|
915
913
|
}
|
|
916
914
|
|
|
917
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
|
|
918
|
-
background: var(--colorDanger40, #f57a00);
|
|
919
|
-
border-color: transparent;
|
|
920
|
-
color: var(--textColorDanger40, #ffffff);
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
|
|
924
|
-
color: var(--textColorDanger40, #ffffff);
|
|
925
|
-
background: var(--colorDanger50, #d76b00);
|
|
926
|
-
border-color: transparent;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
915
|
.k-list .k-item.k-state-hover.k-state-selected,
|
|
930
916
|
.k-list .k-item:hover.k-state-selected,
|
|
931
917
|
.k-list-optionlabel:hover.k-state-selected {
|
|
@@ -1005,4 +991,99 @@ td.k-state-focused.k-state-selected,
|
|
|
1005
991
|
|
|
1006
992
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
1007
993
|
border-top-color: var(--backgroundColor40, #ffffff);
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
/* Form */
|
|
997
|
+
.k-scheduler-edit-form .k-textbox,
|
|
998
|
+
.k-multiselect-wrap,
|
|
999
|
+
.k-autocomplete.k-state-default,
|
|
1000
|
+
.k-dropdown-wrap.k-state-default,
|
|
1001
|
+
.k-numeric-wrap.k-state-default,
|
|
1002
|
+
.k-picker-wrap.k-state-default,
|
|
1003
|
+
.k-textbox,
|
|
1004
|
+
.cardinput,
|
|
1005
|
+
.form-control {
|
|
1006
|
+
color: var(--textColor30, #7f7f7f);
|
|
1007
|
+
background: var(--backgroundColor40, #ffffff);
|
|
1008
|
+
border: 1px solid #cccccc;
|
|
1009
|
+
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1010
|
+
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
input::placeholder,
|
|
1014
|
+
.k-input::placeholder,
|
|
1015
|
+
.form-control::placeholder {
|
|
1016
|
+
font-family: "Georgia", var(--fontFamily);
|
|
1017
|
+
font-size: var(--textNormalSize, 15px);
|
|
1018
|
+
color: var(--textColor30, #7f7f7f);
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.k-autocomplete.k-state-default.k-state-focused:hover,
|
|
1022
|
+
.k-widget.k-multiselect.k-state-focused:hover,
|
|
1023
|
+
.k-dropdown .k-state-focused:hover,
|
|
1024
|
+
.k-autocomplete.k-state-focused:hover,
|
|
1025
|
+
.k-dropdown-wrap.k-state-focused:hover,
|
|
1026
|
+
.k-multiselect.k-header.k-state-focused:hover,
|
|
1027
|
+
.k-numeric-wrap.k-state-focused:hover,
|
|
1028
|
+
.k-picker-wrap.k-state-focused:hover,
|
|
1029
|
+
.k-autocomplete.k-state-default.k-state-focused.k-state-hover,
|
|
1030
|
+
.k-widget.k-multiselect.k-state-focused.k-state-hover,
|
|
1031
|
+
.k-dropdown .k-state-focused.k-state-hover,
|
|
1032
|
+
.k-autocomplete.k-state-focused.k-state-hover,
|
|
1033
|
+
.k-dropdown-wrap.k-state-focused.k-state-hover,
|
|
1034
|
+
.k-multiselect.k-header.k-state-focused.k-state-hover,
|
|
1035
|
+
.k-numeric-wrap.k-state-focused.k-state-hover,
|
|
1036
|
+
.k-picker-wrap.k-state-focused.k-state-hover,
|
|
1037
|
+
.k-autocomplete.k-state-default.k-state-focused,
|
|
1038
|
+
.k-widget.k-multiselect.k-state-focused,
|
|
1039
|
+
.k-dropdown .k-state-focused,
|
|
1040
|
+
.k-autocomplete.k-state-focused,
|
|
1041
|
+
.k-dropdown-wrap.k-state-focused,
|
|
1042
|
+
.k-multiselect.k-header.k-state-focused,
|
|
1043
|
+
.k-numeric-wrap.k-state-focused,
|
|
1044
|
+
.k-picker-wrap.k-state-focused,
|
|
1045
|
+
.k-textbox:focus,
|
|
1046
|
+
.cardinput:focus-within,
|
|
1047
|
+
.k-textbox:focus:hover,
|
|
1048
|
+
.cardinput:focus-within:hover,
|
|
1049
|
+
.cronMultiSelect.k-state-focused,
|
|
1050
|
+
.cronMultiSelect.k-state-focused.k-state-hover,
|
|
1051
|
+
.cronMultiSelect.k-state-focused:hover {
|
|
1052
|
+
border-color: var(--colorCalm30, #82bded);
|
|
1053
|
+
outline: 0;
|
|
1054
|
+
box-shadow: inset 0 1px 1px transparent, 0 0 8px var(--colorCalm30, #82bded);
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.cardinput .k-textbox.form-control:focus {
|
|
1058
|
+
box-shadow: none;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.cardinput {
|
|
1062
|
+
padding: 0;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
/* Input with icon */
|
|
1066
|
+
.layout-template-modern {
|
|
1067
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1068
|
+
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1069
|
+
border: 1px solid #cccccc;
|
|
1070
|
+
padding: 0;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1073
|
+
.layout-template-modern:focus-within {
|
|
1074
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1075
|
+
border-color: var(--colorCalm30, #82bded);
|
|
1076
|
+
outline: 0;
|
|
1077
|
+
box-shadow: inset 0 1px 1px transparent, 0 0 8px var(--colorCalm30, #82bded);
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.layout-template-modern input.k-textbox:hover,
|
|
1081
|
+
.layout-template-modern input.k-textbox {
|
|
1082
|
+
padding-left: 0;
|
|
1083
|
+
box-shadow: none;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.layout-template-modern .k-button,
|
|
1087
|
+
.layout-template-modern .k-button:hover {
|
|
1088
|
+
border: 0;
|
|
1008
1089
|
}
|