@progress/kendo-theme-material 10.6.0 → 11.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/material-2-dark.css +1 -0
- package/dist/material-2-dark.scss +137 -0
- package/dist/material-2.css +1 -0
- package/dist/material-2.scss +132 -0
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-aqua-dark.scss +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-arctic.scss +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-burnt-teal.scss +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-dataviz-v4.scss +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-eggplant.scss +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime-dark.scss +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-lime.scss +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main-dark.scss +98 -98
- package/dist/material-main.css +1 -1
- package/dist/material-main.scss +1 -5
- package/dist/material-nova.css +1 -1
- package/dist/material-nova.scss +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific-dark.scss +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-pacific.scss +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky-dark.scss +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-sky.scss +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/material-smoke.scss +1 -1
- package/dist/meta/sassdoc-data.json +13278 -11518
- package/dist/meta/sassdoc-raw-data.json +4563 -3763
- package/dist/meta/variables.json +2591 -3022
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/material-2-dark.json +657 -0
- package/lib/swatches/material-2.json +632 -0
- package/lib/swatches/material-aqua-dark.json +1 -243
- package/lib/swatches/material-arctic.json +1 -243
- package/lib/swatches/material-burnt-teal.json +1 -243
- package/lib/swatches/material-dataviz-v4.json +1 -47
- package/lib/swatches/material-eggplant.json +1 -243
- package/lib/swatches/material-lime-dark.json +1 -243
- package/lib/swatches/material-lime.json +1 -243
- package/lib/swatches/material-main-dark.json +103 -345
- package/lib/swatches/material-main.json +7 -250
- package/lib/swatches/material-nova.json +1 -243
- package/lib/swatches/material-pacific-dark.json +1 -243
- package/lib/swatches/material-pacific.json +1 -243
- package/lib/swatches/material-sky-dark.json +1 -243
- package/lib/swatches/material-sky.json +1 -243
- package/lib/swatches/material-smoke.json +1 -243
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +0 -23
- package/scss/action-buttons/_theme.scss +0 -13
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +6 -0
- package/scss/action-sheet/_variables.scss +27 -28
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +22 -8
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_layout.scss +0 -1
- package/scss/badge/_variables.scss +23 -9
- package/scss/bottom-navigation/_theme.scss +55 -4
- package/scss/bottom-navigation/_variables.scss +31 -17
- package/scss/breadcrumb/_variables.scss +21 -21
- package/scss/button/_layout.scss +0 -81
- package/scss/button/_theme.scss +110 -44
- package/scss/button/_variables.scss +47 -34
- package/scss/calendar/_layout.scss +13 -16
- package/scss/calendar/_theme.scss +29 -11
- package/scss/calendar/_variables.scss +83 -56
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +34 -20
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_theme.scss +5 -1
- package/scss/chat/_variables.scss +15 -15
- package/scss/checkbox/_layout.scss +35 -0
- package/scss/checkbox/_theme.scss +113 -4
- package/scss/checkbox/_variables.scss +23 -20
- package/scss/chip/_layout.scss +10 -0
- package/scss/chip/_theme.scss +41 -61
- package/scss/chip/_variables.scss +48 -30
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +11 -11
- package/scss/colorgradient/_variables.scss +7 -37
- package/scss/column-menu/_variables.scss +1 -1
- package/scss/core/_index.scss +8 -3
- package/scss/core/color-system/_palettes.scss +243 -242
- package/scss/core/color-system/_swatch.scss +142 -145
- package/scss/core/elevation/index.import.scss +18 -27
- package/scss/core/typography/index.import.scss +8 -8
- package/scss/dataviz/_variables.scss +61 -48
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +9 -4
- package/scss/dock-manager/_variables.scss +18 -18
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_theme.scss +0 -11
- package/scss/drawer/_variables.scss +49 -24
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_layout.scss +2 -12
- package/scss/editor/_variables.scss +15 -8
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_variables.scss +10 -10
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +24 -23
- package/scss/fab/_variables.scss +25 -14
- package/scss/filemanager/_theme.scss +4 -0
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +4 -4
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +6 -6
- package/scss/gantt/_variables.scss +27 -27
- package/scss/grid/_layout.scss +6 -21
- package/scss/grid/_theme.scss +14 -128
- package/scss/grid/_variables.scss +20 -20
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +10 -14
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +103 -25
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +6 -6
- package/scss/listview/_theme.scss +0 -13
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_variables.scss +18 -4
- package/scss/map/_variables.scss +6 -6
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_layout.scss +4 -0
- package/scss/menu/_theme.scss +1 -26
- package/scss/menu/_variables.scss +49 -41
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/messagebox/_layout.scss +5 -1
- package/scss/messagebox/_variables.scss +16 -2
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +1 -0
- package/scss/notification/_variables.scss +30 -9
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +8 -8
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +29 -1
- package/scss/panelbar/_theme.scss +0 -1
- package/scss/panelbar/_variables.scss +29 -29
- package/scss/pdf-viewer/_variables.scss +15 -15
- package/scss/pivotgrid/_theme.scss +0 -12
- package/scss/pivotgrid/_variables.scss +23 -23
- package/scss/popover/_variables.scss +5 -5
- package/scss/popup/_variables.scss +7 -7
- package/scss/progressbar/_layout.scss +11 -4
- package/scss/progressbar/_variables.scss +6 -6
- package/scss/prompt/_layout.scss +4 -0
- package/scss/prompt/_variables.scss +17 -17
- package/scss/radio/_layout.scss +35 -0
- package/scss/radio/_theme.scss +109 -4
- package/scss/radio/_variables.scss +19 -16
- package/scss/rating/_variables.scss +7 -7
- package/scss/scheduler/_layout.scss +2 -89
- package/scss/scheduler/_theme.scss +3 -3
- package/scss/scheduler/_variables.scss +22 -19
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_layout.scss +11 -0
- package/scss/slider/_theme.scss +1 -10
- package/scss/slider/_variables.scss +25 -16
- package/scss/split-button/_layout.scss +12 -0
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +9 -9
- package/scss/spreadsheet/_layout.scss +0 -35
- package/scss/spreadsheet/_theme.scss +3 -25
- package/scss/spreadsheet/_variables.scss +32 -31
- package/scss/stepper/_layout.scss +15 -1
- package/scss/stepper/_theme.scss +8 -0
- package/scss/stepper/_variables.scss +21 -21
- package/scss/switch/_layout.scss +20 -5
- package/scss/switch/_theme.scss +2 -9
- package/scss/switch/_variables.scss +50 -16
- package/scss/table/_layout.scss +22 -20
- package/scss/table/_theme.scss +6 -32
- package/scss/table/_variables.scss +13 -13
- package/scss/tabstrip/_layout.scss +100 -4
- package/scss/tabstrip/_variables.scss +20 -20
- package/scss/taskboard/_layout.scss +4 -0
- package/scss/taskboard/_variables.scss +18 -18
- package/scss/tilelayout/_layout.scss +7 -1
- package/scss/tilelayout/_variables.scss +4 -4
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_layout.scss +38 -0
- package/scss/timeselector/_theme.scss +8 -6
- package/scss/timeselector/_variables.scss +39 -28
- package/scss/toolbar/_layout.scss +0 -47
- package/scss/toolbar/_theme.scss +4 -44
- package/scss/toolbar/_variables.scss +17 -17
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +19 -8
- package/scss/treelist/_layout.scss +0 -19
- package/scss/treelist/_theme.scss +10 -15
- package/scss/treelist/_variables.scss +1 -1
- package/scss/treeview/_theme.scss +2 -31
- package/scss/treeview/_variables.scss +25 -25
- package/scss/typography/_variables.scss +24 -24
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +14 -14
- package/scss/window/_layout.scss +14 -0
- package/scss/window/_variables.scss +14 -14
- package/scss/wizard/_variables.scss +3 -3
- package/scss/core/color-system/_functions.scss +0 -104
- package/scss/core/color-system/_palettes-legacy.scss +0 -671
- package/scss/core/color-system/_swatch-legacy.scss +0 -299
|
@@ -17,17 +17,17 @@ $kendo-menu-border-width: 0px !default;
|
|
|
17
17
|
$kendo-menu-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
18
|
/// The font size of the Menu.
|
|
19
19
|
/// @group menu
|
|
20
|
-
$kendo-menu-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
|
+
$kendo-menu-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
21
21
|
/// The line height of the Menu used along with $kendo-font-size.
|
|
22
22
|
/// @group menu
|
|
23
|
-
$kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
$kendo-menu-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
24
24
|
|
|
25
25
|
/// The background color of the Menu.
|
|
26
26
|
/// @group menu
|
|
27
27
|
$kendo-menu-bg: transparent !default;
|
|
28
28
|
/// The text color of the Menu.
|
|
29
29
|
/// @group menu
|
|
30
|
-
$kendo-menu-text:
|
|
30
|
+
$kendo-menu-text: k-color(on-app-surface) !default;
|
|
31
31
|
/// The border color of the Menu.
|
|
32
32
|
/// @group menu
|
|
33
33
|
$kendo-menu-border: null !default;
|
|
@@ -39,27 +39,27 @@ $kendo-menu-gradient: null !default;
|
|
|
39
39
|
|
|
40
40
|
/// The horizontal padding of the Menu item.
|
|
41
41
|
/// @group menu
|
|
42
|
-
$kendo-menu-item-padding-x: k-spacing(
|
|
42
|
+
$kendo-menu-item-padding-x: k-spacing(3) !default;
|
|
43
43
|
/// The vertical padding of the Menu item.
|
|
44
44
|
/// @group menu
|
|
45
|
-
$kendo-menu-item-padding-y: k-spacing(
|
|
45
|
+
$kendo-menu-item-padding-y: k-spacing(3) !default;
|
|
46
46
|
/// The spacing between the Menu items.
|
|
47
47
|
/// @group menu
|
|
48
|
-
$kendo-menu-item-spacing:
|
|
48
|
+
$kendo-menu-item-spacing: 0 !default;
|
|
49
49
|
/// The spacing between the Menu item text and icons.
|
|
50
50
|
/// @group menu
|
|
51
|
-
$kendo-menu-item-icon-spacing:
|
|
51
|
+
$kendo-menu-item-icon-spacing: k-spacing(3) !default;
|
|
52
52
|
|
|
53
53
|
/// The font weight of the selected Menu item.
|
|
54
54
|
/// @group menu
|
|
55
|
-
$kendo-menu-item-selected-font-weight: var( --kendo-font-weight-
|
|
55
|
+
$kendo-menu-item-selected-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
56
56
|
|
|
57
57
|
/// The background color of the Menu item.
|
|
58
58
|
/// @group menu
|
|
59
|
-
$kendo-menu-item-bg:
|
|
59
|
+
$kendo-menu-item-bg: null !default;
|
|
60
60
|
/// The text color of the Menu item.
|
|
61
61
|
/// @group menu
|
|
62
|
-
$kendo-menu-item-text:
|
|
62
|
+
$kendo-menu-item-text: null !default;
|
|
63
63
|
/// The border color of the Menu item.
|
|
64
64
|
/// @group menu
|
|
65
65
|
$kendo-menu-item-border: null !default;
|
|
@@ -69,10 +69,10 @@ $kendo-menu-item-gradient: null !default;
|
|
|
69
69
|
|
|
70
70
|
/// The background color of hovered Menu item.
|
|
71
71
|
/// @group menu
|
|
72
|
-
$kendo-menu-item-hover-bg:
|
|
72
|
+
$kendo-menu-item-hover-bg: color-mix(in srgb, currentColor 8%, transparent) !default;
|
|
73
73
|
/// The text color of hovered Menu item.
|
|
74
74
|
/// @group menu
|
|
75
|
-
$kendo-menu-item-hover-text:
|
|
75
|
+
$kendo-menu-item-hover-text: null !default;
|
|
76
76
|
/// The border color of hovered Menu item.
|
|
77
77
|
/// @group menu
|
|
78
78
|
$kendo-menu-item-hover-border: null !default;
|
|
@@ -82,10 +82,10 @@ $kendo-menu-item-hover-gradient: null !default;
|
|
|
82
82
|
|
|
83
83
|
/// The background color of active Menu item.
|
|
84
84
|
/// @group menu
|
|
85
|
-
$kendo-menu-item-active-bg:
|
|
85
|
+
$kendo-menu-item-active-bg: color-mix(in srgb, currentColor 12%, transparent) !default;
|
|
86
86
|
/// The text color of active Menu item.
|
|
87
87
|
/// @group menu
|
|
88
|
-
$kendo-menu-item-active-text:
|
|
88
|
+
$kendo-menu-item-active-text: null !default;
|
|
89
89
|
/// The border color of active Menu item.
|
|
90
90
|
/// @group menu
|
|
91
91
|
$kendo-menu-item-active-border: null !default;
|
|
@@ -95,14 +95,14 @@ $kendo-menu-item-active-gradient: null !default;
|
|
|
95
95
|
|
|
96
96
|
/// The base shadow of focused Menu item.
|
|
97
97
|
/// @group menu
|
|
98
|
-
$kendo-menu-item-focus-shadow:
|
|
98
|
+
$kendo-menu-item-focus-shadow: inset 0 0 0 2px color-mix(in srgb, currentColor 20%, transparent) !default;
|
|
99
99
|
|
|
100
100
|
/// The background color of selected Menu item.
|
|
101
101
|
/// @group menu
|
|
102
|
-
$kendo-menu-item-selected-bg:
|
|
102
|
+
$kendo-menu-item-selected-bg: k-color(secondary) !default;
|
|
103
103
|
/// The text color of selected Menu item.
|
|
104
104
|
/// @group menu
|
|
105
|
-
$kendo-menu-item-selected-text:
|
|
105
|
+
$kendo-menu-item-selected-text: k-color(on-secondary) !default;
|
|
106
106
|
/// The border color of selected Menu item.
|
|
107
107
|
/// @group menu
|
|
108
108
|
$kendo-menu-item-selected-border: null !default;
|
|
@@ -112,23 +112,23 @@ $kendo-menu-item-selected-gradient: null !default;
|
|
|
112
112
|
|
|
113
113
|
/// The background color of the Menu scroll buttons.
|
|
114
114
|
/// @group menu
|
|
115
|
-
$kendo-menu-scroll-button-bg:
|
|
115
|
+
$kendo-menu-scroll-button-bg: null !default;
|
|
116
116
|
/// The text color of the Menu scroll buttons.
|
|
117
117
|
/// @group menu
|
|
118
|
-
$kendo-menu-scroll-button-text: $kendo-
|
|
118
|
+
$kendo-menu-scroll-button-text: $kendo-menu-text !default;
|
|
119
119
|
/// The border color of the Menu scroll buttons.
|
|
120
120
|
/// @group menu
|
|
121
|
-
$kendo-menu-scroll-button-border:
|
|
121
|
+
$kendo-menu-scroll-button-border: null !default;
|
|
122
122
|
/// The background gradient of the Menu scroll buttons.
|
|
123
123
|
/// @group menu
|
|
124
124
|
$kendo-menu-scroll-button-gradient: null !default;
|
|
125
125
|
|
|
126
126
|
/// The background color of hovered Menu scroll buttons.
|
|
127
127
|
/// @group menu
|
|
128
|
-
$kendo-menu-scroll-button-hover-bg:
|
|
128
|
+
$kendo-menu-scroll-button-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
129
129
|
/// The text color of hovered Menu scroll buttons.
|
|
130
130
|
/// @group menu
|
|
131
|
-
$kendo-menu-scroll-button-hover-text: $kendo-menu-text !default;
|
|
131
|
+
$kendo-menu-scroll-button-hover-text: $kendo-menu-item-hover-text !default;
|
|
132
132
|
/// The border color of hovered Menu scroll buttons.
|
|
133
133
|
/// @group menu
|
|
134
134
|
$kendo-menu-scroll-button-hover-border: null !default;
|
|
@@ -136,6 +136,12 @@ $kendo-menu-scroll-button-hover-border: null !default;
|
|
|
136
136
|
/// @group menu
|
|
137
137
|
$kendo-menu-scroll-button-hover-gradient: null !default;
|
|
138
138
|
|
|
139
|
+
/// The horizontal padding of the Menu icon.
|
|
140
|
+
/// @group menu
|
|
141
|
+
$kendo-menu-icon-padding-x: k-spacing(1) !default;
|
|
142
|
+
/// The vertical padding of the Menu icon.
|
|
143
|
+
/// @group menu
|
|
144
|
+
$kendo-menu-icon-padding-y: k-spacing(1) !default;
|
|
139
145
|
|
|
140
146
|
|
|
141
147
|
// Menu Separator
|
|
@@ -148,7 +154,7 @@ $kendo-menu-separator-margin-inline: k-spacing(1) !default;
|
|
|
148
154
|
$kendo-menu-separator-margin-block: k-spacing(1) !default;
|
|
149
155
|
/// The border color of Menu separator.
|
|
150
156
|
/// @group menu
|
|
151
|
-
$kendo-menu-separator-border:
|
|
157
|
+
$kendo-menu-separator-border: k-color(border) !default;
|
|
152
158
|
|
|
153
159
|
|
|
154
160
|
// Menu popup
|
|
@@ -170,14 +176,14 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
|
|
|
170
176
|
$kendo-menu-popup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
171
177
|
$kendo-menu-popup-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
172
178
|
$kendo-menu-popup-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
173
|
-
$kendo-menu-popup-lg-font-size: var( --kendo-font-size
|
|
179
|
+
$kendo-menu-popup-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
174
180
|
|
|
175
181
|
/// The line heights used along with $kendo-font-size.
|
|
176
182
|
/// @group menu
|
|
177
|
-
$kendo-menu-popup-line-height:
|
|
178
|
-
$kendo-menu-popup-sm-line-height:
|
|
179
|
-
$kendo-menu-popup-md-line-height:
|
|
180
|
-
$kendo-menu-popup-lg-line-height:
|
|
183
|
+
$kendo-menu-popup-line-height: $kendo-menu-line-height !default;
|
|
184
|
+
$kendo-menu-popup-sm-line-height: $kendo-menu-line-height !default;
|
|
185
|
+
$kendo-menu-popup-md-line-height: $kendo-menu-line-height !default;
|
|
186
|
+
$kendo-menu-popup-lg-line-height: $kendo-menu-line-height !default;
|
|
181
187
|
|
|
182
188
|
/// The background color of the Menu popup.
|
|
183
189
|
/// @group menu
|
|
@@ -197,17 +203,17 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
197
203
|
|
|
198
204
|
/// The horizontal padding of the Menu item in popup.
|
|
199
205
|
/// @group menu
|
|
200
|
-
$kendo-menu-popup-item-padding-x:
|
|
201
|
-
$kendo-menu-popup-sm-item-padding-x:
|
|
202
|
-
$kendo-menu-popup-md-item-padding-x:
|
|
203
|
-
$kendo-menu-popup-lg-item-padding-x:
|
|
206
|
+
$kendo-menu-popup-item-padding-x: $kendo-menu-item-padding-x !default;
|
|
207
|
+
$kendo-menu-popup-sm-item-padding-x: $kendo-menu-item-padding-x !default;
|
|
208
|
+
$kendo-menu-popup-md-item-padding-x: $kendo-menu-item-padding-x !default;
|
|
209
|
+
$kendo-menu-popup-lg-item-padding-x: $kendo-menu-item-padding-x !default;
|
|
204
210
|
|
|
205
211
|
/// The vertical padding of the Menu item in popup.
|
|
206
212
|
/// @group menu
|
|
207
|
-
$kendo-menu-popup-item-padding-y:
|
|
208
|
-
$kendo-menu-popup-sm-item-padding-y: k-spacing(
|
|
209
|
-
$kendo-menu-popup-md-item-padding-y:
|
|
210
|
-
$kendo-menu-popup-lg-item-padding-y: k-spacing(
|
|
213
|
+
$kendo-menu-popup-item-padding-y: $kendo-menu-item-padding-y !default;
|
|
214
|
+
$kendo-menu-popup-sm-item-padding-y: k-spacing(2) !default;
|
|
215
|
+
$kendo-menu-popup-md-item-padding-y: $kendo-menu-item-padding-y !default;
|
|
216
|
+
$kendo-menu-popup-lg-item-padding-y: k-spacing(4) !default;
|
|
211
217
|
|
|
212
218
|
/// The end padding of the Menu item in popup.
|
|
213
219
|
/// @group menu
|
|
@@ -247,10 +253,10 @@ $kendo-menu-popup-item-gradient: null !default;
|
|
|
247
253
|
|
|
248
254
|
/// The background color of hovered Menu item in popup.
|
|
249
255
|
/// @group menu
|
|
250
|
-
$kendo-menu-popup-item-hover-bg: $kendo-
|
|
256
|
+
$kendo-menu-popup-item-hover-bg: $kendo-menu-item-hover-bg !default;
|
|
251
257
|
/// The text color of hovered Menu item in popup.
|
|
252
258
|
/// @group menu
|
|
253
|
-
$kendo-menu-popup-item-hover-text:
|
|
259
|
+
$kendo-menu-popup-item-hover-text: inherit !default;
|
|
254
260
|
/// The border color of hovered Menu item in popup.
|
|
255
261
|
/// @group menu
|
|
256
262
|
$kendo-menu-popup-item-hover-border: null !default;
|
|
@@ -260,10 +266,10 @@ $kendo-menu-popup-item-hover-gradient: null !default;
|
|
|
260
266
|
|
|
261
267
|
/// The background color of active Menu item in popup.
|
|
262
268
|
/// @group menu
|
|
263
|
-
$kendo-menu-popup-item-active-bg: $kendo-
|
|
269
|
+
$kendo-menu-popup-item-active-bg: $kendo-menu-item-active-bg !default;
|
|
264
270
|
/// The text color of active Menu item in popup.
|
|
265
271
|
/// @group menu
|
|
266
|
-
$kendo-menu-popup-item-active-text:
|
|
272
|
+
$kendo-menu-popup-item-active-text: inherit !default;
|
|
267
273
|
/// The border color of active Menu item in popup.
|
|
268
274
|
/// @group menu
|
|
269
275
|
$kendo-menu-popup-item-active-border: null !default;
|
|
@@ -273,7 +279,7 @@ $kendo-menu-popup-item-active-gradient: null !default;
|
|
|
273
279
|
|
|
274
280
|
/// The base shadow of focused Menu item in popup.
|
|
275
281
|
/// @group menu
|
|
276
|
-
$kendo-menu-popup-item-focus-shadow:
|
|
282
|
+
$kendo-menu-popup-item-focus-shadow: null !default;
|
|
277
283
|
|
|
278
284
|
@forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
|
|
279
285
|
$kendo-menu-border-width: $kendo-menu-border-width,
|
|
@@ -314,6 +320,8 @@ $kendo-menu-popup-item-focus-shadow: unset !default;
|
|
|
314
320
|
$kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
|
|
315
321
|
$kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
|
|
316
322
|
$kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
|
|
323
|
+
$kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
|
|
324
|
+
$kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
|
|
317
325
|
$kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
|
|
318
326
|
$kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
|
|
319
327
|
$kendo-menu-separator-border: $kendo-menu-separator-border,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/// The horizontal padding of the button arrow in the Menu Button.
|
|
6
6
|
/// @group menu-button
|
|
7
|
-
$kendo-menu-button-arrow-padding-x: k-spacing(
|
|
7
|
+
$kendo-menu-button-arrow-padding-x: k-spacing(2) !default;
|
|
8
8
|
|
|
9
9
|
@forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
|
|
10
10
|
$kendo-menu-button-arrow-padding-x: $kendo-menu-button-arrow-padding-x
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
1
2
|
@use "@progress/kendo-theme-core/scss/components/messagebox/_layout.scss" as *;
|
|
2
3
|
|
|
3
|
-
|
|
4
4
|
@mixin kendo-messagebox--layout() {
|
|
5
5
|
@include kendo-messagebox--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-messagebox {
|
|
8
|
+
@include border-radius( k-border-radius(md) );
|
|
9
|
+
}
|
|
6
10
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Message box
|
|
4
4
|
$kendo-message-box-margin: 0 0 k-spacing(4) 0 !default;
|
|
5
5
|
$kendo-message-box-padding-x: k-spacing(4) !default;
|
|
6
|
-
$kendo-message-box-padding-y: k-spacing(
|
|
6
|
+
$kendo-message-box-padding-y: k-spacing(2) !default;
|
|
7
7
|
$kendo-message-box-border-width: 0 0 0 4px !default;
|
|
8
8
|
|
|
9
9
|
$kendo-message-box-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -16,6 +16,19 @@ $kendo-message-box-border-level: -9 !default;
|
|
|
16
16
|
$kendo-message-box-link-font-style: normal !default;
|
|
17
17
|
$kendo-message-box-link-text-decoration: underline !default;
|
|
18
18
|
|
|
19
|
+
$kendo-message-box-theme-colors: (
|
|
20
|
+
"primary": k-color(primary),
|
|
21
|
+
"secondary": k-color(secondary),
|
|
22
|
+
"tertiary": k-color(tertiary),
|
|
23
|
+
"info": k-color(info),
|
|
24
|
+
"success": k-color(success),
|
|
25
|
+
"warning": k-color(warning),
|
|
26
|
+
"error": k-color(error),
|
|
27
|
+
"dark": k-color(dark),
|
|
28
|
+
"light": k-color(light),
|
|
29
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
30
|
+
) !default;
|
|
31
|
+
|
|
19
32
|
@forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
|
|
20
33
|
$kendo-message-box-margin: $kendo-message-box-margin,
|
|
21
34
|
$kendo-message-box-padding-x: $kendo-message-box-padding-x,
|
|
@@ -27,5 +40,6 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
27
40
|
$kendo-message-box-text-level: $kendo-message-box-text-level,
|
|
28
41
|
$kendo-message-box-border-level: $kendo-message-box-border-level,
|
|
29
42
|
$kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
|
|
30
|
-
$kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
|
|
43
|
+
$kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
|
|
44
|
+
$kendo-message-box-theme-colors: $kendo-message-box-theme-colors
|
|
31
45
|
);
|
|
@@ -6,7 +6,7 @@ $kendo-no-data-min-height: 140px !default;
|
|
|
6
6
|
|
|
7
7
|
/// The color of the 'No Data' text.
|
|
8
8
|
/// @group no-data
|
|
9
|
-
$kendo-no-data-text:
|
|
9
|
+
$kendo-no-data-text: k-color(subtle) !default;
|
|
10
10
|
|
|
11
11
|
@forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
|
|
12
12
|
$kendo-no-data-min-height: $kendo-no-data-min-height,
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/notification/_layout.scss" as *;
|
|
2
|
+
@use "./variables.scss" as *;
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
@mixin kendo-notification--layout() {
|
|
5
6
|
@include kendo-notification--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-notification-actions {
|
|
9
|
+
margin-block: calc( (#{$kendo-notification-actions-padding-y} / 2) * -1) ;
|
|
10
|
+
}
|
|
6
11
|
}
|
|
@@ -18,10 +18,10 @@ $kendo-notification-padding-x: k-spacing(4) !default;
|
|
|
18
18
|
$kendo-notification-padding-y: k-spacing(3.5) !default;
|
|
19
19
|
/// The width of the border around the Notification.
|
|
20
20
|
/// @group notification
|
|
21
|
-
$kendo-notification-border-width:
|
|
21
|
+
$kendo-notification-border-width: 1px !default;
|
|
22
22
|
/// The border radius of the Notification.
|
|
23
23
|
/// @group notification
|
|
24
|
-
$kendo-notification-border-radius: k-
|
|
24
|
+
$kendo-notification-border-radius: k-border-radius(md) !default;
|
|
25
25
|
/// The font family of the Notification.
|
|
26
26
|
/// @group notification
|
|
27
27
|
$kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -30,27 +30,46 @@ $kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
30
30
|
$kendo-notification-font-size: var( --kendo-font-size, inherit ) !default;
|
|
31
31
|
/// The line height of the Notification.
|
|
32
32
|
/// @group notification
|
|
33
|
-
$kendo-notification-line-height:
|
|
33
|
+
$kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
|
|
34
|
+
|
|
35
|
+
/// The horizontal padding of the Notification actions.
|
|
36
|
+
/// @group notification
|
|
37
|
+
$kendo-notification-actions-padding-x: k-spacing(1) !default;
|
|
38
|
+
/// The vertical padding of the Notification actions.
|
|
39
|
+
/// @group notification
|
|
40
|
+
$kendo-notification-actions-padding-y: $kendo-notification-actions-padding-x !default;
|
|
41
|
+
|
|
34
42
|
/// The background color of the Notification.
|
|
35
43
|
/// @group notification
|
|
36
|
-
$kendo-notification-bg:
|
|
44
|
+
$kendo-notification-bg: k-color(base) !default;
|
|
37
45
|
/// The text color of the Notification.
|
|
38
46
|
/// @group notification
|
|
39
|
-
$kendo-notification-text:
|
|
47
|
+
$kendo-notification-text: k-color(on-base) !default;
|
|
40
48
|
/// The border color of the Notification.
|
|
41
49
|
/// @group notification
|
|
42
|
-
$kendo-notification-border:
|
|
50
|
+
$kendo-notification-border: k-color(base) !default;
|
|
43
51
|
/// The box shadow of the Notification.
|
|
44
52
|
/// @group notification
|
|
45
|
-
$kendo-notification-shadow:
|
|
53
|
+
$kendo-notification-shadow: k-elevation(3) !default;
|
|
46
54
|
|
|
47
55
|
/// The horizontal spacing of the Notification icon.
|
|
48
56
|
/// @group notification
|
|
49
|
-
$kendo-notification-icon-spacing:
|
|
57
|
+
$kendo-notification-icon-spacing: k-spacing(2) !default;
|
|
50
58
|
|
|
51
59
|
/// The theme colors map for the Notification.
|
|
52
60
|
/// @group notification
|
|
53
|
-
$kendo-notification-theme-colors:
|
|
61
|
+
$kendo-notification-theme-colors: (
|
|
62
|
+
"primary": k-color(primary),
|
|
63
|
+
"secondary": k-color(secondary),
|
|
64
|
+
"tertiary": k-color(tertiary),
|
|
65
|
+
"info": k-color(info),
|
|
66
|
+
"success": k-color(success),
|
|
67
|
+
"warning": k-color(warning),
|
|
68
|
+
"error": k-color(error),
|
|
69
|
+
"dark": k-color(dark),
|
|
70
|
+
"light": k-color(light),
|
|
71
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
72
|
+
) !default;
|
|
54
73
|
/// The generated theme colors map for the Notification.
|
|
55
74
|
/// @group notification
|
|
56
75
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
@@ -64,6 +83,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
64
83
|
$kendo-notification-font-family: $kendo-notification-font-family,
|
|
65
84
|
$kendo-notification-font-size: $kendo-notification-font-size,
|
|
66
85
|
$kendo-notification-line-height: $kendo-notification-line-height,
|
|
86
|
+
$kendo-notification-actions-padding-x: $kendo-notification-actions-padding-x,
|
|
87
|
+
$kendo-notification-actions-padding-y: $kendo-notification-actions-padding-y,
|
|
67
88
|
$kendo-notification-bg: $kendo-notification-bg,
|
|
68
89
|
$kendo-notification-text: $kendo-notification-text,
|
|
69
90
|
$kendo-notification-border: $kendo-notification-border,
|
|
@@ -24,13 +24,13 @@ $kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
24
24
|
$kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
/// The background color of the OrgChart.
|
|
26
26
|
/// @group orgchart
|
|
27
|
-
$kendo-orgchart-bg:
|
|
27
|
+
$kendo-orgchart-bg: k-color(app-surface) !default;
|
|
28
28
|
/// The text color of the OrgChart.
|
|
29
29
|
/// @group orgchart
|
|
30
|
-
$kendo-orgchart-text:
|
|
30
|
+
$kendo-orgchart-text: k-color(on-app-surface) !default;
|
|
31
31
|
/// The border color of the OrgChart.
|
|
32
32
|
/// @group orgchart
|
|
33
|
-
$kendo-orgchart-border:
|
|
33
|
+
$kendo-orgchart-border: k-color(border) !default;
|
|
34
34
|
|
|
35
35
|
/// The spacing of the OrgChart node.
|
|
36
36
|
/// @group orgchart
|
|
@@ -56,20 +56,20 @@ $kendo-orgchart-node-group-border-width: 1px !default;
|
|
|
56
56
|
$kendo-orgchart-node-group-border-radius: k-border-radius(md) !default;
|
|
57
57
|
/// The background color of the OrgChart node group.
|
|
58
58
|
/// @group orgchart
|
|
59
|
-
$kendo-orgchart-node-group-bg:
|
|
59
|
+
$kendo-orgchart-node-group-bg: k-color(surface) !default;
|
|
60
60
|
/// The text color of the OrgChart node group.
|
|
61
61
|
/// @group orgchart
|
|
62
|
-
$kendo-orgchart-node-group-text:
|
|
62
|
+
$kendo-orgchart-node-group-text: k-color(on-app-surface) !default;
|
|
63
63
|
/// The border color of the OrgChart node group.
|
|
64
64
|
/// @group orgchart
|
|
65
|
-
$kendo-orgchart-node-group-border:
|
|
65
|
+
$kendo-orgchart-node-group-border: k-color(border) !default;
|
|
66
66
|
|
|
67
67
|
/// The border color of the focused OrgChart node group.
|
|
68
68
|
/// @group orgchart
|
|
69
69
|
$kendo-orgchart-node-group-focus-border: $kendo-orgchart-node-group-border !default;
|
|
70
70
|
/// The shadow of the focused OrgChart node group.
|
|
71
71
|
/// @group orgchart
|
|
72
|
-
$kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px
|
|
72
|
+
$kendo-orgchart-node-group-focus-shadow: 0 2px 4px -1px color-mix(in srgb, k-color(on-app-surface) 20%, transparent), 0 4px 5px 0 color-mix(in srgb, k-color(on-app-surface) 14%, transparent), 0 1px 10px 0 color-mix(in srgb, k-color(on-app-surface) 12%, transparent) !default;
|
|
73
73
|
|
|
74
74
|
/// The font size of the OrgChart node group title.
|
|
75
75
|
/// @group orgchart
|
|
@@ -102,10 +102,10 @@ $kendo-orgchart-card-padding-y: $kendo-card-padding-y !default;
|
|
|
102
102
|
$kendo-orgchart-card-padding-x: $kendo-orgchart-card-padding-y !default;
|
|
103
103
|
/// The border width of the OrgChart Card.
|
|
104
104
|
/// @group orgchart
|
|
105
|
-
$kendo-orgchart-card-border-width:
|
|
105
|
+
$kendo-orgchart-card-border-width: null !default;
|
|
106
106
|
/// The shadow of the OrgChart Card.
|
|
107
107
|
/// @group orgchart
|
|
108
|
-
$kendo-orgchart-card-shadow:
|
|
108
|
+
$kendo-orgchart-card-shadow: null !default;
|
|
109
109
|
/// The shadow of the focused OrgChart Card.
|
|
110
110
|
/// @group orgchart
|
|
111
111
|
$kendo-orgchart-card-focus-shadow: $kendo-orgchart-node-group-focus-shadow !default;
|
|
@@ -143,7 +143,7 @@ $kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
|
|
|
143
143
|
$kendo-orgchart-line-size: 1px !default;
|
|
144
144
|
/// The fill color of the OrgChart connecting line.
|
|
145
145
|
/// @group orgchart
|
|
146
|
-
$kendo-orgchart-line-fill:
|
|
146
|
+
$kendo-orgchart-line-fill: k-color(border) !default;
|
|
147
147
|
|
|
148
148
|
/// The height of the OrgChart connecting line.
|
|
149
149
|
/// @group orgchart
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
2
|
|
|
3
|
-
$kendo-overlay-theme-colors:
|
|
3
|
+
$kendo-overlay-theme-colors: (
|
|
4
|
+
"primary": k-color(primary),
|
|
5
|
+
"secondary": k-color(secondary),
|
|
6
|
+
"tertiary": k-color(tertiary),
|
|
7
|
+
"info": k-color(info),
|
|
8
|
+
"success": k-color(success),
|
|
9
|
+
"warning": k-color(warning),
|
|
10
|
+
"error": k-color(error),
|
|
11
|
+
"dark": k-color(dark),
|
|
12
|
+
"light": k-color(light),
|
|
13
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
14
|
+
) !default;
|
|
4
15
|
|
|
5
16
|
$kendo-overlay-bg: $kendo-color-black !default;
|
|
6
17
|
$kendo-overlay-opacity: .32 !default;
|
|
@@ -64,17 +64,17 @@ $kendo-pager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
64
64
|
$kendo-pager-line-height: var( --kendo-line-height, normal ) !default;
|
|
65
65
|
/// The background color of the Pager.
|
|
66
66
|
/// @group pager
|
|
67
|
-
$kendo-pager-bg:
|
|
67
|
+
$kendo-pager-bg: k-color(surface) !default;
|
|
68
68
|
/// The text color of the Pager.
|
|
69
69
|
/// @group pager
|
|
70
|
-
$kendo-pager-text:
|
|
70
|
+
$kendo-pager-text: k-color(subtle) !default;
|
|
71
71
|
/// The border color of the Pager.
|
|
72
72
|
/// @group pager
|
|
73
|
-
$kendo-pager-border:
|
|
73
|
+
$kendo-pager-border: k-color(border) !default;
|
|
74
74
|
|
|
75
75
|
/// The background color of the focused Pager.
|
|
76
76
|
/// @group pager
|
|
77
|
-
$kendo-pager-focus-bg:
|
|
77
|
+
$kendo-pager-focus-bg: k-color(surface) !default;
|
|
78
78
|
/// The box shadow of the focused Pager.
|
|
79
79
|
/// @group pager
|
|
80
80
|
$kendo-pager-focus-shadow: unset !default;
|
|
@@ -88,7 +88,7 @@ $kendo-pager-section-spacing: $kendo-pager-padding-x !default;
|
|
|
88
88
|
$kendo-pager-item-border-width: 0px !default;
|
|
89
89
|
/// The border radius of the Pager items.
|
|
90
90
|
/// @group pager
|
|
91
|
-
$kendo-pager-item-border-radius:
|
|
91
|
+
$kendo-pager-item-border-radius: k-border-radius( md ) !default;
|
|
92
92
|
/// The spacing around the Pager items.
|
|
93
93
|
/// @group pager
|
|
94
94
|
$kendo-pager-item-spacing: k-spacing(0) !default;
|
|
@@ -113,10 +113,10 @@ $kendo-pager-item-hover-text: $kendo-pager-text !default;
|
|
|
113
113
|
$kendo-pager-item-hover-border: null !default;
|
|
114
114
|
/// The background color of the selected Pager items.
|
|
115
115
|
/// @group pager
|
|
116
|
-
$kendo-pager-item-selected-bg:
|
|
116
|
+
$kendo-pager-item-selected-bg: k-color(primary) !default;
|
|
117
117
|
/// The text color of the selected Pager items.
|
|
118
118
|
/// @group pager
|
|
119
|
-
$kendo-pager-item-selected-text:
|
|
119
|
+
$kendo-pager-item-selected-text: k-color(primary-on-surface) !default;
|
|
120
120
|
/// The border color of the selected Pager items.
|
|
121
121
|
/// @group pager
|
|
122
122
|
$kendo-pager-item-selected-border: null !default;
|
|
@@ -130,7 +130,7 @@ $kendo-pager-number-border-radius: $kendo-pager-item-border-radius !default;
|
|
|
130
130
|
$kendo-pager-item-focus-opacity: .12 !default;
|
|
131
131
|
/// The background color of the focused Pager items.
|
|
132
132
|
/// @group pager
|
|
133
|
-
$kendo-pager-item-focus-bg:
|
|
133
|
+
$kendo-pager-item-focus-bg: transparent !default;
|
|
134
134
|
/// The box shadow of the focused Pager items.
|
|
135
135
|
/// @group pager
|
|
136
136
|
$kendo-pager-item-focus-shadow: unset !default;
|
|
@@ -26,13 +26,13 @@ $kendo-panel-content-padding-block: k-spacing(1) !default;
|
|
|
26
26
|
|
|
27
27
|
/// The text color of the Panel.
|
|
28
28
|
/// @group panel
|
|
29
|
-
$kendo-panel-text:
|
|
29
|
+
$kendo-panel-text: k-color(on-app-surface) !default;
|
|
30
30
|
/// The background color of the Panel.
|
|
31
31
|
/// @group panel
|
|
32
|
-
$kendo-panel-bg:
|
|
32
|
+
$kendo-panel-bg: k-color(surface) !default;
|
|
33
33
|
/// The color of the border around the Panel.
|
|
34
34
|
/// @group panel
|
|
35
|
-
$kendo-panel-border:
|
|
35
|
+
$kendo-panel-border: k-color(border) !default;
|
|
36
36
|
|
|
37
37
|
@forward "@progress/kendo-theme-core/scss/components/panel/_variables.scss" with (
|
|
38
38
|
$kendo-panel-border-radius: $kendo-panel-border-radius,
|
|
@@ -1,6 +1,34 @@
|
|
|
1
1
|
@use "@progress/kendo-theme-core/scss/components/panelbar/_layout.scss" as *;
|
|
2
|
-
|
|
2
|
+
@use "./_variables.scss" as *;
|
|
3
3
|
|
|
4
4
|
@mixin kendo-panelbar--layout() {
|
|
5
5
|
@include kendo-panelbar--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-panelbar {
|
|
8
|
+
.k-panelbar-group > .k-panelbar-item {
|
|
9
|
+
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
10
|
+
&.k-level-#{$i} {
|
|
11
|
+
.k-link {
|
|
12
|
+
padding-left: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.k-rtl .k-panelbar,
|
|
20
|
+
.k-panelbar.k-rtl,
|
|
21
|
+
.k-panelbar [dir = "rtl"] {
|
|
22
|
+
.k-panelbar-group > .k-panelbar-item {
|
|
23
|
+
// Hierarchy items
|
|
24
|
+
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
25
|
+
&.k-level-#{$i} {
|
|
26
|
+
.k-link {
|
|
27
|
+
padding-left: $kendo-panelbar-item-padding-x;
|
|
28
|
+
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} + #{$kendo-panelbar-item-padding-x} );
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
6
34
|
}
|