cronapp-framework-js 2.8.31 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-QRCode.components.json +1 -1
- package/components/crn-button.components.json +7 -2
- package/components/crn-chart.components.json +2 -2
- package/components/crn-checkbox.components.json +8 -0
- package/components/crn-cron-captcha.components.json +2 -2
- package/components/crn-cron-dashboard-viewer.components.json +48 -0
- package/components/crn-cron-report-viewer.components.json +1 -1
- package/components/crn-cron-rich-editor.components.json +1 -1
- package/components/crn-cron-scheduler.components.json +1 -1
- package/components/crn-cron-tree-view.components.json +1 -1
- package/components/crn-datasource.components.json +1 -1
- package/components/crn-datetimepicker.components.json +1 -1
- package/components/crn-dynamic-menu.components.json +2 -2
- package/components/crn-enterprise-checkbox.components.json +7 -1
- package/components/crn-enterprise-combobox-multiple.components.json +5 -0
- package/components/crn-form-template.components.json +1 -1
- package/components/crn-frame.components.json +68 -0
- package/components/crn-grid.components.json +1 -1
- package/components/crn-icon.components.json +14 -10
- package/components/crn-input-password.components.json +69 -0
- package/components/crn-jumbotron.components.json +1 -1
- package/components/crn-list-item.components.json +4 -1
- package/components/crn-navbar.components.json +1 -1
- package/components/crn-ordered-list.components.json +1 -0
- package/components/crn-ordered-sub-list.components.json +1 -0
- package/components/crn-rating.components.json +17 -22
- package/components/crn-signature-pad.components.json +36 -0
- package/components/crn-slider.components.json +1 -1
- package/components/crn-social-login.components.json +1 -1
- package/components/crn-table.components.json +1 -1
- package/components/crn-tabs.components.json +1 -1
- package/components/crn-textinputbutton.components.json +1 -1
- package/components/crn-timeline.components.json +44 -0
- package/components/crn-unordered-list.components.json +1 -0
- package/components/crn-unordered-sub-list.components.json +1 -0
- package/components/cron-breadcrumbs.components.json +48 -5
- package/components/cron-ordered-list.components.json +152 -0
- package/components/css/checkbox-color.css +189 -63
- package/components/css/color-default.css +2 -0
- package/components/css/crn-input-password.css +32 -0
- package/components/css/designtime.css +294 -0
- package/components/css/font-size.css +15 -0
- package/components/dashboard/dashboard.view.html +14 -0
- package/components/templates/checkbox.template.html +4 -4
- package/components/templates/crn-input-password.designtime.html +1 -1
- package/components/templates/crn-signature-pad.designtime.html +8 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/cron-breadcrumbs.template.html +1 -1
- package/components/templates/cron-chat.designtime.html +0 -19
- package/components/templates/cron-checkbox.template.html +3 -4
- package/components/templates/cron-combobox-multiple.template.html +2 -2
- package/components/templates/cron-crud.template.html +35 -7
- package/components/templates/cron-dashboard-viewer.designtime.html +15 -0
- package/components/templates/cron-dashboard-viewer.template.html +1 -0
- package/components/templates/cron-dynamic-combobox.template.html +3 -2
- package/components/templates/cron-dynamic-menu.designtime.html +1 -1
- package/components/templates/cron-dynamic-menu.template.html +3 -1
- package/components/templates/cron-frame.designtime.html +7 -0
- package/components/templates/cron-frame.template.html +2 -0
- package/components/templates/cron-ordered-list.template.html +7 -0
- package/components/templates/fileupload.template.html +1 -1
- package/components/templates/form.template.html +36 -21
- package/components/templates/icon.template.html +1 -1
- package/components/templates/image-menu.template.html +1 -1
- package/components/templates/navbar.template.html +3 -3
- package/components/templates/rating.template.html +7 -9
- package/components/templates/social-button-bar.template.html +11 -12
- package/components/templates/sub-form.template.html +38 -11
- package/components/templates/timeline.designtime.html +65 -0
- package/components/templates/timeline.template.html +3 -0
- package/css/app.css +315 -18
- package/css/cronos.css +1 -1
- package/css/privacy/privacy.css +59 -0
- package/css/reset_password.css +5 -0
- package/css/signup.css +16 -0
- package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/badge.css +47 -0
- package/css/themes/custom/_bootswatch-v3.3.3/basics.css +620 -0
- package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
- package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
- package/css/themes/custom/_bootswatch-v3.3.3/btn.css +158 -0
- package/css/themes/custom/_bootswatch-v3.3.3/caret.css +24 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/close.css +27 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/container.css +49 -0
- package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/form.css +401 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/has.css +172 -0
- package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
- package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +184 -0
- package/css/themes/custom/_bootswatch-v3.3.3/input.css +39 -0
- package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
- package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +17 -0
- package/css/themes/custom/_bootswatch-v3.3.3/label.css +33 -0
- package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +75 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/modal.css +143 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
- package/css/themes/custom/_bootswatch-v3.3.3/nav.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +351 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pager.css +27 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +71 -0
- package/css/themes/custom/_bootswatch-v3.3.3/panel.css +264 -0
- package/css/themes/custom/_bootswatch-v3.3.3/popover.css +149 -0
- package/css/themes/custom/_bootswatch-v3.3.3/pre.css +22 -0
- package/css/themes/custom/_bootswatch-v3.3.3/progress.css +63 -0
- package/css/themes/custom/_bootswatch-v3.3.3/table.css +268 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
- package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.3}/visible.css +92 -38
- package/css/themes/custom/_bootswatch-v3.3.3/well.css +25 -0
- package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
- package/css/themes/custom/_bootswatch-v3.3.6/alert.css +48 -0
- package/css/themes/custom/_bootswatch-v3.3.6/animations.css +26 -0
- package/css/themes/custom/_bootswatch-v3.3.6/badge.css +58 -0
- package/css/themes/custom/_bootswatch-v3.3.6/basics.css +725 -0
- package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
- package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
- package/css/themes/custom/_bootswatch-v3.3.6/btn.css +491 -0
- package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +261 -0
- package/css/themes/custom/_bootswatch-v3.3.6/close.css +37 -0
- package/css/themes/custom/_bootswatch-v3.3.6/col.css +787 -0
- package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +30 -0
- package/css/themes/custom/_bootswatch-v3.3.6/container.css +31 -0
- package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
- package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
- package/css/themes/custom/_bootswatch-v3.3.6/fade.css +10 -0
- package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +782 -0
- package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
- package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
- package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
- package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +184 -0
- package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
- package/css/themes/custom/_bootswatch-v3.3.6/label.css +35 -0
- package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +133 -0
- package/css/themes/custom/_bootswatch-v3.3.6/media.css +60 -0
- package/css/themes/custom/_bootswatch-v3.3.6/modal.css +143 -0
- package/css/themes/custom/_bootswatch-v3.3.6/nav.css +276 -0
- package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +408 -0
- package/css/themes/custom/_bootswatch-v3.3.6/pager.css +44 -0
- package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +109 -0
- package/css/themes/custom/_bootswatch-v3.3.6/panel.css +288 -0
- package/css/themes/custom/_bootswatch-v3.3.6/popover.css +154 -0
- package/css/themes/custom/_bootswatch-v3.3.6/progress.css +95 -0
- package/css/themes/custom/_bootswatch-v3.3.6/table.css +171 -0
- package/css/themes/custom/_bootswatch-v3.3.6/text.css +31 -0
- package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
- package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
- package/css/themes/custom/_bootswatch-v3.3.6/visible.css +269 -0
- package/css/themes/custom/_bootswatch-v3.3.6/well.css +31 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/animations.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/container.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/embed-responsive.css +8 -8
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/fade.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
- package/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/media.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +619 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
- package/css/themes/custom/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/visible.css +0 -0
- package/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -0
- package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
- package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +19 -0
- package/css/themes/custom/_bootswatch-v4.1.3/alert.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/align.css +393 -0
- package/css/themes/custom/_bootswatch-v4.1.3/badge.css +26 -0
- package/css/themes/custom/_bootswatch-v4.1.3/basics.css +706 -0
- package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
- package/css/themes/custom/_bootswatch-v4.1.3/border.css +75 -0
- package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
- package/css/themes/custom/_bootswatch-v4.1.3/btn.css +244 -0
- package/css/themes/custom/_bootswatch-v4.1.3/card.css +260 -0
- package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +251 -0
- package/css/themes/custom/_bootswatch-v4.1.3/close.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/col.css +1125 -0
- package/css/themes/custom/_bootswatch-v4.1.3/container.css +39 -0
- package/css/themes/custom/_bootswatch-v4.1.3/custom.css +413 -0
- package/css/themes/custom/_bootswatch-v4.1.3/display.css +209 -0
- package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
- package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
- package/css/themes/custom/_bootswatch-v4.1.3/flex.css +318 -0
- package/css/themes/custom/_bootswatch-v4.1.3/float.css +59 -0
- package/css/themes/custom/_bootswatch-v4.1.3/form.css +294 -0
- package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
- package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
- package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +178 -0
- package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
- package/css/themes/custom/_bootswatch-v4.1.3/justify.css +136 -0
- package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +218 -0
- package/css/themes/custom/_bootswatch-v4.1.3/margin.css +711 -0
- package/css/themes/custom/_bootswatch-v4.1.3/modal.css +182 -0
- package/css/themes/custom/_bootswatch-v4.1.3/nav.css +45 -0
- package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +353 -0
- package/css/themes/custom/_bootswatch-v4.1.3/padding.css +611 -0
- package/css/themes/custom/_bootswatch-v4.1.3/page.css +55 -0
- package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +44 -0
- package/css/themes/custom/_bootswatch-v4.1.3/popover.css +199 -0
- package/css/themes/custom/_bootswatch-v4.1.3/position.css +20 -0
- package/css/themes/custom/_bootswatch-v4.1.3/progress.css +46 -0
- package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +31 -0
- package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +19 -0
- package/css/themes/custom/_bootswatch-v4.1.3/table.css +96 -0
- package/css/themes/custom/_bootswatch-v4.1.3/text.css +113 -0
- package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
- package/css/themes/custom/_bootswatch-v4.1.3/validated.css +239 -0
- package/css/themes/custom/cerulean/custom-cerulean.min.css +1449 -5946
- package/css/themes/custom/cosmo/custom-cosmo.min.css +2053 -6037
- package/css/themes/custom/cyborg/custom-cyborg.min.css +1470 -6601
- package/css/themes/custom/darkly/custom-darkly.min.css +2496 -6554
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
- package/css/themes/custom/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
- package/css/themes/custom/dsgov/custom-dsgov.min.css +2996 -0
- package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/custom/dsgov/font/fonts.css +162 -0
- package/css/themes/custom/dsgov/font2/fonts.css +144 -0
- package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
- package/css/themes/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/custom/flatly/custom-flatly.min.css +2499 -6549
- package/css/themes/custom/fuse/components_css/navbar.css +5 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +2156 -3228
- package/css/themes/custom/fuse/font/{font.css → fonts.css} +0 -0
- package/css/themes/custom/fuse/img/arrow-gray.svg +9 -0
- package/css/themes/custom/fuse/img/arrow-white.svg +9 -0
- package/css/themes/custom/journal/custom-journal.min.css +1030 -9008
- package/css/themes/custom/lumen/custom-lumen.min.css +1207 -6815
- package/css/themes/custom/material/components_css/crn-button.css +50 -25
- package/css/themes/custom/material/components_css/crn-cron-calendar.css +6 -3
- package/css/themes/custom/material/components_css/crn-cron-grid.css +29 -49
- package/css/themes/custom/material/components_css/crn-navbar.css +9 -14
- package/css/themes/custom/material/components_css/login.css +10 -1
- package/css/themes/custom/material/components_css/ui-notification.css +4 -4
- package/css/themes/custom/material/custom-material.css +26 -10
- package/css/themes/custom/material_raiz/components_css/crn-button.css +174 -0
- package/css/themes/custom/material_raiz/components_css/crn-carousel.css +11 -0
- package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
- package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
- package/css/themes/custom/material_raiz/components_css/crn-enterprise.css +58 -0
- package/css/themes/custom/material_raiz/components_css/crn-navbar.css +185 -0
- package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +98 -0
- package/css/themes/custom/material_raiz/components_css/login.css +38 -0
- package/css/themes/custom/material_raiz/components_css/ui-notification.css +27 -0
- package/css/themes/custom/material_raiz/custom-material_raiz.css +363 -0
- package/css/themes/custom/paper/custom-paper.min.css +1034 -8416
- package/css/themes/custom/readable/custom-readable.min.css +1758 -7300
- package/css/themes/custom/sandstone/custom-sandstone.min.css +455 -6317
- package/css/themes/custom/simplex/custom-simplex.min.css +2136 -6407
- package/css/themes/custom/slate/custom-slate.min.css +2523 -6850
- package/css/themes/custom/spacelab/custom-spacelab.min.css +2068 -6542
- package/css/themes/custom/superhero/custom-superhero.min.css +2494 -6399
- package/css/themes/custom/united/custom-united.min.css +1926 -6216
- package/css/themes/custom/yeti/custom-yeti.min.css +2651 -6365
- package/css/themes/dsgov.min.css +6 -0
- package/css/themes/material_raiz.min.css +3 -0
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/color-default.css +1 -1
- package/dist/components/css/crn-input-password.css +1 -0
- package/dist/components/css/designtime.css +1 -0
- package/dist/components/css/font-size.css +1 -1
- package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
- package/dist/components/templates/checkbox.template.html +1 -1
- package/dist/components/templates/crn-input-password.designtime.html +1 -1
- package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
- package/dist/components/templates/crn-signature-pad.template.html +1 -0
- package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
- package/dist/components/templates/cron-chat.designtime.html +1 -17
- package/dist/components/templates/cron-checkbox.template.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-crud.template.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
- package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
- package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
- package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
- package/dist/components/templates/cron-frame.designtime.html +6 -0
- package/dist/components/templates/cron-frame.template.html +1 -0
- package/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/dist/components/templates/cron-visual-component.designtime.html +6 -0
- package/dist/components/templates/cron-visual-component.template.html +1 -0
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/form.template.html +1 -1
- package/dist/components/templates/icon.template.html +1 -1
- package/dist/components/templates/input/crn-input-password.template.html +1 -0
- package/dist/components/templates/navbar.template.html +1 -1
- package/dist/components/templates/rating.template.html +1 -1
- package/dist/components/templates/social-button-bar.template.html +1 -1
- package/dist/components/templates/sub-form.template.html +1 -1
- package/dist/components/templates/timeline.designtime.html +1 -0
- package/dist/components/templates/timeline.template.html +1 -0
- package/dist/css/app.css +1 -1
- package/dist/css/cronos.css +1 -1
- package/dist/css/privacy/privacy.css +1 -0
- package/dist/css/reset_password.css +1 -0
- package/dist/css/signup.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/alert.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/carousel.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/col.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/collapse.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/media.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.3}/text.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/animations.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/container.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/fade.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
- package/dist/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.6}/media.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.6}/visible.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/_media-print.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/badge.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/basics.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/blockquote.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/breadcrumb.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/btn.css +0 -0
- package/dist/css/themes/custom/{fuse/components_css → _bootswatch-v3.3.7}/carousel.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/close.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/dropdown.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/figure_img.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/form-control.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/import_bootswatch.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input-group.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/input.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/jumbotron.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/label.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/list-group.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/modal.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/nav.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pager.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/pagination.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/panel.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/popover.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/progress.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/table.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/thumbnail.css +0 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/tooltip.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/{fuse/_bootswatch-v3.3.7 → _bootswatch-v3.3.7}/well.css +0 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
- package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -13
- package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -13
- package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -13
- package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -13
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/custom/{fuse → dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
- package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
- package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -13
- package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
- package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
- package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
- package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
- package/dist/css/themes/custom/journal/custom-journal.min.css +1 -12
- package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -13
- package/dist/css/themes/custom/material/components_css/crn-button.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -1
- package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -1
- package/dist/css/themes/custom/material/components_css/login.css +1 -1
- package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
- package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
- package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
- package/dist/css/themes/custom/paper/custom-paper.min.css +1 -13
- package/dist/css/themes/custom/readable/custom-readable.min.css +1 -13
- package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -13
- package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -13
- package/dist/css/themes/custom/slate/custom-slate.min.css +1 -13
- package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -13
- package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -13
- package/dist/css/themes/custom/united/custom-united.min.css +1 -13
- package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -13
- package/dist/css/themes/dsgov.min.css +1 -0
- package/dist/css/themes/material_raiz.min.css +1 -0
- package/dist/i18n/locale_en_us.json +10 -0
- package/dist/i18n/locale_pt_br.json +11 -1
- package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-frame.svg +1 -0
- package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
- package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
- package/dist/img/cron-icon/crn-timeline.svg +1 -0
- package/dist/img/img-user-old.svg +1 -0
- package/dist/img/img-user.svg +1 -1
- package/dist/img/logo-old.svg +1 -0
- package/dist/img/web.png +0 -0
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -0
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/i18n/locale_en_us.json +10 -0
- package/i18n/locale_pt_br.json +11 -1
- package/img/cron-icon/crn-frame.svg +30 -0
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-timeline.svg +29 -0
- package/img/img-user.svg +10 -1
- package/img/web.png +0 -0
- package/js/app.js +6 -1
- package/js/controllers.js +83 -4
- package/js/customStateProvider.js +6 -0
- package/js/dashboard/dashboard.service.js +297 -0
- package/js/directives.js +487 -169
- package/js/reports/reports.service.js +27 -0
- package/js/stateProvider.js +6 -0
- package/package.json +6 -4
- package/postupdate.json +34 -5
- package/components/crn-label.components.json +0 -72
- package/dist/css/themes/custom/fuse/components_css/embed-responsive.css +0 -1
- package/dist/css/themes/custom/fuse/components_css/visible.css +0 -1
|
@@ -1,17 +1,43 @@
|
|
|
1
|
+
/* theme */
|
|
2
|
+
|
|
3
|
+
.checkbox-theme .k-checkbox:focus+.k-checkbox-label:before,
|
|
4
|
+
.checkbox-theme .k-checkbox:hover+.k-checkbox-label:before,
|
|
5
|
+
.checkbox-theme .k-radio:focus+.k-radio-label:before,
|
|
6
|
+
.checkbox-theme .k-radio:hover+.k-radio-label:before {
|
|
7
|
+
box-shadow: 0 0 5px 0 var(--light-blue);
|
|
8
|
+
border-color: var(--light-blue);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.checkbox-theme .k-checkbox:checked+.k-checkbox-label:before,
|
|
12
|
+
.checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
13
|
+
border-color: var(--light-blue);
|
|
14
|
+
background-color: var(--light-blue);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.checkbox-theme .k-checkbox:checked+.k-checkbox-label:after,
|
|
18
|
+
.checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
19
|
+
background-color: var(--blue);
|
|
20
|
+
border-color: var(--light-blue);
|
|
21
|
+
}
|
|
1
22
|
|
|
2
23
|
/* white */
|
|
3
24
|
|
|
4
|
-
.checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
|
|
25
|
+
.checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
|
|
26
|
+
.checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
|
|
27
|
+
.checkbox-white .k-radio:focus+.k-radio-label:before,
|
|
28
|
+
.checkbox-white .k-radio:hover+.k-radio-label:before {
|
|
5
29
|
box-shadow: 0 0 5px 0 #707070;
|
|
6
30
|
border-color: #707070;
|
|
7
31
|
}
|
|
8
32
|
|
|
9
|
-
.checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
|
|
33
|
+
.checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
|
|
34
|
+
.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
10
35
|
border-color: #707070;
|
|
11
36
|
background-color: #707070;
|
|
12
37
|
}
|
|
13
38
|
|
|
14
|
-
.checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
|
|
39
|
+
.checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
|
|
40
|
+
.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
15
41
|
background-color: var(--white);
|
|
16
42
|
border-color: #707070;
|
|
17
43
|
color: var(--black);
|
|
@@ -19,214 +45,279 @@
|
|
|
19
45
|
|
|
20
46
|
/* gray */
|
|
21
47
|
|
|
22
|
-
.checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,
|
|
48
|
+
.checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,
|
|
49
|
+
.checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,
|
|
50
|
+
.checkbox-gray .k-radio:focus+.k-radio-label:before,
|
|
51
|
+
.checkbox-gray .k-radio:hover+.k-radio-label:before {
|
|
23
52
|
box-shadow: 0 0 5px 0 #707070;
|
|
24
53
|
border-color: #707070;
|
|
25
54
|
}
|
|
26
55
|
|
|
27
|
-
.checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
|
|
56
|
+
.checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
|
|
57
|
+
.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
28
58
|
border-color: #707070;
|
|
29
59
|
background-color: #707070;
|
|
30
60
|
}
|
|
31
61
|
|
|
32
|
-
.checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,
|
|
62
|
+
.checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,
|
|
63
|
+
.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
33
64
|
background-color: var(--gray);
|
|
34
65
|
border-color: #707070;
|
|
35
66
|
}
|
|
36
67
|
|
|
37
68
|
/* black */
|
|
38
69
|
|
|
39
|
-
.checkbox-black .k-checkbox:focus+.k-checkbox-label:before,
|
|
70
|
+
.checkbox-black .k-checkbox:focus+.k-checkbox-label:before,
|
|
71
|
+
.checkbox-black .k-checkbox:hover+.k-checkbox-label:before,
|
|
72
|
+
.checkbox-black .k-radio:focus+.k-radio-label:before,
|
|
73
|
+
.checkbox-black .k-radio:hover+.k-radio-label:before {
|
|
40
74
|
box-shadow: 0 0 5px 0 #707070;
|
|
41
75
|
border-color: #707070;
|
|
42
76
|
}
|
|
43
77
|
|
|
44
|
-
.checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
|
|
78
|
+
.checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
|
|
79
|
+
.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
45
80
|
border-color: #707070;
|
|
46
81
|
background-color: #707070;
|
|
47
82
|
}
|
|
48
83
|
|
|
49
|
-
.checkbox-black .k-checkbox:checked+.k-checkbox-label:after,
|
|
84
|
+
.checkbox-black .k-checkbox:checked+.k-checkbox-label:after,
|
|
85
|
+
.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
50
86
|
background-color: var(--black);
|
|
51
87
|
border-color: #707070;
|
|
52
88
|
}
|
|
53
89
|
|
|
54
90
|
/* blue */
|
|
55
91
|
|
|
56
|
-
.checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
92
|
+
.checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
93
|
+
.checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,
|
|
94
|
+
.checkbox-blue .k-radio:focus+.k-radio-label:before,
|
|
95
|
+
.checkbox-blue .k-radio:hover+.k-radio-label:before {
|
|
57
96
|
box-shadow: 0 0 5px 0 var(--light-blue);
|
|
58
97
|
border-color: var(--light-blue);
|
|
59
98
|
}
|
|
60
99
|
|
|
61
|
-
.checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
100
|
+
.checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
101
|
+
.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
62
102
|
border-color: var(--light-blue);
|
|
63
103
|
background-color: var(--light-blue);
|
|
64
104
|
}
|
|
65
105
|
|
|
66
|
-
.checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
106
|
+
.checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
107
|
+
.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
67
108
|
background-color: var(--blue);
|
|
68
109
|
border-color: var(--light-blue);
|
|
69
110
|
}
|
|
70
111
|
|
|
71
112
|
/* light blue */
|
|
72
113
|
|
|
73
|
-
.checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
114
|
+
.checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
115
|
+
.checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,
|
|
116
|
+
.checkbox-light-blue .k-radio:focus+.k-radio-label:before,
|
|
117
|
+
.checkbox-light-blue .k-radio:hover+.k-radio-label:before {
|
|
74
118
|
box-shadow: 0 0 5px 0 #3155b8;
|
|
75
119
|
border-color: #3155b8;
|
|
76
120
|
}
|
|
77
121
|
|
|
78
|
-
.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
122
|
+
.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
123
|
+
.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
79
124
|
border-color: #3155b8;
|
|
80
125
|
background-color: #3155b8;
|
|
81
126
|
}
|
|
82
127
|
|
|
83
|
-
.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
128
|
+
.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
129
|
+
.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
84
130
|
background-color: var(--light-blue);
|
|
85
131
|
border-color: #3155b8;
|
|
86
132
|
}
|
|
87
133
|
|
|
88
134
|
/* Dark blue */
|
|
89
135
|
|
|
90
|
-
.checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
136
|
+
.checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,
|
|
137
|
+
.checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,
|
|
138
|
+
.checkbox-dark-blue .k-radio:focus+.k-radio-label:before,
|
|
139
|
+
.checkbox-dark-blue .k-radio:hover+.k-radio-label:before {
|
|
91
140
|
box-shadow: 0 0 5px 0 #4869c7;
|
|
92
141
|
border-color: #4869c7;
|
|
93
142
|
}
|
|
94
143
|
|
|
95
|
-
.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
144
|
+
.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
|
|
145
|
+
.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
96
146
|
border-color: #4869c7;
|
|
97
147
|
background-color: #4869c7;
|
|
98
148
|
}
|
|
99
149
|
|
|
100
|
-
.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
150
|
+
.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,
|
|
151
|
+
.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
101
152
|
background-color: var(--dark-blue);
|
|
102
153
|
border-color: #4869c7;
|
|
103
154
|
}
|
|
104
155
|
|
|
105
156
|
/* Purple */
|
|
106
157
|
|
|
107
|
-
.checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
158
|
+
.checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
159
|
+
.checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,
|
|
160
|
+
.checkbox-purple .k-radio:focus+.k-radio-label:before,
|
|
161
|
+
.checkbox-purple .k-radio:hover+.k-radio-label:before {
|
|
108
162
|
box-shadow: 0 0 5px 0 #8645f4;
|
|
109
163
|
border-color: #8645f4;
|
|
110
164
|
}
|
|
111
165
|
|
|
112
|
-
.checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
166
|
+
.checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
167
|
+
.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
113
168
|
border-color: #8645f4;
|
|
114
169
|
background-color: #8645f4;
|
|
115
170
|
}
|
|
116
171
|
|
|
117
|
-
.checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
172
|
+
.checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
173
|
+
.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
118
174
|
background-color: var(--purple);
|
|
119
175
|
border-color: #8645f4;
|
|
120
176
|
}
|
|
121
177
|
|
|
122
178
|
/* Light purple */
|
|
123
179
|
|
|
124
|
-
.checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
180
|
+
.checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
181
|
+
.checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,
|
|
182
|
+
.checkbox-light-purple .k-radio:focus+.k-radio-label:before,
|
|
183
|
+
.checkbox-light-purple .k-radio:hover+.k-radio-label:before {
|
|
125
184
|
box-shadow: 0 0 5px 0 #6b4ba2;
|
|
126
185
|
border-color: #6b4ba2;
|
|
127
186
|
}
|
|
128
187
|
|
|
129
|
-
.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
188
|
+
.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
189
|
+
.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
130
190
|
background-color: #6b4ba2;
|
|
131
191
|
}
|
|
132
192
|
|
|
133
|
-
.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
193
|
+
.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
194
|
+
.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
134
195
|
background-color: var(--light-purple);
|
|
135
196
|
border-color: #6b4ba2;
|
|
136
197
|
}
|
|
137
198
|
|
|
138
199
|
/* dark-purple */
|
|
139
200
|
|
|
140
|
-
.checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
201
|
+
.checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,
|
|
202
|
+
.checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,
|
|
203
|
+
.checkbox-dark-purple .k-radio:focus+.k-radio-label:before,
|
|
204
|
+
.checkbox-dark-purple .k-radio:hover+.k-radio-label:before {
|
|
141
205
|
box-shadow: 0 0 5px 0 #6b4ba2;
|
|
142
206
|
border-color: #6b4ba2;
|
|
143
207
|
}
|
|
144
208
|
|
|
145
|
-
.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
209
|
+
.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
|
|
210
|
+
.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
146
211
|
background-color: #6b4ba2;
|
|
147
212
|
}
|
|
148
213
|
|
|
149
|
-
.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
214
|
+
.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,
|
|
215
|
+
.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
150
216
|
background-color: var(--dark-purple);
|
|
151
217
|
border-color: #6b4ba2;
|
|
152
218
|
}
|
|
153
219
|
|
|
154
220
|
/* red */
|
|
155
221
|
|
|
156
|
-
.checkbox-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
222
|
+
.checkbox-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
223
|
+
.checkbox-red .k-checkbox:hover+.k-checkbox-label:before,
|
|
224
|
+
.checkbox-red .k-radio:focus+.k-radio-label:before,
|
|
225
|
+
.checkbox-red .k-radio:hover+.k-radio-label:before {
|
|
157
226
|
box-shadow: 0 0 5px 0 #680f06;
|
|
158
227
|
border-color: #680f06;
|
|
159
228
|
}
|
|
160
229
|
|
|
161
|
-
.checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
230
|
+
.checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
231
|
+
.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
162
232
|
background-color: #680f06;
|
|
163
233
|
}
|
|
164
234
|
|
|
165
|
-
.checkbox-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
235
|
+
.checkbox-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
236
|
+
.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
166
237
|
background-color: var(--red);
|
|
167
238
|
border-color: #680f06;
|
|
168
239
|
}
|
|
169
240
|
|
|
170
241
|
/* light-red */
|
|
171
242
|
|
|
172
|
-
.checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
243
|
+
.checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
244
|
+
.checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,
|
|
245
|
+
.checkbox-light-red .k-radio:focus+.k-radio-label:before,
|
|
246
|
+
.checkbox-light-red .k-radio:hover+.k-radio-label:before {
|
|
173
247
|
box-shadow: 0 0 5px 0 var(--dark-red);
|
|
174
248
|
border-color: var(--dark-red);
|
|
175
249
|
}
|
|
176
250
|
|
|
177
|
-
.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
251
|
+
.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
252
|
+
.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
178
253
|
background-color: var(--dark-red);
|
|
179
254
|
}
|
|
180
255
|
|
|
181
|
-
.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
256
|
+
.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
257
|
+
.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
182
258
|
background-color: var(--light-red);
|
|
183
259
|
border-color: var(--dark-red);
|
|
184
260
|
}
|
|
185
261
|
|
|
186
262
|
/* dark-red */
|
|
187
263
|
|
|
188
|
-
.checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
264
|
+
.checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,
|
|
265
|
+
.checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,
|
|
266
|
+
.checkbox-dark-red .k-radio:focus+.k-radio-label:before,
|
|
267
|
+
.checkbox-dark-red .k-radio:hover+.k-radio-label:before {
|
|
189
268
|
box-shadow: 0 0 5px 0 var(--light-red);
|
|
190
269
|
border-color: var(--light-red);
|
|
191
270
|
}
|
|
192
271
|
|
|
193
|
-
.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
272
|
+
.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
|
|
273
|
+
.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
194
274
|
background-color: var(--light-red);
|
|
195
275
|
}
|
|
196
276
|
|
|
197
|
-
.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
277
|
+
.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,
|
|
278
|
+
.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
198
279
|
background-color: var(--dark-red);
|
|
199
280
|
border-color: var(--light-red);
|
|
200
281
|
}
|
|
201
282
|
|
|
202
283
|
/* orange */
|
|
203
284
|
|
|
204
|
-
.checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
285
|
+
.checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
286
|
+
.checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,
|
|
287
|
+
.checkbox-orange .k-radio:focus+.k-radio-label:before,
|
|
288
|
+
.checkbox-orange .k-radio:hover+.k-radio-label:before {
|
|
205
289
|
box-shadow: 0 0 5px 0 var(--light-orange);
|
|
206
290
|
border-color: var(--light-orange);
|
|
207
291
|
}
|
|
208
292
|
|
|
209
|
-
.checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
293
|
+
.checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
294
|
+
.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
210
295
|
background-color: var(--light-orange);
|
|
211
296
|
}
|
|
212
297
|
|
|
213
|
-
.checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
298
|
+
.checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
299
|
+
.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
214
300
|
background-color: var(--orange);
|
|
215
301
|
border-color: var(--light-orange);
|
|
216
302
|
}
|
|
217
303
|
|
|
218
304
|
/* light-orange */
|
|
219
305
|
|
|
220
|
-
.checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
306
|
+
.checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
307
|
+
.checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,
|
|
308
|
+
.checkbox-light-orange .k-radio:focus+.k-radio-label:before,
|
|
309
|
+
.checkbox-light-orange .k-radio:hover+.k-radio-label:before {
|
|
221
310
|
box-shadow: 0 0 5px 0 var(--dark-orange);
|
|
222
311
|
border-color: var(--dark-orange);
|
|
223
312
|
}
|
|
224
313
|
|
|
225
|
-
.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
314
|
+
.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
315
|
+
.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
226
316
|
background-color: var(--dark-orange);
|
|
227
317
|
}
|
|
228
318
|
|
|
229
|
-
.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
319
|
+
.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
320
|
+
.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
230
321
|
background-color: var(--light-orange);
|
|
231
322
|
border-color: var(--dark-orange);
|
|
232
323
|
color: #492b10;
|
|
@@ -234,32 +325,42 @@
|
|
|
234
325
|
|
|
235
326
|
/* dark-orange */
|
|
236
327
|
|
|
237
|
-
.checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
328
|
+
.checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,
|
|
329
|
+
.checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,
|
|
330
|
+
.checkbox-dark-orange .k-radio:focus+.k-radio-label:before,
|
|
331
|
+
.checkbox-dark-orange .k-radio:hover+.k-radio-label:before {
|
|
238
332
|
box-shadow: 0 0 5px 0 #cd9946;
|
|
239
333
|
border-color: #cd9946;
|
|
240
334
|
}
|
|
241
335
|
|
|
242
|
-
.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
336
|
+
.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
|
|
337
|
+
.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
243
338
|
background-color: #cd9946;
|
|
244
339
|
}
|
|
245
340
|
|
|
246
|
-
.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
341
|
+
.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,
|
|
342
|
+
.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
247
343
|
background-color: var(--dark-orange);
|
|
248
344
|
border-color: #cd9946;
|
|
249
345
|
}
|
|
250
346
|
|
|
251
347
|
/* yellow */
|
|
252
348
|
|
|
253
|
-
.checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
349
|
+
.checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
350
|
+
.checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,
|
|
351
|
+
.checkbox-yellow .k-radio:focus+.k-radio-label:before,
|
|
352
|
+
.checkbox-yellow .k-radio:hover+.k-radio-label:before {
|
|
254
353
|
box-shadow: 0 0 5px 0 var(--dark-yellow);
|
|
255
354
|
border-color: var(--dark-yellow);
|
|
256
355
|
}
|
|
257
356
|
|
|
258
|
-
.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
357
|
+
.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
358
|
+
.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
259
359
|
background-color: var(--dark-yellow);
|
|
260
360
|
}
|
|
261
361
|
|
|
262
|
-
.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
362
|
+
.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
363
|
+
.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
263
364
|
background-color: var(--yellow);
|
|
264
365
|
border-color: var(--dark-yellow);
|
|
265
366
|
color: #474432;
|
|
@@ -267,16 +368,21 @@
|
|
|
267
368
|
|
|
268
369
|
/* light-yellow */
|
|
269
370
|
|
|
270
|
-
.checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
371
|
+
.checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
372
|
+
.checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,
|
|
373
|
+
.checkbox-light-yellow .k-radio:focus+.k-radio-label:before,
|
|
374
|
+
.checkbox-light-yellow .k-radio:hover+.k-radio-label:before {
|
|
271
375
|
box-shadow: 0 0 5px 0 var(--dark-yellow);
|
|
272
376
|
border-color: var(--dark-yellow);
|
|
273
377
|
}
|
|
274
378
|
|
|
275
|
-
.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
379
|
+
.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
380
|
+
.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
276
381
|
background-color: var(--dark-yellow);
|
|
277
382
|
}
|
|
278
383
|
|
|
279
|
-
.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
384
|
+
.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
385
|
+
.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
280
386
|
background-color: var(--light-yellow);
|
|
281
387
|
border-color: var(--dark-yellow);
|
|
282
388
|
color: #474432;
|
|
@@ -284,48 +390,63 @@
|
|
|
284
390
|
|
|
285
391
|
/* dark-yellow */
|
|
286
392
|
|
|
287
|
-
.checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
393
|
+
.checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,
|
|
394
|
+
.checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,
|
|
395
|
+
.checkbox-dark-yellow .k-radio:focus+.k-radio-label:before,
|
|
396
|
+
.checkbox-dark-yellow .k-radio:hover+.k-radio-label:before {
|
|
288
397
|
box-shadow: 0 0 5px 0 #dddd7c;
|
|
289
398
|
border-color: #dddd7c;
|
|
290
399
|
}
|
|
291
400
|
|
|
292
|
-
.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
401
|
+
.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
|
|
402
|
+
.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
293
403
|
background-color: #dddd7c;
|
|
294
404
|
}
|
|
295
405
|
|
|
296
|
-
.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
406
|
+
.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,
|
|
407
|
+
.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
297
408
|
background-color: var(--dark-yellow);
|
|
298
409
|
border-color: #dddd7c;
|
|
299
410
|
}
|
|
300
411
|
|
|
301
412
|
/* green */
|
|
302
413
|
|
|
303
|
-
.checkbox-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
414
|
+
.checkbox-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
415
|
+
.checkbox-green .k-checkbox:hover+.k-checkbox-label:before,
|
|
416
|
+
.checkbox-green .k-radio:focus+.k-radio-label:before,
|
|
417
|
+
.checkbox-green .k-radio:hover+.k-radio-label:before {
|
|
304
418
|
box-shadow: 0 0 5px 0 #24470c;
|
|
305
419
|
border-color: #24470c;
|
|
306
420
|
}
|
|
307
421
|
|
|
308
|
-
.checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
422
|
+
.checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
423
|
+
.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
309
424
|
background-color: #24470c;
|
|
310
425
|
}
|
|
311
426
|
|
|
312
|
-
.checkbox-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
427
|
+
.checkbox-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
428
|
+
.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
313
429
|
background-color: var(--green);
|
|
314
430
|
border-color: #24470c;
|
|
315
431
|
}
|
|
316
432
|
|
|
317
433
|
/* light-green */
|
|
318
434
|
|
|
319
|
-
.checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
435
|
+
.checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
436
|
+
.checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,
|
|
437
|
+
.checkbox-light-green .k-radio:focus+.k-radio-label:before,
|
|
438
|
+
.checkbox-light-green .k-radio:hover+.k-radio-label:before {
|
|
320
439
|
box-shadow: 0 0 5px 0 var(--dark-green);
|
|
321
440
|
border-color: var(--dark-green);
|
|
322
441
|
}
|
|
323
442
|
|
|
324
|
-
.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
443
|
+
.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
444
|
+
.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
325
445
|
background-color: var(--dark-green);
|
|
326
446
|
}
|
|
327
447
|
|
|
328
|
-
.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
448
|
+
.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
449
|
+
.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
329
450
|
background-color: var(--light-green);
|
|
330
451
|
border-color: var(--dark-green);
|
|
331
452
|
color: #24470c;
|
|
@@ -333,16 +454,21 @@
|
|
|
333
454
|
|
|
334
455
|
/* dark-green */
|
|
335
456
|
|
|
336
|
-
.checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
457
|
+
.checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,
|
|
458
|
+
.checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,
|
|
459
|
+
.checkbox-dark-green .k-radio:focus+.k-radio-label:before,
|
|
460
|
+
.checkbox-dark-green .k-radio:hover+.k-radio-label:before {
|
|
337
461
|
box-shadow: 0 0 5px 0 #66B032;
|
|
338
462
|
border-color: #66B032;
|
|
339
463
|
}
|
|
340
464
|
|
|
341
|
-
.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
465
|
+
.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
|
|
466
|
+
.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before {
|
|
342
467
|
background-color: #66B032;
|
|
343
468
|
}
|
|
344
469
|
|
|
345
|
-
.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
470
|
+
.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,
|
|
471
|
+
.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
346
472
|
background-color: var(--dark-green);
|
|
347
473
|
border-color: #66B032;
|
|
348
474
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.cardinput{
|
|
2
|
+
display: flex;
|
|
3
|
+
gap: 10px;
|
|
4
|
+
border: 1px solid #999999;
|
|
5
|
+
border-radius: 5px;
|
|
6
|
+
padding: 0.5rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cardinput .k-textbox.form-control{
|
|
10
|
+
border: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cardinput .k-textbox.form-control:focus{
|
|
14
|
+
border: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cardinput button{
|
|
18
|
+
border: none;
|
|
19
|
+
background: none;
|
|
20
|
+
box-shadow: none;
|
|
21
|
+
padding: 0px 14px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cardinput button:hover,
|
|
25
|
+
.cardinput button:focus,
|
|
26
|
+
.cardinput button:active{
|
|
27
|
+
background: transparent;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.cardinput button:hover{
|
|
31
|
+
color: #000;
|
|
32
|
+
}
|