@progress/kendo-theme-bootstrap 5.12.1-dev.0 → 5.12.1-dev.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/dist/all.css +23877 -11141
- package/dist/all.scss +16321 -14936
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +9 -6
- package/scss/_bootstrap-overrides.scss +13 -32
- package/scss/_variables.scss +177 -235
- package/scss/action-buttons/_index.scss +3 -3
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/action-buttons/_theme.scss +1 -1
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_index.scss +3 -4
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_index.scss +3 -3
- package/scss/adaptive/_layout.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/adaptive/_variables.scss +12 -12
- package/scss/all.scss +1 -1
- package/scss/appbar/_index.scss +3 -3
- package/scss/appbar/_layout.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +16 -16
- package/scss/autocomplete/_index.scss +3 -3
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +3 -3
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -1
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_index.scss +4 -4
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +1 -1
- package/scss/bootstrap_dist.scss +1 -1
- package/scss/bottom-navigation/_index.scss +4 -4
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_index.scss +3 -3
- package/scss/breadcrumb/_layout.scss +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +26 -24
- package/scss/button/_index.scss +3 -4
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +12 -3
- package/scss/calendar/_index.scss +3 -3
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +43 -40
- package/scss/captcha/_index.scss +4 -4
- package/scss/captcha/_layout.scss +1 -1
- package/scss/captcha/_theme.scss +1 -1
- package/scss/captcha/_variables.scss +4 -4
- package/scss/card/_index.scss +5 -6
- package/scss/card/_layout.scss +1 -1
- package/scss/card/_theme.scss +1 -1
- package/scss/card/_variables.scss +12 -12
- package/scss/chat/_index.scss +3 -3
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_theme.scss +1 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_index.scss +3 -5
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +22 -19
- package/scss/chip/_index.scss +3 -4
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +22 -13
- package/scss/color-preview/_index.scss +3 -3
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +1 -1
- package/scss/color-preview/_variables.scss +5 -5
- package/scss/coloreditor/_index.scss +3 -3
- package/scss/coloreditor/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_index.scss +6 -6
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +1 -1
- package/scss/colorgradient/_variables.scss +8 -8
- package/scss/colorpalette/_index.scss +4 -4
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/colorpicker/_index.scss +3 -3
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/combobox/_index.scss +3 -3
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/common/_animations.scss +1 -1
- package/scss/common/_base.scss +1 -1
- package/scss/common/_index.scss +5 -9
- package/scss/common/_resizing.scss +1 -1
- package/scss/common/_scrollbar.scss +1 -1
- package/scss/common/_selection.scss +1 -1
- package/scss/core/_index.scss +18 -8
- package/scss/core/color-system/index.import.scss +1 -0
- package/scss/core/functions/index.import.scss +1 -0
- package/scss/core/mixins/index.import.scss +1 -0
- package/scss/core/module-system/index.import.scss +1 -0
- package/scss/core/styles/index.import.scss +1 -0
- package/scss/dataviz/_index.scss +3 -4
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +20 -15
- package/scss/dateinput/_index.scss +3 -3
- package/scss/dateinput/_layout.scss +1 -1
- package/scss/dateinput/_theme.scss +1 -1
- package/scss/datepicker/_index.scss +3 -3
- package/scss/datepicker/_layout.scss +1 -1
- package/scss/datepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_index.scss +3 -3
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/datetimepicker/_index.scss +3 -3
- package/scss/datetimepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_theme.scss +1 -1
- package/scss/dialog/_index.scss +3 -3
- package/scss/dialog/_layout.scss +1 -1
- package/scss/dialog/_theme.scss +13 -5
- package/scss/dialog/_variables.scss +15 -7
- package/scss/draggable/_index.scss +10 -0
- package/scss/draggable/_layout.scss +1 -0
- package/scss/draggable/_theme.scss +1 -0
- package/scss/draggable/_variables.scss +27 -0
- package/scss/drawer/_index.scss +3 -3
- package/scss/drawer/_layout.scss +1 -29
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +38 -37
- package/scss/dropdowngrid/_index.scss +6 -8
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropdownlist/_index.scss +3 -3
- package/scss/dropdownlist/_layout.scss +1 -1
- package/scss/dropdownlist/_theme.scss +1 -1
- package/scss/dropdownlist/_variables.scss +0 -15
- package/scss/dropdowntree/_index.scss +3 -3
- package/scss/dropdowntree/_layout.scss +1 -1
- package/scss/dropdowntree/_theme.scss +1 -1
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_index.scss +3 -3
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_theme.scss +1 -1
- package/scss/dropzone/_variables.scss +11 -10
- package/scss/editor/_index.scss +3 -3
- package/scss/editor/_layout.scss +1 -1
- package/scss/editor/_theme.scss +1 -1
- package/scss/editor/_variables.scss +16 -16
- package/scss/expansion-panel/_index.scss +5 -5
- package/scss/expansion-panel/_layout.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +13 -13
- package/scss/fab/_index.scss +4 -4
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_variables.scss +9 -9
- package/scss/filemanager/_index.scss +3 -3
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filemanager/_variables.scss +12 -12
- package/scss/filter/_index.scss +3 -3
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +5 -5
- package/scss/floating-label/_index.scss +3 -3
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/forms/_index.scss +3 -7
- package/scss/forms/_layout.scss +7 -6
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +65 -44
- package/scss/gantt/_index.scss +3 -3
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +21 -21
- package/scss/grid/_index.scss +7 -5
- package/scss/grid/_layout.scss +1 -9
- package/scss/grid/_theme.scss +138 -153
- package/scss/grid/_variables.scss +194 -93
- package/scss/icons/_index.scss +2 -2
- package/scss/icons/_layout.scss +1 -1
- package/scss/imageeditor/_index.scss +3 -3
- package/scss/imageeditor/_layout.scss +1 -1
- package/scss/imageeditor/_theme.scss +1 -1
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/index.scss +108 -109
- package/scss/input/_index.scss +3 -3
- package/scss/input/_layout.scss +2 -2
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +6 -6
- package/scss/list/_index.scss +3 -3
- package/scss/list/_layout.scss +1 -1
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +32 -32
- package/scss/listbox/_index.scss +3 -3
- package/scss/listbox/_layout.scss +1 -1
- package/scss/listbox/_theme.scss +1 -1
- package/scss/listbox/_variables.scss +45 -16
- package/scss/listgroup/_index.scss +3 -3
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/listgroup/_theme.scss +1 -1
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_index.scss +5 -5
- package/scss/listview/_layout.scss +1 -1
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +19 -19
- package/scss/loader/_index.scss +3 -3
- package/scss/loader/_layout.scss +23 -1
- package/scss/loader/_theme.scss +1 -1
- package/scss/loader/_variables.scss +49 -42
- package/scss/map/_index.scss +5 -5
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +10 -10
- package/scss/maskedtextbox/_index.scss +3 -3
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_index.scss +3 -3
- package/scss/mediaplayer/_layout.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_index.scss +3 -3
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +23 -23
- package/scss/menu-button/_index.scss +3 -3
- package/scss/menu-button/_layout.scss +1 -1
- package/scss/menu-button/_theme.scss +1 -1
- package/scss/messagebox/_index.scss +3 -3
- package/scss/messagebox/_layout.scss +1 -1
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/multiselect/_index.scss +3 -4
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +1 -1
- package/scss/notification/_index.scss +3 -3
- package/scss/notification/_layout.scss +1 -1
- package/scss/notification/_theme.scss +1 -1
- package/scss/notification/_variables.scss +40 -16
- package/scss/numerictextbox/_index.scss +3 -3
- package/scss/numerictextbox/_layout.scss +1 -1
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_index.scss +4 -4
- package/scss/orgchart/_layout.scss +1 -1
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +7 -7
- package/scss/overlay/_index.scss +3 -3
- package/scss/overlay/_layout.scss +1 -1
- package/scss/overlay/_theme.scss +1 -1
- package/scss/overlay/_variables.scss +1 -1
- package/scss/pager/_index.scss +4 -4
- package/scss/pager/_layout.scss +7 -7
- package/scss/pager/_theme.scss +1 -36
- package/scss/pager/_variables.scss +135 -52
- package/scss/panelbar/_index.scss +3 -3
- package/scss/panelbar/_layout.scss +1 -1
- package/scss/panelbar/_theme.scss +1 -1
- package/scss/panelbar/_variables.scss +71 -67
- package/scss/pdf-viewer/_index.scss +4 -5
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +17 -16
- package/scss/pivotgrid/_index.scss +7 -7
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +30 -27
- package/scss/popover/_index.scss +3 -3
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- package/scss/popover/_variables.scss +26 -28
- package/scss/popup/_index.scss +3 -3
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +6 -5
- package/scss/progressbar/_index.scss +3 -3
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +66 -22
- package/scss/radio/_index.scss +3 -6
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +16 -12
- package/scss/rating/_index.scss +3 -3
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +12 -12
- package/scss/responsivepanel/_index.scss +3 -3
- package/scss/responsivepanel/_layout.scss +1 -1
- package/scss/ripple/_index.scss +3 -3
- package/scss/ripple/_layout.scss +1 -1
- package/scss/ripple/_theme.scss +1 -1
- package/scss/scheduler/_index.scss +3 -3
- package/scss/scheduler/_layout.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +31 -31
- package/scss/scroller/_index.scss +3 -3
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scroller/_theme.scss +1 -1
- package/scss/scrollview/_index.scss +3 -3
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_variables.scss +6 -6
- package/scss/searchbox/_index.scss +3 -3
- package/scss/searchbox/_layout.scss +1 -1
- package/scss/searchbox/_theme.scss +1 -1
- package/scss/signature/_index.scss +3 -3
- package/scss/signature/_layout.scss +1 -1
- package/scss/signature/_theme.scss +1 -1
- package/scss/signature/_variables.scss +10 -10
- package/scss/skeleton/_index.scss +3 -3
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/skeleton/_theme.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_index.scss +5 -5
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +13 -13
- package/scss/slider/images/slider-h.scss +1 -1
- package/scss/slider/images/slider-v.scss +1 -1
- package/scss/split-button/_index.scss +3 -3
- package/scss/split-button/_layout.scss +1 -1
- package/scss/split-button/_theme.scss +1 -1
- package/scss/splitter/_index.scss +3 -3
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +1 -1
- package/scss/splitter/_variables.scss +5 -5
- package/scss/spreadsheet/_index.scss +4 -4
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_theme.scss +32 -32
- package/scss/spreadsheet/_variables.scss +9 -9
- package/scss/stepper/_index.scss +3 -3
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +11 -11
- package/scss/switch/_index.scss +4 -4
- package/scss/switch/_layout.scss +1 -1
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +4 -4
- package/scss/table/_index.scss +3 -11
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +42 -27
- package/scss/tabstrip/_index.scss +3 -3
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +24 -20
- package/scss/taskboard/_index.scss +4 -4
- package/scss/taskboard/_layout.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/taskboard/_variables.scss +12 -12
- package/scss/textarea/_index.scss +3 -3
- package/scss/textarea/_layout.scss +1 -1
- package/scss/textarea/_theme.scss +1 -1
- package/scss/textbox/_index.scss +3 -3
- package/scss/textbox/_layout.scss +1 -1
- package/scss/textbox/_theme.scss +1 -1
- package/scss/tilelayout/_index.scss +3 -3
- package/scss/tilelayout/_layout.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timedurationpicker/_index.scss +4 -4
- package/scss/timedurationpicker/_layout.scss +1 -1
- package/scss/timedurationpicker/_theme.scss +1 -1
- package/scss/timeline/_index.scss +3 -3
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_theme.scss +1 -1
- package/scss/timeline/_variables.scss +13 -13
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_layout.scss +1 -1
- package/scss/timepicker/_theme.scss +1 -1
- package/scss/timeselector/_index.scss +4 -4
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +12 -8
- package/scss/toolbar/_index.scss +3 -3
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +77 -19
- package/scss/tooltip/_index.scss +3 -3
- package/scss/tooltip/_layout.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treelist/_index.scss +4 -4
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +3 -3
- package/scss/treelist/_variables.scss +2 -2
- package/scss/treeview/_index.scss +3 -3
- package/scss/treeview/_layout.scss +2 -2
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +17 -14
- package/scss/typography/_index.scss +3 -4
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +2 -38
- package/scss/upload/_index.scss +3 -4
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +35 -35
- package/scss/utils/_index.scss +1 -20
- package/scss/validator/_index.scss +3 -3
- package/scss/validator/_layout.scss +1 -1
- package/scss/validator/_theme.scss +1 -1
- package/scss/virtual-scroller/_index.scss +3 -3
- package/scss/virtual-scroller/_layout.scss +1 -1
- package/scss/virtual-scroller/_theme.scss +1 -1
- package/scss/window/_index.scss +3 -3
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +41 -29
- package/scss/wizard/_index.scss +3 -3
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +1 -1
- package/scss/wizard/_variables.scss +4 -5
- package/scss/common/_dragdrop.scss +0 -1
- package/scss/common/_loading.scss +0 -22
- package/scss/core/_asp-fallback.scss +0 -1
- package/scss/core/_color-system.scss +0 -1
- package/scss/core/_extra.scss +0 -1
- package/scss/core/_layout.scss +0 -1
- package/scss/core/_normalize.scss +0 -1
- package/scss/core/functions/_index.scss +0 -4
- package/scss/core/mixins/_index.scss +0 -1
- package/scss/cursor/_index.scss +0 -9
- package/scss/cursor/_layout.scss +0 -1
- package/scss/cursor/_theme.scss +0 -1
- package/scss/styling/_index.scss +0 -5
- package/scss/utils/_aspect-ratio.scss +0 -1
- package/scss/utils/_border.scss +0 -10
- package/scss/utils/_display.scss +0 -1
- package/scss/utils/_flex.scss +0 -1
- package/scss/utils/_float.scss +0 -1
- package/scss/utils/_grid.scss +0 -1
- package/scss/utils/_order.scss +0 -1
- package/scss/utils/_overflow.scss +0 -1
- package/scss/utils/_pointer-events.scss +0 -1
- package/scss/utils/_position.scss +0 -1
- package/scss/utils/_resize.scss +0 -1
- package/scss/utils/_spacer.scss +0 -1
- package/scss/utils/_spacing.scss +0 -1
- package/scss/utils/_table-layout.scss +0 -1
- package/scss/utils/_text.scss +0 -1
- package/scss/utils/_theme-colors.scss +0 -1
- package/scss/utils/_touch-action.scss +0 -1
- package/scss/utils/_transform.scss +0 -1
- package/scss/utils/_user-select.scss +0 -1
package/scss/_variables.scss
CHANGED
|
@@ -1,38 +1,41 @@
|
|
|
1
|
-
@import "core/functions/
|
|
2
|
-
@import "_bootstrap-overrides.scss";
|
|
3
|
-
@import "
|
|
4
|
-
@import "
|
|
1
|
+
@import "./core/functions/index.import.scss";
|
|
2
|
+
@import "./_bootstrap-overrides.scss";
|
|
3
|
+
@import "bootstrap/scss/_functions.scss";
|
|
4
|
+
@import "bootstrap/scss/_variables.scss";
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
// Options
|
|
8
|
-
$enable-rounded:
|
|
9
|
-
$enable-shadows:
|
|
10
|
-
$enable-gradients:
|
|
11
|
-
$enable-transitions:
|
|
12
|
-
$enable-
|
|
13
|
-
$enable-grid-classes: true !default;
|
|
8
|
+
$kendo-enable-rounded: true !default;
|
|
9
|
+
$kendo-enable-shadows: true !default;
|
|
10
|
+
$kendo-enable-gradients: true !default;
|
|
11
|
+
$kendo-enable-transitions: true !default;
|
|
12
|
+
$kendo-enable-focus-contrast: false !default;
|
|
14
13
|
|
|
15
|
-
$use-
|
|
16
|
-
$use-input-
|
|
17
|
-
$use-input-spinner-
|
|
18
|
-
$use-input-spinner-icon-offset: false !default;
|
|
19
|
-
$use-picker-select-width: false !default;
|
|
14
|
+
$kendo-use-input-button-width: false !default;
|
|
15
|
+
$kendo-use-input-spinner-width: false !default;
|
|
16
|
+
$kendo-use-input-spinner-icon-offset: false !default;
|
|
20
17
|
|
|
21
18
|
|
|
22
19
|
// Spacing
|
|
23
|
-
$
|
|
24
|
-
|
|
25
|
-
$spacer-y: $spacer !default;
|
|
26
|
-
|
|
27
|
-
$spacing: (
|
|
20
|
+
$kendo-spacing: (
|
|
21
|
+
// sass-lint:disable-block leading-zero
|
|
28
22
|
0: 0,
|
|
23
|
+
1px: 1px,
|
|
24
|
+
0.5: .125rem,
|
|
29
25
|
1: .25rem,
|
|
26
|
+
1.5: .375rem,
|
|
30
27
|
2: .5rem,
|
|
28
|
+
2.5: .625rem,
|
|
31
29
|
3: .75rem,
|
|
30
|
+
3.5: .875rem,
|
|
32
31
|
4: 1rem,
|
|
32
|
+
4.5: 1.125rem,
|
|
33
33
|
5: 1.25rem,
|
|
34
|
+
5.5: 1.375rem,
|
|
34
35
|
6: 1.5rem,
|
|
36
|
+
6.5: 1.625rem,
|
|
35
37
|
7: 1.75rem,
|
|
38
|
+
7.5: 1.875rem,
|
|
36
39
|
8: 2rem,
|
|
37
40
|
9: 2.25rem,
|
|
38
41
|
10: 2.5rem,
|
|
@@ -49,38 +52,35 @@ $spacing: (
|
|
|
49
52
|
21: 5.25rem,
|
|
50
53
|
22: 5.5rem,
|
|
51
54
|
23: 5.75rem,
|
|
52
|
-
24: 6rem
|
|
53
|
-
xs: .25rem,
|
|
54
|
-
sm: .5rem,
|
|
55
|
-
md: .75rem,
|
|
56
|
-
lg: 1rem,
|
|
57
|
-
xl: 1.5rem,
|
|
58
|
-
thin: .125rem,
|
|
59
|
-
hair: .0625rem
|
|
55
|
+
24: 6rem
|
|
60
56
|
) !default;
|
|
61
57
|
|
|
62
58
|
$default-scrollbar-width: 17px !default;
|
|
63
59
|
|
|
64
60
|
|
|
65
61
|
// Icons
|
|
66
|
-
$icon-size: 16px !default;
|
|
67
|
-
$icon-size-lg: 32px !default;
|
|
68
|
-
$icon-spacing: k-map-get( $spacing, 2 ) !default;
|
|
69
|
-
$icon-padding: k-map-get( $spacing, 1 ) !default;
|
|
62
|
+
$kendo-icon-size: 16px !default;
|
|
70
63
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
$icon-
|
|
64
|
+
$kendo-icon-size-xs: calc( #{$kendo-icon-size} * .75 ) !default;
|
|
65
|
+
$kendo-icon-size-sm: calc( #{$kendo-icon-size} * .875 ) !default;
|
|
66
|
+
$kendo-icon-size-md: $kendo-icon-size !default;
|
|
67
|
+
$kendo-icon-size-lg: calc( #{$kendo-icon-size} * 1.25 ) !default;
|
|
68
|
+
$kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
|
|
69
|
+
$kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
|
|
70
|
+
$kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
75
71
|
|
|
72
|
+
$kendo-icon-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
73
|
+
$kendo-icon-padding: k-map-get( $kendo-spacing, 1 ) !default;
|
|
76
74
|
|
|
77
75
|
// Metrics
|
|
78
|
-
$padding-x: $
|
|
79
|
-
$padding-y: k-
|
|
80
|
-
$padding-x
|
|
81
|
-
$padding-y
|
|
82
|
-
$padding-x
|
|
83
|
-
$padding-y
|
|
76
|
+
$kendo-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
77
|
+
$kendo-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
78
|
+
$kendo-padding-sm-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
79
|
+
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
80
|
+
$kendo-padding-md-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
81
|
+
$kendo-padding-md-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
82
|
+
$kendo-padding-lg-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
83
|
+
$kendo-padding-lg-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
84
84
|
|
|
85
85
|
/// Border radius for all components.
|
|
86
86
|
$kendo-border-radius: $border-radius !default;
|
|
@@ -88,323 +88,265 @@ $kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
|
88
88
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
89
89
|
$kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
|
|
90
90
|
|
|
91
|
-
$
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
$nav-item-padding-y: $nav-link-padding-y !default;
|
|
91
|
+
$kendo-border-radii: (
|
|
92
|
+
DEFAULT: $kendo-border-radius-md,
|
|
93
|
+
0: 0,
|
|
94
|
+
sm: $kendo-border-radius-sm,
|
|
95
|
+
md: $kendo-border-radius-md,
|
|
96
|
+
lg: $kendo-border-radius-lg,
|
|
97
|
+
full: 9999px
|
|
98
|
+
) !default;
|
|
100
99
|
|
|
101
|
-
$table-cell-padding-x: $table-cell-padding-x !default;
|
|
102
|
-
$table-cell-padding-y: $table-cell-padding-y !default;
|
|
103
|
-
$header-cell-padding-x: $table-cell-padding-x !default;
|
|
104
|
-
$header-cell-padding-y: $table-cell-padding-y !default;
|
|
105
100
|
|
|
106
|
-
$zindex-popup: 1 !default;
|
|
107
|
-
$zindex-window: 2 !default;
|
|
101
|
+
$kendo-zindex-popup: 1 !default;
|
|
102
|
+
$kendo-zindex-window: 2 !default;
|
|
103
|
+
$kendo-zindex-loading: 100 !default;
|
|
108
104
|
|
|
109
105
|
|
|
110
106
|
// Color settings
|
|
111
107
|
$dark-theme: false !default;
|
|
112
108
|
|
|
113
|
-
$white: #ffffff !default;
|
|
114
|
-
$black: #000000 !default;
|
|
115
|
-
|
|
116
|
-
// Deprecated
|
|
117
|
-
/// The color that focuses the user attention.
|
|
118
|
-
/// @deprecated Will be removed in v5. Use `$primary` variable instead.
|
|
119
|
-
/// @group color-system
|
|
120
|
-
/// @type Color
|
|
121
|
-
$accent: $primary !default;
|
|
122
|
-
/// The color used along with the primary color denoted by $primary.
|
|
123
|
-
/// @deprecated Will be removed in v5. Use `$primary-contrast` variable instead.
|
|
124
|
-
/// @group color-system
|
|
125
|
-
/// @type Color
|
|
126
|
-
$accent-contrast: k-contrast-color( $accent ) !default;
|
|
127
|
-
|
|
128
|
-
|
|
129
109
|
// Theme colors
|
|
130
110
|
/// The color that focuses the user attention.
|
|
131
111
|
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
132
112
|
/// @group color-system
|
|
133
113
|
/// @type Color
|
|
134
|
-
$primary: $primary !default;
|
|
135
|
-
$primary-lighter: k-color-tint( $primary, 2 ) !default;
|
|
136
|
-
$primary-darker: k-color-shade( $primary, 2 ) !default;
|
|
114
|
+
$kendo-color-primary: $primary !default;
|
|
115
|
+
$kendo-color-primary-lighter: k-color-tint( $kendo-color-primary, 2 ) !default;
|
|
116
|
+
$kendo-color-primary-darker: k-color-shade( $kendo-color-primary, 2 ) !default;
|
|
137
117
|
|
|
138
|
-
/// The color used along with the primary color denoted by $primary.
|
|
118
|
+
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
139
119
|
/// Used to provide contrast between the background and foreground colors.
|
|
140
120
|
/// @group color-system
|
|
141
121
|
/// @type Color
|
|
142
|
-
$primary-contrast: k-contrast-color( $primary ) !default;
|
|
122
|
+
$kendo-color-primary-contrast: k-contrast-color( $kendo-color-primary ) !default;
|
|
143
123
|
|
|
144
124
|
/// The secondary color of the theme.
|
|
145
125
|
/// @group color-system
|
|
146
126
|
/// @type Color
|
|
147
|
-
$secondary: $secondary !default;
|
|
148
|
-
$secondary-lighter: k-color-tint( $secondary, 2 ) !default;
|
|
149
|
-
$secondary-darker: k-color-shade( $secondary, 2 ) !default;
|
|
127
|
+
$kendo-color-secondary: $secondary !default;
|
|
128
|
+
$kendo-color-secondary-lighter: k-color-tint( $kendo-color-secondary, 2 ) !default;
|
|
129
|
+
$kendo-color-secondary-darker: k-color-shade( $kendo-color-secondary, 2 ) !default;
|
|
150
130
|
|
|
151
|
-
/// The color used along with the secondary color denoted by $secondary.
|
|
131
|
+
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
152
132
|
/// Used to provide contrast between the background and foreground colors.
|
|
153
133
|
/// @group color-system
|
|
154
134
|
/// @type Color
|
|
155
|
-
$secondary-contrast: k-contrast-color( $secondary ) !default;
|
|
135
|
+
$kendo-color-secondary-contrast: k-contrast-color( $kendo-color-secondary ) !default;
|
|
156
136
|
|
|
157
137
|
/// The tertiary color of the theme.
|
|
158
138
|
/// @group color-system
|
|
159
139
|
/// @type Color
|
|
160
|
-
$tertiary: $purple !default;
|
|
161
|
-
$tertiary-lighter: k-color-tint( $tertiary, 2 ) !default;
|
|
162
|
-
$tertiary-darker: k-color-shade( $tertiary, 2 ) !default;
|
|
140
|
+
$kendo-color-tertiary: $purple !default;
|
|
141
|
+
$kendo-color-tertiary-lighter: k-color-tint( $kendo-color-tertiary, 2 ) !default;
|
|
142
|
+
$kendo-color-tertiary-darker: k-color-shade( $kendo-color-tertiary, 2 ) !default;
|
|
163
143
|
|
|
164
|
-
/// The color used along with the tertiary color denoted by $tertiary.
|
|
144
|
+
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
165
145
|
/// Used to provide contrast between the background and foreground colors.
|
|
166
146
|
/// @group color-system
|
|
167
147
|
/// @type Color
|
|
168
|
-
$tertiary-contrast: k-contrast-color( $tertiary ) !default;
|
|
148
|
+
$kendo-color-tertiary-contrast: k-contrast-color( $kendo-color-tertiary ) !default;
|
|
169
149
|
|
|
170
150
|
/// The color for informational messages and states.
|
|
171
151
|
/// @group color-system
|
|
172
152
|
/// @type Color
|
|
173
|
-
$info: $info !default;
|
|
174
|
-
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
175
|
-
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
153
|
+
$kendo-color-info: $info !default;
|
|
154
|
+
$kendo-color-info-lighter: k-color-tint( $kendo-color-info, 2 ) !default;
|
|
155
|
+
$kendo-color-info-darker: k-color-shade( $kendo-color-info, 2 ) !default;
|
|
176
156
|
|
|
177
157
|
/// The color for success messages and states.
|
|
178
158
|
/// @group color-system
|
|
179
159
|
/// @type Color
|
|
180
|
-
$success: $success !default;
|
|
181
|
-
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
182
|
-
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
160
|
+
$kendo-color-success: $success !default;
|
|
161
|
+
$kendo-color-success-lighter: k-color-tint( $kendo-color-success, 2 ) !default;
|
|
162
|
+
$kendo-color-success-darker: k-color-shade( $kendo-color-success, 2 ) !default;
|
|
183
163
|
|
|
184
164
|
/// The color for warning messages and states.
|
|
185
165
|
/// @group color-system
|
|
186
166
|
/// @type Color
|
|
187
|
-
$warning: $warning !default;
|
|
188
|
-
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
189
|
-
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
167
|
+
$kendo-color-warning: $warning !default;
|
|
168
|
+
$kendo-color-warning-lighter: k-color-tint( $kendo-color-warning, 2 ) !default;
|
|
169
|
+
$kendo-color-warning-darker: k-color-shade( $kendo-color-warning, 2 ) !default;
|
|
190
170
|
|
|
191
171
|
/// The color for error messages and states.
|
|
192
172
|
/// @group color-system
|
|
193
173
|
/// @type Color
|
|
194
|
-
$error: $danger !default;
|
|
195
|
-
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
196
|
-
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
174
|
+
$kendo-color-error: $danger !default;
|
|
175
|
+
$kendo-color-error-lighter: k-color-tint( $kendo-color-error, 2 ) !default;
|
|
176
|
+
$kendo-color-error-darker: k-color-shade( $kendo-color-error, 2 ) !default;
|
|
197
177
|
|
|
198
178
|
/// The dark color of the theme.
|
|
199
179
|
/// @group color-system
|
|
200
180
|
/// @type Color
|
|
201
|
-
$dark: $dark !default;
|
|
181
|
+
$kendo-color-dark: $dark !default;
|
|
202
182
|
|
|
203
183
|
/// The light color of the theme.
|
|
204
184
|
/// @group color-system
|
|
205
185
|
/// @type Color
|
|
206
|
-
$light: $light !default;
|
|
186
|
+
$kendo-color-light: $light !default;
|
|
207
187
|
|
|
208
188
|
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
209
189
|
/// @group color-system
|
|
210
|
-
$inverse: if( $dark-theme, $light, $dark ) !default;
|
|
190
|
+
$kendo-color-inverse: if( $dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
|
|
211
191
|
|
|
212
192
|
|
|
213
193
|
$kendo-theme-colors: (
|
|
214
|
-
"primary": $primary,
|
|
215
|
-
"secondary": $secondary,
|
|
216
|
-
"tertiary": $tertiary,
|
|
217
|
-
"info": $info,
|
|
218
|
-
"success": $success,
|
|
219
|
-
"warning": $warning,
|
|
220
|
-
"error": $error,
|
|
221
|
-
"dark": $dark,
|
|
222
|
-
"light": $light,
|
|
223
|
-
"inverse": $inverse
|
|
194
|
+
"primary": $kendo-color-primary,
|
|
195
|
+
"secondary": $kendo-color-secondary,
|
|
196
|
+
"tertiary": $kendo-color-tertiary,
|
|
197
|
+
"info": $kendo-color-info,
|
|
198
|
+
"success": $kendo-color-success,
|
|
199
|
+
"warning": $kendo-color-warning,
|
|
200
|
+
"error": $kendo-color-error,
|
|
201
|
+
"dark": $kendo-color-dark,
|
|
202
|
+
"light": $kendo-color-light,
|
|
203
|
+
"inverse": $kendo-color-inverse
|
|
224
204
|
) !default;
|
|
225
205
|
|
|
226
|
-
// Cursor utility classes
|
|
227
|
-
$cursors: ( auto, default, none, context-menu, help, pointer, progress, wait, cell, crosshair, text,
|
|
228
|
-
vertical-text, alias, copy, move, no-drop, not-allowed, e-resize, n-resize, ne-resize, nw-resize,
|
|
229
|
-
s-resize, se-resize, sw-resize, w-resize, ew-resize, ns-resize, nesw-resize, nwse-resize, col-resize,
|
|
230
|
-
row-resize, all-scroll, zoom-in, zoom-out, grab, grabbing ) !default;
|
|
231
206
|
|
|
207
|
+
// Typography
|
|
208
|
+
|
|
209
|
+
/// Base font size across all components.
|
|
210
|
+
/// @group typography
|
|
211
|
+
$font-size: $font-size-base !default;
|
|
212
|
+
$font-size-xs: ( $font-size * .75 ) !default;
|
|
213
|
+
$font-size-sm: $font-size-sm !default;
|
|
214
|
+
$font-size-md: $font-size !default;
|
|
215
|
+
$font-size-lg: $font-size-lg !default;
|
|
216
|
+
$font-size-xl: ( $font-size-md * 1.5 ) !default;
|
|
217
|
+
|
|
218
|
+
$kendo-font-sizes: (
|
|
219
|
+
xs: $font-size-xs,
|
|
220
|
+
sm: $font-size-sm,
|
|
221
|
+
md: $font-size-md,
|
|
222
|
+
lg: $font-size-lg,
|
|
223
|
+
xl: $font-size-xl
|
|
224
|
+
) !default;
|
|
232
225
|
|
|
233
|
-
|
|
234
|
-
|
|
226
|
+
/// Font family across all components.
|
|
227
|
+
/// @group typography
|
|
228
|
+
$font-family: $font-family-sans-serif !default;
|
|
235
229
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
$
|
|
239
|
-
|
|
230
|
+
/// Font family for monospaced text. Used for styling the code.
|
|
231
|
+
/// @group typography
|
|
232
|
+
$font-family-monospace: $font-family-monospace !default;
|
|
233
|
+
|
|
234
|
+
/// Line height used along with $font-size.
|
|
235
|
+
/// @group typography
|
|
236
|
+
$line-height: $line-height-base !default;
|
|
237
|
+
$line-height-xs: 1 !default;
|
|
238
|
+
$line-height-sm: $line-height-sm !default;
|
|
239
|
+
$line-height-md: $line-height !default;
|
|
240
|
+
$line-height-lg: $line-height-lg !default;
|
|
241
|
+
$line-height-em: calc( #{$line-height} * 1em ) !default;
|
|
242
|
+
|
|
243
|
+
// Font weight
|
|
244
|
+
$font-weight-light: $font-weight-light !default;
|
|
245
|
+
$font-weight-normal: $font-weight-normal !default;
|
|
246
|
+
$font-weight-bold: $font-weight-bold !default;
|
|
247
|
+
|
|
248
|
+
// Letter Spacing
|
|
249
|
+
$letter-spacing: null !default;
|
|
240
250
|
|
|
241
|
-
$gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line
|
|
242
251
|
|
|
243
252
|
// Root styles
|
|
244
|
-
$body-bg: $
|
|
245
|
-
$body-text: $body-
|
|
253
|
+
$kendo-body-bg: $kendo-color-white !default;
|
|
254
|
+
$kendo-body-text: k-contrast-color( $kendo-body-bg, $gray-900, $gray-100 ) !default;
|
|
246
255
|
|
|
247
|
-
$subtle-text: if( $dark-theme, $gray-400, $text-muted ) !default;
|
|
248
|
-
$disabled-text: if( $dark-theme, $gray-600, $gray-500) !default;
|
|
256
|
+
$kendo-subtle-text: if( $dark-theme, $gray-400, $text-muted ) !default;
|
|
249
257
|
|
|
250
|
-
$app-bg: k-try-shade( $body-bg, .25 ) !default;
|
|
251
|
-
$app-text: $body-text !default;
|
|
252
|
-
$app-border: if( k-is-light( $app-bg ), $gray-300, $gray-700 ) !default;
|
|
258
|
+
$kendo-app-bg: k-try-shade( $kendo-body-bg, .25 ) !default;
|
|
259
|
+
$kendo-app-text: $kendo-body-text !default;
|
|
260
|
+
$kendo-app-border: if( k-is-light( $kendo-app-bg ), $gray-300, $gray-700 ) !default;
|
|
253
261
|
|
|
254
262
|
|
|
255
263
|
// Components
|
|
256
264
|
|
|
257
265
|
// Component
|
|
258
266
|
/// Background color of a component.
|
|
259
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
|
|
267
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
|
|
260
268
|
/// @group component
|
|
261
|
-
$component-bg: $body-bg !default;
|
|
269
|
+
$kendo-component-bg: $kendo-body-bg !default;
|
|
262
270
|
/// Text color of a component.
|
|
263
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$grid-text: component-text !default;`.
|
|
271
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
|
|
264
272
|
/// @group component
|
|
265
|
-
$component-text: $body-text !default;
|
|
273
|
+
$kendo-component-text: $kendo-body-text !default;
|
|
266
274
|
/// Border color of a component.
|
|
267
|
-
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$grid-border: component-border !default;`.
|
|
275
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
268
276
|
/// @group component
|
|
269
|
-
$component-border: if( k-is-light( $component-bg ), $gray-300, $gray-700 ) !default;
|
|
277
|
+
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
270
278
|
|
|
271
279
|
|
|
272
280
|
/// The background of the components' chrome area.
|
|
273
281
|
$base-bg: $gray-100 !default;
|
|
274
282
|
/// The text color of the components' chrome area.
|
|
275
|
-
$base-text: $body-text !default;
|
|
283
|
+
$base-text: $kendo-body-text !default;
|
|
276
284
|
/// The border color of the components' chrome area.
|
|
277
285
|
$base-border: k-try-shade( $base-bg, 1 ) !default;
|
|
278
286
|
/// The gradient background of the components' chrome area.
|
|
279
287
|
$base-gradient: null !default;
|
|
280
288
|
|
|
281
289
|
/// The background of hovered items.
|
|
282
|
-
$
|
|
290
|
+
$kendo-hover-bg: $gray-200 !default;
|
|
283
291
|
/// The text color of hovered items.
|
|
284
|
-
$
|
|
292
|
+
$kendo-hover-text: $base-text !default;
|
|
285
293
|
/// The border color of hovered items.
|
|
286
|
-
$
|
|
294
|
+
$kendo-hover-border: k-try-shade( $kendo-hover-bg, 1 ) !default;
|
|
287
295
|
/// The gradient background of hovered items.
|
|
288
|
-
$
|
|
296
|
+
$kendo-hover-gradient: null !default;
|
|
289
297
|
|
|
290
298
|
/// The background of selected items.
|
|
291
|
-
$selected-bg: $primary !default;
|
|
299
|
+
$kendo-selected-bg: $kendo-color-primary !default;
|
|
292
300
|
/// The text color of selected items.
|
|
293
|
-
$selected-text: k-contrast-color( $selected-bg ) !default;
|
|
301
|
+
$kendo-selected-text: k-contrast-color( $kendo-selected-bg ) !default;
|
|
294
302
|
/// The border color of selected items.
|
|
295
|
-
$selected-border: k-try-shade( $selected-bg, 1 ) !default;
|
|
303
|
+
$kendo-selected-border: k-try-shade( $kendo-selected-bg, 1 ) !default;
|
|
296
304
|
/// The gradient background of selected items.
|
|
297
|
-
$selected-gradient: null !default;
|
|
305
|
+
$kendo-selected-gradient: null !default;
|
|
298
306
|
|
|
299
|
-
$selected-hover-bg: k-try-shade( $selected-bg, .5 ) !default;
|
|
300
|
-
$selected-hover-text: $selected-text !default;
|
|
301
|
-
$selected-hover-border: $base-border !default;
|
|
302
|
-
$selected-hover-gradient: null !default;
|
|
307
|
+
$kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, .5 ) !default;
|
|
308
|
+
$kendo-selected-hover-text: $kendo-selected-text !default;
|
|
309
|
+
$kendo-selected-hover-border: $base-border !default;
|
|
310
|
+
$kendo-selected-hover-gradient: null !default;
|
|
303
311
|
|
|
304
312
|
|
|
305
313
|
// TODO: refactor
|
|
306
|
-
$
|
|
307
|
-
$primary-focused-shadow: null !default;
|
|
314
|
+
$kendo-focus-shadow: null !default;
|
|
308
315
|
|
|
309
|
-
$transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
316
|
+
$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
310
317
|
|
|
311
318
|
|
|
312
319
|
// Disabled mixin variables
|
|
313
|
-
$disabled-
|
|
314
|
-
$disabled-
|
|
320
|
+
$kendo-disabled-text: if( $dark-theme, $gray-600, $gray-500) !default;
|
|
321
|
+
$kendo-disabled-filter: grayscale(.1) !default;
|
|
322
|
+
$kendo-disabled-opacity: .65 !default;
|
|
323
|
+
|
|
324
|
+
$kendo-disabled-styling: (
|
|
325
|
+
opacity: $kendo-disabled-opacity,
|
|
326
|
+
filter: $kendo-disabled-filter
|
|
327
|
+
) !default;
|
|
315
328
|
|
|
316
329
|
|
|
317
330
|
// Generic styles
|
|
318
331
|
|
|
319
332
|
// TODO: refactor once we extract drag drop as separate module
|
|
320
|
-
$font-size: $font-size-base !default;
|
|
321
|
-
$font-family: $font-family-sans-serif !default;
|
|
322
|
-
$line-height: $line-height-base !default;
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
// Drop Hint
|
|
326
|
-
$equilateral-index: 1.7320508076 !default;
|
|
327
|
-
$equilateral-height: .8660254038 !default;
|
|
328
|
-
|
|
329
|
-
$drop-hint-arrow-size: 8px !default;
|
|
330
|
-
$drop-hint-arrow-spacing: k-math-div( $drop-hint-arrow-size, 2 ) !default;
|
|
331
|
-
$drop-hint-line-h-width: 20px !default;
|
|
332
|
-
$drop-hint-line-h-height: 1px !default;
|
|
333
|
-
$drop-hint-line-v-width: $drop-hint-line-h-height !default;
|
|
334
|
-
$drop-hint-line-v-height: $drop-hint-line-h-width !default;
|
|
335
|
-
|
|
336
|
-
$drop-hint-bg: $primary !default;
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
// Panel
|
|
340
|
-
$panel-bg: $component-bg !default;
|
|
341
|
-
$panel-text: $component-text !default;
|
|
342
|
-
$panel-border: $component-border !default;
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
// Grouping
|
|
346
|
-
$grouping-header-bg: $component-text !default;
|
|
347
|
-
$grouping-header-text: $component-bg !default;
|
|
348
|
-
$grouping-header-border: $component-border !default;
|
|
349
|
-
$frozen-grouping-header-text: #6c757d !default;
|
|
350
|
-
$frozen-grouping-header-border-width: 2px !default;
|
|
351
333
|
|
|
352
334
|
|
|
353
335
|
// Header
|
|
354
|
-
$header-bg: $base-bg !default;
|
|
355
|
-
$header-text: $component-text !default;
|
|
356
|
-
$header-border: $component-border !default;
|
|
357
|
-
$header-gradient: null !default;
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
// Loading
|
|
361
|
-
$loading-bg: $component-bg !default;
|
|
362
|
-
$loading-text: currentColor !default;
|
|
363
|
-
$loading-opacity: .3 !default;
|
|
364
|
-
$zindex-loading: 100 !default;
|
|
365
|
-
|
|
366
|
-
// Placeholder
|
|
367
|
-
$placeholder-line-width: 100% !default;
|
|
368
|
-
$placeholder-line-height: 10px !default;
|
|
369
|
-
$placeholder-bg: rgba( black, .1 ) !default;
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
// Table
|
|
336
|
+
$kendo-component-header-bg: $base-bg !default;
|
|
337
|
+
$kendo-component-header-text: $kendo-component-text !default;
|
|
338
|
+
$kendo-component-header-border: $kendo-component-border !default;
|
|
339
|
+
$kendo-component-header-gradient: null !default;
|
|
373
340
|
|
|
374
341
|
|
|
375
342
|
// Validator
|
|
376
|
-
$invalid-bg: null !default;
|
|
377
|
-
$invalid-text: $error !default;
|
|
378
|
-
$invalid-border: $error !default;
|
|
379
|
-
$invalid-shadow: 0 0 0 .25rem rgba( $invalid-border, .25 ) !default;
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
// Drag clue
|
|
383
|
-
$drag-clue-padding-x: $btn-padding-x !default;
|
|
384
|
-
$drag-clue-padding-y: $btn-padding-y !default;
|
|
385
|
-
$drag-clue-border-width: 1px !default;
|
|
386
|
-
$drag-clue-border-radius: $kendo-border-radius-md !default;
|
|
387
|
-
$drag-clue-font-size: $font-size !default;
|
|
388
|
-
$drag-clue-font-family: $font-family !default;
|
|
389
|
-
$drag-clue-line-height: $line-height !default;
|
|
390
|
-
|
|
391
|
-
$drag-clue-bg: $selected-bg !default;
|
|
392
|
-
$drag-clue-text: $selected-text !default;
|
|
393
|
-
$drag-clue-border: $selected-border !default;
|
|
394
|
-
$drag-clue-gradient: null !default;
|
|
395
|
-
$drag-clue-shadow: null !default;
|
|
396
|
-
|
|
397
|
-
$drag-clue-opacity: null !default;
|
|
343
|
+
$kendo-invalid-bg: null !default;
|
|
344
|
+
$kendo-invalid-text: $kendo-color-error !default;
|
|
345
|
+
$kendo-invalid-border: $kendo-color-error !default;
|
|
346
|
+
$kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
398
347
|
|
|
399
348
|
|
|
400
349
|
// Layout
|
|
401
350
|
$grid-cols: 12 !default;
|
|
402
351
|
$grid-rows: 10 !default;
|
|
403
352
|
$grid-gap: 10px !default;
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
// Disabled Styling maps
|
|
407
|
-
$disabled-styling: (
|
|
408
|
-
opacity: $disabled-opacity,
|
|
409
|
-
filter: $disabled-filter
|
|
410
|
-
) !default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/action-buttons/_layout.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/action-buttons/_theme.scss";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Actions
|
|
2
|
-
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
3
|
-
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
4
|
-
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
2
|
+
$actions-margin-top: k-map-get( $kendo-spacing, 4 ) !default;
|
|
3
|
+
$actions-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
4
|
+
$actions-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
5
5
|
$actions-border-width: 0px !default;
|
|
6
|
-
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
6
|
+
$actions-button-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
7
7
|
|
|
8
8
|
$actions-bg: null !default;
|
|
9
9
|
$actions-text: null !default;
|
|
@@ -3,13 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
-
@import "../styling/_index.scss";
|
|
7
6
|
@import "../icons/_index.scss";
|
|
8
7
|
@import "../listgroup/_index.scss";
|
|
9
8
|
@import "../popup/_index.scss";
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
// Component
|
|
13
|
-
@import "_variables.scss";
|
|
14
|
-
@import "_layout.scss";
|
|
15
|
-
@import "_theme.scss";
|
|
12
|
+
@import "./_variables.scss";
|
|
13
|
+
@import "./_layout.scss";
|
|
14
|
+
@import "./_theme.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/action-sheet/_layout.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/action-sheet/_theme.scss";
|