cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.2
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-button.components.json +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +3 -3
- package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +1 -1
- package/css/themes/deprecated/cronos.css +55 -0
- package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
- package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.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/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.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/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +115 -57
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/deprecated/components/crn-QRCode.components.json +0 -54
- package/deprecated/components/crn-anchor.components.json +0 -89
- package/deprecated/components/crn-button-bar.components.json +0 -64
- package/deprecated/components/crn-button.components.json +0 -316
- package/deprecated/components/crn-card.components.json +0 -95
- package/deprecated/components/crn-chart.components.json +0 -57
- package/deprecated/components/crn-chat.components.json +0 -8
- package/deprecated/components/crn-checkbox.components.json +0 -184
- package/deprecated/components/crn-complex-search.components.json +0 -43
- package/deprecated/components/crn-container.components.json +0 -21
- package/deprecated/components/crn-cron-crud.components.json +0 -21
- package/deprecated/components/crn-datasource.components.json +0 -181
- package/deprecated/components/crn-dynamic-file.components.json +0 -85
- package/deprecated/components/crn-dynamic-image.components.json +0 -153
- package/deprecated/components/crn-dynamic-select.components.json +0 -111
- package/deprecated/components/crn-evaluation.components.json +0 -64
- package/deprecated/components/crn-filter-button.components.json +0 -305
- package/deprecated/components/crn-form-template.components.json +0 -11
- package/deprecated/components/crn-header-button.components.json +0 -63
- package/deprecated/components/crn-heading.components.json +0 -109
- package/deprecated/components/crn-icon.components.json +0 -258
- package/deprecated/components/crn-image.components.json +0 -121
- package/deprecated/components/crn-infinite-scroll.components.json +0 -32
- package/deprecated/components/crn-input-button.components.json +0 -205
- package/deprecated/components/crn-input-floating.components.json +0 -196
- package/deprecated/components/crn-input-icon.components.json +0 -187
- package/deprecated/components/crn-input-inline.components.json +0 -198
- package/deprecated/components/crn-input.components.json +0 -185
- package/deprecated/components/crn-ion-content.components.json +0 -24
- package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
- package/deprecated/components/crn-ion-header-bar.components.json +0 -211
- package/deprecated/components/crn-ion-list.components.json +0 -152
- package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
- package/deprecated/components/crn-ion-segment-item.components.json +0 -65
- package/deprecated/components/crn-ion-segment.components.json +0 -974
- package/deprecated/components/crn-ion-tab-item.components.json +0 -50
- package/deprecated/components/crn-ion-tab.components.json +0 -138
- package/deprecated/components/crn-item-options.components.json +0 -26
- package/deprecated/components/crn-item-select.components.json +0 -69
- package/deprecated/components/crn-item-swipe.components.json +0 -62
- package/deprecated/components/crn-kendo-chat.components.json +0 -88
- package/deprecated/components/crn-label.components.json +0 -113
- package/deprecated/components/crn-list-avatar.components.json +0 -260
- package/deprecated/components/crn-list-icon.components.json +0 -249
- package/deprecated/components/crn-list-item-avatar.components.json +0 -236
- package/deprecated/components/crn-list-item-icon.components.json +0 -242
- package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
- package/deprecated/components/crn-list-item.components.json +0 -160
- package/deprecated/components/crn-list-simple.components.json +0 -180
- package/deprecated/components/crn-list-swipe.components.json +0 -105
- package/deprecated/components/crn-list-thumbnail.components.json +0 -248
- package/deprecated/components/crn-list.components.json +0 -75
- package/deprecated/components/crn-map.components.json +0 -55
- package/deprecated/components/crn-mobile-menu.components.json +0 -32
- package/deprecated/components/crn-multiselect.components.json +0 -110
- package/deprecated/components/crn-navbar.components.json +0 -106
- package/deprecated/components/crn-option-button.components.json +0 -72
- package/deprecated/components/crn-paragraph.components.json +0 -110
- package/deprecated/components/crn-radio.components.json +0 -90
- package/deprecated/components/crn-radioOption.components.json +0 -23
- package/deprecated/components/crn-range.components.json +0 -106
- package/deprecated/components/crn-rating.components.json +0 -189
- package/deprecated/components/crn-search.components.json +0 -210
- package/deprecated/components/crn-select-options.components.json +0 -17
- package/deprecated/components/crn-select.components.json +0 -93
- package/deprecated/components/crn-slider-item.components.json +0 -236
- package/deprecated/components/crn-slider.components.json +0 -105
- package/deprecated/components/crn-spacer.components.json +0 -21
- package/deprecated/components/crn-start.components.json +0 -10
- package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
- package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
- package/deprecated/components/crn-tabs.components.json +0 -36
- package/deprecated/components/crn-textarea.components.json +0 -109
- package/deprecated/components/crn-toggle.components.json +0 -161
- package/deprecated/components/crn-video.components.json +0 -67
- package/deprecated/components/css/app.css +0 -78
- package/deprecated/components/css/background-color.css +0 -121
- package/deprecated/components/css/chatStyle.css +0 -221
- package/deprecated/components/css/color-default.css +0 -83
- package/deprecated/components/css/crn-ion-segment.css +0 -786
- package/deprecated/components/css/icon-size.css +0 -15
- package/deprecated/components/css/multiselect-editor.css +0 -119
- package/deprecated/components/css/tabs-color.css +0 -248
- package/deprecated/components/js/format.min.js +0 -2
- package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
- package/deprecated/components/js/jquery.mask.min.js +0 -19
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
- package/deprecated/components/js/qrcode.js +0 -1319
- package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
- package/deprecated/components/reports/DATE.parameter.html +0 -4
- package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
- package/deprecated/components/reports/FLOAT.parameter.html +0 -4
- package/deprecated/components/reports/INTEGER.parameter.html +0 -4
- package/deprecated/components/reports/LONG.parameter.html +0 -5
- package/deprecated/components/reports/STRING.parameter.html +0 -5
- package/deprecated/components/reports/reports.parameters.html +0 -20
- package/deprecated/components/templates/advanced.list.designtime.html +0 -33
- package/deprecated/components/templates/advanced.list.template.html +0 -1
- package/deprecated/components/templates/anchor.template.html +0 -1
- package/deprecated/components/templates/button-bar.template.html +0 -5
- package/deprecated/components/templates/button-report.template.html +0 -1
- package/deprecated/components/templates/button.template.html +0 -4
- package/deprecated/components/templates/card.template.html +0 -7
- package/deprecated/components/templates/chat.template.html +0 -39
- package/deprecated/components/templates/checkbox.template.html +0 -8
- package/deprecated/components/templates/combobox.designtime.html +0 -12
- package/deprecated/components/templates/combobox.template.html +0 -8
- package/deprecated/components/templates/complexsearch.template.html +0 -7
- package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
- package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
- package/deprecated/components/templates/cron-crud.template.html +0 -7
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
- package/deprecated/components/templates/div.horizontal.template.html +0 -27
- package/deprecated/components/templates/div.vertical.template.html +0 -11
- package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
- package/deprecated/components/templates/dynamicfile.template.html +0 -8
- package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
- package/deprecated/components/templates/dynamicimage.template.html +0 -9
- package/deprecated/components/templates/evaluation.designtime.html +0 -7
- package/deprecated/components/templates/evaluation.template.html +0 -1
- package/deprecated/components/templates/filterbutton.template.html +0 -3
- package/deprecated/components/templates/floattextinput.designtime.html +0 -4
- package/deprecated/components/templates/floattextinput.template.html +0 -4
- package/deprecated/components/templates/form.template.html +0 -5
- package/deprecated/components/templates/header.template.html +0 -3
- package/deprecated/components/templates/icontextinput.template.html +0 -4
- package/deprecated/components/templates/image.template.html +0 -18
- package/deprecated/components/templates/inlinetextinput.template.html +0 -4
- package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
- package/deprecated/components/templates/ion-header-bar.template.html +0 -13
- package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
- package/deprecated/components/templates/ion-tab.template.html +0 -8
- package/deprecated/components/templates/item.avatar.template.html +0 -5
- package/deprecated/components/templates/item.icon.template.html +0 -4
- package/deprecated/components/templates/item.options.template.html +0 -14
- package/deprecated/components/templates/item.slider.template.html +0 -4
- package/deprecated/components/templates/item.swipe.template.html +0 -14
- package/deprecated/components/templates/item.template.html +0 -5
- package/deprecated/components/templates/item.thumbnail.template.html +0 -5
- package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
- package/deprecated/components/templates/kendo-chat.template.html +0 -75
- package/deprecated/components/templates/list.avatar.template.html +0 -7
- package/deprecated/components/templates/list.icon.template.html +0 -6
- package/deprecated/components/templates/list.swipe.template.html +0 -16
- package/deprecated/components/templates/list.template.html +0 -5
- package/deprecated/components/templates/list.thumbnail.template.html +0 -7
- package/deprecated/components/templates/maps.designtime.html +0 -1
- package/deprecated/components/templates/maps.template.html +0 -1
- package/deprecated/components/templates/multiselect.template.html +0 -5
- package/deprecated/components/templates/nav.bar.template.html +0 -5
- package/deprecated/components/templates/publicMenu.template.html +0 -14
- package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
- package/deprecated/components/templates/radiogroup.template.html +0 -21
- package/deprecated/components/templates/range.template.html +0 -5
- package/deprecated/components/templates/rating.template.html +0 -9
- package/deprecated/components/templates/search.template.html +0 -6
- package/deprecated/components/templates/slider.template.html +0 -20
- package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
- package/deprecated/components/templates/tabs.template.html +0 -5
- package/deprecated/components/templates/textarea.template.html +0 -1
- package/deprecated/components/templates/textinput.template.html +0 -3
- package/deprecated/components/templates/textinputbutton.template.html +0 -12
- package/deprecated/components/templates/title.template.html +0 -1
- package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
- package/deprecated/components/templates/toggle.template.html +0 -9
- package/deprecated/components/templates/video.designtime.html +0 -2
- package/deprecated/components/templates/video.template.html +0 -1
- package/deprecated/components/templates/views/public/home.view.html +0 -16
- package/deprecated/components/templates/views/public/menu.view.html +0 -20
- package/deprecated/components/upload/upload.html +0 -41
- package/deprecated/css/themes/custom/material/custom-material.css +0 -12
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/dist/components/css/app.css +0 -1
- package/deprecated/dist/components/css/background-color.css +0 -1
- package/deprecated/dist/components/css/chatStyle.css +0 -1
- package/deprecated/dist/components/css/color-default.css +0 -1
- package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
- package/deprecated/dist/components/css/icon-size.css +0 -1
- package/deprecated/dist/components/css/multiselect-editor.css +0 -1
- package/deprecated/dist/components/css/tabs-color.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
- package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/card.template.html +0 -1
- package/deprecated/dist/components/templates/chat.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/iconinput.template.html +0 -1
- package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
- package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/item.icon.template.html +0 -1
- package/deprecated/dist/components/templates/item.options.template.html +0 -1
- package/deprecated/dist/components/templates/item.slider.template.html +0 -1
- package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/item.template.html +0 -1
- package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
- package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/list.icon.template.html +0 -1
- package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/maps.designtime.html +0 -1
- package/deprecated/dist/components/templates/maps.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
- package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/range.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/search.template.html +0 -1
- package/deprecated/dist/components/templates/slider.template.html +0 -1
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/toggle.template.html +0 -1
- package/deprecated/dist/components/templates/video.designtime.html +0 -1
- package/deprecated/dist/components/templates/video.template.html +0 -1
- package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
- package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -126
- package/deprecated/dist/i18n/locale_pt_br.json +0 -126
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-300x200.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qr-code.png +0 -0
- package/deprecated/dist/img/svg-charts.svg +0 -1
- package/deprecated/dist/img/user.svg +0 -1
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -17
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
- package/deprecated/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
- package/deprecated/img/cron-icon/crn-list.svg +0 -16
- package/deprecated/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
- package/deprecated/img/cron-icon/crn-radio.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/img/cron-icon/crn-video.svg +0 -1
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-300x200.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qr-code.png +0 -0
- package/deprecated/img/svg-charts.svg +0 -1
- package/deprecated/img/user.svg +0 -18
|
@@ -20,12 +20,13 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* Positive */
|
|
23
|
-
.button.button-positive{
|
|
24
|
-
background: transparent;
|
|
23
|
+
.button.button-positive {
|
|
24
|
+
background: transparent;
|
|
25
25
|
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.button.button-positive span,
|
|
28
|
+
.button.button-positive span,
|
|
29
|
+
.button.button-positive i {
|
|
29
30
|
color: var(--colorPrimary40, #1351b4);
|
|
30
31
|
}
|
|
31
32
|
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
.button.button-positive:active,
|
|
34
35
|
.button.button-positive:focus,
|
|
35
36
|
.button.button-positive:hover {
|
|
36
|
-
background: var(--colorPrimary10, #d6daeb);
|
|
37
|
+
background: var(--colorPrimary10, #d6daeb);
|
|
37
38
|
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
38
39
|
}
|
|
39
40
|
|
|
@@ -105,37 +106,35 @@
|
|
|
105
106
|
|
|
106
107
|
/* Stable */
|
|
107
108
|
.button.button-stable {
|
|
108
|
-
background: var(--
|
|
109
|
-
color: var(--
|
|
109
|
+
background: var(--colorStable40, #f8f8f8);
|
|
110
|
+
color: var(--textColorStable40, #444444);
|
|
110
111
|
}
|
|
111
112
|
|
|
112
113
|
.button.button-stable.active,
|
|
113
114
|
.button.button-stable:active,
|
|
114
115
|
.button.button-stable:focus,
|
|
115
116
|
.button.button-stable:hover {
|
|
116
|
-
color: var(--
|
|
117
|
-
background: var(--
|
|
117
|
+
color: var(--textColorStable40, #444444);
|
|
118
|
+
background: var(--colorStable50, #c2c2c2);
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
/* Light */
|
|
121
122
|
.button.button-light {
|
|
122
|
-
background:
|
|
123
|
-
color: var(--
|
|
124
|
-
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
123
|
+
background: var(--colorLight40, #ffffff);
|
|
124
|
+
color: var(--textColorLight40, #000000);
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.button.button-light.active,
|
|
128
128
|
.button.button-light:active,
|
|
129
129
|
.button.button-light:focus,
|
|
130
130
|
.button.button-light:hover {
|
|
131
|
-
background: var(--
|
|
132
|
-
color: var(--
|
|
133
|
-
border: 1px solid var(--colorPrimary40, #1351b4);
|
|
131
|
+
background: var(--colorLight40, #ffffff);
|
|
132
|
+
color: var(--textColorLight40, #000000);
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
.button.button-light span,
|
|
137
136
|
.button.button-light i {
|
|
138
|
-
color: var(--
|
|
137
|
+
color: var(--textColorLight40, #000000);
|
|
139
138
|
}
|
|
140
139
|
|
|
141
140
|
/* Link */
|
|
@@ -169,4 +168,86 @@
|
|
|
169
168
|
.button.button-link:focus i,
|
|
170
169
|
.button.button-link:hover i {
|
|
171
170
|
text-decoration: none;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/* Light - Outline */
|
|
174
|
+
|
|
175
|
+
.button.button-light.button-outline {
|
|
176
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.button.button-light.button-outline span,
|
|
180
|
+
.button.button-light.button-outline i {
|
|
181
|
+
color: var(--colorLight50, #dfdfdf);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.button.button-light.button-outline:active,
|
|
185
|
+
.button.button-light.button-outline.activated {
|
|
186
|
+
background: var(--colorLight50, #dfdfdf);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/* Stable - Outline */
|
|
190
|
+
.button.button-stable.button-outline {
|
|
191
|
+
border-color: var(--colorStable50, #d9d9d9);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.button.button-stable.button-outline span,
|
|
195
|
+
.button.button-stable.button-outline i {
|
|
196
|
+
color: var(--colorStable50, #d9d9d9);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.button.button-stable.button-outline:active,
|
|
200
|
+
.button.button-stable.button-outline.activated {
|
|
201
|
+
background: var(--colorStable50, #d9d9d9);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/* Colors */
|
|
205
|
+
.button span.default,
|
|
206
|
+
.button i.default {
|
|
207
|
+
color: var(--textColorDefault40, #ffffff);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.button span.light,
|
|
211
|
+
.button i.light {
|
|
212
|
+
color: var(--colorPrimary40, #1351b4);
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.button span.stable,
|
|
216
|
+
.button i.stable {
|
|
217
|
+
color: var(--textColorStable40, #f8f8f8);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.button span.positive,
|
|
221
|
+
.button i.positive {
|
|
222
|
+
color: var(--colorPrimary40, #1351b4);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.button span.calm,
|
|
226
|
+
.button i.calm {
|
|
227
|
+
color: var(--textColorCalm40, #ffffff);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.button span.assertive,
|
|
231
|
+
.button i.assertive {
|
|
232
|
+
color: var(--textColorDanger40, #ffffff);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.button span.balanced,
|
|
236
|
+
.button i.balanced {
|
|
237
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.button span.energized,
|
|
241
|
+
.button i.energized {
|
|
242
|
+
color: var(--textColorWarning40, #ffffff);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.button span.royal,
|
|
246
|
+
.button i.royal {
|
|
247
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.button span.dark,
|
|
251
|
+
.button i.dark {
|
|
252
|
+
color: var(--textColorDark40, #ffffff);
|
|
172
253
|
}
|
|
@@ -259,20 +259,43 @@
|
|
|
259
259
|
--colorNeutral210: #090909;
|
|
260
260
|
--colorNeutral220: #000000;
|
|
261
261
|
|
|
262
|
-
|
|
262
|
+
/* === Variables used exclusively in the color palette property === */
|
|
263
263
|
/* Components - Button */
|
|
264
264
|
--btnLink: var(--colorPrimary40, #1351b4);
|
|
265
265
|
--btnDefault: var(--colorDefault40, #1351b4);
|
|
266
|
-
--btnPrimary:
|
|
266
|
+
--btnPrimary: transparent;
|
|
267
267
|
--btnSuccess: var(--colorSuccess40, #168821);
|
|
268
268
|
--btnCalm: var(--colorCalm40, #3b448e);
|
|
269
269
|
--btnWarning: var(--colorWarning40, #ffcd07);
|
|
270
270
|
--btnDanger: var(--colorDanger40, #e52207);
|
|
271
|
-
--btnLight:
|
|
271
|
+
--btnLight: transparent;
|
|
272
272
|
--btnStable: var(--colorStable40, #f8f8f8);
|
|
273
273
|
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
274
274
|
--btnDark: var(--colorDark40, #444444);
|
|
275
275
|
|
|
276
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
277
|
+
--textColorPrimary: var(--colorPrimary40, #1351b4);
|
|
278
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
279
|
+
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
280
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
281
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
282
|
+
--textColorLight: var(--colorPrimary40, #1351b4);
|
|
283
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
284
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
285
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
286
|
+
|
|
287
|
+
--borderBtnLink: transparent;
|
|
288
|
+
--borderBtnDefault: transparent;
|
|
289
|
+
--borderBtnPrimary: var(--colorPrimary40, #1351b4);
|
|
290
|
+
--borderBtnSuccess: transparent;
|
|
291
|
+
--borderBtnCalm: transparent;
|
|
292
|
+
--borderBtnWarning: transparent;
|
|
293
|
+
--borderBtnDanger: transparent;
|
|
294
|
+
--borderBtnLight: var(--colorPrimary40, #1351b4);
|
|
295
|
+
--borderBtnStable: transparent;
|
|
296
|
+
--borderBtnRoyal: transparent;
|
|
297
|
+
--borderBtnDark: transparent;
|
|
298
|
+
|
|
276
299
|
/* Components - Text color */
|
|
277
300
|
--colorDefault: var(--colorDefault40, #1351b4);
|
|
278
301
|
--colorPrimary: var(--colorPrimary40, #1351b4);
|
|
@@ -286,17 +309,28 @@
|
|
|
286
309
|
--colorDark: var(--colorDark40, #444444);
|
|
287
310
|
|
|
288
311
|
/* Components - Checkbox */
|
|
289
|
-
--checkboxDefault: var(--
|
|
312
|
+
--checkboxDefault: var(--colorDefault40, #909090);
|
|
290
313
|
--checkboxPrimary: var(--colorPrimary40, #1351b4);
|
|
291
314
|
--checkboxSuccess: var(--colorSuccess40, #168821);
|
|
292
315
|
--checkboxCalm: var(--colorCalm40, #3b448e);
|
|
293
316
|
--checkboxWarning: var(--colorWarning40, #ffcd07);
|
|
294
317
|
--checkboxDanger: var(--colorDanger40, #e52207);
|
|
295
|
-
--checkboxLight: var(--
|
|
318
|
+
--checkboxLight: var(--textColorDefault40, #ffffff);
|
|
296
319
|
--checkboxStable: var(--colorStable40, #f8f8f8);
|
|
297
320
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
298
321
|
--checkboxDark: var(--colorDark40, #444444);
|
|
299
322
|
|
|
323
|
+
--borderCheckboxDefault: var(--colorDefault40, #3b448e);
|
|
324
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #1351b4);
|
|
325
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #168821);
|
|
326
|
+
--borderCheckboxCalm: var(--colorCalm40, #11c3b448ef3);
|
|
327
|
+
--borderCheckboxWarning: var(--colorWarning40, #ffcd07);
|
|
328
|
+
--borderCheckboxDanger: var(--colorDanger40, #e52207);
|
|
329
|
+
--borderCheckboxLight: var(--colorDefault40, #1351b4);
|
|
330
|
+
--borderCheckboxStable: var(--colorStable60, #f8f8f8);
|
|
331
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #886aea);
|
|
332
|
+
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
333
|
+
|
|
300
334
|
/* Components - Toggle */
|
|
301
335
|
--toggleDefault: var(--colorDefault40, #1351b4);
|
|
302
336
|
--togglePrimary: var(--colorPrimary40, #1351b4);
|
|
@@ -309,24 +343,46 @@
|
|
|
309
343
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
310
344
|
--toggleDark: var(--colorDark40, #444444);
|
|
311
345
|
|
|
346
|
+
--borderToggleDefault: var(--colorDefault40, #2ca4a8);
|
|
347
|
+
--borderTogglePrimary: var(--colorPrimary40, #1351b4);
|
|
348
|
+
--borderToggleSuccess: var(--colorSuccess40, #168821);
|
|
349
|
+
--borderToggleCalm: var(--colorCalm40, #3b448e);
|
|
350
|
+
--borderToggleWarning: var(--colorWarning40, #ffcd07);
|
|
351
|
+
--borderToggleDanger: var(--colorDanger40, #e52207);
|
|
352
|
+
--borderToggleLight: var(--colorDefault40, #1351b4);
|
|
353
|
+
--borderToggleStable: var(--colorStable50, #9c9c9c);
|
|
354
|
+
--borderToggleRoyal: var(--colorRoyal40, #886aea);
|
|
355
|
+
--borderToggleDark: var(--colorDark40, #444444);
|
|
356
|
+
|
|
312
357
|
/* Components - Tabs - crn-ion-segment */
|
|
313
|
-
--bgDefault: var(--
|
|
314
|
-
--bgPrimary: var(--
|
|
315
|
-
--bgSuccess: var(--
|
|
316
|
-
--bgCalm: var(--
|
|
317
|
-
--bgWarning: var(--
|
|
318
|
-
--bgDanger: var(--
|
|
319
|
-
--bgLight: var(--
|
|
320
|
-
--bgStable: var(--
|
|
321
|
-
--bgRoyal: var(--
|
|
322
|
-
--bgDark: var(--
|
|
358
|
+
--bgDefault: var(--colorDefault10, #d6daeb);
|
|
359
|
+
--bgPrimary: var(--colorPrimary10, #d6daeb);
|
|
360
|
+
--bgSuccess: var(--colorSuccess10, #d6e2d6);
|
|
361
|
+
--bgCalm: var(--colorCalm10, #d8d9e3);
|
|
362
|
+
--bgWarning: var(--colorWarning10, #fff1d5);
|
|
363
|
+
--bgDanger: var(--colorDanger10, #f7d6d5);
|
|
364
|
+
--bgLight: var(--textColorDefault10, #ffffff);
|
|
365
|
+
--bgStable: var(--colorStable10, #fdfdfd);
|
|
366
|
+
--bgRoyal: var(--colorRoyal10, #e2ddf9);
|
|
367
|
+
--bgDark: var(--colorDark10, #d9d9d9);
|
|
368
|
+
|
|
369
|
+
--borderActiveBackgroundDefault: var(--colorDefault40, #f5f5f5);
|
|
370
|
+
--borderActiveBackgroundPrimary: var(--colorPrimary40, #1351b4);
|
|
371
|
+
--borderActiveBackgroundSuccess: var(--colorSuccess40, #168821);
|
|
372
|
+
--borderActiveBackgroundCalm: var(--colorCalm40, #3b448e);
|
|
373
|
+
--borderActiveBackgroundWarning: var(--colorWarning40, #ffcd07);
|
|
374
|
+
--borderActiveBackgroundDanger: var(--colorDanger50, #c71c22);
|
|
375
|
+
--borderActiveBackgroundLight: var(--colorLight40, #ffffff);
|
|
376
|
+
--borderActiveBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
377
|
+
--borderActiveBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
378
|
+
--borderActiveBackgroundDark: var(--colorDark40, #444444);
|
|
323
379
|
|
|
324
380
|
--activeBackgroundDefault: var(--colorDefault40, #1351b4);
|
|
325
381
|
--activeBackgroundPrimary: var(--colorPrimary40, #1351b4);
|
|
326
382
|
--activeBackgroundSuccess: var(--colorSuccess40, #168821);
|
|
327
|
-
--activeBackgroundCalm: var(--colorCalm40, #
|
|
328
|
-
--activeBackgroundWarning: var(--colorWarning40, #
|
|
329
|
-
--activeBackgroundDanger: var(--colorDanger40, #
|
|
383
|
+
--activeBackgroundCalm: var(--colorCalm40, #3b448e);
|
|
384
|
+
--activeBackgroundWarning: var(--colorWarning40, #ffcd07);
|
|
385
|
+
--activeBackgroundDanger: var(--colorDanger40, #e52207);
|
|
330
386
|
--activeBackgroundLight: var(--textColorDefault40, #ffffff);
|
|
331
387
|
--activeBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
332
388
|
--activeBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
@@ -343,24 +399,24 @@
|
|
|
343
399
|
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
344
400
|
--ionSegmentDark: var(--textColorDark40, #ffffff);
|
|
345
401
|
|
|
346
|
-
--iconThemeLightDefault: var(--
|
|
347
|
-
--iconThemeLightPrimary: var(--
|
|
348
|
-
--iconThemeLightSuccess: var(--
|
|
349
|
-
--iconThemeLightCalm: var(--
|
|
350
|
-
--iconThemeLightWarning: var(--
|
|
351
|
-
--iconThemeLightDanger: var(--
|
|
402
|
+
--iconThemeLightDefault: var(--colorDefault40, #ffffff);
|
|
403
|
+
--iconThemeLightPrimary: var(--colorPrimary40, #1351b4);
|
|
404
|
+
--iconThemeLightSuccess: var(--colorSuccess40, #168821);
|
|
405
|
+
--iconThemeLightCalm: var(--colorCalm40, #3b448e);
|
|
406
|
+
--iconThemeLightWarning: var(--colorWarning40, #ffcd07);
|
|
407
|
+
--iconThemeLightDanger: var(--colorDanger40, #e52207);
|
|
352
408
|
--iconThemeLightLight: var(--colorDefault40, #1351b4);
|
|
353
|
-
--iconThemeLightStable: var(--
|
|
354
|
-
--iconThemeLightRoyal: var(--
|
|
355
|
-
--iconThemeLightDark: var(--
|
|
409
|
+
--iconThemeLightStable: var(--colorStable40, #f8f8f8);
|
|
410
|
+
--iconThemeLightRoyal: var(--colorRoyal40, #886aea);
|
|
411
|
+
--iconThemeLightDark: var(--colorDark40, #444444);
|
|
356
412
|
|
|
357
413
|
/* Components - Old Tabs - pallete false */
|
|
358
414
|
--tabsDefault: var(--colorDefault40, #1351b4);
|
|
359
415
|
--tabsPrimary: var(--colorPrimary40, #1351b4);
|
|
360
416
|
--tabsSuccess: var(--colorSuccess40, #168821);
|
|
361
417
|
--tabsCalm: var(--colorCalm40, #3498db);
|
|
362
|
-
--tabsWarning: var(--colorWarning40, #
|
|
363
|
-
--tabsDanger: var(--colorDanger40, #
|
|
418
|
+
--tabsWarning: var(--colorWarning40, #ffcd07);
|
|
419
|
+
--tabsDanger: var(--colorDanger40, #e52207);
|
|
364
420
|
--tabsLight: var(--colorLight40, #ffffff);
|
|
365
421
|
--tabsStable: var(--colorStable40, #f8f8f8);
|
|
366
422
|
--tabsRoyal: var(--colorRoyal40, #886aea);
|
|
@@ -372,7 +428,7 @@
|
|
|
372
428
|
--barSuccess: var(--colorSuccess40, #168821);
|
|
373
429
|
--barCalm: var(--colorCalm40, #3498db);
|
|
374
430
|
--barWarning: var(--colorWarning40, #f39c12);
|
|
375
|
-
--barDanger: var(--colorDanger40, #
|
|
431
|
+
--barDanger: var(--colorDanger40, #e52207);
|
|
376
432
|
--barLight: var(--colorLight40, #ffffff);
|
|
377
433
|
--barStable: var(--colorStable40, #f8f8f8);
|
|
378
434
|
--barRoyal: var(--colorRoyal40, #886aea);
|
|
@@ -383,8 +439,8 @@
|
|
|
383
439
|
--backgroundPrimary: var(--colorDefault40, #1351b4);
|
|
384
440
|
--backgroundSuccess: var(--colorSuccess40, #168821);
|
|
385
441
|
--backgroundCalm: var(--colorCalm40, #3498db);
|
|
386
|
-
--backgroundWarning: var(--colorWarning40, #
|
|
387
|
-
--backgroundDanger: var(--colorDanger40, #
|
|
442
|
+
--backgroundWarning: var(--colorWarning40, #ffcd07);
|
|
443
|
+
--backgroundDanger: var(--colorDanger40, #e52207);
|
|
388
444
|
--backgroundLight: var(--colorLight40, #ffffff);
|
|
389
445
|
--backgroundStable: var(--colorStable40, #f8f8f8);
|
|
390
446
|
--backgroundRoyal: var(--colorRoyal40, #886aea);
|
|
@@ -396,10 +452,11 @@
|
|
|
396
452
|
--tabsIconCalm: var(--textColorCalm40, #ffffff);
|
|
397
453
|
--tabsIconWarning: var(--textColorWarning40, #ffffff);
|
|
398
454
|
--tabsIconDanger: var(--textColorDanger40, #ffffff);
|
|
399
|
-
--tabsIconLight: var(--colorDefault40, #
|
|
455
|
+
--tabsIconLight: var(--colorDefault40, #1351b4);
|
|
400
456
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
401
457
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
402
458
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
459
|
+
/* End - Variables used exclusively in the color palette property */
|
|
403
460
|
}
|
|
404
461
|
|
|
405
462
|
a,
|
|
@@ -452,6 +509,14 @@ h6 {
|
|
|
452
509
|
font-size: calc(var(--textSmallSize, 14px) + 2.8px);
|
|
453
510
|
}
|
|
454
511
|
|
|
512
|
+
.font-size-default {
|
|
513
|
+
font-size: calc(var(--textNormalSize, 24.19px) + 3.36px);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.font-size-big {
|
|
517
|
+
font-size: var(--textMediumSize, 24.19px);
|
|
518
|
+
}
|
|
519
|
+
|
|
455
520
|
p,
|
|
456
521
|
span,
|
|
457
522
|
label,
|
|
@@ -462,11 +527,11 @@ input,
|
|
|
462
527
|
font-family: var(--fontFamily, "Rawline", "Raleway", sans-serif);
|
|
463
528
|
}
|
|
464
529
|
|
|
465
|
-
.color-light {
|
|
530
|
+
.color-light, .light {
|
|
466
531
|
color: var(--colorLight50, #dfdfdf);
|
|
467
532
|
}
|
|
468
533
|
|
|
469
|
-
.color-stable {
|
|
534
|
+
.color-stable, .stable {
|
|
470
535
|
color: var(--colorStable50, #d9d9d9);
|
|
471
536
|
}
|
|
472
537
|
|
|
@@ -634,6 +699,10 @@ div.crn-ion-segment-light.icon-theme-light-light li a,
|
|
|
634
699
|
color: var(--colorDefault30, #7c8ec8);
|
|
635
700
|
}
|
|
636
701
|
|
|
702
|
+
div.crn-ion-segment-light .icon-theme-light-light li.active {
|
|
703
|
+
border-color: var(--colorDefault30, #7c8ec8);
|
|
704
|
+
}
|
|
705
|
+
|
|
637
706
|
.crn-ion-segment-modern ul.active-background-light li.active a,
|
|
638
707
|
.crn-ion-segment-classic ul.active-background-light li.active a {
|
|
639
708
|
color: var(--colorDefault40, #1351b4);
|
|
@@ -763,16 +832,6 @@ div.crn-ion-segment-light.icon-theme-light-light li a,
|
|
|
763
832
|
box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
|
|
764
833
|
}
|
|
765
834
|
|
|
766
|
-
.item h2,
|
|
767
|
-
.item h1 {
|
|
768
|
-
color: var(--colorPrimary40, #1351b4);
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
.item h3,
|
|
772
|
-
.item p {
|
|
773
|
-
color: var(--textColor40, #383838);
|
|
774
|
-
}
|
|
775
|
-
|
|
776
835
|
.card .item {
|
|
777
836
|
background: var(--colorNeutral00, #ffffff);
|
|
778
837
|
border: 0;
|
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
--colorNeutral210: #090909;
|
|
259
259
|
--colorNeutral220: #000000;
|
|
260
260
|
|
|
261
|
+
/* === Variables used exclusively in the color palette property === */
|
|
261
262
|
/* Components - Button */
|
|
262
263
|
--btnLink: var(--colorSuccess40, #18bc9c);
|
|
263
264
|
--btnDefault: var(--colorDefault40, #798d8f);
|
|
@@ -271,6 +272,29 @@
|
|
|
271
272
|
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
272
273
|
--btnDark: var(--colorDark40, #7b8a8b);
|
|
273
274
|
|
|
275
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
276
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
277
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
278
|
+
--textColorCalm: var(--textColorDefault40, #ffffff);
|
|
279
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
280
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
281
|
+
--textColorLight: var(--textColorLight40, #333333);
|
|
282
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
283
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
284
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
285
|
+
|
|
286
|
+
--borderBtnLink: transparent;
|
|
287
|
+
--borderBtnDefault: transparent;
|
|
288
|
+
--borderBtnPrimary: transparent;
|
|
289
|
+
--borderBtnSuccess: transparent;
|
|
290
|
+
--borderBtnCalm: transparent;
|
|
291
|
+
--borderBtnWarning: transparent;
|
|
292
|
+
--borderBtnDanger: transparent;
|
|
293
|
+
--borderBtnLight: transparent;
|
|
294
|
+
--borderBtnStable: transparent;
|
|
295
|
+
--borderBtnRoyal: transparent;
|
|
296
|
+
--borderBtnDark: transparent;
|
|
297
|
+
|
|
274
298
|
/* Components - Text color */
|
|
275
299
|
--colorDefault: var(--colorDefault40, #798d8f);
|
|
276
300
|
--colorPrimary: var(--colorPrimary40, #2c3e50);
|
|
@@ -295,6 +319,17 @@
|
|
|
295
319
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
296
320
|
--checkboxDark: var(--colorDark40, #7b8a8b);
|
|
297
321
|
|
|
322
|
+
--borderCheckboxDefault: transparent;
|
|
323
|
+
--borderCheckboxPrimary: transparent;
|
|
324
|
+
--borderCheckboxSuccess: transparent;
|
|
325
|
+
--borderCheckboxCalm: transparent;
|
|
326
|
+
--borderCheckboxWarning: transparent;
|
|
327
|
+
--borderCheckboxDanger: transparent;
|
|
328
|
+
--borderCheckboxLight: transparent;
|
|
329
|
+
--borderCheckboxStable: transparent;
|
|
330
|
+
--borderCheckboxRoyal: transparent;
|
|
331
|
+
--borderCheckboxDark: transparent;
|
|
332
|
+
|
|
298
333
|
/* Components - Toggle */
|
|
299
334
|
--toggleDefault: var(--colorDefault40, #3c3c3c);
|
|
300
335
|
--togglePrimary: var(--colorPrimary40, #375a7f);
|
|
@@ -307,6 +342,17 @@
|
|
|
307
342
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
308
343
|
--toggleDark: var(--colorDark40, #444444);
|
|
309
344
|
|
|
345
|
+
--borderToggleDefault: transparent;
|
|
346
|
+
--borderTogglePrimary: transparent;
|
|
347
|
+
--borderToggleSuccess: transparent;
|
|
348
|
+
--borderToggleCalm: transparent;
|
|
349
|
+
--borderToggleWarning: transparent;
|
|
350
|
+
--borderToggleDanger: transparent;
|
|
351
|
+
--borderToggleLight: transparent;
|
|
352
|
+
--borderToggleStable: transparent;
|
|
353
|
+
--borderToggleRoyal: transparent;
|
|
354
|
+
--borderToggleDark: transparent;
|
|
355
|
+
|
|
310
356
|
/* Components - Tabs - crn-ion-segment */
|
|
311
357
|
--bgDefault: var(--colorDefault40, #3c3c3c);
|
|
312
358
|
--bgPrimary: var(--colorPrimary40, #375a7f);
|
|
@@ -319,6 +365,17 @@
|
|
|
319
365
|
--bgRoyal: var(--colorRoyal40, #886aea);
|
|
320
366
|
--bgDark: var(--colorDark40, #444444);
|
|
321
367
|
|
|
368
|
+
--borderActiveBackgroundDefault: transparent;
|
|
369
|
+
--borderActiveBackgroundPrimary: transparent;
|
|
370
|
+
--borderActiveBackgroundSuccess: transparent;
|
|
371
|
+
--borderActiveBackgroundCalm: transparent;
|
|
372
|
+
--borderActiveBackgroundWarning: transparent;
|
|
373
|
+
--borderActiveBackgroundDanger: transparent;
|
|
374
|
+
--borderActiveBackgroundLight: transparent;
|
|
375
|
+
--borderActiveBackgroundStable: transparent;
|
|
376
|
+
--borderActiveBackgroundRoyal: transparent;
|
|
377
|
+
--borderActiveBackgroundDark: transparent;
|
|
378
|
+
|
|
322
379
|
--activeBackgroundDefault: var(--colorDefault40, #3c3c3c);
|
|
323
380
|
--activeBackgroundPrimary: var(--colorPrimary40, #375a7f);
|
|
324
381
|
--activeBackgroundSuccess: var(--colorSuccess40, #00bc8c);
|
|
@@ -397,7 +454,9 @@
|
|
|
397
454
|
--tabsIconLight: var(--textColorLight40, #ffffff);
|
|
398
455
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
399
456
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
400
|
-
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
457
|
+
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
458
|
+
|
|
459
|
+
/* End - Variables used exclusively in the color palette property */
|
|
401
460
|
}
|
|
402
461
|
|
|
403
462
|
h1,
|
|
@@ -144,17 +144,16 @@
|
|
|
144
144
|
|
|
145
145
|
/* stable */
|
|
146
146
|
.button.button-stable {
|
|
147
|
-
background: var(--
|
|
148
|
-
border:
|
|
149
|
-
color: var(--textColor40, #383838);
|
|
147
|
+
background: var(--colorStable40, #f8f8f8);
|
|
148
|
+
border-color: transparent;
|
|
150
149
|
}
|
|
151
150
|
|
|
152
151
|
.button.button-stable.active,
|
|
153
152
|
.button.button-stable:active,
|
|
154
153
|
.button.button-stable:focus,
|
|
155
154
|
.button.button-stable:hover {
|
|
156
|
-
background: var(--
|
|
157
|
-
border-color:
|
|
155
|
+
background: var(--colorStable50, #d9d9d9);
|
|
156
|
+
border-color: transparent;
|
|
158
157
|
}
|
|
159
158
|
|
|
160
159
|
.button.button-stable span,
|
|
@@ -167,22 +166,21 @@
|
|
|
167
166
|
.button.button-stable:active i,
|
|
168
167
|
.button.button-stable:focus i,
|
|
169
168
|
.button.button-stable:hover i {
|
|
170
|
-
color: var(--
|
|
169
|
+
color: var(--textColorStable40, #444444);
|
|
171
170
|
}
|
|
172
171
|
|
|
173
172
|
/* calm */
|
|
174
173
|
.button.button-calm {
|
|
175
|
-
background: var(--
|
|
176
|
-
border
|
|
177
|
-
color: var(--textColorCalm40, #ffffff);
|
|
174
|
+
background: var(--colorLight40, #ffffff);
|
|
175
|
+
border: 1px solid var(--textColor20, #b2b2b2);
|
|
178
176
|
}
|
|
179
177
|
|
|
180
178
|
.button.button-calm.active,
|
|
181
179
|
.button.button-calm:active,
|
|
182
180
|
.button.button-calm:focus,
|
|
183
181
|
.button.button-calm:hover {
|
|
184
|
-
color: var(--
|
|
185
|
-
background: var(--
|
|
182
|
+
color: var(--textColor40, #383838);
|
|
183
|
+
background: var(--textColor20, #b2b2b2);
|
|
186
184
|
}
|
|
187
185
|
|
|
188
186
|
.button.button-calm span,
|
|
@@ -195,7 +193,7 @@
|
|
|
195
193
|
.button.button-calm:active i,
|
|
196
194
|
.button.button-calm:focus i,
|
|
197
195
|
.button.button-calm:hover i {
|
|
198
|
-
color: var(--
|
|
196
|
+
color: var(--textColor40, #383838);
|
|
199
197
|
}
|
|
200
198
|
|
|
201
199
|
/* positive */
|
|
@@ -280,4 +278,85 @@
|
|
|
280
278
|
.button.button-dark:focus i,
|
|
281
279
|
.button.button-dark:hover i {
|
|
282
280
|
color: var(--textColorDark40, #000000);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/* Light - Outline */
|
|
284
|
+
.button.button-light.button-outline {
|
|
285
|
+
border-color: var(--colorLight50, #dfdfdf);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.button.button-light.button-outline span,
|
|
289
|
+
.button.button-light.button-outline i {
|
|
290
|
+
color: var(--colorLight50, #dfdfdf);
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.button.button-light.button-outline:active,
|
|
294
|
+
.button.button-light.button-outline.activated {
|
|
295
|
+
background: var(--colorLight50, #dfdfdf);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/* Stable - Outline */
|
|
299
|
+
.button.button-stable.button-outline {
|
|
300
|
+
border-color: var(--colorStable50, #d9d9d9);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.button.button-stable.button-outline span,
|
|
304
|
+
.button.button-stable.button-outline i {
|
|
305
|
+
color: var(--colorStable50, #d9d9d9);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.button.button-stable.button-outline:active,
|
|
309
|
+
.button.button-stable.button-outline.activated {
|
|
310
|
+
background: var(--colorStable50, #d9d9d9);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* Colors */
|
|
314
|
+
.button span.default,
|
|
315
|
+
.button i.default {
|
|
316
|
+
color: var(--textColorDefault40, #ffffff);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.button span.light,
|
|
320
|
+
.button i.light {
|
|
321
|
+
color: var(--textColor40, #383838);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.button span.stable,
|
|
325
|
+
.button i.stable {
|
|
326
|
+
color: var(--textColorStable40, #f8f8f8);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.button span.positive,
|
|
330
|
+
.button i.positive {
|
|
331
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.button span.calm,
|
|
335
|
+
.button i.calm {
|
|
336
|
+
color: var(--textColorCalm40, #ffffff);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.button span.assertive,
|
|
340
|
+
.button i.assertive {
|
|
341
|
+
color: var(--textColorDanger40, #ffffff);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.button span.balanced,
|
|
345
|
+
.button i.balanced {
|
|
346
|
+
color: var(--textColorSuccess40, #ffffff);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.button span.energized,
|
|
350
|
+
.button i.energized {
|
|
351
|
+
color: var(--textColorWarning40, #ffffff);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.button span.royal,
|
|
355
|
+
.button i.royal {
|
|
356
|
+
color: var(--textColorRoyal40, #ffffff);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.button span.dark,
|
|
360
|
+
.button i.dark {
|
|
361
|
+
color: var(--textColorDark40, #ffffff);
|
|
283
362
|
}
|