@progress/kendo-theme-bootstrap 13.2.0-dev.3 → 14.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +0 -20
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +13132 -10722
- package/dist/meta/sassdoc-raw-data.json +6278 -5122
- package/dist/meta/variables.json +298 -149
- 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 -101
- 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 +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +5 -19
- package/scss/button/_variables.scss +5 -0
- package/scss/card/_variables.scss +0 -6
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_theme.scss +2 -67
- package/scss/scrollview/_variables.scss +8 -0
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/upload/_variables.scss +4 -0
- package/scss/window/_variables.scss +0 -6
|
@@ -11,6 +11,9 @@ $kendo-dock-manager-border-style: solid !default;
|
|
|
11
11
|
/// The color of the border around the DockManager component.
|
|
12
12
|
/// @group dock-manager
|
|
13
13
|
$kendo-dock-manager-border: k-color(border) !default;
|
|
14
|
+
/// The border radius of the DockManager.
|
|
15
|
+
/// @group dock-manager
|
|
16
|
+
$kendo-dock-manager-border-radius: null !default;
|
|
14
17
|
|
|
15
18
|
/// The vertical padding of the pane header in the DockManager component.
|
|
16
19
|
/// @group dock-manager
|
|
@@ -121,6 +124,7 @@ $kendo-dock-manager-dock-preview-border: k-color(primary-on-surface) !default;
|
|
|
121
124
|
$kendo-dock-manager-border-width: $kendo-dock-manager-border-width,
|
|
122
125
|
$kendo-dock-manager-border-style: $kendo-dock-manager-border-style,
|
|
123
126
|
$kendo-dock-manager-border: $kendo-dock-manager-border,
|
|
127
|
+
$kendo-dock-manager-border-radius: $kendo-dock-manager-border-radius,
|
|
124
128
|
$kendo-dock-manager-pane-header-padding-y: $kendo-dock-manager-pane-header-padding-y,
|
|
125
129
|
$kendo-dock-manager-pane-header-padding-x: $kendo-dock-manager-pane-header-padding-x,
|
|
126
130
|
$kendo-dock-manager-pane-header-border-width: $kendo-dock-manager-pane-header-border-width,
|
|
@@ -13,6 +13,9 @@ $kendo-dropzone-padding-y: k-spacing(2) !default;
|
|
|
13
13
|
/// The border width of the DropZone.
|
|
14
14
|
/// @group dropzone
|
|
15
15
|
$kendo-dropzone-border-width: 1px !default;
|
|
16
|
+
/// The border radius of the DropZone.
|
|
17
|
+
/// @group dropzone
|
|
18
|
+
$kendo-dropzone-border-radius: null !default;
|
|
16
19
|
/// The minimum height of the DropZone.
|
|
17
20
|
/// @group dropzone
|
|
18
21
|
$kendo-dropzone-min-height: 220px !default;
|
|
@@ -72,6 +75,7 @@ $kendo-dropzone-note-text: k-color(subtle) !default;
|
|
|
72
75
|
$kendo-dropzone-padding-x: $kendo-dropzone-padding-x,
|
|
73
76
|
$kendo-dropzone-padding-y: $kendo-dropzone-padding-y,
|
|
74
77
|
$kendo-dropzone-border-width: $kendo-dropzone-border-width,
|
|
78
|
+
$kendo-dropzone-border-radius: $kendo-dropzone-border-radius,
|
|
75
79
|
$kendo-dropzone-min-height: $kendo-dropzone-min-height,
|
|
76
80
|
$kendo-dropzone-font-family: $kendo-dropzone-font-family,
|
|
77
81
|
$kendo-dropzone-font-size: $kendo-dropzone-font-size,
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
/// The width of the border around the Еditor.
|
|
9
9
|
/// @group editor
|
|
10
10
|
$kendo-editor-border-width: 1px !default;
|
|
11
|
+
/// The border radius of the Editor.
|
|
12
|
+
/// @group editor
|
|
13
|
+
$kendo-editor-border-radius: null !default;
|
|
11
14
|
/// The font family of the Еditor.
|
|
12
15
|
/// @group editor
|
|
13
16
|
$kendo-editor-font-family: var(--kendo-font-family) !default;
|
|
@@ -90,6 +93,7 @@ $kendo-editor-content-padding: k-spacing(4) !default;
|
|
|
90
93
|
|
|
91
94
|
@forward "@progress/kendo-theme-core/scss/components/editor/_variables.scss" with (
|
|
92
95
|
$kendo-editor-border-width: $kendo-editor-border-width,
|
|
96
|
+
$kendo-editor-border-radius: $kendo-editor-border-radius,
|
|
93
97
|
$kendo-editor-font-family: $kendo-editor-font-family,
|
|
94
98
|
$kendo-editor-font-size: $kendo-editor-font-size,
|
|
95
99
|
$kendo-editor-line-height: $kendo-editor-line-height,
|
|
@@ -9,6 +9,9 @@ $kendo-expander-spacing-y: k-spacing(3) !default;
|
|
|
9
9
|
/// The width of the border around the ExpansionPanel.
|
|
10
10
|
/// @group expander
|
|
11
11
|
$kendo-expander-border-width: 1px !default;
|
|
12
|
+
/// The border radius of the ExpansionPanel.
|
|
13
|
+
/// @group expander
|
|
14
|
+
$kendo-expander-border-radius: null !default;
|
|
12
15
|
/// The font family of the ExpansionPanel.
|
|
13
16
|
/// @group expander
|
|
14
17
|
$kendo-expander-font-family: var(--kendo-font-family) !default;
|
|
@@ -60,6 +63,12 @@ $kendo-expander-header-focus-bg: null !default;
|
|
|
60
63
|
/// @group expander
|
|
61
64
|
$kendo-expander-header-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
62
65
|
|
|
66
|
+
/// The font weight of the ExpansionPanel title.
|
|
67
|
+
/// @group expander
|
|
68
|
+
$kendo-expander-title-font-weight: 500 !default;
|
|
69
|
+
/// The text transform of the ExpansionPanel title.
|
|
70
|
+
/// @group expander
|
|
71
|
+
$kendo-expander-title-text-transform: uppercase !default;
|
|
63
72
|
/// The text color of the ExpansionPanel title.
|
|
64
73
|
/// @group expander
|
|
65
74
|
$kendo-expander-title-text: k-color(primary-on-surface) !default;
|
|
@@ -83,6 +92,7 @@ $kendo-expander-content-padding-y: k-spacing(6) !default;
|
|
|
83
92
|
@forward "@progress/kendo-theme-core/scss/components/expansion-panel/_variables.scss" with (
|
|
84
93
|
$kendo-expander-spacing-y: $kendo-expander-spacing-y,
|
|
85
94
|
$kendo-expander-border-width: $kendo-expander-border-width,
|
|
95
|
+
$kendo-expander-border-radius: $kendo-expander-border-radius,
|
|
86
96
|
$kendo-expander-font-family: $kendo-expander-font-family,
|
|
87
97
|
$kendo-expander-font-size: $kendo-expander-font-size,
|
|
88
98
|
$kendo-expander-line-height: $kendo-expander-line-height,
|
|
@@ -98,6 +108,8 @@ $kendo-expander-content-padding-y: k-spacing(6) !default;
|
|
|
98
108
|
$kendo-expander-header-hover-bg: $kendo-expander-header-hover-bg,
|
|
99
109
|
$kendo-expander-header-focus-bg: $kendo-expander-header-focus-bg,
|
|
100
110
|
$kendo-expander-header-focus-shadow: $kendo-expander-header-focus-shadow,
|
|
111
|
+
$kendo-expander-title-font-weight: $kendo-expander-title-font-weight,
|
|
112
|
+
$kendo-expander-title-text-transform: $kendo-expander-title-text-transform,
|
|
101
113
|
$kendo-expander-title-text: $kendo-expander-title-text,
|
|
102
114
|
$kendo-expander-header-sub-title-text: $kendo-expander-header-sub-title-text,
|
|
103
115
|
$kendo-expander-indicator-margin-x: $kendo-expander-indicator-margin-x,
|
|
@@ -11,6 +11,9 @@ $kendo-file-box-padding-y: k-spacing(1) !default;
|
|
|
11
11
|
/// The spacing between the elements of the File Box.
|
|
12
12
|
/// @group file-box
|
|
13
13
|
$kendo-file-box-gap: k-spacing(1) !default;
|
|
14
|
+
/// The spacing between the elements of the File Box info section.
|
|
15
|
+
/// @group file-box
|
|
16
|
+
$kendo-file-box-info-gap: null !default;
|
|
14
17
|
/// The minimum width of the File Box.
|
|
15
18
|
/// @group file-box
|
|
16
19
|
$kendo-file-box-min-width: 96px !default;
|
|
@@ -49,6 +52,10 @@ $kendo-file-box-text: k-color(base-on-subtle) !default;
|
|
|
49
52
|
/// @group file-box
|
|
50
53
|
$kendo-file-box-border: $kendo-file-box-bg !default;
|
|
51
54
|
|
|
55
|
+
/// The text color of the File Box file size.
|
|
56
|
+
/// @group file-box
|
|
57
|
+
$kendo-file-box-size-text: null !default;
|
|
58
|
+
|
|
52
59
|
/// The gradient used for the File Box wrapper scrolling indicator.
|
|
53
60
|
/// @group file-box
|
|
54
61
|
$kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-surface) 100% !default;
|
|
@@ -57,6 +64,7 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
|
|
|
57
64
|
$kendo-file-box-padding-x: $kendo-file-box-padding-x,
|
|
58
65
|
$kendo-file-box-padding-y: $kendo-file-box-padding-y,
|
|
59
66
|
$kendo-file-box-gap: $kendo-file-box-gap,
|
|
67
|
+
$kendo-file-box-info-gap: $kendo-file-box-info-gap,
|
|
60
68
|
$kendo-file-box-min-width: $kendo-file-box-min-width,
|
|
61
69
|
$kendo-file-box-max-width: $kendo-file-box-max-width,
|
|
62
70
|
$kendo-file-box-border-width: $kendo-file-box-border-width,
|
|
@@ -69,5 +77,6 @@ $kendo-file-box-wrapper-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(a
|
|
|
69
77
|
$kendo-file-box-bg: $kendo-file-box-bg,
|
|
70
78
|
$kendo-file-box-text: $kendo-file-box-text,
|
|
71
79
|
$kendo-file-box-border: $kendo-file-box-border,
|
|
80
|
+
$kendo-file-box-size-text: $kendo-file-box-size-text,
|
|
72
81
|
$kendo-file-box-wrapper-scroll-gradient: $kendo-file-box-wrapper-scroll-gradient
|
|
73
82
|
);
|
|
@@ -12,6 +12,9 @@ $kendo-file-manager-spacer: k-spacing(4) !default;
|
|
|
12
12
|
/// The border width of the FileManager.
|
|
13
13
|
/// @group file-manager
|
|
14
14
|
$kendo-file-manager-border-width: 1px !default;
|
|
15
|
+
/// The border radius of the FileManager.
|
|
16
|
+
/// @group file-manager
|
|
17
|
+
$kendo-file-manager-border-radius: null !default;
|
|
15
18
|
/// The font family of the FileManager.
|
|
16
19
|
/// @group file-manager
|
|
17
20
|
$kendo-file-manager-font-family: var(--kendo-font-family) !default;
|
|
@@ -182,6 +185,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
182
185
|
@forward "@progress/kendo-theme-core/scss/components/filemanager/_variables.scss" with (
|
|
183
186
|
$kendo-file-manager-spacer: $kendo-file-manager-spacer,
|
|
184
187
|
$kendo-file-manager-border-width: $kendo-file-manager-border-width,
|
|
188
|
+
$kendo-file-manager-border-radius: $kendo-file-manager-border-radius,
|
|
185
189
|
$kendo-file-manager-font-family: $kendo-file-manager-font-family,
|
|
186
190
|
$kendo-file-manager-font-size: $kendo-file-manager-font-size,
|
|
187
191
|
$kendo-file-manager-line-height: $kendo-file-manager-line-height,
|
|
@@ -9,6 +9,10 @@ $kendo-filter-padding-x: k-spacing(4) !default;
|
|
|
9
9
|
/// @group filter
|
|
10
10
|
$kendo-filter-padding-y: k-spacing(2) !default;
|
|
11
11
|
|
|
12
|
+
/// The border radius of the Filter.
|
|
13
|
+
/// @group filter
|
|
14
|
+
$kendo-filter-border-radius: null !default;
|
|
15
|
+
|
|
12
16
|
/// The bottom margin of the Filter.
|
|
13
17
|
/// @group filter
|
|
14
18
|
$kendo-filter-bottom-margin: 2.1em !default;
|
|
@@ -35,6 +39,7 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem color-mix(in srgb, k-color(prim
|
|
|
35
39
|
@forward "@progress/kendo-theme-core/scss/components/filter/_variables.scss" with (
|
|
36
40
|
$kendo-filter-padding-x: $kendo-filter-padding-x,
|
|
37
41
|
$kendo-filter-padding-y: $kendo-filter-padding-y,
|
|
42
|
+
$kendo-filter-border-radius: $kendo-filter-border-radius,
|
|
38
43
|
$kendo-filter-bottom-margin: $kendo-filter-bottom-margin,
|
|
39
44
|
$kendo-filter-line-size: $kendo-filter-line-size,
|
|
40
45
|
$kendo-filter-operator-dropdown-width: $kendo-filter-operator-dropdown-width,
|
|
@@ -49,6 +49,9 @@ $kendo-form-legend-width: 100% !default;
|
|
|
49
49
|
/// The font size of the Form legend.
|
|
50
50
|
/// @group form
|
|
51
51
|
$kendo-form-legend-font-size: var(--kendo-font-size-sm) !default;
|
|
52
|
+
/// The font weight of the Form legend.
|
|
53
|
+
/// @group form
|
|
54
|
+
$kendo-form-legend-font-weight: null !default;
|
|
52
55
|
/// The text capitalization of the Form legend.
|
|
53
56
|
/// @group form
|
|
54
57
|
$kendo-form-legend-text-transform: none !default;
|
|
@@ -57,6 +60,16 @@ $kendo-form-legend-text-transform: none !default;
|
|
|
57
60
|
/// @group form
|
|
58
61
|
$kendo-form-label-margin-bottom: k-spacing(2) !default;
|
|
59
62
|
|
|
63
|
+
/// The font size of the Form label.
|
|
64
|
+
/// @group form
|
|
65
|
+
$kendo-label-font-size: null !default;
|
|
66
|
+
/// The font weight of the Form label.
|
|
67
|
+
/// @group form
|
|
68
|
+
$kendo-label-font-weight: null !default;
|
|
69
|
+
/// The line height of the Form label.
|
|
70
|
+
/// @group form
|
|
71
|
+
$kendo-label-line-height: null !default;
|
|
72
|
+
|
|
60
73
|
/// The font size of the Form hint.
|
|
61
74
|
/// @group form
|
|
62
75
|
$kendo-form-hint-font-size: var(--kendo-font-size-xs) !default;
|
|
@@ -121,6 +134,9 @@ $kendo-label-optional-font-size: var(--kendo-font-size-xs) !default;
|
|
|
121
134
|
/// The font style of the optional label in the Form.
|
|
122
135
|
/// @group form
|
|
123
136
|
$kendo-label-optional-font-style: italic !default;
|
|
137
|
+
/// The font weight of the optional label in the Form.
|
|
138
|
+
/// @group form
|
|
139
|
+
$kendo-label-optional-font-weight: null !default;
|
|
124
140
|
|
|
125
141
|
|
|
126
142
|
/// The margin of the Form fieldset.
|
|
@@ -160,8 +176,12 @@ $kendo-fieldset-legend-text: unset !default;
|
|
|
160
176
|
$kendo-form-legend-border-color: $kendo-form-legend-border-color,
|
|
161
177
|
$kendo-form-legend-width: $kendo-form-legend-width,
|
|
162
178
|
$kendo-form-legend-font-size: $kendo-form-legend-font-size,
|
|
179
|
+
$kendo-form-legend-font-weight: $kendo-form-legend-font-weight,
|
|
163
180
|
$kendo-form-legend-text-transform: $kendo-form-legend-text-transform,
|
|
164
181
|
$kendo-form-label-margin-bottom: $kendo-form-label-margin-bottom,
|
|
182
|
+
$kendo-label-font-size: $kendo-label-font-size,
|
|
183
|
+
$kendo-label-font-weight: $kendo-label-font-weight,
|
|
184
|
+
$kendo-label-line-height: $kendo-label-line-height,
|
|
165
185
|
$kendo-form-hint-font-size: $kendo-form-hint-font-size,
|
|
166
186
|
$kendo-form-hint-font-style: $kendo-form-hint-font-style,
|
|
167
187
|
$kendo-form-hint-margin-top: $kendo-form-hint-margin-top,
|
|
@@ -181,6 +201,7 @@ $kendo-fieldset-legend-text: unset !default;
|
|
|
181
201
|
$kendo-label-optional-margin-x: $kendo-label-optional-margin-x,
|
|
182
202
|
$kendo-label-optional-font-size: $kendo-label-optional-font-size,
|
|
183
203
|
$kendo-label-optional-font-style: $kendo-label-optional-font-style,
|
|
204
|
+
$kendo-label-optional-font-weight: $kendo-label-optional-font-weight,
|
|
184
205
|
$kendo-fieldset-margin: $kendo-fieldset-margin,
|
|
185
206
|
$kendo-fieldset-legend-padding: $kendo-fieldset-legend-padding,
|
|
186
207
|
$kendo-fieldset-legend-margin: $kendo-fieldset-legend-margin,
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
/// The border width of the Gantt.
|
|
10
10
|
/// @group gantt
|
|
11
11
|
$kendo-gantt-border-width: 1px !default;
|
|
12
|
+
/// The border radius of the Gantt.
|
|
13
|
+
/// @group gantt
|
|
14
|
+
$kendo-gantt-border-radius: null !default;
|
|
12
15
|
/// The font family of the Gantt.
|
|
13
16
|
/// @group gantt
|
|
14
17
|
$kendo-gantt-font-family: var(--kendo-font-family) !default;
|
|
@@ -244,6 +247,7 @@ $kendo-gantt-task-tooltip-padding-y: k-spacing(2) !default;
|
|
|
244
247
|
|
|
245
248
|
@forward "@progress/kendo-theme-core/scss/components/gantt/_variables.scss" with (
|
|
246
249
|
$kendo-gantt-border-width: $kendo-gantt-border-width,
|
|
250
|
+
$kendo-gantt-border-radius: $kendo-gantt-border-radius,
|
|
247
251
|
$kendo-gantt-font-family: $kendo-gantt-font-family,
|
|
248
252
|
$kendo-gantt-font-size: $kendo-gantt-font-size,
|
|
249
253
|
$kendo-gantt-line-height: $kendo-gantt-line-height,
|
|
@@ -20,6 +20,9 @@ $kendo-grid-default-size: "md" !default;
|
|
|
20
20
|
/// The width of the border around the Grid.
|
|
21
21
|
/// @group grid
|
|
22
22
|
$kendo-grid-border-width: 1px !default;
|
|
23
|
+
/// The border radius of the Grid.
|
|
24
|
+
/// @group grid
|
|
25
|
+
$kendo-grid-border-radius: null !default;
|
|
23
26
|
/// The font family of the Grid.
|
|
24
27
|
/// @group grid
|
|
25
28
|
$kendo-grid-font-family: var(--kendo-font-family) !default;
|
|
@@ -284,6 +287,16 @@ $kendo-grid-selection-aggregates-font-weight: var(--kendo-font-weight-bold) !def
|
|
|
284
287
|
/// The background color of the Grid row.
|
|
285
288
|
/// @group grid
|
|
286
289
|
$kendo-grid-grouping-row-bg: k-color(surface) !default;
|
|
290
|
+
|
|
291
|
+
/// The background color of the Grid grouping header.
|
|
292
|
+
/// @group grid
|
|
293
|
+
$kendo-grid-grouping-header-bg: $kendo-grid-header-bg !default;
|
|
294
|
+
/// The text color of the Grid grouping header.
|
|
295
|
+
/// @group grid
|
|
296
|
+
$kendo-grid-grouping-header-text: $kendo-grid-header-text !default;
|
|
297
|
+
/// The border color of the Grid grouping header.
|
|
298
|
+
/// @group grid
|
|
299
|
+
$kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
|
|
287
300
|
/// The text color of the Grid row.
|
|
288
301
|
/// @group grid
|
|
289
302
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
@@ -508,6 +521,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
508
521
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
509
522
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
510
523
|
$kendo-grid-border-width: $kendo-grid-border-width,
|
|
524
|
+
$kendo-grid-border-radius: $kendo-grid-border-radius,
|
|
511
525
|
$kendo-grid-font-family: $kendo-grid-font-family,
|
|
512
526
|
$kendo-grid-font-size: $kendo-grid-font-size,
|
|
513
527
|
$kendo-grid-line-height: $kendo-grid-line-height,
|
|
@@ -517,6 +531,9 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
517
531
|
$kendo-grid-header-padding-y: $kendo-grid-header-padding-y,
|
|
518
532
|
$kendo-grid-grouping-header-padding-x: $kendo-grid-grouping-header-padding-x,
|
|
519
533
|
$kendo-grid-grouping-header-padding-y: $kendo-grid-grouping-header-padding-y,
|
|
534
|
+
$kendo-grid-grouping-header-bg: $kendo-grid-grouping-header-bg,
|
|
535
|
+
$kendo-grid-grouping-header-text: $kendo-grid-grouping-header-text,
|
|
536
|
+
$kendo-grid-grouping-header-border: $kendo-grid-grouping-header-border,
|
|
520
537
|
$kendo-grid-cell-padding-x: $kendo-grid-cell-padding-x,
|
|
521
538
|
$kendo-grid-cell-padding-y: $kendo-grid-cell-padding-y,
|
|
522
539
|
$kendo-grid-filter-cell-padding-x: $kendo-grid-filter-cell-padding-x,
|
|
@@ -17,6 +17,9 @@ $kendo-image-editor-padding-x: null !default;
|
|
|
17
17
|
/// The width of the border around the ImageEditor.
|
|
18
18
|
/// @group image-editor
|
|
19
19
|
$kendo-image-editor-border-width: 1px !default;
|
|
20
|
+
/// The border radius of the ImageEditor.
|
|
21
|
+
/// @group image-editor
|
|
22
|
+
$kendo-image-editor-border-radius: null !default;
|
|
20
23
|
/// The font size of the ImageEditor.
|
|
21
24
|
/// @group image-editor
|
|
22
25
|
$kendo-image-editor-font-size: var(--kendo-font-size) !default;
|
|
@@ -112,6 +115,7 @@ $kendo-image-editor-crop-overlay-bg: color-mix(in srgb, k-color(inverse) 30%, tr
|
|
|
112
115
|
$kendo-image-editor-padding-y: $kendo-image-editor-padding-y,
|
|
113
116
|
$kendo-image-editor-padding-x: $kendo-image-editor-padding-x,
|
|
114
117
|
$kendo-image-editor-border-width: $kendo-image-editor-border-width,
|
|
118
|
+
$kendo-image-editor-border-radius: $kendo-image-editor-border-radius,
|
|
115
119
|
$kendo-image-editor-font-size: $kendo-image-editor-font-size,
|
|
116
120
|
$kendo-image-editor-line-height: $kendo-image-editor-line-height,
|
|
117
121
|
$kendo-image-editor-font-family: $kendo-image-editor-font-family,
|
|
@@ -41,6 +41,16 @@ $kendo-listbox-border: k-color(border) !default;
|
|
|
41
41
|
/// @group listbox
|
|
42
42
|
$kendo-listbox-drop-hint-width: 1px !default;
|
|
43
43
|
|
|
44
|
+
/// The horizontal padding of the ListBox scroller.
|
|
45
|
+
/// @group listbox
|
|
46
|
+
$kendo-listbox-scroller-padding-x: null !default;
|
|
47
|
+
/// The vertical padding of the ListBox scroller.
|
|
48
|
+
/// @group listbox
|
|
49
|
+
$kendo-listbox-scroller-padding-y: null !default;
|
|
50
|
+
/// The border radius of the ListBox.
|
|
51
|
+
/// @group listbox
|
|
52
|
+
$kendo-listbox-border-radius: null !default;
|
|
53
|
+
|
|
44
54
|
|
|
45
55
|
@forward "@progress/kendo-theme-core/scss/components/listbox/_variables.scss" with (
|
|
46
56
|
$kendo-listbox-spacing: $kendo-listbox-spacing,
|
|
@@ -54,5 +64,8 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
54
64
|
$kendo-listbox-text: $kendo-listbox-text,
|
|
55
65
|
$kendo-listbox-bg: $kendo-listbox-bg,
|
|
56
66
|
$kendo-listbox-border: $kendo-listbox-border,
|
|
57
|
-
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width
|
|
67
|
+
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
|
|
68
|
+
$kendo-listbox-scroller-padding-x: $kendo-listbox-scroller-padding-x,
|
|
69
|
+
$kendo-listbox-scroller-padding-y: $kendo-listbox-scroller-padding-y,
|
|
70
|
+
$kendo-listbox-border-radius: $kendo-listbox-border-radius
|
|
58
71
|
);
|
|
@@ -60,6 +60,9 @@ $kendo-listview-item-focus-border: null !default;
|
|
|
60
60
|
/// The box shadow of the focused ListView items.
|
|
61
61
|
/// @group listview
|
|
62
62
|
$kendo-listview-item-focus-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on-app-surface) 15%, transparent) !default;
|
|
63
|
+
/// The border radius of the ListView items.
|
|
64
|
+
/// @group listview
|
|
65
|
+
$kendo-listview-item-border-radius: null !default;
|
|
63
66
|
|
|
64
67
|
|
|
65
68
|
@forward "@progress/kendo-theme-core/scss/components/listview/_variables.scss" with (
|
|
@@ -80,5 +83,6 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 3px color-mix(in srgb, k-color(on
|
|
|
80
83
|
$kendo-listview-item-focus-text: $kendo-listview-item-focus-text,
|
|
81
84
|
$kendo-listview-item-focus-bg: $kendo-listview-item-focus-bg,
|
|
82
85
|
$kendo-listview-item-focus-border: $kendo-listview-item-focus-border,
|
|
83
|
-
$kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow
|
|
86
|
+
$kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow,
|
|
87
|
+
$kendo-listview-item-border-radius: $kendo-listview-item-border-radius
|
|
84
88
|
);
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
/// The border width of the MediaPlayer.
|
|
6
6
|
/// @group mediaplayer
|
|
7
7
|
$kendo-media-player-border-width: 1px !default;
|
|
8
|
+
/// The border radius of the MediaPlayer.
|
|
9
|
+
/// @group mediaplayer
|
|
10
|
+
$kendo-media-player-border-radius: null !default;
|
|
8
11
|
/// The font family of the MediaPlayer.
|
|
9
12
|
/// @group mediaplayer
|
|
10
13
|
$kendo-media-player-font-family: var(--kendo-font-family) !default;
|
|
@@ -31,6 +34,15 @@ $kendo-media-player-titlebar-padding-x: k-spacing(2) !default;
|
|
|
31
34
|
/// The vertical padding of the MediaPlayer title.
|
|
32
35
|
/// @group mediaplayer
|
|
33
36
|
$kendo-media-player-titlebar-padding-y: k-spacing(2) !default;
|
|
37
|
+
/// The font size of the MediaPlayer title.
|
|
38
|
+
/// @group mediaplayer
|
|
39
|
+
$kendo-media-player-titlebar-font-size: null !default;
|
|
40
|
+
/// The font weight of the MediaPlayer title.
|
|
41
|
+
/// @group mediaplayer
|
|
42
|
+
$kendo-media-player-titlebar-font-weight: null !default;
|
|
43
|
+
/// The line height of the MediaPlayer title.
|
|
44
|
+
/// @group mediaplayer
|
|
45
|
+
$kendo-media-player-titlebar-line-height: null !default;
|
|
34
46
|
/// The text color of the MediaPlayer title.
|
|
35
47
|
/// @group mediaplayer
|
|
36
48
|
$kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
@@ -41,6 +53,7 @@ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface
|
|
|
41
53
|
|
|
42
54
|
@forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
|
|
43
55
|
$kendo-media-player-border-width: $kendo-media-player-border-width,
|
|
56
|
+
$kendo-media-player-border-radius: $kendo-media-player-border-radius,
|
|
44
57
|
$kendo-media-player-font-family: $kendo-media-player-font-family,
|
|
45
58
|
$kendo-media-player-font-size: $kendo-media-player-font-size,
|
|
46
59
|
$kendo-media-player-line-height: $kendo-media-player-line-height,
|
|
@@ -49,6 +62,9 @@ $kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface
|
|
|
49
62
|
$kendo-media-player-border: $kendo-media-player-border,
|
|
50
63
|
$kendo-media-player-titlebar-padding-x: $kendo-media-player-titlebar-padding-x,
|
|
51
64
|
$kendo-media-player-titlebar-padding-y: $kendo-media-player-titlebar-padding-y,
|
|
65
|
+
$kendo-media-player-titlebar-font-size: $kendo-media-player-titlebar-font-size,
|
|
66
|
+
$kendo-media-player-titlebar-font-weight: $kendo-media-player-titlebar-font-weight,
|
|
67
|
+
$kendo-media-player-titlebar-line-height: $kendo-media-player-titlebar-line-height,
|
|
52
68
|
$kendo-media-player-titlebar-text: $kendo-media-player-titlebar-text,
|
|
53
69
|
$kendo-media-player-titlebar-gradient: $kendo-media-player-titlebar-gradient
|
|
54
70
|
);
|
|
@@ -19,6 +19,9 @@ $kendo-message-box-padding-y: k-spacing(5) !default;
|
|
|
19
19
|
/// The width of the border around the MessageBox.
|
|
20
20
|
/// @group messagebox
|
|
21
21
|
$kendo-message-box-border-width: 0 0 0 4px !default;
|
|
22
|
+
/// The border radius of the MessageBox.
|
|
23
|
+
/// @group messagebox
|
|
24
|
+
$kendo-message-box-border-radius: null !default;
|
|
22
25
|
|
|
23
26
|
/// The font size of the MessageBox.
|
|
24
27
|
/// @group messagebox
|
|
@@ -50,6 +53,7 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
50
53
|
$kendo-message-box-padding-x: $kendo-message-box-padding-x,
|
|
51
54
|
$kendo-message-box-padding-y: $kendo-message-box-padding-y,
|
|
52
55
|
$kendo-message-box-border-width: $kendo-message-box-border-width,
|
|
56
|
+
$kendo-message-box-border-radius: $kendo-message-box-border-radius,
|
|
53
57
|
$kendo-message-box-font-size: $kendo-message-box-font-size,
|
|
54
58
|
$kendo-message-box-line-height: $kendo-message-box-line-height,
|
|
55
59
|
$kendo-message-box-bg-level: $kendo-message-box-bg-level,
|
|
@@ -60,7 +60,7 @@ $kendo-notification-icon-spacing: $kendo-icon-spacing !default;
|
|
|
60
60
|
|
|
61
61
|
/// The theme colors map for the Notification.
|
|
62
62
|
/// @group notification
|
|
63
|
-
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "
|
|
63
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "inverse") !default;
|
|
64
64
|
/// The generated theme colors map for the Notification.
|
|
65
65
|
/// @group notification
|
|
66
66
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
@@ -1,17 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
/// @group overlay
|
|
3
|
-
/// @role default
|
|
4
|
-
$kendo-overlay-default-theme-color: "inverse" !default;
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
5
2
|
|
|
6
3
|
/// The background color of the Overlay.
|
|
7
4
|
/// @group overlay
|
|
8
|
-
$kendo-overlay-bg:
|
|
5
|
+
$kendo-overlay-bg: k-color(inverse) !default;
|
|
9
6
|
/// The opacity of the Overlay.
|
|
10
7
|
/// @group overlay
|
|
11
8
|
$kendo-overlay-opacity: .5 !default;
|
|
12
9
|
|
|
13
10
|
@forward "@progress/kendo-theme-core/scss/components/overlay/_variables.scss" with (
|
|
14
|
-
$kendo-overlay-default-theme-color: $kendo-overlay-default-theme-color,
|
|
15
11
|
$kendo-overlay-bg: $kendo-overlay-bg,
|
|
16
12
|
$kendo-overlay-opacity: $kendo-overlay-opacity
|
|
17
13
|
);
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
/// The border width of the PDFViewer.
|
|
9
9
|
/// @group pdf-viewer
|
|
10
10
|
$kendo-pdf-viewer-border-width: 1px !default;
|
|
11
|
+
/// The border radius of the PDFViewer.
|
|
12
|
+
/// @group pdf-viewer
|
|
13
|
+
$kendo-pdf-viewer-border-radius: null !default;
|
|
11
14
|
/// The font family of the PDFViewer.
|
|
12
15
|
/// @group pdf-viewer
|
|
13
16
|
$kendo-pdf-viewer-font-family: var(--kendo-font-family) !default;
|
|
@@ -140,6 +143,7 @@ $kendo-pdf-viewer-free-text-annotation-text: k-color(primary-on-subtle) !default
|
|
|
140
143
|
|
|
141
144
|
@forward "@progress/kendo-theme-core/scss/components/pdf-viewer/_variables.scss" with (
|
|
142
145
|
$kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
|
|
146
|
+
$kendo-pdf-viewer-border-radius: $kendo-pdf-viewer-border-radius,
|
|
143
147
|
$kendo-pdf-viewer-font-family: $kendo-pdf-viewer-font-family,
|
|
144
148
|
$kendo-pdf-viewer-font-size: $kendo-pdf-viewer-font-size,
|
|
145
149
|
$kendo-pdf-viewer-line-height: $kendo-pdf-viewer-line-height,
|
|
@@ -27,6 +27,9 @@ $kendo-pivotgrid-line-height: var(--kendo-line-height) !default;
|
|
|
27
27
|
/// The border width of the PivotGrid.
|
|
28
28
|
/// @group pivotgrid
|
|
29
29
|
$kendo-pivotgrid-border-width: 1px !default;
|
|
30
|
+
/// The border radius of the PivotGrid.
|
|
31
|
+
/// @group pivotgrid
|
|
32
|
+
$kendo-pivotgrid-border-radius: null !default;
|
|
30
33
|
/// The icon spacing of the PivotGrid.
|
|
31
34
|
/// @group pivotgrid
|
|
32
35
|
$kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
|
|
@@ -269,6 +272,7 @@ $kendo-pivotgrid-row-headers-bg: k-color(base-subtle) !default;
|
|
|
269
272
|
$kendo-pivotgrid-font-size: $kendo-pivotgrid-font-size,
|
|
270
273
|
$kendo-pivotgrid-line-height: $kendo-pivotgrid-line-height,
|
|
271
274
|
$kendo-pivotgrid-border-width: $kendo-pivotgrid-border-width,
|
|
275
|
+
$kendo-pivotgrid-border-radius: $kendo-pivotgrid-border-radius,
|
|
272
276
|
$kendo-pivotgrid-icon-spacing: $kendo-pivotgrid-icon-spacing,
|
|
273
277
|
$kendo-pivotgrid-row-header-width: $kendo-pivotgrid-row-header-width,
|
|
274
278
|
$kendo-pivotgrid-column-header-height: $kendo-pivotgrid-column-header-height,
|
|
@@ -61,6 +61,11 @@ $kendo-progressbar-indeterminate-text: $kendo-progressbar-text !default;
|
|
|
61
61
|
/// @group progressbar
|
|
62
62
|
$kendo-progressbar-indeterminate-border: $kendo-progressbar-border !default;
|
|
63
63
|
|
|
64
|
+
// Chunk Progressbar
|
|
65
|
+
/// The border radius of the chunk ProgressBar chunks.
|
|
66
|
+
/// @group progressbar
|
|
67
|
+
$kendo-progressbar-chunk-border-radius: null !default;
|
|
68
|
+
|
|
64
69
|
// Circular Progressbar
|
|
65
70
|
/// The arc stroke color of the circular ProgressBar.
|
|
66
71
|
/// @group progressbar
|
|
@@ -89,6 +94,7 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
89
94
|
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
|
|
90
95
|
$kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
|
|
91
96
|
$kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
|
|
97
|
+
$kendo-progressbar-chunk-border-radius: $kendo-progressbar-chunk-border-radius,
|
|
92
98
|
$kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
|
|
93
99
|
$kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
|
|
94
100
|
);
|
|
@@ -67,6 +67,16 @@ $kendo-prompt-suggestion-border: k-color(border) !default;
|
|
|
67
67
|
/// @group prompt
|
|
68
68
|
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
69
69
|
|
|
70
|
+
/// The text color of the AIPrompt footer.
|
|
71
|
+
/// @group prompt
|
|
72
|
+
$kendo-prompt-footer-text: null !default;
|
|
73
|
+
/// The background color of the AIPrompt footer.
|
|
74
|
+
/// @group prompt
|
|
75
|
+
$kendo-prompt-footer-bg: null !default;
|
|
76
|
+
/// The border color of the AIPrompt footer.
|
|
77
|
+
/// @group prompt
|
|
78
|
+
$kendo-prompt-footer-border: null !default;
|
|
79
|
+
|
|
70
80
|
|
|
71
81
|
@forward "@progress/kendo-theme-core/scss/components/prompt/_variables.scss" with (
|
|
72
82
|
$kendo-prompt-text: $kendo-prompt-text,
|
|
@@ -88,5 +98,8 @@ $kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
|
88
98
|
$kendo-prompt-suggestion-text: $kendo-prompt-suggestion-text,
|
|
89
99
|
$kendo-prompt-suggestion-bg: $kendo-prompt-suggestion-bg,
|
|
90
100
|
$kendo-prompt-suggestion-border: $kendo-prompt-suggestion-border,
|
|
91
|
-
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow
|
|
101
|
+
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow,
|
|
102
|
+
$kendo-prompt-footer-text: $kendo-prompt-footer-text,
|
|
103
|
+
$kendo-prompt-footer-bg: $kendo-prompt-footer-bg,
|
|
104
|
+
$kendo-prompt-footer-border: $kendo-prompt-footer-border
|
|
92
105
|
);
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
/// The width of the border around the Scheduler.
|
|
11
11
|
/// @group scheduler
|
|
12
12
|
$kendo-scheduler-border-width: 1px !default;
|
|
13
|
+
/// The border radius of the Scheduler.
|
|
14
|
+
/// @group scheduler
|
|
15
|
+
$kendo-scheduler-border-radius: null !default;
|
|
13
16
|
/// The font family of the Scheduler.
|
|
14
17
|
/// @group scheduler
|
|
15
18
|
$kendo-scheduler-font-family: var(--kendo-font-family) !default;
|
|
@@ -266,6 +269,7 @@ $kendo-scheduler-header-bg: k-color(surface) !default;
|
|
|
266
269
|
|
|
267
270
|
@forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
|
|
268
271
|
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
272
|
+
$kendo-scheduler-border-radius: $kendo-scheduler-border-radius,
|
|
269
273
|
$kendo-scheduler-font-family: $kendo-scheduler-font-family,
|
|
270
274
|
$kendo-scheduler-font-size: $kendo-scheduler-font-size,
|
|
271
275
|
$kendo-scheduler-line-height: $kendo-scheduler-line-height,
|
|
@@ -5,86 +5,21 @@
|
|
|
5
5
|
|
|
6
6
|
@mixin kendo-scrollview--theme() {
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
.k-scrollview {
|
|
10
|
-
@include fill(
|
|
11
|
-
$kendo-scrollview-text,
|
|
12
|
-
$kendo-scrollview-bg,
|
|
13
|
-
$kendo-scrollview-border
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
&.k-scrollview-dark {
|
|
17
|
-
kendo-scrollview-pager,
|
|
18
|
-
.k-scrollview-nav-wrap {
|
|
19
|
-
background-color: $kendo-scrollview-dark-bg;
|
|
20
|
-
}
|
|
21
|
-
.k-scrollview-next,
|
|
22
|
-
.k-scrollview-prev {
|
|
23
|
-
color: $kendo-scrollview-dark-bg;
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&.k-scrollview-light {
|
|
29
|
-
kendo-scrollview-pager,
|
|
30
|
-
.k-scrollview-nav-wrap {
|
|
31
|
-
background-color: $kendo-scrollview-light-bg;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.k-scrollview:focus,
|
|
38
|
-
.k-scrollview-wrap:focus {
|
|
39
|
-
outline: none;
|
|
40
|
-
|
|
41
|
-
}
|
|
8
|
+
@include kendo-scrollview--theme-base();
|
|
42
9
|
|
|
10
|
+
// Bootstrap overrides
|
|
43
11
|
.k-scrollview-next,
|
|
44
12
|
.k-scrollview-prev {
|
|
45
|
-
color: $kendo-scrollview-navigation-color;
|
|
46
|
-
background-color: $kendo-scrollview-navigation-bg;
|
|
47
|
-
opacity: $kendo-scrollview-navigation-default-opacity;
|
|
48
|
-
outline-width: 0;
|
|
49
|
-
-webkit-tap-highlight-color: $kendo-scrollview-arrow-tap-highlight-color;
|
|
50
|
-
|
|
51
13
|
&:focus,
|
|
52
14
|
&.k-focus {
|
|
53
|
-
color: $kendo-scrollview-navigation-color;
|
|
54
|
-
opacity: $kendo-scrollview-navigation-hover-opacity;
|
|
55
15
|
.k-icon::before {
|
|
56
|
-
box-shadow: $kendo-scrollview-pagebutton-shadow;
|
|
57
16
|
background-color: $kendo-scrollview-navigation-hover-span-bg;
|
|
58
17
|
}
|
|
59
18
|
}
|
|
60
|
-
|
|
61
|
-
&:hover,
|
|
62
|
-
&.k-hover {
|
|
63
|
-
color: $kendo-scrollview-navigation-color;
|
|
64
|
-
opacity: $kendo-scrollview-navigation-hover-opacity;
|
|
65
|
-
|
|
66
|
-
}
|
|
67
19
|
}
|
|
68
20
|
|
|
69
|
-
|
|
70
21
|
.k-scrollview-nav > .k-link {
|
|
71
22
|
background-color: $kendo-scrollview-pagebutton-bg;
|
|
72
23
|
border-color: $kendo-scrollview-pagebutton-border;
|
|
73
|
-
|
|
74
|
-
&.k-primary {
|
|
75
|
-
background: $kendo-scrollview-pagebutton-primary-bg;
|
|
76
|
-
border: $kendo-scrollview-pagebutton-primary-border;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
&:focus,
|
|
81
|
-
&.k-focus {
|
|
82
|
-
box-shadow: $kendo-scrollview-pagebutton-shadow;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&:hover,
|
|
86
|
-
&.k-hover {
|
|
87
|
-
box-shadow: $kendo-scrollview-pagebutton-shadow;
|
|
88
|
-
}
|
|
89
24
|
}
|
|
90
25
|
}
|