@progress/kendo-theme-bootstrap 9.1.1-dev.2 → 10.0.0-dev.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/README.md +11 -20
- package/dist/all.css +1 -1
- package/dist/all.scss +1 -67568
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +37 -47
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +36 -46
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +37 -38
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +36 -37
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +13 -13
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +36 -37
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-main.scss +35 -33
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +36 -37
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +36 -37
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +36 -37
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +36 -37
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +36 -37
- package/dist/meta/sassdoc-data.json +26504 -24816
- package/dist/meta/sassdoc-raw-data.json +12366 -11962
- package/dist/meta/variables.json +6155 -12189
- package/lib/swatches/bootstrap-3-dark.json +4 -58
- package/lib/swatches/bootstrap-3.json +3 -57
- package/lib/swatches/bootstrap-4-dark.json +4 -13
- package/lib/swatches/bootstrap-4.json +3 -12
- package/lib/swatches/bootstrap-dataviz-v4.json +2 -1
- package/lib/swatches/bootstrap-main-dark.json +6 -15
- package/lib/swatches/bootstrap-main.json +3 -2
- package/lib/swatches/bootstrap-nordic.json +4 -13
- package/lib/swatches/bootstrap-turquoise-dark.json +4 -13
- package/lib/swatches/bootstrap-turquoise.json +4 -13
- package/lib/swatches/bootstrap-urban.json +4 -13
- package/lib/swatches/bootstrap-vintage.json +3 -12
- package/package.json +5 -7
- package/scss/_variables.scss +0 -29
- package/scss/action-buttons/_index.scss +9 -29
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/action-buttons/_theme.scss +1 -1
- package/scss/action-buttons/_variables.scss +15 -0
- package/scss/action-sheet/_index.scss +13 -32
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +71 -2
- package/scss/adaptive/_index.scss +16 -36
- package/scss/adaptive/_layout.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/adaptive/_variables.scss +25 -1
- package/scss/all.scss +3 -5
- package/scss/appbar/_index.scss +6 -23
- package/scss/appbar/_layout.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +23 -0
- package/scss/autocomplete/_index.scss +16 -35
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -25
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -2
- package/scss/avatar/_variables.scss +13 -0
- package/scss/badge/_index.scss +8 -27
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +42 -13
- package/scss/bottom-navigation/_index.scss +9 -29
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +27 -1
- package/scss/breadcrumb/_index.scss +11 -31
- package/scss/breadcrumb/_layout.scss +3 -4
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +73 -4
- package/scss/button/_index.scss +10 -30
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +115 -17
- package/scss/calendar/_index.scss +13 -33
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +106 -4
- package/scss/captcha/_index.scss +17 -37
- package/scss/captcha/_layout.scss +1 -1
- package/scss/captcha/_theme.scss +1 -1
- package/scss/captcha/_variables.scss +20 -0
- package/scss/card/_index.scss +13 -33
- package/scss/card/_layout.scss +1 -1
- package/scss/card/_theme.scss +1 -1
- package/scss/card/_variables.scss +74 -12
- package/scss/chart-wizard/_index.scss +27 -47
- package/scss/chart-wizard/_layout.scss +1 -1
- package/scss/chart-wizard/_theme.scss +1 -1
- package/scss/chart-wizard/_variables.scss +18 -0
- package/scss/chat/_index.scss +14 -36
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_theme.scss +1 -1
- package/scss/chat/_variables.scss +75 -2
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +57 -4
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +3 -1
- package/scss/chip/_variables.scss +56 -7
- package/scss/color-preview/_index.scss +6 -27
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +1 -1
- package/scss/color-preview/_variables.scss +18 -0
- package/scss/coloreditor/_index.scss +14 -35
- package/scss/coloreditor/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/coloreditor/_variables.scss +30 -0
- package/scss/colorgradient/_index.scss +17 -37
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +1 -1
- package/scss/colorgradient/_variables.scss +55 -4
- package/scss/colorpalette/_index.scss +6 -25
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/colorpalette/_variables.scss +14 -0
- package/scss/colorpicker/_index.scss +16 -36
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/combobox/_index.scss +16 -37
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/core/_index.scss +41 -26
- package/scss/core/border-radii/index.import.scss +16 -10
- package/scss/core/color-system/_palettes.scss +12 -25
- package/scss/core/color-system/_swatch-legacy.scss +274 -82
- package/scss/core/color-system/_swatch.scss +150 -339
- package/scss/core/color-system/index.import.scss +1 -1
- package/scss/core/elevation/index.import.scss +4 -0
- package/scss/core/functions/index.import.scss +1 -1
- package/scss/core/mixins/index.import.scss +1 -1
- package/scss/core/spacing/index.import.scss +48 -12
- package/scss/core/styles/index.import.scss +1 -1
- package/scss/core/typography/index.import.scss +18 -16
- package/scss/dataviz/_index.scss +10 -33
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +123 -8
- package/scss/dateinput/_index.scss +8 -30
- package/scss/dateinput/_layout.scss +1 -1
- package/scss/dateinput/_theme.scss +1 -1
- package/scss/datepicker/_index.scss +12 -35
- package/scss/datepicker/_layout.scss +1 -1
- package/scss/datepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_index.scss +14 -37
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/datetimepicker/_index.scss +20 -44
- package/scss/datetimepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +7 -0
- package/scss/dialog/_index.scss +8 -31
- package/scss/dialog/_layout.scss +1 -1
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +22 -6
- package/scss/dock-manager/_index.scss +12 -27
- package/scss/dock-manager/_layout.scss +1 -1
- package/scss/dock-manager/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +43 -0
- package/scss/draggable/_index.scss +6 -25
- package/scss/draggable/_layout.scss +1 -1
- package/scss/draggable/_theme.scss +1 -1
- package/scss/draggable/_variables.scss +31 -3
- package/scss/drawer/_index.scss +12 -32
- package/scss/drawer/_layout.scss +1 -1
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +42 -3
- package/scss/dropdowngrid/_index.scss +16 -38
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- package/scss/dropdownlist/_index.scss +14 -35
- package/scss/dropdownlist/_layout.scss +1 -1
- package/scss/dropdownlist/_theme.scss +1 -1
- package/scss/dropdowntree/_index.scss +19 -37
- package/scss/dropdowntree/_layout.scss +1 -1
- package/scss/dropdowntree/_theme.scss +1 -1
- package/scss/dropdowntree/_variables.scss +7 -0
- package/scss/dropzone/_index.scss +6 -25
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_theme.scss +1 -1
- package/scss/dropzone/_variables.scss +29 -2
- package/scss/editor/_index.scss +22 -44
- package/scss/editor/_layout.scss +1 -1
- package/scss/editor/_theme.scss +1 -1
- package/scss/editor/_variables.scss +47 -0
- package/scss/expansion-panel/_index.scss +11 -31
- package/scss/expansion-panel/_layout.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +30 -1
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +10 -7
- package/scss/fab/_variables.scss +56 -0
- package/scss/filemanager/_index.scss +28 -49
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filemanager/_variables.scss +67 -0
- package/scss/filter/_index.scss +20 -40
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +17 -3
- package/scss/floating-label/_index.scss +6 -28
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +22 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +10 -6
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -8
- package/scss/gantt/_index.scss +23 -46
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +97 -5
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +5 -1
- package/scss/grid/_variables.scss +161 -3
- package/scss/icons/_index.scss +8 -24
- package/scss/icons/_layout.scss +1 -1
- package/scss/icons/_theme.scss +1 -1
- package/scss/icons/_variables.scss +34 -0
- package/scss/imageeditor/_index.scss +16 -36
- package/scss/imageeditor/_layout.scss +1 -1
- package/scss/imageeditor/_theme.scss +1 -1
- package/scss/imageeditor/_variables.scss +37 -0
- package/scss/index.scss +284 -123
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +3 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +165 -32
- package/scss/list/_index.scss +6 -31
- package/scss/list/_layout.scss +1 -1
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +97 -3
- package/scss/listbox/_index.scss +14 -33
- package/scss/listbox/_layout.scss +1 -1
- package/scss/listbox/_theme.scss +1 -1
- package/scss/listbox/_variables.scss +21 -0
- package/scss/listgroup/_index.scss +8 -28
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/listgroup/_theme.scss +1 -1
- package/scss/listgroup/_variables.scss +16 -0
- package/scss/listview/_index.scss +11 -31
- package/scss/listview/_layout.scss +1 -1
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +24 -0
- package/scss/loader/_index.scss +9 -29
- package/scss/loader/_layout.scss +2 -2
- package/scss/loader/_theme.scss +1 -1
- package/scss/loader/_variables.scss +43 -0
- package/scss/map/_index.scss +12 -32
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +32 -3
- package/scss/maskedtextbox/_index.scss +12 -32
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_index.scss +12 -34
- package/scss/mediaplayer/_layout.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +19 -0
- package/scss/menu/_index.scss +14 -34
- package/scss/menu/_layout.scss +4 -5
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +104 -6
- package/scss/menu-button/_index.scss +10 -31
- package/scss/menu-button/_layout.scss +1 -1
- package/scss/menu-button/_theme.scss +1 -1
- package/scss/menu-button/_variables.scss +7 -0
- package/scss/messagebox/_index.scss +8 -28
- package/scss/messagebox/_layout.scss +1 -1
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +19 -2
- package/scss/multiselect/_index.scss +20 -40
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +1 -1
- package/scss/no-data/_index.scss +6 -22
- package/scss/no-data/_layout.scss +1 -1
- package/scss/no-data/_theme.scss +1 -1
- package/scss/no-data/_variables.scss +9 -1
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +10 -31
- package/scss/notification/_layout.scss +1 -1
- package/scss/notification/_theme.scss +1 -1
- package/scss/notification/_variables.scss +28 -18
- package/scss/numerictextbox/_index.scss +12 -33
- package/scss/numerictextbox/_layout.scss +1 -1
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_index.scss +23 -48
- package/scss/orgchart/_layout.scss +1 -1
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +54 -2
- package/scss/overlay/_index.scss +6 -25
- package/scss/overlay/_layout.scss +1 -1
- package/scss/overlay/_theme.scss +1 -1
- package/scss/overlay/_variables.scss +9 -0
- package/scss/pager/_index.scss +12 -32
- package/scss/pager/_layout.scss +3 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +53 -0
- package/scss/panel/_index.scss +7 -26
- package/scss/panel/_layout.scss +1 -1
- package/scss/panel/_theme.scss +1 -1
- package/scss/panel/_variables.scss +25 -10
- package/scss/panelbar/_index.scss +10 -30
- package/scss/panelbar/_layout.scss +1 -1
- package/scss/panelbar/_theme.scss +1 -1
- package/scss/panelbar/_variables.scss +91 -0
- package/scss/pdf-viewer/_index.scss +21 -44
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +51 -2
- package/scss/pivotgrid/_index.scss +17 -45
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +93 -1
- package/scss/popover/_index.scss +10 -33
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- package/scss/popover/_variables.scss +37 -4
- package/scss/popup/_index.scss +6 -25
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +18 -0
- package/scss/progressbar/_index.scss +6 -25
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +36 -7
- package/scss/prompt/_index.scss +8 -24
- package/scss/prompt/_layout.scss +1 -1
- package/scss/prompt/_theme.scss +1 -1
- package/scss/prompt/_variables.scss +26 -0
- package/scss/radio/_index.scss +6 -25
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +53 -3
- package/scss/rating/_index.scss +8 -28
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +28 -7
- package/scss/responsivepanel/_index.scss +8 -28
- package/scss/responsivepanel/_layout.scss +1 -1
- package/scss/responsivepanel/_theme.scss +1 -1
- package/scss/ripple/_index.scss +6 -25
- package/scss/ripple/_layout.scss +1 -1
- package/scss/ripple/_theme.scss +1 -1
- package/scss/scheduler/_index.scss +21 -54
- package/scss/scheduler/_layout.scss +6 -5
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +120 -2
- package/scss/scroller/_index.scss +8 -28
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scroller/_theme.scss +1 -1
- package/scss/scrollview/_index.scss +10 -30
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_theme.scss +3 -1
- package/scss/scrollview/_variables.scss +35 -0
- package/scss/searchbox/_index.scss +12 -33
- package/scss/searchbox/_layout.scss +1 -1
- package/scss/searchbox/_theme.scss +1 -1
- package/scss/signature/_index.scss +10 -33
- package/scss/signature/_layout.scss +1 -1
- package/scss/signature/_theme.scss +1 -1
- package/scss/signature/_variables.scss +32 -0
- package/scss/skeleton/_index.scss +6 -25
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/skeleton/_theme.scss +1 -1
- package/scss/skeleton/_variables.scss +12 -0
- package/scss/slider/_index.scss +12 -32
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +46 -1
- package/scss/split-button/_index.scss +11 -28
- package/scss/split-button/_layout.scss +1 -1
- package/scss/split-button/_theme.scss +1 -1
- package/scss/split-button/_variables.scss +15 -0
- package/scss/splitter/_index.scss +9 -26
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +1 -1
- package/scss/splitter/_variables.scss +26 -0
- package/scss/spreadsheet/_index.scss +37 -60
- package/scss/spreadsheet/_layout.scss +3 -2
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +103 -0
- package/scss/stepper/_index.scss +10 -29
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +82 -6
- package/scss/switch/_index.scss +6 -26
- package/scss/switch/_layout.scss +1 -1
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +78 -15
- package/scss/table/_index.scss +6 -24
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +48 -4
- package/scss/tabstrip/_index.scss +13 -34
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +58 -3
- package/scss/taskboard/_index.scss +21 -49
- package/scss/taskboard/_layout.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/taskboard/_variables.scss +84 -1
- package/scss/textarea/_index.scss +11 -33
- package/scss/textarea/_layout.scss +1 -1
- package/scss/textarea/_theme.scss +1 -1
- package/scss/textbox/_index.scss +10 -32
- package/scss/textbox/_layout.scss +1 -1
- package/scss/textbox/_theme.scss +1 -1
- package/scss/tilelayout/_index.scss +11 -32
- package/scss/tilelayout/_layout.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/tilelayout/_variables.scss +18 -1
- package/scss/time-marker/_index.scss +6 -22
- package/scss/time-marker/_layout.scss +1 -1
- package/scss/time-marker/_theme.scss +1 -1
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/timedurationpicker/_index.scss +18 -39
- package/scss/timedurationpicker/_layout.scss +1 -1
- package/scss/timedurationpicker/_theme.scss +1 -1
- package/scss/timeline/_index.scss +12 -31
- package/scss/timeline/_layout.scss +2 -1
- package/scss/timeline/_theme.scss +2 -1
- package/scss/timeline/_variables.scss +64 -5
- package/scss/timepicker/_index.scss +16 -38
- package/scss/timepicker/_layout.scss +1 -1
- package/scss/timepicker/_theme.scss +1 -1
- package/scss/timeselector/_index.scss +12 -33
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +46 -1
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -2
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/toolbar/_variables.scss +44 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +11 -31
- package/scss/tooltip/_layout.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +30 -19
- package/scss/treelist/_index.scss +10 -31
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +2 -1
- package/scss/treelist/_variables.scss +9 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +2 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +60 -2
- package/scss/typography/_index.scss +7 -26
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +131 -48
- package/scss/upload/_index.scss +15 -31
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +44 -1
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -26
- package/scss/validator/_layout.scss +1 -1
- package/scss/validator/_theme.scss +1 -1
- package/scss/virtual-scroller/_index.scss +7 -22
- package/scss/virtual-scroller/_layout.scss +1 -1
- package/scss/virtual-scroller/_theme.scss +1 -1
- package/scss/window/_index.scss +16 -36
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +44 -8
- package/scss/wizard/_index.scss +14 -34
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +1 -1
- package/scss/wizard/_variables.scss +19 -3
- package/scss/_bootstrap-overrides.scss +0 -20
- package/scss/bootstrap_dist.scss +0 -1
- package/scss/core/module-system/index.import.scss +0 -1
|
@@ -1,82 +1,274 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "sass:meta";
|
|
3
|
+
@use "../functions/index.import.scss" as *;
|
|
4
|
+
@use "@progress/kendo-theme-core/scss/index.import.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Legacy
|
|
7
|
+
$kendo-is-dark-theme: false !default;
|
|
8
|
+
// Theme colors
|
|
9
|
+
/// The color that focuses the user attention.
|
|
10
|
+
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
11
|
+
/// @group color-system
|
|
12
|
+
/// @type Color
|
|
13
|
+
$kendo-color-primary: if($kendo-enable-color-system, k-color(primary), #0d6efd) !default;
|
|
14
|
+
$kendo-color-primary-lighter: if($kendo-enable-color-system, k-color(primary-subtle), k-color-tint( $kendo-color-primary, 2 )) !default;
|
|
15
|
+
$kendo-color-primary-darker: if($kendo-enable-color-system, k-color(primary-active), k-color-shade( $kendo-color-primary, 2 )) !default;
|
|
16
|
+
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
17
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
18
|
+
/// @group color-system
|
|
19
|
+
/// @type Color
|
|
20
|
+
$kendo-color-primary-contrast: if($kendo-enable-color-system, k-color(on-primary), k-contrast-legacy( $kendo-color-primary )) !default;
|
|
21
|
+
/// The secondary color of the theme.
|
|
22
|
+
/// @group color-system
|
|
23
|
+
/// @type Color
|
|
24
|
+
$kendo-color-secondary: if($kendo-enable-color-system, k-color(secondary), #6c757d) !default;
|
|
25
|
+
$kendo-color-secondary-lighter: if($kendo-enable-color-system, k-color(secondary-subtle), k-color-tint( $kendo-color-secondary, 2 )) !default;
|
|
26
|
+
$kendo-color-secondary-darker: if($kendo-enable-color-system, k-color(secondary-active), k-color-shade( $kendo-color-secondary, 2 )) !default;
|
|
27
|
+
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
28
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
29
|
+
/// @group color-system
|
|
30
|
+
/// @type Color
|
|
31
|
+
$kendo-color-secondary-contrast: if($kendo-enable-color-system, k-color(on-secondary), k-contrast-legacy( $kendo-color-secondary )) !default;
|
|
32
|
+
/// The tertiary color of the theme.
|
|
33
|
+
/// @group color-system
|
|
34
|
+
/// @type Color
|
|
35
|
+
$kendo-color-tertiary: if($kendo-enable-color-system, k-color(tertiary), #6f42c1) !default;
|
|
36
|
+
$kendo-color-tertiary-lighter: if($kendo-enable-color-system, k-color(tertiary-subtle), k-color-tint( $kendo-color-tertiary, 2 )) !default;
|
|
37
|
+
$kendo-color-tertiary-darker: if($kendo-enable-color-system, k-color(tertiary-active), k-color-shade( $kendo-color-tertiary, 2 )) !default;
|
|
38
|
+
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
39
|
+
/// Used to provide contrast between the background and foreground colors.
|
|
40
|
+
/// @group color-system
|
|
41
|
+
/// @type Color
|
|
42
|
+
$kendo-color-tertiary-contrast: if($kendo-enable-color-system, k-color(on-primary), k-contrast-legacy( $kendo-color-tertiary )) !default;
|
|
43
|
+
/// The color for informational messages and states.
|
|
44
|
+
/// @group color-system
|
|
45
|
+
/// @type Color
|
|
46
|
+
$kendo-color-info: if($kendo-enable-color-system, k-color(info), #0dcaf0) !default;
|
|
47
|
+
$kendo-color-info-lighter: if($kendo-enable-color-system, k-color(info-subtle), k-color-tint( $kendo-color-info, 2 )) !default;
|
|
48
|
+
$kendo-color-info-darker: if($kendo-enable-color-system, k-color(info-active), k-color-shade( $kendo-color-info, 2 )) !default;
|
|
49
|
+
/// The color for success messages and states.
|
|
50
|
+
/// @group color-system
|
|
51
|
+
/// @type Color
|
|
52
|
+
$kendo-color-success: if($kendo-enable-color-system, k-color(success), #198754) !default;
|
|
53
|
+
$kendo-color-success-lighter: if($kendo-enable-color-system, k-color(success-subtle), k-color-tint( $kendo-color-success, 2 )) !default;
|
|
54
|
+
$kendo-color-success-darker: if($kendo-enable-color-system, k-color(success-active), k-color-shade( $kendo-color-success, 2 )) !default;
|
|
55
|
+
/// The color for warning messages and states.
|
|
56
|
+
/// @group color-system
|
|
57
|
+
/// @type Color
|
|
58
|
+
$kendo-color-warning: if($kendo-enable-color-system, k-color(warning), #ffc107) !default;
|
|
59
|
+
$kendo-color-warning-lighter: if($kendo-enable-color-system, k-color(warning-subtle), k-color-tint( $kendo-color-warning, 2 )) !default;
|
|
60
|
+
$kendo-color-warning-darker: if($kendo-enable-color-system, k-color(warning-active), k-color-shade( $kendo-color-warning, 2 )) !default;
|
|
61
|
+
/// The color for error messages and states.
|
|
62
|
+
/// @group color-system
|
|
63
|
+
/// @type Color
|
|
64
|
+
$kendo-color-error: if($kendo-enable-color-system, k-color(error), #dc3545) !default;
|
|
65
|
+
$kendo-color-error-lighter: if($kendo-enable-color-system, k-color(error-subtle), k-color-tint( $kendo-color-error, 2 )) !default;
|
|
66
|
+
$kendo-color-error-darker: if($kendo-enable-color-system, k-color(error-active), k-color-shade( $kendo-color-error, 2 )) !default;
|
|
67
|
+
/// The dark color of the theme.
|
|
68
|
+
/// @group color-system
|
|
69
|
+
/// @type Color
|
|
70
|
+
$kendo-color-dark: if($kendo-enable-color-system, k-color(dark), #212529) !default;
|
|
71
|
+
/// The light color of the theme.
|
|
72
|
+
/// @group color-system
|
|
73
|
+
/// @type Color
|
|
74
|
+
$kendo-color-light: if($kendo-enable-color-system, k-color(light), #f8f9fa) !default;
|
|
75
|
+
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
76
|
+
/// @group color-system
|
|
77
|
+
$kendo-color-inverse: if( $kendo-is-dark-theme, if($kendo-enable-color-system, k-color(light), $kendo-color-light), if($kendo-enable-color-system, k-color(dark), $kendo-color-dark )) !default;
|
|
78
|
+
$kendo-theme-colors: (
|
|
79
|
+
"primary": $kendo-color-primary,
|
|
80
|
+
"secondary": $kendo-color-secondary,
|
|
81
|
+
"tertiary": $kendo-color-tertiary,
|
|
82
|
+
"info": $kendo-color-info,
|
|
83
|
+
"success": $kendo-color-success,
|
|
84
|
+
"warning": $kendo-color-warning,
|
|
85
|
+
"error": $kendo-color-error,
|
|
86
|
+
"dark": $kendo-color-dark,
|
|
87
|
+
"light": $kendo-color-light,
|
|
88
|
+
"inverse": $kendo-color-inverse
|
|
89
|
+
) !default;
|
|
90
|
+
// Generic styles
|
|
91
|
+
// Root styles
|
|
92
|
+
$kendo-body-bg: if($kendo-enable-color-system, k-color(app-surface), $kendo-color-white) !default;
|
|
93
|
+
$kendo-body-text: if($kendo-enable-color-system, k-color(on-app-surface), k-contrast-color( $kendo-body-bg, $kendo-color-dark, $kendo-color-light )) !default;
|
|
94
|
+
$kendo-subtle-text: if( $kendo-is-dark-theme, if($kendo-enable-color-system, k-color(subtle), #ced4da), if($kendo-enable-color-system, k-color(subtle), #6c757d ) ) !default;
|
|
95
|
+
|
|
96
|
+
$kendo-app-bg: if($kendo-enable-color-system, k-color(surface), k-try-shade( $kendo-body-bg, .25 )) !default;
|
|
97
|
+
$kendo-app-text: $kendo-body-text !default;
|
|
98
|
+
$kendo-app-border: if($kendo-enable-color-system, k-color(border), if(k-is-light($kendo-app-bg), rgba( $kendo-color-dark, .13), rgba( $kendo-color-light, .13))) !default;
|
|
99
|
+
// Link
|
|
100
|
+
$kendo-link-text: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
|
|
101
|
+
$kendo-link-hover-text: if($kendo-enable-color-system, k-color(primary-hover), k-color-shade( $kendo-color-primary, 2 )) !default;
|
|
102
|
+
|
|
103
|
+
// Components
|
|
104
|
+
// Component
|
|
105
|
+
/// Background color of a component.
|
|
106
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
|
|
107
|
+
/// @group component
|
|
108
|
+
$kendo-component-bg: $kendo-body-bg !default;
|
|
109
|
+
/// Text color of a component.
|
|
110
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
|
|
111
|
+
/// @group component
|
|
112
|
+
/// $kendo-component-text: $kendo-body-text !default;
|
|
113
|
+
$kendo-component-text: $kendo-body-text !default;
|
|
114
|
+
/// Border color of a component.
|
|
115
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
116
|
+
/// @group component
|
|
117
|
+
$kendo-component-border: $kendo-app-border !default;
|
|
118
|
+
/// The background of the components' chrome area.
|
|
119
|
+
$kendo-base-bg: if($kendo-enable-color-system, k-color(light), $kendo-color-light) !default;
|
|
120
|
+
/// The text color of the components' chrome area.
|
|
121
|
+
$kendo-base-text: $kendo-body-text !default;
|
|
122
|
+
/// The border color of the components' chrome area.
|
|
123
|
+
$kendo-base-border: if($kendo-enable-color-system, $kendo-app-border, k-try-shade( $kendo-base-bg, 1 )) !default;
|
|
124
|
+
/// The gradient background of the components' chrome area.
|
|
125
|
+
$kendo-base-gradient: if($kendo-enable-color-system, null, none) !default;
|
|
126
|
+
/// The background of hovered items.
|
|
127
|
+
$kendo-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover), #e9ecef) !default;
|
|
128
|
+
/// The text color of hovered items.
|
|
129
|
+
$kendo-hover-text: $kendo-base-text !default;
|
|
130
|
+
/// The border color of hovered items.
|
|
131
|
+
$kendo-hover-border: if($kendo-enable-color-system, $kendo-base-border, k-try-shade( $kendo-hover-bg, 1 )) !default;
|
|
132
|
+
/// The gradient background of hovered items.
|
|
133
|
+
$kendo-hover-gradient: if($kendo-enable-color-system, null, none) !default;
|
|
134
|
+
/// The background of selected items.
|
|
135
|
+
$kendo-selected-bg: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
|
|
136
|
+
/// The text color of selected items.
|
|
137
|
+
$kendo-selected-text: if($kendo-enable-color-system, k-color(on-primary), $kendo-color-primary-contrast) !default;
|
|
138
|
+
/// The border color of selected items.
|
|
139
|
+
$kendo-selected-border: if($kendo-enable-color-system, k-color(primary), k-try-shade( $kendo-selected-bg, 1 )) !default;
|
|
140
|
+
/// The gradient background of selected items.
|
|
141
|
+
$kendo-selected-gradient: if($kendo-enable-color-system, null, none) !default;
|
|
142
|
+
$kendo-selected-hover-bg: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-selected-bg, .5 )) !default;
|
|
143
|
+
$kendo-selected-hover-text: $kendo-selected-text !default;
|
|
144
|
+
$kendo-selected-hover-border: $kendo-base-border !default;
|
|
145
|
+
$kendo-selected-hover-gradient: if($kendo-enable-color-system, null, none) !default;
|
|
146
|
+
// Header
|
|
147
|
+
$kendo-component-header-bg: $kendo-base-bg !default;
|
|
148
|
+
$kendo-component-header-text: $kendo-component-text !default;
|
|
149
|
+
$kendo-component-header-border: $kendo-component-border !default;
|
|
150
|
+
$kendo-component-header-gradient: if($kendo-enable-color-system, null, none) !default;
|
|
151
|
+
// Validator
|
|
152
|
+
$kendo-invalid-bg: null !default;
|
|
153
|
+
$kendo-invalid-text: $kendo-color-error !default;
|
|
154
|
+
$kendo-invalid-border: $kendo-color-error !default;
|
|
155
|
+
$kendo-invalid-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( error ) 25%, transparent), rgba( $kendo-invalid-border, .25 )) !default;
|
|
156
|
+
$kendo-valid-bg: null !default;
|
|
157
|
+
$kendo-valid-text: $kendo-color-success !default;
|
|
158
|
+
$kendo-valid-border: $kendo-color-success !default;
|
|
159
|
+
$kendo-valid-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( success ) 25%, transparent), rgba( $kendo-valid-border, .25 )) !default;
|
|
160
|
+
|
|
161
|
+
// Disabled Styling
|
|
162
|
+
$kendo-disabled-bg: null !default;
|
|
163
|
+
$kendo-disabled-text: null !default;
|
|
164
|
+
$kendo-disabled-border: null !default;
|
|
165
|
+
$kendo-disabled-opacity: 0.65 !default;
|
|
166
|
+
$kendo-disabled-filter: grayscale(0.1) !default;
|
|
167
|
+
|
|
168
|
+
$kendo-disabled-styling: (
|
|
169
|
+
bg: $kendo-disabled-bg,
|
|
170
|
+
color: $kendo-disabled-text,
|
|
171
|
+
border: $kendo-disabled-border,
|
|
172
|
+
opacity: $kendo-disabled-opacity,
|
|
173
|
+
filter: $kendo-disabled-filter,
|
|
174
|
+
) !default;
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
@forward "@progress/kendo-theme-default/scss/core/color-system/_swatch-legacy.scss" with (
|
|
178
|
+
$kendo-color-primary: $kendo-color-primary,
|
|
179
|
+
$kendo-color-primary-lighter: $kendo-color-primary-lighter,
|
|
180
|
+
$kendo-color-primary-darker: $kendo-color-primary-darker,
|
|
181
|
+
$kendo-color-primary-contrast: $kendo-color-primary-contrast,
|
|
182
|
+
|
|
183
|
+
$kendo-color-secondary: $kendo-color-secondary,
|
|
184
|
+
$kendo-color-secondary-lighter: $kendo-color-secondary-lighter,
|
|
185
|
+
$kendo-color-secondary-darker: $kendo-color-secondary-darker,
|
|
186
|
+
$kendo-color-secondary-contrast: $kendo-color-secondary-contrast,
|
|
187
|
+
|
|
188
|
+
$kendo-color-tertiary: $kendo-color-tertiary,
|
|
189
|
+
$kendo-color-tertiary-lighter: $kendo-color-tertiary-lighter,
|
|
190
|
+
$kendo-color-tertiary-darker: $kendo-color-tertiary-darker,
|
|
191
|
+
$kendo-color-tertiary-contrast: $kendo-color-tertiary-contrast,
|
|
192
|
+
|
|
193
|
+
$kendo-color-info: $kendo-color-info,
|
|
194
|
+
$kendo-color-info-lighter: $kendo-color-info-lighter,
|
|
195
|
+
$kendo-color-info-darker: $kendo-color-info-darker,
|
|
196
|
+
|
|
197
|
+
$kendo-color-success: $kendo-color-success,
|
|
198
|
+
$kendo-color-success-lighter: $kendo-color-success-lighter,
|
|
199
|
+
$kendo-color-success-darker: $kendo-color-success-darker,
|
|
200
|
+
|
|
201
|
+
$kendo-color-warning: $kendo-color-warning,
|
|
202
|
+
$kendo-color-warning-lighter: $kendo-color-warning-lighter,
|
|
203
|
+
$kendo-color-warning-darker: $kendo-color-warning-darker,
|
|
204
|
+
|
|
205
|
+
$kendo-color-error: $kendo-color-error,
|
|
206
|
+
$kendo-color-error-lighter: $kendo-color-error-lighter,
|
|
207
|
+
$kendo-color-error-darker: $kendo-color-error-darker,
|
|
208
|
+
|
|
209
|
+
$kendo-color-dark: $kendo-color-dark,
|
|
210
|
+
|
|
211
|
+
$kendo-color-light: $kendo-color-light,
|
|
212
|
+
|
|
213
|
+
$kendo-color-inverse: $kendo-color-inverse,
|
|
214
|
+
|
|
215
|
+
$kendo-body-bg: $kendo-body-bg,
|
|
216
|
+
$kendo-body-text: $kendo-body-text,
|
|
217
|
+
|
|
218
|
+
$kendo-subtle-text: $kendo-subtle-text,
|
|
219
|
+
|
|
220
|
+
$kendo-app-bg: $kendo-app-bg,
|
|
221
|
+
$kendo-app-text: $kendo-app-text,
|
|
222
|
+
$kendo-app-border: $kendo-app-border,
|
|
223
|
+
|
|
224
|
+
$kendo-component-bg: $kendo-component-bg,
|
|
225
|
+
$kendo-component-text: $kendo-component-text,
|
|
226
|
+
$kendo-component-border: $kendo-component-border,
|
|
227
|
+
|
|
228
|
+
$kendo-base-bg: $kendo-base-bg,
|
|
229
|
+
$kendo-base-text: $kendo-base-text,
|
|
230
|
+
$kendo-base-border: $kendo-base-border,
|
|
231
|
+
$kendo-base-gradient: $kendo-base-gradient,
|
|
232
|
+
|
|
233
|
+
$kendo-component-header-bg: $kendo-component-header-bg,
|
|
234
|
+
$kendo-component-header-text: $kendo-component-header-text,
|
|
235
|
+
$kendo-component-header-border: $kendo-component-header-border,
|
|
236
|
+
$kendo-component-header-gradient: $kendo-component-header-gradient,
|
|
237
|
+
|
|
238
|
+
$kendo-hover-bg: $kendo-hover-bg,
|
|
239
|
+
$kendo-hover-text: $kendo-hover-text,
|
|
240
|
+
$kendo-hover-border: $kendo-hover-border,
|
|
241
|
+
$kendo-hover-gradient: $kendo-hover-gradient,
|
|
242
|
+
|
|
243
|
+
$kendo-selected-bg: $kendo-selected-bg,
|
|
244
|
+
$kendo-selected-text: $kendo-selected-text,
|
|
245
|
+
$kendo-selected-border: $kendo-selected-border,
|
|
246
|
+
$kendo-selected-gradient: $kendo-selected-gradient,
|
|
247
|
+
|
|
248
|
+
$kendo-selected-hover-bg: $kendo-selected-hover-bg,
|
|
249
|
+
$kendo-selected-hover-text: $kendo-selected-hover-text,
|
|
250
|
+
$kendo-selected-hover-border: $kendo-selected-hover-border,
|
|
251
|
+
$kendo-selected-hover-gradient: $kendo-selected-hover-gradient,
|
|
252
|
+
|
|
253
|
+
$kendo-link-text: $kendo-link-text,
|
|
254
|
+
$kendo-link-hover-text: $kendo-link-hover-text,
|
|
255
|
+
|
|
256
|
+
$kendo-invalid-bg: $kendo-invalid-bg,
|
|
257
|
+
$kendo-invalid-text: $kendo-invalid-text,
|
|
258
|
+
$kendo-invalid-border: $kendo-invalid-border,
|
|
259
|
+
$kendo-invalid-shadow: $kendo-invalid-shadow,
|
|
260
|
+
|
|
261
|
+
$kendo-valid-bg: $kendo-valid-bg,
|
|
262
|
+
$kendo-valid-text: $kendo-valid-text,
|
|
263
|
+
$kendo-valid-border: $kendo-valid-border,
|
|
264
|
+
$kendo-valid-shadow: $kendo-valid-shadow,
|
|
265
|
+
|
|
266
|
+
$kendo-disabled-bg: $kendo-disabled-bg,
|
|
267
|
+
$kendo-disabled-text: $kendo-disabled-text,
|
|
268
|
+
$kendo-disabled-border: $kendo-disabled-border,
|
|
269
|
+
$kendo-disabled-opacity: $kendo-disabled-opacity,
|
|
270
|
+
$kendo-disabled-filter: $kendo-disabled-filter,
|
|
271
|
+
|
|
272
|
+
$kendo-disabled-styling: $kendo-disabled-styling,
|
|
273
|
+
$kendo-theme-colors: $kendo-theme-colors
|
|
274
|
+
);
|