@progress/kendo-theme-bootstrap 5.12.1-dev.0 → 5.12.1-dev.1
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 +26351 -13213
- package/dist/all.scss +9587 -7463
- 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 +8 -5
- package/scss/_bootstrap-overrides.scss +16 -21
- package/scss/_variables.scss +120 -227
- 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 +3 -3
- 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 +3 -3
- 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 +20 -22
- package/scss/button/_index.scss +3 -3
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +9 -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 +39 -40
- package/scss/captcha/_index.scss +3 -3
- 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 +3 -4
- 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 -3
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +19 -19
- package/scss/chip/_index.scss +3 -3
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +19 -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 +4 -4
- 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 +3 -3
- 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 -7
- 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 -3
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +16 -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 +3 -2
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- 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 +9 -9
- 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 +3 -3
- 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 +3 -3
- 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 +10 -10
- 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 -3
- package/scss/forms/_layout.scss +7 -6
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +59 -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 +5 -3
- 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 +3 -3
- 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 +3 -3
- 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 +48 -42
- package/scss/map/_index.scss +4 -4
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +6 -6
- 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 +18 -18
- 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 +2 -2
- package/scss/multiselect/_index.scss +3 -3
- 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 +3 -3
- 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 -3
- package/scss/pager/_layout.scss +7 -7
- package/scss/pager/_theme.scss +1 -36
- package/scss/pager/_variables.scss +133 -53
- 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 +67 -67
- package/scss/pdf-viewer/_index.scss +3 -3
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_index.scss +4 -3
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +27 -27
- package/scss/popover/_index.scss +3 -3
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- 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 +5 -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 -3
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +12 -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 +11 -11
- 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 +3 -3
- 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 -4
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +39 -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 +20 -20
- package/scss/taskboard/_index.scss +3 -3
- 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 +3 -3
- 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 +12 -12
- 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 +3 -3
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +8 -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 +3 -3
- 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 +14 -14
- package/scss/typography/_index.scss +3 -3
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +2 -2
- package/scss/upload/_index.scss +3 -3
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +34 -35
- package/scss/utils/_aspect-ratio.scss +1 -1
- package/scss/utils/_border.scss +1 -1
- package/scss/utils/_display.scss +1 -1
- package/scss/utils/_flex.scss +1 -1
- package/scss/utils/_float.scss +1 -1
- package/scss/utils/_grid.scss +1 -1
- package/scss/utils/_index.scss +22 -19
- package/scss/utils/_order.scss +1 -1
- package/scss/utils/_overflow.scss +1 -1
- package/scss/utils/_pointer-events.scss +1 -1
- package/scss/utils/_position.scss +1 -1
- package/scss/utils/_resize.scss +1 -1
- package/scss/utils/_spacer.scss +1 -1
- package/scss/utils/_spacing.scss +1 -1
- package/scss/utils/_table-layout.scss +1 -1
- package/scss/utils/_text.scss +1 -1
- package/scss/utils/_theme-colors.scss +1 -1
- package/scss/utils/_touch-action.scss +1 -1
- package/scss/utils/_transform.scss +1 -1
- package/scss/utils/_user-select.scss +1 -1
- 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 +37 -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/_variables.scss
CHANGED
|
@@ -1,22 +1,18 @@
|
|
|
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-flex-classes: true !default;
|
|
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;
|
|
14
12
|
|
|
15
|
-
$use-
|
|
16
|
-
$use-input-
|
|
17
|
-
$use-input-spinner-
|
|
18
|
-
$use-input-spinner-icon-offset: false !default;
|
|
19
|
-
$use-picker-select-width: false !default;
|
|
13
|
+
$kendo-use-input-button-width: false !default;
|
|
14
|
+
$kendo-use-input-spinner-width: false !default;
|
|
15
|
+
$kendo-use-input-spinner-icon-offset: false !default;
|
|
20
16
|
|
|
21
17
|
|
|
22
18
|
// Spacing
|
|
@@ -24,15 +20,25 @@ $spacer: $spacer !default;
|
|
|
24
20
|
$spacer-x: $spacer !default;
|
|
25
21
|
$spacer-y: $spacer !default;
|
|
26
22
|
|
|
27
|
-
$spacing: (
|
|
23
|
+
$kendo-spacing: (
|
|
24
|
+
// sass-lint:disable-block leading-zero
|
|
28
25
|
0: 0,
|
|
26
|
+
1px: 1px,
|
|
27
|
+
0.5: .125rem,
|
|
29
28
|
1: .25rem,
|
|
29
|
+
1.5: .375rem,
|
|
30
30
|
2: .5rem,
|
|
31
|
+
2.5: .625rem,
|
|
31
32
|
3: .75rem,
|
|
33
|
+
3.5: .875rem,
|
|
32
34
|
4: 1rem,
|
|
35
|
+
4.5: 1.125rem,
|
|
33
36
|
5: 1.25rem,
|
|
37
|
+
5.5: 1.375rem,
|
|
34
38
|
6: 1.5rem,
|
|
39
|
+
6.5: 1.625rem,
|
|
35
40
|
7: 1.75rem,
|
|
41
|
+
7.5: 1.875rem,
|
|
36
42
|
8: 2rem,
|
|
37
43
|
9: 2.25rem,
|
|
38
44
|
10: 2.5rem,
|
|
@@ -49,14 +55,7 @@ $spacing: (
|
|
|
49
55
|
21: 5.25rem,
|
|
50
56
|
22: 5.5rem,
|
|
51
57
|
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
|
|
58
|
+
24: 6rem
|
|
60
59
|
) !default;
|
|
61
60
|
|
|
62
61
|
$default-scrollbar-width: 17px !default;
|
|
@@ -65,8 +64,8 @@ $default-scrollbar-width: 17px !default;
|
|
|
65
64
|
// Icons
|
|
66
65
|
$icon-size: 16px !default;
|
|
67
66
|
$icon-size-lg: 32px !default;
|
|
68
|
-
$icon-spacing: k-map-get( $spacing, 2 ) !default;
|
|
69
|
-
$icon-padding: k-map-get( $spacing, 1 ) !default;
|
|
67
|
+
$icon-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
68
|
+
$icon-padding: k-map-get( $kendo-spacing, 1 ) !default;
|
|
70
69
|
|
|
71
70
|
/// The URL to the icon font that will be used by the theme
|
|
72
71
|
/// The default value of `null` embeds the package font with a `data:` URL
|
|
@@ -75,12 +74,14 @@ $icon-font-url: null !default;
|
|
|
75
74
|
|
|
76
75
|
|
|
77
76
|
// Metrics
|
|
78
|
-
$padding-x: $spacer !default;
|
|
79
|
-
$padding-y: k-math-div( $spacer, 2 ) !default;
|
|
80
|
-
$padding-x
|
|
81
|
-
$padding-y
|
|
82
|
-
$padding-x
|
|
83
|
-
$padding-y
|
|
77
|
+
$kendo-padding-x: $spacer !default;
|
|
78
|
+
$kendo-padding-y: k-math-div( $spacer, 2 ) !default;
|
|
79
|
+
$kendo-padding-sm-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
80
|
+
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
81
|
+
$kendo-padding-md-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
82
|
+
$kendo-padding-md-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
83
|
+
$kendo-padding-lg-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
84
|
+
$kendo-padding-lg-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
84
85
|
|
|
85
86
|
/// Border radius for all components.
|
|
86
87
|
$kendo-border-radius: $border-radius !default;
|
|
@@ -88,230 +89,190 @@ $kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
|
88
89
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
89
90
|
$kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
|
|
90
91
|
|
|
91
|
-
$panel-padding-x: $card-spacer-x !default;
|
|
92
|
-
$panel-padding-y: $card-spacer-y !default;
|
|
93
92
|
|
|
94
|
-
$
|
|
95
|
-
$
|
|
96
|
-
|
|
97
|
-
$nav-item-margin: 0px !default;
|
|
98
|
-
$nav-item-padding-x: $nav-link-padding-x !default;
|
|
99
|
-
$nav-item-padding-y: $nav-link-padding-y !default;
|
|
100
|
-
|
|
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
|
-
|
|
106
|
-
$zindex-popup: 1 !default;
|
|
107
|
-
$zindex-window: 2 !default;
|
|
93
|
+
$kendo-zindex-popup: 1 !default;
|
|
94
|
+
$kendo-zindex-window: 2 !default;
|
|
95
|
+
$kendo-zindex-loading: 100 !default;
|
|
108
96
|
|
|
109
97
|
|
|
110
98
|
// Color settings
|
|
111
99
|
$dark-theme: false !default;
|
|
112
100
|
|
|
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
101
|
// Theme colors
|
|
130
102
|
/// The color that focuses the user attention.
|
|
131
103
|
/// Used for primary buttons and for elements of primary importance across the theme.
|
|
132
104
|
/// @group color-system
|
|
133
105
|
/// @type Color
|
|
134
|
-
$primary: $primary !default;
|
|
135
|
-
$primary-lighter: k-color-tint( $primary, 2 ) !default;
|
|
136
|
-
$primary-darker: k-color-shade( $primary, 2 ) !default;
|
|
106
|
+
$kendo-color-primary: $primary !default;
|
|
107
|
+
$kendo-color-primary-lighter: k-color-tint( $kendo-color-primary, 2 ) !default;
|
|
108
|
+
$kendo-color-primary-darker: k-color-shade( $kendo-color-primary, 2 ) !default;
|
|
137
109
|
|
|
138
|
-
/// The color used along with the primary color denoted by $primary.
|
|
110
|
+
/// The color used along with the primary color denoted by $kendo-color-primary.
|
|
139
111
|
/// Used to provide contrast between the background and foreground colors.
|
|
140
112
|
/// @group color-system
|
|
141
113
|
/// @type Color
|
|
142
|
-
$primary-contrast: k-contrast-color( $primary ) !default;
|
|
114
|
+
$kendo-color-primary-contrast: k-contrast-color( $kendo-color-primary ) !default;
|
|
143
115
|
|
|
144
116
|
/// The secondary color of the theme.
|
|
145
117
|
/// @group color-system
|
|
146
118
|
/// @type Color
|
|
147
|
-
$secondary: $secondary !default;
|
|
148
|
-
$secondary-lighter: k-color-tint( $secondary, 2 ) !default;
|
|
149
|
-
$secondary-darker: k-color-shade( $secondary, 2 ) !default;
|
|
119
|
+
$kendo-color-secondary: $secondary !default;
|
|
120
|
+
$kendo-color-secondary-lighter: k-color-tint( $kendo-color-secondary, 2 ) !default;
|
|
121
|
+
$kendo-color-secondary-darker: k-color-shade( $kendo-color-secondary, 2 ) !default;
|
|
150
122
|
|
|
151
|
-
/// The color used along with the secondary color denoted by $secondary.
|
|
123
|
+
/// The color used along with the secondary color denoted by $kendo-color-secondary.
|
|
152
124
|
/// Used to provide contrast between the background and foreground colors.
|
|
153
125
|
/// @group color-system
|
|
154
126
|
/// @type Color
|
|
155
|
-
$secondary-contrast: k-contrast-color( $secondary ) !default;
|
|
127
|
+
$kendo-color-secondary-contrast: k-contrast-color( $kendo-color-secondary ) !default;
|
|
156
128
|
|
|
157
129
|
/// The tertiary color of the theme.
|
|
158
130
|
/// @group color-system
|
|
159
131
|
/// @type Color
|
|
160
|
-
$tertiary: $purple !default;
|
|
161
|
-
$tertiary-lighter: k-color-tint( $tertiary, 2 ) !default;
|
|
162
|
-
$tertiary-darker: k-color-shade( $tertiary, 2 ) !default;
|
|
132
|
+
$kendo-color-tertiary: $purple !default;
|
|
133
|
+
$kendo-color-tertiary-lighter: k-color-tint( $kendo-color-tertiary, 2 ) !default;
|
|
134
|
+
$kendo-color-tertiary-darker: k-color-shade( $kendo-color-tertiary, 2 ) !default;
|
|
163
135
|
|
|
164
|
-
/// The color used along with the tertiary color denoted by $tertiary.
|
|
136
|
+
/// The color used along with the tertiary color denoted by $kendo-color-tertiary.
|
|
165
137
|
/// Used to provide contrast between the background and foreground colors.
|
|
166
138
|
/// @group color-system
|
|
167
139
|
/// @type Color
|
|
168
|
-
$tertiary-contrast: k-contrast-color( $tertiary ) !default;
|
|
140
|
+
$kendo-color-tertiary-contrast: k-contrast-color( $kendo-color-tertiary ) !default;
|
|
169
141
|
|
|
170
142
|
/// The color for informational messages and states.
|
|
171
143
|
/// @group color-system
|
|
172
144
|
/// @type Color
|
|
173
|
-
$info: $info !default;
|
|
174
|
-
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
175
|
-
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
145
|
+
$kendo-color-info: $info !default;
|
|
146
|
+
$kendo-color-info-lighter: k-color-tint( $kendo-color-info, 2 ) !default;
|
|
147
|
+
$kendo-color-info-darker: k-color-shade( $kendo-color-info, 2 ) !default;
|
|
176
148
|
|
|
177
149
|
/// The color for success messages and states.
|
|
178
150
|
/// @group color-system
|
|
179
151
|
/// @type Color
|
|
180
|
-
$success: $success !default;
|
|
181
|
-
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
182
|
-
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
152
|
+
$kendo-color-success: $success !default;
|
|
153
|
+
$kendo-color-success-lighter: k-color-tint( $kendo-color-success, 2 ) !default;
|
|
154
|
+
$kendo-color-success-darker: k-color-shade( $kendo-color-success, 2 ) !default;
|
|
183
155
|
|
|
184
156
|
/// The color for warning messages and states.
|
|
185
157
|
/// @group color-system
|
|
186
158
|
/// @type Color
|
|
187
|
-
$warning: $warning !default;
|
|
188
|
-
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
189
|
-
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
159
|
+
$kendo-color-warning: $warning !default;
|
|
160
|
+
$kendo-color-warning-lighter: k-color-tint( $kendo-color-warning, 2 ) !default;
|
|
161
|
+
$kendo-color-warning-darker: k-color-shade( $kendo-color-warning, 2 ) !default;
|
|
190
162
|
|
|
191
163
|
/// The color for error messages and states.
|
|
192
164
|
/// @group color-system
|
|
193
165
|
/// @type Color
|
|
194
|
-
$error: $danger !default;
|
|
195
|
-
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
196
|
-
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
166
|
+
$kendo-color-error: $danger !default;
|
|
167
|
+
$kendo-color-error-lighter: k-color-tint( $kendo-color-error, 2 ) !default;
|
|
168
|
+
$kendo-color-error-darker: k-color-shade( $kendo-color-error, 2 ) !default;
|
|
197
169
|
|
|
198
170
|
/// The dark color of the theme.
|
|
199
171
|
/// @group color-system
|
|
200
172
|
/// @type Color
|
|
201
|
-
$dark: $dark !default;
|
|
173
|
+
$kendo-color-dark: $dark !default;
|
|
202
174
|
|
|
203
175
|
/// The light color of the theme.
|
|
204
176
|
/// @group color-system
|
|
205
177
|
/// @type Color
|
|
206
|
-
$light: $light !default;
|
|
178
|
+
$kendo-color-light: $light !default;
|
|
207
179
|
|
|
208
180
|
/// Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark
|
|
209
181
|
/// @group color-system
|
|
210
|
-
$inverse: if( $dark-theme, $light, $dark ) !default;
|
|
182
|
+
$kendo-color-inverse: if( $dark-theme, $kendo-color-light, $kendo-color-dark ) !default;
|
|
211
183
|
|
|
212
184
|
|
|
213
185
|
$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
|
|
186
|
+
"primary": $kendo-color-primary,
|
|
187
|
+
"secondary": $kendo-color-secondary,
|
|
188
|
+
"tertiary": $kendo-color-tertiary,
|
|
189
|
+
"info": $kendo-color-info,
|
|
190
|
+
"success": $kendo-color-success,
|
|
191
|
+
"warning": $kendo-color-warning,
|
|
192
|
+
"error": $kendo-color-error,
|
|
193
|
+
"dark": $kendo-color-dark,
|
|
194
|
+
"light": $kendo-color-light,
|
|
195
|
+
"inverse": $kendo-color-inverse
|
|
224
196
|
) !default;
|
|
225
197
|
|
|
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
|
-
|
|
232
|
-
|
|
233
|
-
// Color constants
|
|
234
|
-
$rgba-transparent: rgba( 0, 0, 0, 0 ); // stylelint-disable-line
|
|
235
|
-
|
|
236
|
-
$gradient-transparent-to-black: rgba( black, 0), black; // stylelint-disable-line
|
|
237
|
-
$gradient-transparent-to-white: rgba( white, 0), white; // stylelint-disable-line
|
|
238
|
-
$gradient-black-to-transparent: black, rgba( black, 0); // stylelint-disable-line
|
|
239
|
-
$gradient-white-to-transparent: white, rgba( white, 0); // stylelint-disable-line
|
|
240
|
-
|
|
241
|
-
$gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line
|
|
242
198
|
|
|
243
199
|
// Root styles
|
|
244
|
-
$body-bg: $
|
|
245
|
-
$body-text: $body-
|
|
200
|
+
$kendo-body-bg: $kendo-color-white !default;
|
|
201
|
+
$kendo-body-text: k-contrast-color( $kendo-body-bg, $gray-900, $gray-100 ) !default;
|
|
246
202
|
|
|
247
|
-
$subtle-text: if( $dark-theme, $gray-400, $text-muted ) !default;
|
|
248
|
-
$disabled-text: if( $dark-theme, $gray-600, $gray-500) !default;
|
|
203
|
+
$kendo-subtle-text: if( $dark-theme, $gray-400, $text-muted ) !default;
|
|
249
204
|
|
|
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;
|
|
205
|
+
$kendo-app-bg: k-try-shade( $kendo-body-bg, .25 ) !default;
|
|
206
|
+
$kendo-app-text: $kendo-body-text !default;
|
|
207
|
+
$kendo-app-border: if( k-is-light( $kendo-app-bg ), $gray-300, $gray-700 ) !default;
|
|
253
208
|
|
|
254
209
|
|
|
255
210
|
// Components
|
|
256
211
|
|
|
257
212
|
// Component
|
|
258
213
|
/// 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;`.
|
|
214
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
|
|
260
215
|
/// @group component
|
|
261
|
-
$component-bg: $body-bg !default;
|
|
216
|
+
$kendo-component-bg: $kendo-body-bg !default;
|
|
262
217
|
/// 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;`.
|
|
218
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
|
|
264
219
|
/// @group component
|
|
265
|
-
$component-text: $body-text !default;
|
|
220
|
+
$kendo-component-text: $kendo-body-text !default;
|
|
266
221
|
/// 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;`.
|
|
222
|
+
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
|
|
268
223
|
/// @group component
|
|
269
|
-
$component-border: if( k-is-light( $component-bg ), $gray-300, $gray-700 ) !default;
|
|
224
|
+
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
270
225
|
|
|
271
226
|
|
|
272
227
|
/// The background of the components' chrome area.
|
|
273
228
|
$base-bg: $gray-100 !default;
|
|
274
229
|
/// The text color of the components' chrome area.
|
|
275
|
-
$base-text: $body-text !default;
|
|
230
|
+
$base-text: $kendo-body-text !default;
|
|
276
231
|
/// The border color of the components' chrome area.
|
|
277
232
|
$base-border: k-try-shade( $base-bg, 1 ) !default;
|
|
278
233
|
/// The gradient background of the components' chrome area.
|
|
279
234
|
$base-gradient: null !default;
|
|
280
235
|
|
|
281
236
|
/// The background of hovered items.
|
|
282
|
-
$
|
|
237
|
+
$kendo-hover-bg: $gray-200 !default;
|
|
283
238
|
/// The text color of hovered items.
|
|
284
|
-
$
|
|
239
|
+
$kendo-hover-text: $base-text !default;
|
|
285
240
|
/// The border color of hovered items.
|
|
286
|
-
$
|
|
241
|
+
$kendo-hover-border: k-try-shade( $kendo-hover-bg, 1 ) !default;
|
|
287
242
|
/// The gradient background of hovered items.
|
|
288
|
-
$
|
|
243
|
+
$kendo-hover-gradient: null !default;
|
|
289
244
|
|
|
290
245
|
/// The background of selected items.
|
|
291
|
-
$selected-bg: $primary !default;
|
|
246
|
+
$kendo-selected-bg: $kendo-color-primary !default;
|
|
292
247
|
/// The text color of selected items.
|
|
293
|
-
$selected-text: k-contrast-color( $selected-bg ) !default;
|
|
248
|
+
$kendo-selected-text: k-contrast-color( $kendo-selected-bg ) !default;
|
|
294
249
|
/// The border color of selected items.
|
|
295
|
-
$selected-border: k-try-shade( $selected-bg, 1 ) !default;
|
|
250
|
+
$kendo-selected-border: k-try-shade( $kendo-selected-bg, 1 ) !default;
|
|
296
251
|
/// The gradient background of selected items.
|
|
297
|
-
$selected-gradient: null !default;
|
|
252
|
+
$kendo-selected-gradient: null !default;
|
|
298
253
|
|
|
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;
|
|
254
|
+
$kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, .5 ) !default;
|
|
255
|
+
$kendo-selected-hover-text: $kendo-selected-text !default;
|
|
256
|
+
$kendo-selected-hover-border: $base-border !default;
|
|
257
|
+
$kendo-selected-hover-gradient: null !default;
|
|
303
258
|
|
|
304
259
|
|
|
305
260
|
// TODO: refactor
|
|
306
|
-
$
|
|
307
|
-
$primary-focused-shadow: null !default;
|
|
261
|
+
$kendo-focus-shadow: null !default;
|
|
308
262
|
|
|
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;
|
|
263
|
+
$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
264
|
|
|
311
265
|
|
|
312
266
|
// Disabled mixin variables
|
|
313
|
-
$disabled-
|
|
314
|
-
$disabled-
|
|
267
|
+
$kendo-disabled-text: if( $dark-theme, $gray-600, $gray-500) !default;
|
|
268
|
+
$kendo-disabled-filter: grayscale(.1) !default;
|
|
269
|
+
$kendo-disabled-opacity: .65 !default;
|
|
270
|
+
|
|
271
|
+
$kendo-disabled-styling: (
|
|
272
|
+
opacity: $kendo-disabled-opacity,
|
|
273
|
+
filter: $kendo-disabled-filter
|
|
274
|
+
) !default;
|
|
275
|
+
|
|
315
276
|
|
|
316
277
|
|
|
317
278
|
// Generic styles
|
|
@@ -322,89 +283,21 @@ $font-family: $font-family-sans-serif !default;
|
|
|
322
283
|
$line-height: $line-height-base !default;
|
|
323
284
|
|
|
324
285
|
|
|
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
|
-
|
|
352
|
-
|
|
353
286
|
// 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
|
|
287
|
+
$kendo-component-header-bg: $base-bg !default;
|
|
288
|
+
$kendo-component-header-text: $kendo-component-text !default;
|
|
289
|
+
$kendo-component-header-border: $kendo-component-border !default;
|
|
290
|
+
$kendo-component-header-gradient: null !default;
|
|
373
291
|
|
|
374
292
|
|
|
375
293
|
// 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;
|
|
294
|
+
$kendo-invalid-bg: null !default;
|
|
295
|
+
$kendo-invalid-text: $kendo-color-error !default;
|
|
296
|
+
$kendo-invalid-border: $kendo-color-error !default;
|
|
297
|
+
$kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
398
298
|
|
|
399
299
|
|
|
400
300
|
// Layout
|
|
401
301
|
$grid-cols: 12 !default;
|
|
402
302
|
$grid-rows: 10 !default;
|
|
403
303
|
$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";
|
|
@@ -13,20 +13,20 @@ $actionsheet-font-size: $font-size !default;
|
|
|
13
13
|
$actionsheet-font-family: $font-family !default;
|
|
14
14
|
$actionsheet-line-height: $line-height !default;
|
|
15
15
|
|
|
16
|
-
$actionsheet-bg: $component-bg !default;
|
|
17
|
-
$actionsheet-text: $component-text !default;
|
|
18
|
-
$actionsheet-border: $component-border !default;
|
|
16
|
+
$actionsheet-bg: $kendo-component-bg !default;
|
|
17
|
+
$actionsheet-text: $kendo-component-text !default;
|
|
18
|
+
$actionsheet-border: $kendo-component-border !default;
|
|
19
19
|
$actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
// Actionsheet header
|
|
23
|
-
$actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
24
|
-
$actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
23
|
+
$actionsheet-titlebar-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
24
|
+
$actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
25
25
|
$actionsheet-titlebar-border-width: null !default;
|
|
26
26
|
$actionsheet-titlebar-font-size: null !default;
|
|
27
27
|
$actionsheet-titlebar-font-family: null !default;
|
|
28
28
|
$actionsheet-titlebar-line-height: null !default;
|
|
29
|
-
$actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
|
|
29
|
+
$actionsheet-titlebar-gap: k-map-get( $kendo-spacing, 4 ) !default;
|
|
30
30
|
|
|
31
31
|
$actionsheet-titlebar-bg: null !default;
|
|
32
32
|
$actionsheet-titlebar-text: null !default;
|
|
@@ -36,13 +36,13 @@ $actionsheet-titlebar-shadow: null !default;
|
|
|
36
36
|
|
|
37
37
|
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
38
38
|
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
39
|
-
$actionsheet-subtitle-text: $subtle-text !default;
|
|
39
|
+
$actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
// Actionsheet item
|
|
43
43
|
$actionsheet-item-min-height: 40px !default;
|
|
44
|
-
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
45
|
-
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
44
|
+
$actionsheet-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
45
|
+
$actionsheet-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
46
46
|
$actionsheet-item-border-width: 1px !default;
|
|
47
47
|
$actionsheet-item-spacing: 12px !default;
|
|
48
48
|
|
|
@@ -52,9 +52,9 @@ $actionsheet-item-title-font-weight: null !default;
|
|
|
52
52
|
$actionsheet-item-title-text-transform: null !default;
|
|
53
53
|
|
|
54
54
|
$actionsheet-item-description-font-size: .875em !default;
|
|
55
|
-
$actionsheet-item-description-text: $subtle-text !default;
|
|
55
|
+
$actionsheet-item-description-text: $kendo-subtle-text !default;
|
|
56
56
|
|
|
57
|
-
$actionsheet-item-hover-bg: $
|
|
57
|
+
$actionsheet-item-hover-bg: $kendo-hover-bg !default;
|
|
58
58
|
$actionsheet-item-hover-text: null !default;
|
|
59
59
|
$actionsheet-item-hover-border: null !default;
|
|
60
60
|
$actionsheet-item-hover-gradient: null !default;
|
|
@@ -75,12 +75,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
75
75
|
|
|
76
76
|
// Adaptive Actionsheet
|
|
77
77
|
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
78
|
-
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
78
|
+
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
79
79
|
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
80
|
-
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
80
|
+
$adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
81
81
|
|
|
82
|
-
$adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
83
|
-
$adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
82
|
+
$adaptive-actionsheet-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
83
|
+
$adaptive-actionsheet-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
84
84
|
|
|
85
|
-
$adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
86
|
-
$adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
85
|
+
$adaptive-actionsheet-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
86
|
+
$adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/adaptive/_layout.scss";
|