@progress/kendo-theme-material 6.2.1-dev.0 → 6.2.1-dev.151
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 +4449 -173
- package/dist/all.scss +11152 -1352
- package/dist/meta/sassdoc-data.json +18424 -9340
- package/dist/meta/sassdoc-raw-data.json +7852 -3652
- package/dist/meta/variables.json +218 -130
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -6
- package/scss/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +6 -1
- package/scss/action-buttons/_theme.scss +5 -1
- package/scss/action-buttons/_variables.scss +3 -0
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +5 -0
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +5 -0
- package/scss/adaptive/_theme.scss +5 -0
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +5 -0
- package/scss/appbar/_theme.scss +4 -0
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +5 -0
- package/scss/autocomplete/_theme.scss +5 -0
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -0
- package/scss/avatar/_theme.scss +5 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +5 -0
- package/scss/badge/_theme.scss +5 -0
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +5 -0
- package/scss/bottom-navigation/_theme.scss +5 -0
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +5 -0
- package/scss/breadcrumb/_theme.scss +5 -0
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +4 -1
- package/scss/button/_theme.scss +4 -1
- package/scss/button/_variables.scss +88 -61
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +5 -1
- package/scss/calendar/_theme.scss +6 -1
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +5 -0
- package/scss/captcha/_theme.scss +5 -0
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +5 -0
- package/scss/card/_theme.scss +5 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +5 -0
- package/scss/chat/_theme.scss +5 -0
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +5 -0
- package/scss/checkbox/_theme.scss +4 -1
- package/scss/checkbox/_variables.scss +83 -53
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +5 -0
- package/scss/chip/_theme.scss +4 -1
- package/scss/chip/_variables.scss +54 -30
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +5 -0
- package/scss/color-preview/_theme.scss +5 -0
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +5 -0
- package/scss/coloreditor/_theme.scss +5 -0
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +5 -0
- package/scss/colorgradient/_theme.scss +5 -0
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +5 -0
- package/scss/colorpalette/_theme.scss +5 -0
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +5 -0
- package/scss/combobox/_theme.scss +5 -0
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/dataviz/_theme.scss +5 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +5 -0
- package/scss/dateinput/_theme.scss +5 -0
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -0
- package/scss/datepicker/_theme.scss +5 -0
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +5 -0
- package/scss/daterangepicker/_theme.scss +5 -0
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +5 -0
- package/scss/datetimepicker/_theme.scss +5 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +5 -1
- package/scss/dialog/_theme.scss +7 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +5 -0
- package/scss/draggable/_theme.scss +5 -0
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +5 -0
- package/scss/drawer/_theme.scss +4 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +5 -0
- package/scss/dropdowngrid/_theme.scss +5 -0
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +5 -0
- package/scss/dropdownlist/_theme.scss +5 -0
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +5 -0
- package/scss/dropdowntree/_theme.scss +5 -0
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +5 -0
- package/scss/dropzone/_theme.scss +5 -0
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +4 -1
- package/scss/editor/_theme.scss +5 -0
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_theme.scss +5 -0
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +4 -1
- package/scss/fab/_theme.scss +5 -1
- package/scss/fab/_variables.scss +17 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filemanager/_theme.scss +5 -0
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +5 -0
- package/scss/filter/_theme.scss +5 -0
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +2 -1
- package/scss/floating-label/_theme.scss +3 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +4 -1
- package/scss/forms/_theme.scss +5 -0
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +4 -1
- package/scss/gantt/_theme.scss +3 -1
- package/scss/grid/_index.scss +18 -0
- package/scss/grid/_layout.scss +7 -1
- package/scss/grid/_theme.scss +6 -1
- package/scss/grid/_variables.scss +7 -0
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +5 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +5 -0
- package/scss/imageeditor/_theme.scss +5 -0
- package/scss/index.scss +171 -1
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +4 -1
- package/scss/input/_theme.scss +5 -0
- package/scss/input/_variables.scss +275 -51
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +5 -0
- package/scss/list/_theme.scss +5 -0
- package/scss/list/_variables.scss +41 -40
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +4 -1
- package/scss/listbox/_theme.scss +5 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +5 -0
- package/scss/listgroup/_theme.scss +5 -0
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +5 -0
- package/scss/listview/_theme.scss +4 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +5 -0
- package/scss/loader/_theme.scss +5 -0
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +5 -0
- package/scss/map/_theme.scss +5 -0
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +5 -0
- package/scss/maskedtextbox/_theme.scss +5 -0
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/mediaplayer/_theme.scss +5 -0
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +4 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +5 -0
- package/scss/menu-button/_theme.scss +5 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +5 -0
- package/scss/messagebox/_theme.scss +5 -0
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +5 -0
- package/scss/multiselect/_theme.scss +5 -0
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +5 -0
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +5 -0
- package/scss/numerictextbox/_theme.scss +5 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +5 -0
- package/scss/orgchart/_theme.scss +5 -0
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +5 -0
- package/scss/overlay/_theme.scss +5 -0
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +5 -1
- package/scss/pager/_theme.scss +4 -0
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +5 -0
- package/scss/panelbar/_theme.scss +5 -0
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +5 -0
- package/scss/pdf-viewer/_theme.scss +5 -0
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +4 -1
- package/scss/pivotgrid/_theme.scss +4 -1
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +5 -0
- package/scss/popover/_theme.scss +5 -0
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +5 -0
- package/scss/popup/_theme.scss +5 -0
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +5 -1
- package/scss/progressbar/_theme.scss +10 -6
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +4 -1
- package/scss/radio/_theme.scss +4 -1
- package/scss/radio/_variables.scss +77 -45
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +5 -0
- package/scss/rating/_theme.scss +5 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +5 -0
- package/scss/responsivepanel/_theme.scss +5 -0
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +5 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +4 -14
- package/scss/scheduler/_theme.scss +4 -8
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +5 -0
- package/scss/scroller/_theme.scss +5 -0
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +5 -0
- package/scss/scrollview/_theme.scss +5 -0
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +5 -0
- package/scss/searchbox/_theme.scss +5 -0
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +5 -0
- package/scss/signature/_theme.scss +5 -0
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +5 -0
- package/scss/skeleton/_theme.scss +5 -0
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +5 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +5 -0
- package/scss/split-button/_theme.scss +5 -0
- package/scss/split-button/_variables.scss +15 -3
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +5 -0
- package/scss/splitter/_theme.scss +5 -0
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +3 -1
- package/scss/spreadsheet/_theme.scss +4 -25
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +4 -1
- package/scss/stepper/_theme.scss +5 -0
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +4 -1
- package/scss/switch/_theme.scss +4 -1
- package/scss/switch/_variables.scss +56 -56
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +5 -0
- package/scss/table/_theme.scss +4 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +4 -1
- package/scss/tabstrip/_theme.scss +5 -0
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +5 -0
- package/scss/taskboard/_theme.scss +5 -0
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +5 -0
- package/scss/textarea/_theme.scss +5 -0
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +5 -0
- package/scss/textbox/_theme.scss +5 -0
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +5 -0
- package/scss/tilelayout/_theme.scss +5 -0
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +5 -0
- package/scss/timedurationpicker/_theme.scss +5 -0
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +6 -1
- package/scss/timeline/_theme.scss +4 -0
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +5 -0
- package/scss/timepicker/_theme.scss +4 -0
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +5 -0
- package/scss/timeselector/_theme.scss +4 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +4 -10
- package/scss/toolbar/_theme.scss +4 -1
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +5 -0
- package/scss/tooltip/_theme.scss +5 -0
- package/scss/treelist/_index.scss +18 -0
- package/scss/treelist/_layout.scss +6 -1
- package/scss/treelist/_theme.scss +5 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +5 -0
- package/scss/treeview/_theme.scss +4 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +5 -0
- package/scss/typography/_theme.scss +5 -0
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +5 -0
- package/scss/upload/_theme.scss +5 -1
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +5 -0
- package/scss/validator/_theme.scss +5 -0
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +5 -0
- package/scss/virtual-scroller/_theme.scss +5 -0
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +5 -0
- package/scss/window/_theme.scss +5 -0
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +5 -0
- package/scss/wizard/_theme.scss +5 -0
|
@@ -1,166 +1,196 @@
|
|
|
1
1
|
@import "../list/_variables.scss";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
//
|
|
4
|
+
// CheckBox
|
|
5
5
|
|
|
6
|
-
///
|
|
6
|
+
/// The border width of the CheckBox.
|
|
7
7
|
/// @group checkbox
|
|
8
8
|
$kendo-checkbox-border-width: 2px !default;
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
/// The size of a small CheckBox.
|
|
11
|
+
/// @group checkbox
|
|
12
|
+
$kendo-checkbox-sm-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
13
|
+
/// The size of a medium CheckBox.
|
|
14
|
+
/// @group checkbox
|
|
15
|
+
$kendo-checkbox-md-size: k-map-get( $kendo-spacing, 4 ) !default;
|
|
16
|
+
/// The size of a large CheckBox.
|
|
17
|
+
/// @group checkbox
|
|
18
|
+
$kendo-checkbox-lg-size: k-map-get( $kendo-spacing, 5 ) !default;
|
|
19
|
+
|
|
20
|
+
/// The glyph size of a small CheckBox.
|
|
21
|
+
/// @group checkbox
|
|
22
|
+
$kendo-checkbox-sm-glyph-size: k-map-get( $kendo-spacing, 2.5 ) !default;
|
|
23
|
+
/// The glyph size of a medium CheckBox.
|
|
24
|
+
/// @group checkbox
|
|
25
|
+
$kendo-checkbox-md-glyph-size: k-map-get( $kendo-spacing, 3.5 ) !default;
|
|
26
|
+
/// The glyph size of a large CheckBox.
|
|
27
|
+
/// @group checkbox
|
|
28
|
+
$kendo-checkbox-lg-glyph-size: k-map-get( $kendo-spacing, 4.5 ) !default;
|
|
29
|
+
|
|
30
|
+
/// The ripple size of a small CheckBox.
|
|
31
|
+
/// @group checkbox
|
|
32
|
+
$kendo-checkbox-sm-ripple-size: 300% !default;
|
|
33
|
+
/// The ripple size of a medium CheckBox.
|
|
34
|
+
/// @group checkbox
|
|
35
|
+
$kendo-checkbox-md-ripple-size: 300% !default;
|
|
36
|
+
/// The ripple size of a large CheckBox.
|
|
37
|
+
/// @group checkbox
|
|
38
|
+
$kendo-checkbox-lg-ripple-size: 300% !default;
|
|
39
|
+
|
|
40
|
+
// A map with the different CheckBox sizes.
|
|
11
41
|
$kendo-checkbox-sizes: (
|
|
12
42
|
sm: (
|
|
13
|
-
size:
|
|
14
|
-
glyph-size:
|
|
15
|
-
ripple-size:
|
|
43
|
+
size: $kendo-checkbox-sm-size,
|
|
44
|
+
glyph-size: $kendo-checkbox-sm-glyph-size,
|
|
45
|
+
ripple-size: $kendo-checkbox-sm-ripple-size
|
|
16
46
|
),
|
|
17
47
|
md: (
|
|
18
|
-
size:
|
|
19
|
-
glyph-size:
|
|
20
|
-
ripple-size:
|
|
48
|
+
size: $kendo-checkbox-md-size,
|
|
49
|
+
glyph-size: $kendo-checkbox-md-glyph-size,
|
|
50
|
+
ripple-size: $kendo-checkbox-md-ripple-size
|
|
21
51
|
),
|
|
22
52
|
lg: (
|
|
23
|
-
size:
|
|
24
|
-
glyph-size:
|
|
25
|
-
ripple-size:
|
|
53
|
+
size: $kendo-checkbox-lg-size,
|
|
54
|
+
glyph-size: $kendo-checkbox-lg-glyph-size,
|
|
55
|
+
ripple-size: $kendo-checkbox-lg-ripple-size
|
|
26
56
|
)
|
|
27
57
|
) !default;
|
|
28
58
|
|
|
29
|
-
///
|
|
59
|
+
/// The background color of the CheckBox.
|
|
30
60
|
/// @group checkbox
|
|
31
61
|
$kendo-checkbox-bg: null !default;
|
|
32
|
-
///
|
|
62
|
+
/// The text color of the CheckBox.
|
|
33
63
|
/// @group checkbox
|
|
34
64
|
$kendo-checkbox-text: null !default;
|
|
35
|
-
///
|
|
65
|
+
/// The border color of the CheckBox.
|
|
36
66
|
/// @group checkbox
|
|
37
67
|
$kendo-checkbox-border: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 ) !default;
|
|
38
68
|
|
|
39
|
-
///
|
|
69
|
+
/// The background color of the hovered CheckBox.
|
|
40
70
|
/// @group checkbox
|
|
41
71
|
$kendo-checkbox-hover-bg: null !default;
|
|
42
|
-
///
|
|
72
|
+
/// The text color of the hovered CheckBox.
|
|
43
73
|
/// @group checkbox
|
|
44
74
|
$kendo-checkbox-hover-text: null !default;
|
|
45
|
-
///
|
|
75
|
+
/// The border color of the hovered CheckBox.
|
|
46
76
|
/// @group checkbox
|
|
47
77
|
$kendo-checkbox-hover-border: null !default;
|
|
48
78
|
|
|
49
|
-
///
|
|
79
|
+
/// The background color of the checked CheckBox.
|
|
50
80
|
/// @group checkbox
|
|
51
81
|
$kendo-checkbox-checked-bg: $kendo-color-primary !default;
|
|
52
|
-
///
|
|
82
|
+
/// The text color of the checked CheckBox.
|
|
53
83
|
/// @group checkbox
|
|
54
84
|
$kendo-checkbox-checked-text: k-contrast-color( $kendo-checkbox-checked-bg ) !default;
|
|
55
|
-
///
|
|
85
|
+
/// The border color of the checked CheckBox.
|
|
56
86
|
/// @group checkbox
|
|
57
87
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
58
88
|
|
|
59
|
-
///
|
|
89
|
+
/// The background color of the indeterminate CheckBox.
|
|
60
90
|
/// @group checkbox
|
|
61
91
|
$kendo-checkbox-indeterminate-bg: $kendo-checkbox-checked-bg !default;
|
|
62
|
-
///
|
|
92
|
+
/// The text color of the indeterminate CheckBox.
|
|
63
93
|
/// @group checkbox
|
|
64
94
|
$kendo-checkbox-indeterminate-text: $kendo-checkbox-checked-text !default;
|
|
65
|
-
///
|
|
95
|
+
/// The border color of the indeterminate CheckBox.
|
|
66
96
|
/// @group checkbox
|
|
67
97
|
$kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
|
|
68
98
|
|
|
69
|
-
///
|
|
99
|
+
/// The border color of the focused CheckBox.
|
|
70
100
|
/// @group checkbox
|
|
71
101
|
$kendo-checkbox-focus-border: null !default;
|
|
72
|
-
///
|
|
102
|
+
/// The box shadow of the focused CheckBox.
|
|
73
103
|
/// @group checkbox
|
|
74
104
|
$kendo-checkbox-focus-shadow: null !default;
|
|
75
|
-
///
|
|
105
|
+
/// The border color of the focused and checked CheckBox.
|
|
76
106
|
/// @group checkbox
|
|
77
107
|
$kendo-checkbox-focus-checked-border: null !default;
|
|
78
|
-
///
|
|
108
|
+
/// The box shadow of the focused and checked CheckBox.
|
|
79
109
|
/// @group checkbox
|
|
80
110
|
$kendo-checkbox-focus-checked-shadow: null !default;
|
|
81
111
|
|
|
82
|
-
///
|
|
112
|
+
/// The background color of the disabled CheckBox.
|
|
83
113
|
/// @group checkbox
|
|
84
114
|
$kendo-checkbox-disabled-bg: null !default;
|
|
85
|
-
///
|
|
115
|
+
/// The text color of the disabled CheckBox.
|
|
86
116
|
/// @group checkbox
|
|
87
117
|
$kendo-checkbox-disabled-text: null !default;
|
|
88
|
-
///
|
|
118
|
+
/// The border color of the disabled CheckBox.
|
|
89
119
|
/// @group checkbox
|
|
90
120
|
$kendo-checkbox-disabled-border: k-try-shade( $kendo-component-bg, 4 ) !default;
|
|
91
121
|
|
|
92
122
|
|
|
93
|
-
///
|
|
123
|
+
/// The background color of the disabled and checked CheckBox.
|
|
94
124
|
/// @group checkbox
|
|
95
125
|
$kendo-checkbox-disabled-checked-bg: $kendo-checkbox-disabled-border !default;
|
|
96
|
-
///
|
|
126
|
+
/// The text color of the disabled and checked CheckBox.
|
|
97
127
|
/// @group checkbox
|
|
98
128
|
$kendo-checkbox-disabled-checked-text: k-contrast-color( $kendo-checkbox-disabled-checked-bg ) !default;
|
|
99
|
-
///
|
|
129
|
+
/// The border color of the disabled and checked CheckBox.
|
|
100
130
|
/// @group checkbox
|
|
101
131
|
$kendo-checkbox-disabled-checked-border: $kendo-checkbox-disabled-checked-bg !default;
|
|
102
132
|
|
|
103
|
-
///
|
|
133
|
+
/// The background color of an invalid CheckBox.
|
|
104
134
|
/// @group checkbox
|
|
105
135
|
$kendo-checkbox-invalid-bg: null !default;
|
|
106
|
-
///
|
|
136
|
+
/// The text color of an invalid CheckBox.
|
|
107
137
|
/// @group checkbox
|
|
108
138
|
$kendo-checkbox-invalid-text: $kendo-invalid-text !default;
|
|
109
|
-
///
|
|
139
|
+
/// The border color of an invalid CheckBox.
|
|
110
140
|
/// @group checkbox
|
|
111
141
|
$kendo-checkbox-invalid-border: $kendo-invalid-border !default;
|
|
112
142
|
|
|
113
143
|
|
|
114
|
-
//
|
|
144
|
+
// CheckBox indicator
|
|
115
145
|
|
|
116
|
-
///
|
|
146
|
+
/// The type of the CheckBox indicator.
|
|
117
147
|
/// @group checkbox
|
|
118
148
|
$kendo-checkbox-indicator-type: image !default;
|
|
119
149
|
|
|
120
|
-
///
|
|
150
|
+
/// The font family of the CheckBox indicator glyph.
|
|
121
151
|
/// @group checkbox
|
|
122
152
|
$kendo-checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
123
153
|
$kendo-checkbox-glyph-size: 10px !default;
|
|
124
|
-
///
|
|
154
|
+
/// The glyph of the CheckBox indicator.
|
|
125
155
|
/// @group checkbox
|
|
126
156
|
$kendo-checkbox-checked-glyph: "\e118" !default;
|
|
127
|
-
///
|
|
157
|
+
/// The glyph of the indeterminate CheckBox indicator.
|
|
128
158
|
/// @group checkbox
|
|
129
159
|
$kendo-checkbox-indeterminate-glyph: "\e121" !default;
|
|
130
160
|
|
|
131
|
-
///
|
|
161
|
+
/// The image for a checked CheckBox indicator.
|
|
132
162
|
/// @group checkbox
|
|
133
163
|
$kendo-checkbox-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/></svg>") ) !default;
|
|
134
|
-
///
|
|
164
|
+
/// The image for a indeterminate CheckBox indicator.
|
|
135
165
|
/// @group checkbox
|
|
136
166
|
$kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-width='3' d='M4 10h12'/></svg>") ) !default;
|
|
137
167
|
|
|
138
168
|
|
|
139
|
-
//
|
|
169
|
+
// CheckBox label
|
|
140
170
|
|
|
141
|
-
/// The horizontal margin of the
|
|
171
|
+
/// The horizontal margin of the CheckBox inside a label.
|
|
142
172
|
/// @group checkbox
|
|
143
173
|
$kendo-checkbox-label-margin-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
144
174
|
|
|
145
175
|
|
|
146
|
-
//
|
|
176
|
+
// CheckBox list
|
|
147
177
|
|
|
148
|
-
///
|
|
178
|
+
/// The spacing between the items in a horizontal CheckBox list.
|
|
149
179
|
/// @group checkbox
|
|
150
180
|
$kendo-checkbox-list-spacing: k-map-get( $kendo-spacing, 4 ) !default;
|
|
151
|
-
///
|
|
181
|
+
/// The horizontal padding of the CheckBox list items.
|
|
152
182
|
/// @group checkbox
|
|
153
183
|
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
154
|
-
///
|
|
184
|
+
/// The vertical padding of the CheckBox list items.
|
|
155
185
|
/// @group checkbox
|
|
156
186
|
$kendo-checkbox-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
157
187
|
|
|
158
188
|
|
|
159
|
-
//
|
|
189
|
+
// CheckBox ripple
|
|
160
190
|
|
|
161
|
-
///
|
|
191
|
+
/// The background color of the CheckBox' ripple.
|
|
162
192
|
/// @group checkbox
|
|
163
193
|
$kendo-checkbox-ripple-bg: $kendo-color-primary !default;
|
|
164
|
-
///
|
|
194
|
+
/// The opacity of the CheckBox' ripple.
|
|
165
195
|
/// @group checkbox
|
|
166
196
|
$kendo-checkbox-ripple-opacity: .2 !default;
|
package/scss/chip/_index.scss
CHANGED
|
@@ -20,3 +20,21 @@ $_kendo-module-meta: (
|
|
|
20
20
|
@import "./_variables.scss";
|
|
21
21
|
@import "./_layout.scss";
|
|
22
22
|
@import "./_theme.scss";
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
// Register
|
|
26
|
+
@import "../core/module-system/index.import.scss";
|
|
27
|
+
@include module-register( $_kendo-module-meta... );
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
// Expose
|
|
31
|
+
@mixin kendo-chip--styles() {
|
|
32
|
+
@include module-render( "chip" ) {
|
|
33
|
+
@include kendo-chip--layout();
|
|
34
|
+
@include kendo-chip--theme();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@if $kendo-auto-bootstrap {
|
|
39
|
+
@include kendo-chip--styles();
|
|
40
|
+
}
|
package/scss/chip/_layout.scss
CHANGED
package/scss/chip/_theme.scss
CHANGED
|
@@ -3,47 +3,71 @@
|
|
|
3
3
|
|
|
4
4
|
// Chip
|
|
5
5
|
|
|
6
|
-
///
|
|
6
|
+
/// The width of the border around the Chip.
|
|
7
7
|
/// @group chip
|
|
8
8
|
$kendo-chip-border-width: 1px !default;
|
|
9
|
-
/// The spacing between the text and the icons of the
|
|
9
|
+
/// The spacing between the text and the icons of the Chip.
|
|
10
10
|
/// @group chip
|
|
11
11
|
$kendo-chip-spacing: k-map-get( $kendo-spacing, 1 ) !default;
|
|
12
12
|
|
|
13
|
-
///
|
|
13
|
+
/// The horizontal padding of the Chip.
|
|
14
14
|
/// @group chip
|
|
15
15
|
$kendo-chip-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
16
|
+
/// The horizontal padding of the small Chip.
|
|
17
|
+
/// @group chip
|
|
16
18
|
$kendo-chip-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
19
|
+
/// The horizontal padding of the medium Chip.
|
|
20
|
+
/// @group chip
|
|
17
21
|
$kendo-chip-md-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
22
|
+
/// The horizontal padding of the large Chip.
|
|
23
|
+
/// @group chip
|
|
18
24
|
$kendo-chip-lg-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
19
25
|
|
|
20
|
-
///
|
|
26
|
+
/// The vertical padding of the Chip.
|
|
21
27
|
/// @group chip
|
|
22
28
|
$kendo-chip-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
29
|
+
/// The vertical padding of the small Chip.
|
|
30
|
+
/// @group chip
|
|
23
31
|
$kendo-chip-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
32
|
+
/// The vertical padding of the medium Chip.
|
|
33
|
+
/// @group chip
|
|
24
34
|
$kendo-chip-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
35
|
+
/// The vertical padding of the large Chip.
|
|
36
|
+
/// @group chip
|
|
25
37
|
$kendo-chip-lg-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
26
38
|
|
|
27
|
-
///
|
|
39
|
+
/// The font size of the Chip.
|
|
28
40
|
/// @group chip
|
|
29
41
|
$kendo-chip-font-size: $kendo-font-size-md !default;
|
|
42
|
+
/// The font size of the small Chip.
|
|
43
|
+
/// @group chip
|
|
30
44
|
$kendo-chip-sm-font-size: $kendo-font-size-md !default;
|
|
45
|
+
/// The font size of the medium Chip.
|
|
46
|
+
/// @group chip
|
|
31
47
|
$kendo-chip-md-font-size: $kendo-font-size-md !default;
|
|
48
|
+
/// The font size of the large Chip.
|
|
49
|
+
/// @group chip
|
|
32
50
|
$kendo-chip-lg-font-size: $kendo-font-size-md !default;
|
|
33
51
|
|
|
34
|
-
///
|
|
52
|
+
/// The Chip's line height that is related to the $kendo-font-size.
|
|
35
53
|
/// @group chip
|
|
36
54
|
$kendo-chip-line-height: k-math-div( 18, 14 ) !default;
|
|
55
|
+
/// The small Chip's line height that is related to the $kendo-font-size.
|
|
56
|
+
/// @group chip
|
|
37
57
|
$kendo-chip-sm-line-height: $kendo-chip-line-height !default;
|
|
58
|
+
/// The medium Chip's line height that is related to the $kendo-font-size.
|
|
59
|
+
/// @group chip
|
|
38
60
|
$kendo-chip-md-line-height: $kendo-chip-line-height !default;
|
|
61
|
+
/// The large Chip's line height that is related to the $kendo-font-size.
|
|
62
|
+
/// @group chip
|
|
39
63
|
$kendo-chip-lg-line-height: $kendo-chip-line-height !default;
|
|
40
64
|
|
|
41
|
-
///
|
|
65
|
+
/// The calculated height of the Chip.
|
|
42
66
|
/// @group chip
|
|
43
67
|
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) !default;
|
|
44
68
|
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height * 1em} + #{$kendo-chip-sm-padding-y * 2} + #{$kendo-chip-border-width * 2} ) !default;
|
|
45
69
|
|
|
46
|
-
///
|
|
70
|
+
/// The map with the sizes of the Chip.
|
|
47
71
|
/// @group chip
|
|
48
72
|
$kendo-chip-sizes: (
|
|
49
73
|
sm: (
|
|
@@ -66,11 +90,11 @@ $kendo-chip-sizes: (
|
|
|
66
90
|
)
|
|
67
91
|
) !default;
|
|
68
92
|
|
|
69
|
-
/// The base background of the
|
|
93
|
+
/// The base background of the Chip.
|
|
70
94
|
/// @group chip
|
|
71
95
|
$kendo-chip-base-bg: if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black) !default;
|
|
72
96
|
|
|
73
|
-
///
|
|
97
|
+
/// The theme colors map for the Chip.
|
|
74
98
|
/// @group chip
|
|
75
99
|
$kendo-chip-theme-colors: (
|
|
76
100
|
"base": $kendo-chip-base-bg,
|
|
@@ -80,73 +104,73 @@ $kendo-chip-theme-colors: (
|
|
|
80
104
|
"success": k-map-get( $kendo-theme-colors, "success" )
|
|
81
105
|
) !default;
|
|
82
106
|
|
|
83
|
-
/// The base background color of solid
|
|
107
|
+
/// The base background color of the solid Chip.
|
|
84
108
|
/// @group chip
|
|
85
109
|
$kendo-chip-solid-bg: if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% )) !default;
|
|
86
|
-
/// The base text color of solid
|
|
110
|
+
/// The base text color of the solid Chip.
|
|
87
111
|
/// @group chip
|
|
88
112
|
$kendo-chip-solid-text: $kendo-button-text !default;
|
|
89
|
-
/// The base border color of solid
|
|
113
|
+
/// The base border color of the solid Chip.
|
|
90
114
|
/// @group chip
|
|
91
115
|
$kendo-chip-solid-border: $kendo-chip-solid-bg !default;
|
|
92
|
-
/// The base shadow of solid
|
|
116
|
+
/// The base shadow of the solid Chip.
|
|
93
117
|
/// @group chip
|
|
94
118
|
$kendo-chip-solid-shadow: null !default;
|
|
95
|
-
/// The base gradient of solid
|
|
119
|
+
/// The base gradient of the solid Chip.
|
|
96
120
|
/// @group chip
|
|
97
121
|
$kendo-chip-solid-gradient: $kendo-button-gradient !default;
|
|
98
122
|
|
|
99
|
-
/// The base background color of focused solid
|
|
123
|
+
/// The base background color of the focused solid Chip.
|
|
100
124
|
/// @group chip
|
|
101
125
|
$kendo-chip-solid-focus-bg: k-try-tint( $kendo-chip-base-bg, 80% ) !default;
|
|
102
|
-
/// The base text color of focused solid
|
|
126
|
+
/// The base text color of the focused solid Chip.
|
|
103
127
|
/// @group chip
|
|
104
128
|
$kendo-chip-solid-focus-text: null !default;
|
|
105
129
|
|
|
106
|
-
/// The base background color of hovered solid
|
|
130
|
+
/// The base background color of the hovered solid Chip.
|
|
107
131
|
/// @group chip
|
|
108
132
|
$kendo-chip-solid-hover-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
109
|
-
/// The base text color of hovered solid
|
|
133
|
+
/// The base text color of the hovered solid Chip.
|
|
110
134
|
/// @group chip
|
|
111
135
|
$kendo-chip-solid-hover-text: null !default;
|
|
112
136
|
|
|
113
|
-
/// The base background color of selected solid
|
|
137
|
+
/// The base background color of the selected solid Chip.
|
|
114
138
|
/// @group chip
|
|
115
139
|
$kendo-chip-solid-selected-bg: k-try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
116
|
-
/// The base text color of selected solid
|
|
140
|
+
/// The base text color of the selected solid Chip.
|
|
117
141
|
/// @group chip
|
|
118
142
|
$kendo-chip-solid-selected-text: null !default;
|
|
119
143
|
|
|
120
|
-
/// The base background color of outline
|
|
144
|
+
/// The base background color of the outline Chip.
|
|
121
145
|
/// @group chip
|
|
122
146
|
$kendo-chip-outline-bg: $kendo-component-bg !default;
|
|
123
|
-
/// The base text color of outline
|
|
147
|
+
/// The base text color of the outline Chip.
|
|
124
148
|
/// @group chip
|
|
125
149
|
$kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
126
|
-
/// The base border color of outline
|
|
150
|
+
/// The base border color of the outline Chip.
|
|
127
151
|
/// @group chip
|
|
128
152
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
129
|
-
/// The base shadow of outline
|
|
153
|
+
/// The base shadow of the outline Chip.
|
|
130
154
|
/// @group chip
|
|
131
155
|
$kendo-chip-outline-shadow: null !default;
|
|
132
156
|
|
|
133
|
-
/// The base background color of hovered outline
|
|
157
|
+
/// The base background color of the hovered outline Chip.
|
|
134
158
|
/// @group chip
|
|
135
159
|
$kendo-chip-outline-hover-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
136
|
-
/// The base text color of hovered outline
|
|
160
|
+
/// The base text color of the hovered outline Chip.
|
|
137
161
|
/// @group chip
|
|
138
162
|
$kendo-chip-outline-hover-text: k-contrast-color( $kendo-chip-outline-hover-bg ) !default;
|
|
139
163
|
|
|
140
|
-
/// The base background color of selected outline
|
|
164
|
+
/// The base background color of the selected outline Chip.
|
|
141
165
|
/// @group chip
|
|
142
166
|
$kendo-chip-outline-selected-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
143
|
-
/// The base text color of selected outline
|
|
167
|
+
/// The base text color of the selected outline Chip.
|
|
144
168
|
/// @group chip
|
|
145
169
|
$kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
146
170
|
|
|
147
171
|
// Chip List
|
|
148
172
|
|
|
149
|
-
/// The sizes of the
|
|
173
|
+
/// The sizes of the Chip list.
|
|
150
174
|
/// @group chip
|
|
151
175
|
$kendo-chip-list-sizes: (
|
|
152
176
|
sm: k-map-get( $kendo-spacing, 1 ),
|
|
@@ -9,8 +9,6 @@ $_kendo-module-meta: (
|
|
|
9
9
|
);
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
12
|
// Dependencies
|
|
15
13
|
|
|
16
14
|
|
|
@@ -19,3 +17,21 @@ $_kendo-module-meta: (
|
|
|
19
17
|
@import "./_variables.scss";
|
|
20
18
|
@import "./_layout.scss";
|
|
21
19
|
@import "./_theme.scss";
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Register
|
|
23
|
+
@import "../core/module-system/index.import.scss";
|
|
24
|
+
@include module-register( $_kendo-module-meta... );
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
// Expose
|
|
28
|
+
@mixin kendo-color-preview--styles() {
|
|
29
|
+
@include module-render( "color-preview" ) {
|
|
30
|
+
@include kendo-color-preview--layout();
|
|
31
|
+
@include kendo-color-preview--theme();
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@if $kendo-auto-bootstrap {
|
|
36
|
+
@include kendo-color-preview--styles();
|
|
37
|
+
}
|
|
@@ -26,3 +26,21 @@ $_kendo-module-meta: (
|
|
|
26
26
|
@import "./_variables.scss";
|
|
27
27
|
@import "./_layout.scss";
|
|
28
28
|
@import "./_theme.scss";
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
// Register
|
|
32
|
+
@import "../core/module-system/index.import.scss";
|
|
33
|
+
@include module-register( $_kendo-module-meta... );
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// Expose
|
|
37
|
+
@mixin kendo-color-editor--styles() {
|
|
38
|
+
@include module-render( "color-editor" ) {
|
|
39
|
+
@include kendo-color-editor--layout();
|
|
40
|
+
@include kendo-color-editor--theme();
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@if $kendo-auto-bootstrap {
|
|
45
|
+
@include kendo-color-editor--styles();
|
|
46
|
+
}
|
|
@@ -28,7 +28,24 @@ $_kendo-module-meta: (
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
// Component
|
|
31
|
-
@import "./images/alpha-slider-bgr.scss";
|
|
32
31
|
@import "./_variables.scss";
|
|
33
32
|
@import "./_layout.scss";
|
|
34
33
|
@import "./_theme.scss";
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// Register
|
|
37
|
+
@import "../core/module-system/index.import.scss";
|
|
38
|
+
@include module-register( $_kendo-module-meta... );
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
// Expose
|
|
42
|
+
@mixin kendo-color-gradient--styles() {
|
|
43
|
+
@include module-render( "color-gradient" ) {
|
|
44
|
+
@include kendo-color-gradient--layout();
|
|
45
|
+
@include kendo-color-gradient--theme();
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@if $kendo-auto-bootstrap {
|
|
50
|
+
@include kendo-color-gradient--styles();
|
|
51
|
+
}
|
|
@@ -20,3 +20,21 @@ $_kendo-module-meta: (
|
|
|
20
20
|
@import "./_variables.scss";
|
|
21
21
|
@import "./_layout.scss";
|
|
22
22
|
@import "./_theme.scss";
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
// Register
|
|
26
|
+
@import "../core/module-system/index.import.scss";
|
|
27
|
+
@include module-register( $_kendo-module-meta... );
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
// Expose
|
|
31
|
+
@mixin kendo-color-palette--styles() {
|
|
32
|
+
@include module-render( "color-palette" ) {
|
|
33
|
+
@include kendo-color-palette--layout();
|
|
34
|
+
@include kendo-color-palette--theme();
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@if $kendo-auto-bootstrap {
|
|
39
|
+
@include kendo-color-palette--styles();
|
|
40
|
+
}
|