@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
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/orgchart/_theme.scss";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// Orgchart
|
|
2
|
-
$orgchart-spacer: k-map-get( $spacing, 6 ) !default;
|
|
2
|
+
$orgchart-spacer: k-map-get( $kendo-spacing, 6 ) !default;
|
|
3
3
|
$orgchart-padding-y: $orgchart-spacer !default;
|
|
4
4
|
$orgchart-padding-x: $orgchart-padding-y !default;
|
|
5
5
|
$orgchart-font-family: $font-family !default;
|
|
6
6
|
$orgchart-font-size: $font-size !default;
|
|
7
7
|
$orgchart-line-height: $line-height !default;
|
|
8
|
-
$orgchart-bg: $component-bg !default;
|
|
9
|
-
$orgchart-text: $component-text !default;
|
|
10
|
-
$orgchart-border: $component-border !default;
|
|
8
|
+
$orgchart-bg: $kendo-component-bg !default;
|
|
9
|
+
$orgchart-text: $kendo-component-text !default;
|
|
10
|
+
$orgchart-border: $kendo-component-border !default;
|
|
11
11
|
|
|
12
12
|
$orgchart-node-gap: $orgchart-spacer !default;
|
|
13
13
|
$orgchart-group-gap: $orgchart-spacer !default;
|
|
@@ -25,12 +25,12 @@ $orgchart-node-group-focus-border: $card-focus-border !default;
|
|
|
25
25
|
$orgchart-node-group-focus-shadow: $card-focus-shadow !default;
|
|
26
26
|
|
|
27
27
|
$orgchart-node-group-title-font-size: $font-size-lg !default;
|
|
28
|
-
$orgchart-node-group-title-margin-bottom: $orgchart-spacer
|
|
28
|
+
$orgchart-node-group-title-margin-bottom: k-math-div( $orgchart-spacer, 4 ) !default;
|
|
29
29
|
$orgchart-node-group-title-line-height: $line-height-sm !default;
|
|
30
30
|
|
|
31
31
|
$orgchart-node-group-subtitle-margin-bottom: $orgchart-spacer !default;
|
|
32
32
|
$orgchart-node-group-subtitle-font-size: $font-size !default;
|
|
33
|
-
$orgchart-node-group-subtitle-text: $subtle-text !default;
|
|
33
|
+
$orgchart-node-group-subtitle-text: $kendo-subtle-text !default;
|
|
34
34
|
|
|
35
35
|
$orgchart-card-width: 300px !default;
|
|
36
36
|
$orgchart-card-padding-y: $card-padding-y !default;
|
|
@@ -48,7 +48,7 @@ $orgchart-card-subtitle-font-size: null !default;
|
|
|
48
48
|
$orgchart-card-body-border-width: 2px 0 0 !default;
|
|
49
49
|
$orgchart-card-body-border-color: transparent !default;
|
|
50
50
|
|
|
51
|
-
$orgchart-card-body-vbox-margin-right: $orgchart-spacer
|
|
51
|
+
$orgchart-card-body-vbox-margin-right: k-math-div( $orgchart-spacer, 2 ) !default;
|
|
52
52
|
$orgchart-card-body-vbox-min-height: $card-avatar-size !default;
|
|
53
53
|
|
|
54
54
|
$orgchart-line-size: 1px !default;
|
package/scss/overlay/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/overlay/_layout.scss";
|
package/scss/overlay/_theme.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/overlay/_theme.scss";
|
package/scss/pager/_index.scss
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
6
|
@import "../dropdownlist/_index.scss";
|
|
7
7
|
@import "../icons/_index.scss";
|
|
8
|
-
@import "../toolbar/_variables.scss";
|
|
9
8
|
@import "../list/_index.scss";
|
|
9
|
+
@import "../button/_index.scss";
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
// Component
|
|
13
|
-
@import "_variables.scss";
|
|
14
|
-
@import "_layout.scss";
|
|
15
|
-
@import "_theme.scss";
|
|
13
|
+
@import "./_variables.scss";
|
|
14
|
+
@import "./_layout.scss";
|
|
15
|
+
@import "./_theme.scss";
|
package/scss/pager/_layout.scss
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/pager/_layout.scss";
|
|
2
2
|
|
|
3
3
|
@include exports( "pager/layout/bootstrap" ) {
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Pager items
|
|
7
7
|
.k-pager-nav { @include border-radius( 0 ); }
|
|
8
|
-
.k-pager-first { @include border-left-radius-only( $pager-item-border-radius ); }
|
|
9
|
-
.k-pager-last { @include border-right-radius-only( $pager-item-border-radius ); }
|
|
8
|
+
.k-pager-first { @include border-left-radius-only( $kendo-pager-item-border-radius ); }
|
|
9
|
+
.k-pager-last { @include border-right-radius-only( $kendo-pager-item-border-radius ); }
|
|
10
10
|
|
|
11
11
|
.k-rtl,
|
|
12
12
|
[dir="rtl"] {
|
|
13
|
-
.k-pager-first { @include border-right-radius-only( $pager-item-border-radius ); }
|
|
14
|
-
.k-pager-last { @include border-left-radius-only( $pager-item-border-radius ); }
|
|
13
|
+
.k-pager-first { @include border-right-radius-only( $kendo-pager-item-border-radius ); }
|
|
14
|
+
.k-pager-last { @include border-left-radius-only( $kendo-pager-item-border-radius ); }
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
// Pager refresh
|
|
19
19
|
.k-pager-refresh {
|
|
20
|
-
@include border-radius( $pager-item-border-radius );
|
|
21
|
-
border-width: $pager-item-border-width;
|
|
20
|
+
@include border-radius( $kendo-pager-item-border-radius );
|
|
21
|
+
border-width: $kendo-pager-item-border-width;
|
|
22
22
|
border-style: solid;
|
|
23
23
|
}
|
|
24
24
|
|
package/scss/pager/_theme.scss
CHANGED
|
@@ -1,36 +1 @@
|
|
|
1
|
-
@import "
|
|
2
|
-
|
|
3
|
-
@include exports( "pager/theme/bootstrap" ) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Pager
|
|
7
|
-
.k-pager-wrap {}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
// Responsive
|
|
11
|
-
.k-pager-md,
|
|
12
|
-
.k-pager-sm {
|
|
13
|
-
|
|
14
|
-
.k-pager-numbers {
|
|
15
|
-
|
|
16
|
-
.k-current-page .k-link {
|
|
17
|
-
@include fill(
|
|
18
|
-
$pager-text,
|
|
19
|
-
$pager-item-bg,
|
|
20
|
-
$pager-item-border
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
&:hover,
|
|
24
|
-
&.k-hover {
|
|
25
|
-
@include fill(
|
|
26
|
-
$pager-text,
|
|
27
|
-
$pager-item-hover-bg,
|
|
28
|
-
$pager-item-hover-border
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
}
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/pager/_theme.scss";
|
|
@@ -1,66 +1,149 @@
|
|
|
1
|
-
|
|
2
|
-
$pager-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
3
|
-
$pager-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
4
|
-
$pager-border-width: 1px !default;
|
|
5
|
-
|
|
6
|
-
$pager-font-family: $font-family !default;
|
|
7
|
-
$pager-font-size: $font-size !default;
|
|
8
|
-
$pager-line-height: $line-height !default;
|
|
1
|
+
@import "../typography/_variables.scss";
|
|
9
2
|
|
|
10
|
-
$pager-bg: $header-bg !default;
|
|
11
|
-
$pager-text: $header-text !default;
|
|
12
|
-
$pager-border: $header-border !default;
|
|
13
3
|
|
|
14
|
-
|
|
15
|
-
$pager-focus-shadow: inset 0 0 0 2px rgba( black, .08) !default;
|
|
4
|
+
// Pager
|
|
16
5
|
|
|
17
|
-
|
|
6
|
+
/// Horizontal padding of the pager according to the pager size.
|
|
7
|
+
/// @group pager
|
|
8
|
+
$kendo-pager-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
9
|
+
$kendo-pager-padding-x-sm: k-map-get( $kendo-spacing, 1 ) !default;
|
|
10
|
+
$kendo-pager-padding-x-md: k-map-get( $kendo-spacing, 2 ) !default;
|
|
11
|
+
$kendo-pager-padding-x-lg: k-map-get( $kendo-spacing, 2.5 ) !default;
|
|
12
|
+
/// Vertical padding of the pager according to the pager size.
|
|
13
|
+
/// @group pager
|
|
14
|
+
$kendo-pager-padding-y: $kendo-pager-padding-x !default;
|
|
15
|
+
$kendo-pager-padding-y-sm: $kendo-pager-padding-x-sm !default;
|
|
16
|
+
$kendo-pager-padding-y-md: $kendo-pager-padding-x-md !default;
|
|
17
|
+
$kendo-pager-padding-y-lg: $kendo-pager-padding-x-lg !default;
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$pager-item-
|
|
22
|
-
$pager-item-
|
|
23
|
-
$pager-item-
|
|
19
|
+
/// Minimum width of the pager items according to the pager size.
|
|
20
|
+
/// @group pager
|
|
21
|
+
$kendo-pager-item-min-width-sm: $kendo-button-calc-size-sm !default;
|
|
22
|
+
$kendo-pager-item-min-width-md: $kendo-button-calc-size-md !default;
|
|
23
|
+
$kendo-pager-item-min-width-lg: $kendo-button-calc-size-lg !default;
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
$pager-item-
|
|
25
|
+
/// Margin between pager item groups according to the pager size.
|
|
26
|
+
/// @group pager
|
|
27
|
+
$kendo-pager-item-group-spacing-sm: k-map-get( $kendo-spacing, 3.5 ) !default;
|
|
28
|
+
$kendo-pager-item-group-spacing-md: k-map-get( $kendo-spacing, 4 ) !default;
|
|
29
|
+
$kendo-pager-item-group-spacing-lg: k-map-get( $kendo-spacing, 4.5 ) !default;
|
|
28
30
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$pager-
|
|
31
|
+
/// Border width of the pager.
|
|
32
|
+
/// @group pager
|
|
33
|
+
$kendo-pager-border-width: 1px !default;
|
|
34
|
+
/// Font family of the pager.
|
|
35
|
+
/// @group pager
|
|
36
|
+
$kendo-pager-font-family: $font-family !default;
|
|
37
|
+
/// Font size of the pager.
|
|
38
|
+
/// @group pager
|
|
39
|
+
$kendo-pager-font-size: $font-size !default;
|
|
40
|
+
/// Line height of the pager.
|
|
41
|
+
/// @group pager
|
|
42
|
+
$kendo-pager-line-height: $line-height !default;
|
|
43
|
+
/// Background color of the pager.
|
|
44
|
+
/// @group pager
|
|
45
|
+
$kendo-pager-bg: $kendo-component-header-bg !default;
|
|
46
|
+
/// Text color of the pager.
|
|
47
|
+
/// @group pager
|
|
48
|
+
$kendo-pager-text: $kendo-component-header-text !default;
|
|
49
|
+
/// Border color of the pager.
|
|
50
|
+
/// @group pager
|
|
51
|
+
$kendo-pager-border: $kendo-component-header-border !default;
|
|
32
52
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
$
|
|
53
|
+
/// Background color of the focused pager.
|
|
54
|
+
/// @group pager
|
|
55
|
+
$kendo-pager-focus-bg: null !default;
|
|
56
|
+
/// Box shadow of the focused pager.
|
|
57
|
+
/// @group pager
|
|
58
|
+
$kendo-pager-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08) !default;
|
|
36
59
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
$pager-
|
|
60
|
+
/// Spacing between the pager sections.
|
|
61
|
+
/// @group pager
|
|
62
|
+
$kendo-pager-section-spacing: k-map-get( $kendo-spacing, 4 ) !default;
|
|
40
63
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
$
|
|
44
|
-
|
|
45
|
-
|
|
64
|
+
/// Border width of the pager items.
|
|
65
|
+
/// @group pager
|
|
66
|
+
$kendo-pager-item-border-width: 1px !default;
|
|
67
|
+
/// Border radius of the pager items.
|
|
68
|
+
/// @group pager
|
|
69
|
+
$kendo-pager-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
70
|
+
/// Spacing around the pager items.
|
|
71
|
+
/// @group pager
|
|
72
|
+
$kendo-pager-item-spacing: (-1 * $kendo-pager-item-border-width) !default;
|
|
73
|
+
/// Background color of the pager items.
|
|
74
|
+
/// @group pager
|
|
75
|
+
$kendo-pager-item-bg: $kendo-component-bg !default;
|
|
76
|
+
/// Text color of the pager items.
|
|
77
|
+
/// @group pager
|
|
78
|
+
$kendo-pager-item-text: $link-text !default;
|
|
79
|
+
/// Border color of the pager items.
|
|
80
|
+
/// @group pager
|
|
81
|
+
$kendo-pager-item-border: $kendo-component-border !default;
|
|
46
82
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
$pager-
|
|
83
|
+
/// Background color of the hovered pager items.
|
|
84
|
+
/// @group pager
|
|
85
|
+
$kendo-pager-item-hover-bg: $kendo-hover-bg !default;
|
|
86
|
+
/// Text color of the hovered pager items.
|
|
87
|
+
/// @group pager
|
|
88
|
+
$kendo-pager-item-hover-text: $link-hover-text !default;
|
|
89
|
+
/// Border color of the hovered pager items.
|
|
90
|
+
/// @group pager
|
|
91
|
+
$kendo-pager-item-hover-border: $kendo-hover-border !default;
|
|
92
|
+
/// Background color of the selected pager items.
|
|
93
|
+
/// @group pager
|
|
94
|
+
$kendo-pager-item-selected-bg: $kendo-selected-bg !default;
|
|
95
|
+
/// Text color of the selected pager items.
|
|
96
|
+
/// @group pager
|
|
97
|
+
$kendo-pager-item-selected-text: $kendo-selected-text !default;
|
|
98
|
+
/// Border color of the selected pager items.
|
|
99
|
+
/// @group pager
|
|
100
|
+
$kendo-pager-item-selected-border: $kendo-pager-item-selected-bg !default;
|
|
101
|
+
/// Opacity of the focused pager items.
|
|
102
|
+
/// @group pager
|
|
103
|
+
$kendo-pager-item-focus-opacity: null !default;
|
|
104
|
+
/// Background color of the focused pager items.
|
|
105
|
+
/// @group pager
|
|
106
|
+
$kendo-pager-item-focus-bg: $kendo-pager-item-bg !default;
|
|
107
|
+
/// Box shadow of the focused pager items.
|
|
108
|
+
/// @group pager
|
|
109
|
+
$kendo-pager-item-focus-shadow: 0 0 0 3px rgba($kendo-color-primary, .25) !default;
|
|
50
110
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$pager-number-
|
|
54
|
-
$pager-number-hover-border: $pager-item-hover-border !default;
|
|
111
|
+
/// Border radius of the pager numbers.
|
|
112
|
+
/// @group pager
|
|
113
|
+
$kendo-pager-number-border-radius: 0px !default;
|
|
55
114
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
$pager-
|
|
59
|
-
$pager-number-selected-border: $pager-item-selected-border !default;
|
|
115
|
+
/// Width of the pager inputs.
|
|
116
|
+
/// @group pager
|
|
117
|
+
$kendo-pager-input-width: 5em !default;
|
|
60
118
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
$pager-
|
|
119
|
+
/// Width of the pager dropdowns according to the pager size.
|
|
120
|
+
/// @group pager
|
|
121
|
+
$kendo-pager-dropdown-width-sm: 5em !default;
|
|
122
|
+
$kendo-pager-dropdown-width-md: 5em !default;
|
|
123
|
+
$kendo-pager-dropdown-width-lg: 6em !default;
|
|
64
124
|
|
|
65
|
-
|
|
66
|
-
|
|
125
|
+
/// Sizes map of the pager.
|
|
126
|
+
/// @group pager
|
|
127
|
+
$kendo-pager-sizes: (
|
|
128
|
+
sm: (
|
|
129
|
+
padding-x: $kendo-pager-padding-x-sm,
|
|
130
|
+
padding-y: $kendo-pager-padding-y-sm,
|
|
131
|
+
item-group-spacing: $kendo-pager-item-group-spacing-sm,
|
|
132
|
+
item-min-width: $kendo-pager-item-min-width-sm,
|
|
133
|
+
pager-dropdown-width: $kendo-pager-dropdown-width-sm
|
|
134
|
+
),
|
|
135
|
+
md: (
|
|
136
|
+
padding-x: $kendo-pager-padding-x-md,
|
|
137
|
+
padding-y: $kendo-pager-padding-y-md,
|
|
138
|
+
item-group-spacing: $kendo-pager-item-group-spacing-md,
|
|
139
|
+
item-min-width: $kendo-pager-item-min-width-md,
|
|
140
|
+
pager-dropdown-width: $kendo-pager-dropdown-width-md
|
|
141
|
+
),
|
|
142
|
+
lg: (
|
|
143
|
+
padding-x: $kendo-pager-padding-x-lg,
|
|
144
|
+
padding-y: $kendo-pager-padding-y-lg,
|
|
145
|
+
item-group-spacing: $kendo-pager-item-group-spacing-lg,
|
|
146
|
+
item-min-width: $kendo-pager-item-min-width-lg,
|
|
147
|
+
pager-dropdown-width: $kendo-pager-dropdown-width-lg
|
|
148
|
+
)
|
|
149
|
+
) !default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/panelbar/_layout.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/panelbar/_theme.scss";
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
@import "../typography/_variables.scss";
|
|
2
|
+
|
|
3
|
+
|
|
1
4
|
// Panelbar
|
|
5
|
+
|
|
2
6
|
$panelbar-padding-x: 0px !default;
|
|
3
7
|
$panelbar-padding-y: 0px !default;
|
|
4
8
|
$panelbar-font-family: $font-family !default;
|
|
@@ -9,94 +13,94 @@ $panelbar-border-style: solid !default;
|
|
|
9
13
|
$panelbar-item-border-width: 1px !default;
|
|
10
14
|
$panelbar-item-border-style: solid !default;
|
|
11
15
|
|
|
12
|
-
$panelbar-header-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
13
|
-
$panelbar-header-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
16
|
+
$panelbar-header-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
17
|
+
$panelbar-header-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
14
18
|
|
|
15
|
-
$panelbar-item-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
16
|
-
$panelbar-item-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
19
|
+
$panelbar-item-padding-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
20
|
+
$panelbar-item-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
17
21
|
|
|
18
22
|
$panelbar-item-level-count: 4 !default;
|
|
19
23
|
|
|
20
|
-
$panelbar-bg: $component-bg !default;
|
|
21
|
-
$panelbar-text: $component-text !default;
|
|
22
|
-
$panelbar-border: $component-border !default;
|
|
24
|
+
$panelbar-bg: $kendo-component-bg !default;
|
|
25
|
+
$panelbar-text: $kendo-component-text !default;
|
|
26
|
+
$panelbar-border: $kendo-component-border !default;
|
|
23
27
|
|
|
24
28
|
$panelbar-header-bg: $panelbar-bg !default;
|
|
25
29
|
$panelbar-header-text: $link-text !default;
|
|
26
30
|
$panelbar-header-border: null !default;
|
|
27
31
|
$panelbar-header-gradient: null !default;
|
|
28
32
|
|
|
29
|
-
$panelbar-header-
|
|
30
|
-
$panelbar-header-
|
|
31
|
-
$panelbar-header-
|
|
32
|
-
$panelbar-header-
|
|
33
|
+
$panelbar-header-hover-bg: k-try-shade( $panelbar-header-bg, .5 ) !default;
|
|
34
|
+
$panelbar-header-hover-text: null !default;
|
|
35
|
+
$panelbar-header-hover-border: null !default;
|
|
36
|
+
$panelbar-header-hover-gradient: null !default;
|
|
33
37
|
|
|
34
|
-
$panelbar-header-
|
|
35
|
-
$panelbar-header-
|
|
36
|
-
$panelbar-header-
|
|
37
|
-
$panelbar-header-
|
|
38
|
-
$panelbar-header-
|
|
38
|
+
$panelbar-header-focus-bg: null !default;
|
|
39
|
+
$panelbar-header-focus-text: null !default;
|
|
40
|
+
$panelbar-header-focus-border: null !default;
|
|
41
|
+
$panelbar-header-focus-gradient: null !default;
|
|
42
|
+
$panelbar-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
39
43
|
|
|
40
|
-
$panelbar-header-
|
|
41
|
-
$panelbar-header-
|
|
42
|
-
$panelbar-header-
|
|
43
|
-
$panelbar-header-
|
|
44
|
+
$panelbar-header-hover-focus-bg: null !default;
|
|
45
|
+
$panelbar-header-hover-focus-text: null !default;
|
|
46
|
+
$panelbar-header-hover-focus-border: null !default;
|
|
47
|
+
$panelbar-header-hover-focus-gradient: null !default;
|
|
44
48
|
|
|
45
|
-
$panelbar-header-selected-bg: $selected-bg !default;
|
|
46
|
-
$panelbar-header-selected-text: $selected-text !default;
|
|
49
|
+
$panelbar-header-selected-bg: $kendo-selected-bg !default;
|
|
50
|
+
$panelbar-header-selected-text: $kendo-selected-text !default;
|
|
47
51
|
$panelbar-header-selected-border: null !default;
|
|
48
52
|
$panelbar-header-selected-gradient: null !default;
|
|
49
53
|
|
|
50
|
-
$panelbar-header-selected-
|
|
51
|
-
$panelbar-header-selected-
|
|
52
|
-
$panelbar-header-selected-
|
|
53
|
-
$panelbar-header-selected-
|
|
54
|
-
|
|
55
|
-
$panelbar-header-selected-
|
|
56
|
-
$panelbar-header-selected-
|
|
57
|
-
$panelbar-header-selected-
|
|
58
|
-
$panelbar-header-selected-
|
|
59
|
-
|
|
60
|
-
$panelbar-header-selected-
|
|
61
|
-
$panelbar-header-selected-
|
|
62
|
-
$panelbar-header-selected-
|
|
63
|
-
$panelbar-header-selected-
|
|
64
|
-
|
|
65
|
-
$panelbar-item-
|
|
66
|
-
$panelbar-item-
|
|
67
|
-
$panelbar-item-
|
|
68
|
-
$panelbar-item-
|
|
69
|
-
|
|
70
|
-
$panelbar-item-
|
|
71
|
-
$panelbar-item-
|
|
72
|
-
$panelbar-item-
|
|
73
|
-
$panelbar-item-
|
|
74
|
-
$panelbar-item-
|
|
75
|
-
|
|
76
|
-
$panelbar-item-
|
|
77
|
-
$panelbar-item-
|
|
78
|
-
$panelbar-item-
|
|
79
|
-
$panelbar-item-
|
|
80
|
-
|
|
81
|
-
$panelbar-item-selected-bg: $selected-bg !default;
|
|
82
|
-
$panelbar-item-selected-text: $selected-text !default;
|
|
54
|
+
$panelbar-header-selected-hover-bg: k-try-shade( $panelbar-header-selected-bg ) !default;
|
|
55
|
+
$panelbar-header-selected-hover-text: null !default;
|
|
56
|
+
$panelbar-header-selected-hover-border: null !default;
|
|
57
|
+
$panelbar-header-selected-hover-gradient: null !default;
|
|
58
|
+
|
|
59
|
+
$panelbar-header-selected-focus-bg: null !default;
|
|
60
|
+
$panelbar-header-selected-focus-text: null !default;
|
|
61
|
+
$panelbar-header-selected-focus-border: null !default;
|
|
62
|
+
$panelbar-header-selected-focus-gradient: null !default;
|
|
63
|
+
|
|
64
|
+
$panelbar-header-selected-hover-focus-bg: null !default;
|
|
65
|
+
$panelbar-header-selected-hover-focus-text: null !default;
|
|
66
|
+
$panelbar-header-selected-hover-focus-border: null !default;
|
|
67
|
+
$panelbar-header-selected-hover-focus-gradient: null !default;
|
|
68
|
+
|
|
69
|
+
$panelbar-item-hover-bg: k-try-shade( $panelbar-bg, 1 ) !default;
|
|
70
|
+
$panelbar-item-hover-text: null !default;
|
|
71
|
+
$panelbar-item-hover-border: null !default;
|
|
72
|
+
$panelbar-item-hover-gradient: null !default;
|
|
73
|
+
|
|
74
|
+
$panelbar-item-focus-bg: null !default;
|
|
75
|
+
$panelbar-item-focus-text: null !default;
|
|
76
|
+
$panelbar-item-focus-border: null !default;
|
|
77
|
+
$panelbar-item-focus-gradient: null !default;
|
|
78
|
+
$panelbar-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
79
|
+
|
|
80
|
+
$panelbar-item-hover-focus-bg: null !default;
|
|
81
|
+
$panelbar-item-hover-focus-text: null !default;
|
|
82
|
+
$panelbar-item-hover-focus-border: null !default;
|
|
83
|
+
$panelbar-item-hover-focus-gradient: null !default;
|
|
84
|
+
|
|
85
|
+
$panelbar-item-selected-bg: $kendo-selected-bg !default;
|
|
86
|
+
$panelbar-item-selected-text: $kendo-selected-text !default;
|
|
83
87
|
$panelbar-item-selected-border: null !default;
|
|
84
88
|
$panelbar-item-selected-gradient: null !default;
|
|
85
89
|
|
|
86
|
-
$panelbar-item-selected-
|
|
87
|
-
$panelbar-item-selected-
|
|
88
|
-
$panelbar-item-selected-
|
|
89
|
-
$panelbar-item-selected-
|
|
90
|
+
$panelbar-item-selected-hover-bg: k-try-shade( $panelbar-item-selected-bg ) !default;
|
|
91
|
+
$panelbar-item-selected-hover-text: null !default;
|
|
92
|
+
$panelbar-item-selected-hover-border: null !default;
|
|
93
|
+
$panelbar-item-selected-hover-gradient: null !default;
|
|
90
94
|
|
|
91
|
-
$panelbar-item-selected-
|
|
92
|
-
$panelbar-item-selected-
|
|
93
|
-
$panelbar-item-selected-
|
|
94
|
-
$panelbar-item-selected-
|
|
95
|
+
$panelbar-item-selected-focus-bg: null !default;
|
|
96
|
+
$panelbar-item-selected-focus-text: null !default;
|
|
97
|
+
$panelbar-item-selected-focus-border: null !default;
|
|
98
|
+
$panelbar-item-selected-focus-gradient: null !default;
|
|
95
99
|
|
|
96
|
-
$panelbar-item-selected-
|
|
97
|
-
$panelbar-item-selected-
|
|
98
|
-
$panelbar-item-selected-
|
|
99
|
-
$panelbar-item-selected-
|
|
100
|
+
$panelbar-item-selected-hover-focus-bg: null !default;
|
|
101
|
+
$panelbar-item-selected-hover-focus-text: null !default;
|
|
102
|
+
$panelbar-item-selected-hover-focus-border: null !default;
|
|
103
|
+
$panelbar-item-selected-hover-focus-gradient: null !default;
|
|
100
104
|
|
|
101
105
|
$panelbar-header-expanded-bg: null !default;
|
|
102
106
|
$panelbar-header-expanded-text: null !default;
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
-
@import "../utils/_index.scss";
|
|
7
|
-
@import "../button/_variables.scss";
|
|
6
|
+
// @import "../utils/_index.scss";
|
|
8
7
|
@import "../combobox/_index.scss";
|
|
9
8
|
@import "../toolbar/_index.scss";
|
|
10
9
|
@import "../dialog/_index.scss";
|
|
@@ -15,6 +14,6 @@
|
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
// Component
|
|
18
|
-
@import "_variables.scss";
|
|
19
|
-
@import "_layout.scss";
|
|
20
|
-
@import "_theme.scss";
|
|
17
|
+
@import "./_variables.scss";
|
|
18
|
+
@import "./_layout.scss";
|
|
19
|
+
@import "./_theme.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "
|
|
1
|
+
@import "@progress/kendo-theme-default/scss/pdf-viewer/_theme.scss";
|
|
@@ -1,45 +1,46 @@
|
|
|
1
1
|
// PDF viewer
|
|
2
|
+
|
|
2
3
|
$pdf-viewer-border-width: 1px !default;
|
|
3
4
|
$pdf-viewer-font-family: $font-family !default;
|
|
4
5
|
$pdf-viewer-font-size: $font-size !default;
|
|
5
6
|
$pdf-viewer-line-height: $line-height !default;
|
|
6
7
|
|
|
7
|
-
$pdf-viewer-bg: $component-bg !default;
|
|
8
|
-
$pdf-viewer-text: $component-text !default;
|
|
9
|
-
$pdf-viewer-border: $component-border !default;
|
|
8
|
+
$pdf-viewer-bg: $kendo-component-bg !default;
|
|
9
|
+
$pdf-viewer-text: $kendo-component-text !default;
|
|
10
|
+
$pdf-viewer-border: $kendo-component-border !default;
|
|
10
11
|
|
|
11
12
|
$pdf-viewer-toolbar-bg: null !default;
|
|
12
13
|
$pdf-viewer-toolbar-text: null !default;
|
|
13
14
|
$pdf-viewer-toolbar-border: null !default;
|
|
14
15
|
$pdf-viewer-toolbar-gradient: null !default;
|
|
15
16
|
|
|
16
|
-
$pdf-viewer-canvas-bg: $app-bg !default;
|
|
17
|
+
$pdf-viewer-canvas-bg: $kendo-app-bg !default;
|
|
17
18
|
$pdf-viewer-canvas-text: null !default;
|
|
18
19
|
$pdf-viewer-canvas-border: null !default;
|
|
19
20
|
|
|
20
21
|
$pdf-viewer-page-spacing: 30px !default;
|
|
21
22
|
|
|
22
23
|
$pdf-viewer-page-bg: white !default;
|
|
23
|
-
$pdf-viewer-page-text: $component-text !default;
|
|
24
|
-
$pdf-viewer-page-border: $component-border !default;
|
|
24
|
+
$pdf-viewer-page-text: $kendo-component-text !default;
|
|
25
|
+
$pdf-viewer-page-border: $kendo-component-border !default;
|
|
25
26
|
$pdf-viewer-page-shadow: 0 0 k-math-div( $pdf-viewer-page-spacing, 2 ) $pdf-viewer-page-border !default;
|
|
26
27
|
|
|
27
|
-
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
28
|
-
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
29
|
-
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
28
|
+
$pdf-viewer-search-dialog-padding-x: $kendo-toolbar-padding-x-md !default;
|
|
29
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$kendo-toolbar-padding-x-md} * 2 ) !default;
|
|
30
|
+
$pdf-viewer-search-dialog-spacing: $kendo-toolbar-spacing-md !default;
|
|
30
31
|
|
|
31
32
|
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
32
|
-
$pdf-viewer-search-panel-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
33
|
-
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
34
|
-
$pdf-viewer-search-panel-text: $component-text !default;
|
|
35
|
-
$pdf-viewer-search-panel-border: $component-border !default;
|
|
33
|
+
$pdf-viewer-search-panel-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34
|
+
$pdf-viewer-search-panel-bg: $kendo-component-bg !default;
|
|
35
|
+
$pdf-viewer-search-panel-text: $kendo-component-text !default;
|
|
36
|
+
$pdf-viewer-search-panel-border: $kendo-component-border !default;
|
|
36
37
|
$pdf-viewer-search-panel-shadow: null !default;
|
|
37
|
-
$pdf-viewer-search-panel-matches-spacing: $padding-x
|
|
38
|
+
$pdf-viewer-search-panel-matches-spacing: $kendo-padding-sm-x !default;
|
|
38
39
|
|
|
39
40
|
$pdf-viewer-selection-line-height: 1.2 !default;
|
|
40
41
|
|
|
41
|
-
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
42
|
+
$pdf-viewer-search-highlight-bg: $kendo-body-text !default;
|
|
42
43
|
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43
44
|
|
|
44
45
|
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
45
|
-
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
46
|
+
$pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|