@progress/kendo-theme-bootstrap 5.8.2-dev.4 → 5.8.2-dev.5
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 +19 -13
- package/dist/all.scss +1239 -522
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -3
- package/scss/_bootstrap-overrides.scss +7 -7
- package/scss/_variables.scss +34 -34
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +6 -6
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +7 -7
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_theme.scss +0 -4
- package/scss/badge/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +6 -6
- package/scss/breadcrumb/_variables.scss +2 -2
- package/scss/button/_variables.scss +13 -13
- package/scss/calendar/_variables.scss +18 -18
- package/scss/captcha/_variables.scss +2 -2
- package/scss/card/_variables.scss +6 -6
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +14 -14
- package/scss/chip/_variables.scss +22 -22
- package/scss/coloreditor/_variables.scss +3 -4
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/common/_loading.scss +1 -1
- package/scss/core/functions/_index.scss +3 -0
- package/scss/dataviz/_variables.scss +25 -25
- package/scss/dialog/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +6 -6
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/fab/_theme.scss +27 -27
- package/scss/fab/_variables.scss +8 -8
- package/scss/filemanager/_variables.scss +7 -7
- package/scss/filter/_variables.scss +2 -0
- package/scss/forms/_layout.scss +2 -3
- package/scss/gantt/_variables.scss +15 -15
- package/scss/grid/_theme.scss +2 -2
- package/scss/grid/_variables.scss +15 -15
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_variables.scss +4 -4
- package/scss/list/_variables.scss +25 -25
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +4 -4
- package/scss/loader/_variables.scss +12 -12
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_variables.scss +9 -9
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pager/_layout.scss +1 -1
- package/scss/pager/_variables.scss +7 -7
- package/scss/panelbar/_variables.scss +8 -8
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +13 -13
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_variables.scss +11 -11
- package/scss/rating/_variables.scss +2 -2
- package/scss/responsivepanel/_theme.scss +0 -5
- package/scss/scheduler/_variables.scss +10 -10
- package/scss/scrollview/_theme.scss +2 -2
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +8 -8
- package/scss/slider/_variables.scss +7 -7
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_theme.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +5 -5
- package/scss/switch/_variables.scss +3 -3
- package/scss/table/_variables.scss +6 -6
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +8 -8
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +5 -5
- package/scss/timeselector/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +4 -2
- package/scss/tooltip/_variables.scss +6 -6
- package/scss/treelist/_layout.scss +1 -2
- package/scss/treelist/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +10 -10
- package/scss/typography/_variables.scss +4 -4
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_variables.scss +4 -4
- package/scss/wizard/_variables.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -4,6 +4,724 @@
|
|
|
4
4
|
// #region @import "index.scss"; -> packages/bootstrap/scss/index.scss
|
|
5
5
|
// #region @import "core/_index.scss"; -> packages/bootstrap/scss/core/_index.scss
|
|
6
6
|
// #region @import "functions/_index.scss"; -> packages/bootstrap/scss/core/functions/_index.scss
|
|
7
|
+
$wcag-min-contrast-ratio: 4.5 !default;
|
|
8
|
+
|
|
9
|
+
// #region @import "~@progress/kendo-theme-core/scss/functions/index.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
10
|
+
// #region @import "_color.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
|
|
11
|
+
@function k-color-red( $color ) {
|
|
12
|
+
@return red( $color );
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@function k-color-green( $color ) {
|
|
16
|
+
@return green( $color );
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@function k-color-blue( $color ) {
|
|
20
|
+
@return blue( $color );
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@function k-color-mix( $color1, $color2, $weight: 50% ) {
|
|
24
|
+
@return mix( $color1, $color2, $weight );
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@function k-color-darken( $color, $amount) {
|
|
28
|
+
@return darken( $color, $amount );
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@function k-color-lighten( $color, $amount) {
|
|
32
|
+
@return lighten( $color, $amount );
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// #endregion
|
|
36
|
+
// #region @import "_color-contrast.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
|
|
37
|
+
// Adapted from https://gist.github.com/sgomes/ccc72f71137fe29039c92c0a9fe9b657
|
|
38
|
+
// Adapted from https://github.com/twbs/bootstrap/commit/03908ea37a55eaa44c12ce5694dddc1630c980b3
|
|
39
|
+
|
|
40
|
+
// Precomputed linear color channel values, for use in contrast calculations.
|
|
41
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
42
|
+
//
|
|
43
|
+
// Algorithm, for c in 0 to 255:
|
|
44
|
+
// f(c) {
|
|
45
|
+
// c = c / 255;
|
|
46
|
+
// return c < 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
47
|
+
// }
|
|
48
|
+
//
|
|
49
|
+
// This lookup table is needed since there is no `pow` in SASS.
|
|
50
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
|
51
|
+
$linear-channel-values: (
|
|
52
|
+
0
|
|
53
|
+
.0003035269835488375
|
|
54
|
+
.000607053967097675
|
|
55
|
+
.0009105809506465125
|
|
56
|
+
.00121410793419535
|
|
57
|
+
.0015176349177441874
|
|
58
|
+
.001821161901293025
|
|
59
|
+
.0021246888848418626
|
|
60
|
+
.0024282158683907
|
|
61
|
+
.0027317428519395373
|
|
62
|
+
.003035269835488375
|
|
63
|
+
.003346535763899161
|
|
64
|
+
.003676507324047436
|
|
65
|
+
.004024717018496307
|
|
66
|
+
.004391442037410293
|
|
67
|
+
.004776953480693729
|
|
68
|
+
.005181516702338386
|
|
69
|
+
.005605391624202723
|
|
70
|
+
.006048833022857054
|
|
71
|
+
.006512090792594475
|
|
72
|
+
.006995410187265387
|
|
73
|
+
.007499032043226175
|
|
74
|
+
.008023192985384994
|
|
75
|
+
.008568125618069307
|
|
76
|
+
.009134058702220787
|
|
77
|
+
.00972121732023785
|
|
78
|
+
.010329823029626936
|
|
79
|
+
.010960094006488246
|
|
80
|
+
.011612245179743885
|
|
81
|
+
.012286488356915872
|
|
82
|
+
.012983032342173012
|
|
83
|
+
.013702083047289686
|
|
84
|
+
.014443843596092545
|
|
85
|
+
.01520851442291271
|
|
86
|
+
.01599629336550963
|
|
87
|
+
.016807375752887384
|
|
88
|
+
.017641954488384078
|
|
89
|
+
.018500220128379697
|
|
90
|
+
.019382360956935723
|
|
91
|
+
.0202885630566524
|
|
92
|
+
.021219010376003555
|
|
93
|
+
.022173884793387385
|
|
94
|
+
.02315336617811041
|
|
95
|
+
.024157632448504756
|
|
96
|
+
.02518685962736163
|
|
97
|
+
.026241221894849898
|
|
98
|
+
.027320891639074894
|
|
99
|
+
.028426039504420793
|
|
100
|
+
.0295568344378088
|
|
101
|
+
.030713443732993635
|
|
102
|
+
.03189603307301153
|
|
103
|
+
.033104766570885055
|
|
104
|
+
.03433980680868217
|
|
105
|
+
.03560131487502034
|
|
106
|
+
.03688945040110004
|
|
107
|
+
.0382043715953465
|
|
108
|
+
.03954623527673284
|
|
109
|
+
.04091519690685319
|
|
110
|
+
.042311410620809675
|
|
111
|
+
.043735029256973465
|
|
112
|
+
.04518620438567554
|
|
113
|
+
.046665086336880095
|
|
114
|
+
.04817182422688942
|
|
115
|
+
.04970656598412723
|
|
116
|
+
.05126945837404324
|
|
117
|
+
.052860647023180246
|
|
118
|
+
.05448027644244237
|
|
119
|
+
.05612849004960009
|
|
120
|
+
.05780543019106723
|
|
121
|
+
.0595112381629812
|
|
122
|
+
.06124605423161761
|
|
123
|
+
.06301001765316767
|
|
124
|
+
.06480326669290577
|
|
125
|
+
.06662593864377289
|
|
126
|
+
.06847816984440017
|
|
127
|
+
.07036009569659588
|
|
128
|
+
.07227185068231748
|
|
129
|
+
.07421356838014963
|
|
130
|
+
.07618538148130785
|
|
131
|
+
.07818742180518633
|
|
132
|
+
.08021982031446832
|
|
133
|
+
.0822827071298148
|
|
134
|
+
.08437621154414882
|
|
135
|
+
.08650046203654976
|
|
136
|
+
.08865558628577294
|
|
137
|
+
.09084171118340768
|
|
138
|
+
.09305896284668745
|
|
139
|
+
.0953074666309647
|
|
140
|
+
.09758734714186246
|
|
141
|
+
.09989872824711389
|
|
142
|
+
.10224173308810132
|
|
143
|
+
.10461648409110419
|
|
144
|
+
.10702310297826761
|
|
145
|
+
.10946171077829933
|
|
146
|
+
.1119324278369056
|
|
147
|
+
.11443537382697373
|
|
148
|
+
.11697066775851084
|
|
149
|
+
.11953842798834562
|
|
150
|
+
.12213877222960187
|
|
151
|
+
.12477181756095049
|
|
152
|
+
.12743768043564743
|
|
153
|
+
.1301364766903643
|
|
154
|
+
.13286832155381798
|
|
155
|
+
.13563332965520566
|
|
156
|
+
.13843161503245183
|
|
157
|
+
.14126329114027164
|
|
158
|
+
.14412847085805777
|
|
159
|
+
.14702726649759498
|
|
160
|
+
.14995978981060856
|
|
161
|
+
.15292615199615017
|
|
162
|
+
.1559264637078274
|
|
163
|
+
.1589608350608804
|
|
164
|
+
.162029375639111
|
|
165
|
+
.1651321945016676
|
|
166
|
+
.16826940018969075
|
|
167
|
+
.1714411007328226
|
|
168
|
+
.17464740365558504
|
|
169
|
+
.17788841598362912
|
|
170
|
+
.18116424424986022
|
|
171
|
+
.184474994500441
|
|
172
|
+
.18782077230067787
|
|
173
|
+
.19120168274079138
|
|
174
|
+
.1946178304415758
|
|
175
|
+
.19806931955994886
|
|
176
|
+
.20155625379439707
|
|
177
|
+
.20507873639031693
|
|
178
|
+
.20863687014525575
|
|
179
|
+
.21223075741405523
|
|
180
|
+
.21586050011389926
|
|
181
|
+
.2195261997292692
|
|
182
|
+
.2232279573168085
|
|
183
|
+
.22696587351009836
|
|
184
|
+
.23074004852434915
|
|
185
|
+
.23455058216100522
|
|
186
|
+
.238397573812271
|
|
187
|
+
.24228112246555486
|
|
188
|
+
.24620132670783548
|
|
189
|
+
.25015828472995344
|
|
190
|
+
.25415209433082675
|
|
191
|
+
.2581828529215958
|
|
192
|
+
.26225065752969623
|
|
193
|
+
.26635560480286247
|
|
194
|
+
.2704977910130658
|
|
195
|
+
.27467731206038465
|
|
196
|
+
.2788942634768104
|
|
197
|
+
.2831487404299921
|
|
198
|
+
.2874408377269175
|
|
199
|
+
.29177064981753587
|
|
200
|
+
.2961382707983211
|
|
201
|
+
.3005437944157765
|
|
202
|
+
.3049873140698863
|
|
203
|
+
.30946892281750854
|
|
204
|
+
.31398871337571754
|
|
205
|
+
.31854677812509186
|
|
206
|
+
.32314320911295075
|
|
207
|
+
.3277780980565422
|
|
208
|
+
.33245153634617935
|
|
209
|
+
.33716361504833037
|
|
210
|
+
.3419144249086609
|
|
211
|
+
.3467040563550296
|
|
212
|
+
.35153259950043936
|
|
213
|
+
.3564001441459435
|
|
214
|
+
.3613067797835095
|
|
215
|
+
.3662525955988395
|
|
216
|
+
.3712376804741491
|
|
217
|
+
.3762621229909065
|
|
218
|
+
.38132601143253014
|
|
219
|
+
.386429433787049
|
|
220
|
+
.39157247774972326
|
|
221
|
+
.39675523072562685
|
|
222
|
+
.4019777798321958
|
|
223
|
+
.4072402119017367
|
|
224
|
+
.41254261348390375
|
|
225
|
+
.4178850708481375
|
|
226
|
+
.4232676699860717
|
|
227
|
+
.4286904966139066
|
|
228
|
+
.43415363617474895
|
|
229
|
+
.4396571738409188
|
|
230
|
+
.44520119451622786
|
|
231
|
+
.45078578283822346
|
|
232
|
+
.45641102318040466
|
|
233
|
+
.4620769996544071
|
|
234
|
+
.467783796112159
|
|
235
|
+
.47353149614800955
|
|
236
|
+
.4793201831008268
|
|
237
|
+
.4851499400560704
|
|
238
|
+
.4910208498478356
|
|
239
|
+
.4969329950608704
|
|
240
|
+
.5028864580325687
|
|
241
|
+
.5088813208549338
|
|
242
|
+
.5149176653765214
|
|
243
|
+
.5209955732043543
|
|
244
|
+
.5271151257058131
|
|
245
|
+
.5332764040105052
|
|
246
|
+
.5394794890121072
|
|
247
|
+
.5457244613701866
|
|
248
|
+
.5520114015120001
|
|
249
|
+
.5583403896342679
|
|
250
|
+
.5647115057049292
|
|
251
|
+
.5711248294648731
|
|
252
|
+
.5775804404296506
|
|
253
|
+
.5840784178911641
|
|
254
|
+
.5906188409193369
|
|
255
|
+
.5972017883637634
|
|
256
|
+
.6038273388553378
|
|
257
|
+
.6104955708078648
|
|
258
|
+
.6172065624196511
|
|
259
|
+
.6239603916750761
|
|
260
|
+
.6307571363461468
|
|
261
|
+
.6375968739940326
|
|
262
|
+
.6444796819705821
|
|
263
|
+
.6514056374198242
|
|
264
|
+
.6583748172794485
|
|
265
|
+
.665387298282272
|
|
266
|
+
.6724431569576875
|
|
267
|
+
.6795424696330938
|
|
268
|
+
.6866853124353135
|
|
269
|
+
.6938717612919899
|
|
270
|
+
.7011018919329731
|
|
271
|
+
.7083757798916868
|
|
272
|
+
.7156935005064807
|
|
273
|
+
.7230551289219693
|
|
274
|
+
.7304607400903537
|
|
275
|
+
.7379104087727308
|
|
276
|
+
.7454042095403874
|
|
277
|
+
.7529422167760779
|
|
278
|
+
.7605245046752924
|
|
279
|
+
.768151147247507
|
|
280
|
+
.7758222183174236
|
|
281
|
+
.7835377915261935
|
|
282
|
+
.7912979403326302
|
|
283
|
+
.799102738014409
|
|
284
|
+
.8069522576692516
|
|
285
|
+
.8148465722161012
|
|
286
|
+
.8227857543962835
|
|
287
|
+
.8307698767746546
|
|
288
|
+
.83879901174074
|
|
289
|
+
.846873231509858
|
|
290
|
+
.8549926081242338
|
|
291
|
+
.8631572134541023
|
|
292
|
+
.8713671191987972
|
|
293
|
+
.8796223968878317
|
|
294
|
+
.8879231178819663
|
|
295
|
+
.8962693533742664
|
|
296
|
+
.9046611743911496
|
|
297
|
+
.9130986517934192
|
|
298
|
+
.9215818562772946
|
|
299
|
+
.9301108583754237
|
|
300
|
+
.938685728457888
|
|
301
|
+
.9473065367331999
|
|
302
|
+
.9559733532492861
|
|
303
|
+
.9646862478944651
|
|
304
|
+
.9734452903984125
|
|
305
|
+
.9822505503331171
|
|
306
|
+
.9911020971138298
|
|
307
|
+
1
|
|
308
|
+
);
|
|
309
|
+
|
|
310
|
+
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark".
|
|
311
|
+
// Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
312
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
313
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
314
|
+
$wcag-min-contrast-ratio: 7 !default;
|
|
315
|
+
$wcag-dark: black !default;
|
|
316
|
+
$wcag-light: white !default;
|
|
317
|
+
|
|
318
|
+
// Calculate the luminance for a color.
|
|
319
|
+
// See https://www.w3.org/TR/WCAG/#dfn-relative-luminance
|
|
320
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
321
|
+
@function k-color-luminance( $color ) {
|
|
322
|
+
$red: k-list-nth( $linear-channel-values, k-color-red( $color ) + 1 );
|
|
323
|
+
$green: k-list-nth( $linear-channel-values, k-color-green( $color ) + 1 );
|
|
324
|
+
$blue: k-list-nth( $linear-channel-values, k-color-blue( $color ) + 1 );
|
|
325
|
+
|
|
326
|
+
@return .2126 * $red + .7152 * $green + .0722 * $blue;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Calculate the luminance for a color.
|
|
330
|
+
// See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio
|
|
331
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
332
|
+
@function k-color-contrast-ratio( $background, $foreground ) {
|
|
333
|
+
// sass-lint:disable-block variable-name-format
|
|
334
|
+
$backLum: k-color-luminance( $background ) + .05;
|
|
335
|
+
$foreLum: k-color-luminance( $foreground ) + .05;
|
|
336
|
+
|
|
337
|
+
@return k-math-div( k-math-max( $backLum, $foreLum ), k-math-min( $backLum, $foreLum ) );
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@function k-is-dark( $color ) {
|
|
341
|
+
@return if( k-color-luminance( $color ) < .5, true, false );
|
|
342
|
+
}
|
|
343
|
+
@function k-is-light( $color ) {
|
|
344
|
+
@return if( k-color-luminance( $color ) < .5, false, true );
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
// Contrast functions
|
|
349
|
+
@function k-contrast-color( $background, $dark: $wcag-dark, $light: $wcag-light, $min-ratio: $wcag-min-contrast-ratio ) {
|
|
350
|
+
$foregrounds: $light, $dark, #ffffff, #000000;
|
|
351
|
+
$max-ratio: 0;
|
|
352
|
+
$max-ratio-color: null;
|
|
353
|
+
|
|
354
|
+
@each $color in $foregrounds {
|
|
355
|
+
$contrast-ratio: k-color-contrast-ratio( $background, $color );
|
|
356
|
+
|
|
357
|
+
@if ( $contrast-ratio > $min-ratio ) {
|
|
358
|
+
@return $color;
|
|
359
|
+
} @else if ( $contrast-ratio > $max-ratio ) {
|
|
360
|
+
$max-ratio: $contrast-ratio;
|
|
361
|
+
$max-ratio-color: $color;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// sass-lint:disable-block no-warn
|
|
366
|
+
@warn "Found no color leading to #{$min-ratio}:1 contrast ratio against #{$background}...";
|
|
367
|
+
|
|
368
|
+
@return $max-ratio-color;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// #endregion
|
|
372
|
+
// #region @import "_color-manipulation.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
|
|
373
|
+
/// Set a specific jump point for requesting color jumps
|
|
374
|
+
/// @group color-system
|
|
375
|
+
/// @access private
|
|
376
|
+
$kendo-color-level-step: 8% !default;
|
|
377
|
+
|
|
378
|
+
@function k-color-level( $color, $level: 0 ) {
|
|
379
|
+
|
|
380
|
+
@if ( $level == 0 ) or ( $level == 0% ) {
|
|
381
|
+
@return $color;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
$base: if( $level < 0, #ffffff, #000000 );
|
|
385
|
+
$level: k-math-abs( $level );
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
@if ( k-math-unit($level) == "%" ) {
|
|
389
|
+
@return k-color-mix( $base, $color, $level );
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@return k-color-mix( $base, $color, $level * $kendo-color-level-step );
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@function k-color-tint( $color, $level: 1 ) {
|
|
396
|
+
@return k-color-level( $color, -$level );
|
|
397
|
+
}
|
|
398
|
+
@function k-color-shade( $color, $level: 1 ) {
|
|
399
|
+
@return k-color-level( $color, $level );
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
@function k-try-shade( $color, $level: 1 ) {
|
|
403
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
404
|
+
|
|
405
|
+
@if $dark-theme {
|
|
406
|
+
@return k-color-tint( $color, $level );
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
@return k-color-shade( $color, $level );
|
|
410
|
+
}
|
|
411
|
+
@function k-try-tint( $color, $level: 1 ) {
|
|
412
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
413
|
+
|
|
414
|
+
@if $dark-theme {
|
|
415
|
+
@return k-color-shade( $color, $level );
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
@return k-color-tint( $color, $level );
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
@function k-try-darken( $color, $amount ) {
|
|
423
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
424
|
+
|
|
425
|
+
@if $dark-theme {
|
|
426
|
+
@return k-color-lighten( $color, $amount );
|
|
427
|
+
}
|
|
428
|
+
@return k-color-darken( $color, $amount );
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
@function k-try-lighten( $color, $amount ) {
|
|
432
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
433
|
+
|
|
434
|
+
@if $dark-theme {
|
|
435
|
+
@return k-color-darken( $color, $amount );
|
|
436
|
+
}
|
|
437
|
+
@return k-color-lighten( $color, $amount );
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// TODO: Remove this function or rethink the logic
|
|
441
|
+
@function k-true-mix( $color1, $color2, $weight: 50% ) {
|
|
442
|
+
@return k-color-mix( rgba( $color1, 1 ), rgba( $color2, 1 ), $weight );
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// #endregion
|
|
446
|
+
// #region @import "_list.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
|
|
447
|
+
@function k-list-append( $list, $val, $separator: auto ) {
|
|
448
|
+
@return append( $list, $val, $separator );
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
@function k-list-index( $list, $value ) {
|
|
452
|
+
@return index( $list, $value );
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
@function k-list-is-bracketed( $list ) {
|
|
456
|
+
@return is-bracketed( $list );
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
@function k-list-join( $list1, $list2, $separator: auto, $bracketed: auto ) {
|
|
460
|
+
@return join( $list1, $list2, $separator, $bracketed );
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
@function k-list-length( $list ) {
|
|
464
|
+
@return length( $list );
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@function k-list-nth( $list, $n ) {
|
|
468
|
+
@return nth( $list, $n );
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
@function k-list-separator( $list ) {
|
|
472
|
+
@return list-separator( $list );
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
@function k-list-set-nth( $list, $n, $value ) {
|
|
476
|
+
@return set-nth( $list, $n, $value );
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@function k-list-zip( $lists... ) {
|
|
480
|
+
@return zip( $lists... );
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// #endregion
|
|
484
|
+
// #region @import "_math.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
|
|
485
|
+
@function k-math-abs( $number ) {
|
|
486
|
+
@return abs( $number );
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
@function k-math-ceil( $number ) {
|
|
490
|
+
@return ceil( $number );
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
@function k-math-clamp( $value, $min, $max ) {
|
|
494
|
+
@return k-math-max( $min, k-math-min( $max, $value ) );
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
@function k-math-compatible( $a, $b ) {
|
|
498
|
+
@return comparable( $a, $b );
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@function k-math-div( $a, $b ) {
|
|
502
|
+
@return ( $a / $b );
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@function k-math-is-unitless( $number ) {
|
|
506
|
+
@return unitless( $number );
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
@function k-math-max( $a, $b ) {
|
|
510
|
+
@return max( $a, $b );
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
@function k-math-min( $a, $b ) {
|
|
514
|
+
@return min( $a, $b );
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
@function k-math-mod( $a, $b ) {
|
|
518
|
+
@return ( $a % $b );
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
@function k-math-mul( $a, $b ) {
|
|
522
|
+
@return ( $a * $b );
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
@function k-math-percentage( $number ) {
|
|
526
|
+
@return ( $number * 100% );
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
@function k-math-pow( $x, $n ) {
|
|
530
|
+
$ret: 1;
|
|
531
|
+
|
|
532
|
+
@if ( $n == 0 ) {
|
|
533
|
+
@return $ret;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@if ( $n > 0 ) {
|
|
537
|
+
@for $i from 1 through $n {
|
|
538
|
+
$ret: $ret * $x;
|
|
539
|
+
}
|
|
540
|
+
@return $ret;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
@for $i from $n to 0 {
|
|
544
|
+
$ret: k-math-div( $ret, $x );
|
|
545
|
+
}
|
|
546
|
+
@return $ret;
|
|
547
|
+
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@function k-math-random( $limit: null ) {
|
|
551
|
+
@if ( $limit == null ) {
|
|
552
|
+
@return random();
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
@return random( $limit );
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
@function k-math-round( $number, $precision: 0 ) {
|
|
559
|
+
|
|
560
|
+
@if ( $precision == 0 ) {
|
|
561
|
+
@return round( $number );
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
$pow: k-math-pow( 10, $precision );
|
|
565
|
+
|
|
566
|
+
@return k-math-div( round( $number * $pow ), $pow );
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
@function k-math-unit( $number ) {
|
|
570
|
+
@return unit( $number );
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
@function k-math-strip-unit($number) {
|
|
574
|
+
@if ( k-meta-type-of( $number ) == "number" ) and not k-math-is-unitless( $number ) {
|
|
575
|
+
@return k-math-div( $number, 1 * k-math-unit( $number) );
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
@return $number;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// #endregion
|
|
582
|
+
// #region @import "_map.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
|
|
583
|
+
@function k-map-get( $map, $keys... ) {
|
|
584
|
+
@each $key in $keys {
|
|
585
|
+
$map: map-get( $map, $key );
|
|
586
|
+
}
|
|
587
|
+
@return $map;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
@function k-map-has-key( $map, $key ) {
|
|
591
|
+
@return map-has-key( $map, $key );
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@function k-map-keys( $map ) {
|
|
595
|
+
@return map-keys( $map );
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
@function k-map-merge( $map, $args... ) {
|
|
599
|
+
@each $arg in $args {
|
|
600
|
+
$map: map-merge( $map, $arg );
|
|
601
|
+
}
|
|
602
|
+
@return $map;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
@function k-map-remove( $map, $keys... ) {
|
|
606
|
+
@return map-remove( $map, $keys... );
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
@function k-map-set( $map, $key, $value ) {
|
|
610
|
+
@return k-map-merge( $map, ( $key: $value ) );
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
@function k-map-values( $map ) {
|
|
614
|
+
@return map-values( $map );
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// #endregion
|
|
618
|
+
// #region @import "_meta.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
|
|
619
|
+
// Adapted from https://css-tricks.com/snippets/sass/advanced-type-checking/
|
|
620
|
+
|
|
621
|
+
@function k-meta-type-of( $value ) {
|
|
622
|
+
@return type-of( $value );
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
@function k-meta-is-number( $value ) {
|
|
626
|
+
@return k-meta-type-of( $value ) == "number";
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
@function k-meta-is-integer( $value ) {
|
|
630
|
+
@return k-meta-is-number( $value ) and k-math-round( $value ) == $value;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
@function k-meta-is-time( $value ) {
|
|
634
|
+
@return k-meta-is-number( $value ) and k-string-index( "ms" "s", k-math-unit( $value ) ) != null;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
@function k-meta-is-duration( $value ) {
|
|
638
|
+
@return k-meta-is-time( $value );
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
@function k-meta-is-angle( $value ) {
|
|
642
|
+
@return k-meta-is-number( $value ) and k-string-index( "deg" "rad" "grad" "turn", k-math-unit( $value ) ) != null;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
@function k-meta-is-frequency( $value ) {
|
|
646
|
+
@return k-meta-is-number( $value ) and k-string-index( "Hz" "kHz", k-math-unit( $value ) ) != null;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
@function k-meta-is-relative-length( $value ) {
|
|
650
|
+
@return k-meta-is-number( $value ) and k-string-index( "em" "ex" "ch" "rem" "vw" "vh" "vmin" "vmax", k-math-unit( $value ) ) != null;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
@function k-meta-is-absolute-length( $value ) {
|
|
654
|
+
@return k-meta-is-number( $value ) and k-string-index( "cm" "mm" "in" "px" "pt" "pc", k-math-unit( $value ) ) != null;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
@function k-meta-is-percentage( $value ) {
|
|
658
|
+
@return k-meta-is-number( $value ) and k-math-unit( $value ) == "%";
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
@function k-meta-is-length( $value ) {
|
|
662
|
+
@return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
@function k-meta-is-resolution( $value ) {
|
|
666
|
+
@return k-meta-is-number( $value ) and k-string-index( "dpi" "dpcm" "dppx", k-math-unit( $value ) ) != null;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
@function k-meta-is-position( $value ) {
|
|
670
|
+
@return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( "top" "right" "bottom" "left" "center", $value ) != null;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// #endregion
|
|
674
|
+
// #region @import "_string.import.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
|
|
675
|
+
@function k-string-index( $string, $substring ) {
|
|
676
|
+
@return str-index( $string, $substring );
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
@function k-string-insert( $string, $insert, $index ) {
|
|
680
|
+
@return str-insert( $string, $insert, $index );
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
@function k-string-length( $string ) {
|
|
684
|
+
@return str-length( $string );
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
@function k-string-quote( $string ) {
|
|
688
|
+
@return quote( $string );
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// See https://www.sassmeister.com/gist/1b4f2da5527830088e4d
|
|
692
|
+
@function k-string-replace( $string, $search, $replace: "" ) {
|
|
693
|
+
$index: k-string-index( $string, $search );
|
|
694
|
+
|
|
695
|
+
@if $index {
|
|
696
|
+
@return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
@return $string;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
@function k-string-slice( $string, $start-at, $end-at: -1 ) {
|
|
703
|
+
@return str-slice( $string, $start-at, $end-at );
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
@function k-string-to-lower-case( $string ) {
|
|
707
|
+
@return to-lower-case( $string );
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
@function k-string-to-upper-case( $string ) {
|
|
711
|
+
@return to-upper-case( $string );
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
@function k-string-unique-id() {
|
|
715
|
+
@return unique-id();
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
@function k-string-unquote( $string ) {
|
|
719
|
+
@return unquote( $string );
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
// #endregion
|
|
723
|
+
|
|
724
|
+
// #endregion
|
|
7
725
|
// #region @import "~@progress/kendo-theme-default/scss/core/functions/_index.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/core/functions/_index.scss
|
|
8
726
|
// #region @import "_math.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/core/functions/_math.scss
|
|
9
727
|
@function decimal-round($float, $digits: 2) {
|
|
@@ -872,8 +1590,8 @@ $_kendo-imported-modules: ();
|
|
|
872
1590
|
// Infinite calendar and timepicker
|
|
873
1591
|
@mixin hide-scrollbar($dir: "right", $max-scrollbar: 100px) {
|
|
874
1592
|
// anything larger than the scrollbar width will do
|
|
875
|
-
$scrollbar-size:
|
|
876
|
-
$margin:
|
|
1593
|
+
$scrollbar-size: var( --kendo-scrollbar-width, #{$default-scrollbar-width} );
|
|
1594
|
+
$margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
|
|
877
1595
|
|
|
878
1596
|
padding-right: $max-scrollbar;
|
|
879
1597
|
padding-left: $max-scrollbar;
|
|
@@ -921,16 +1639,16 @@ $black: #000000 !default;
|
|
|
921
1639
|
// stylelint-enable scss/dollar-variable-colon-space-after
|
|
922
1640
|
|
|
923
1641
|
$body-bg: $white !default;
|
|
924
|
-
$body-color: contrast-
|
|
1642
|
+
$body-color: k-contrast-color( $body-bg, $gray-900, $gray-100 ) !default;
|
|
925
1643
|
|
|
926
1644
|
$component-bg: $body-bg !default;
|
|
927
|
-
$component-text: contrast-
|
|
928
|
-
$component-border:
|
|
1645
|
+
$component-text: k-contrast-color( $component-bg, $gray-900, $gray-100 ) !default;
|
|
1646
|
+
$component-border: if( k-is-light( $component-bg ), $gray-300, $gray-700 ) !default;
|
|
929
1647
|
|
|
930
1648
|
$input-bg: $component-bg !default;
|
|
931
|
-
$input-color: contrast-
|
|
932
|
-
$input-border-color:
|
|
933
|
-
$input-placeholder-color: contrast-
|
|
1649
|
+
$input-color: k-contrast-color( $input-bg, $gray-700, $gray-300 ) !default;
|
|
1650
|
+
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
1651
|
+
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
|
934
1652
|
|
|
935
1653
|
$card-bg: $component-bg !default;
|
|
936
1654
|
$card-color: $component-text !default;
|
|
@@ -945,7 +1663,7 @@ $table-color: $component-text !default;
|
|
|
945
1663
|
$table-border-color: $component-border !default;
|
|
946
1664
|
|
|
947
1665
|
$tooltip-bg: if( $dark-theme, $white, $black ) !default;
|
|
948
|
-
$tooltip-color: contrast-
|
|
1666
|
+
$tooltip-color: k-contrast-color( $tooltip-bg ) !default;
|
|
949
1667
|
|
|
950
1668
|
$popover-font-size: $font-size-base !default;
|
|
951
1669
|
|
|
@@ -2965,7 +3683,7 @@ $default-scrollbar-width: 17px !default;
|
|
|
2965
3683
|
// Icons
|
|
2966
3684
|
$icon-size: 16px !default;
|
|
2967
3685
|
$icon-size-lg: 32px !default;
|
|
2968
|
-
$icon-spacing: map-get( $spacing, 2 ) !default;
|
|
3686
|
+
$icon-spacing: k-map-get( $spacing, 2 ) !default;
|
|
2969
3687
|
|
|
2970
3688
|
/// The URL to the icon font that will be used by the theme
|
|
2971
3689
|
/// The default value of `null` embeds the package font with a `data:` URL
|
|
@@ -2975,15 +3693,15 @@ $icon-font-url: null !default;
|
|
|
2975
3693
|
|
|
2976
3694
|
// Metrics
|
|
2977
3695
|
$padding-x: $spacer !default;
|
|
2978
|
-
$padding-y: $spacer
|
|
2979
|
-
$padding-x-sm: $padding-x
|
|
2980
|
-
$padding-y-sm: $padding-y
|
|
3696
|
+
$padding-y: k-math-div( $spacer, 2 ) !default;
|
|
3697
|
+
$padding-x-sm: k-math-div( $padding-x, 2 ) !default;
|
|
3698
|
+
$padding-y-sm: k-math-div( $padding-y, 2 ) !default;
|
|
2981
3699
|
$padding-x-lg: $padding-x * 1.5 !default;
|
|
2982
3700
|
$padding-y-lg: $padding-y * 1.5 !default;
|
|
2983
3701
|
|
|
2984
3702
|
/// Border radius for all components.
|
|
2985
3703
|
$kendo-border-radius: $border-radius !default;
|
|
2986
|
-
$kendo-border-radius-sm: $kendo-border-radius
|
|
3704
|
+
$kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
2987
3705
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
2988
3706
|
$kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
|
|
2989
3707
|
|
|
@@ -3022,7 +3740,7 @@ $accent: $primary !default;
|
|
|
3022
3740
|
/// @deprecated Will be removed in v5. Use `$primary-contrast` variable instead.
|
|
3023
3741
|
/// @group color-system
|
|
3024
3742
|
/// @type Color
|
|
3025
|
-
$accent-contrast: contrast-
|
|
3743
|
+
$accent-contrast: k-contrast-color( $accent ) !default;
|
|
3026
3744
|
|
|
3027
3745
|
|
|
3028
3746
|
// Theme colors
|
|
@@ -3031,68 +3749,68 @@ $accent-contrast: contrast-wcag( $accent ) !default;
|
|
|
3031
3749
|
/// @group color-system
|
|
3032
3750
|
/// @type Color
|
|
3033
3751
|
$primary: $primary !default;
|
|
3034
|
-
$primary-lighter: tint( $primary, 2 ) !default;
|
|
3035
|
-
$primary-darker: shade( $primary, 2 ) !default;
|
|
3752
|
+
$primary-lighter: k-color-tint( $primary, 2 ) !default;
|
|
3753
|
+
$primary-darker: k-color-shade( $primary, 2 ) !default;
|
|
3036
3754
|
|
|
3037
3755
|
/// The color used along with the primary color denoted by $primary.
|
|
3038
3756
|
/// Used to provide contrast between the background and foreground colors.
|
|
3039
3757
|
/// @group color-system
|
|
3040
3758
|
/// @type Color
|
|
3041
|
-
$primary-contrast: contrast-
|
|
3759
|
+
$primary-contrast: k-contrast-color( $primary ) !default;
|
|
3042
3760
|
|
|
3043
3761
|
/// The secondary color of the theme.
|
|
3044
3762
|
/// @group color-system
|
|
3045
3763
|
/// @type Color
|
|
3046
3764
|
$secondary: $secondary !default;
|
|
3047
|
-
$secondary-lighter: tint( $secondary, 2 ) !default;
|
|
3048
|
-
$secondary-darker: shade( $secondary, 2 ) !default;
|
|
3765
|
+
$secondary-lighter: k-color-tint( $secondary, 2 ) !default;
|
|
3766
|
+
$secondary-darker: k-color-shade( $secondary, 2 ) !default;
|
|
3049
3767
|
|
|
3050
3768
|
/// The color used along with the secondary color denoted by $secondary.
|
|
3051
3769
|
/// Used to provide contrast between the background and foreground colors.
|
|
3052
3770
|
/// @group color-system
|
|
3053
3771
|
/// @type Color
|
|
3054
|
-
$secondary-contrast: contrast-
|
|
3772
|
+
$secondary-contrast: k-contrast-color( $secondary ) !default;
|
|
3055
3773
|
|
|
3056
3774
|
/// The tertiary color of the theme.
|
|
3057
3775
|
/// @group color-system
|
|
3058
3776
|
/// @type Color
|
|
3059
3777
|
$tertiary: $purple !default;
|
|
3060
|
-
$tertiary-lighter: tint( $tertiary, 2 ) !default;
|
|
3061
|
-
$tertiary-darker: shade( $tertiary, 2 ) !default;
|
|
3778
|
+
$tertiary-lighter: k-color-tint( $tertiary, 2 ) !default;
|
|
3779
|
+
$tertiary-darker: k-color-shade( $tertiary, 2 ) !default;
|
|
3062
3780
|
|
|
3063
3781
|
/// The color used along with the tertiary color denoted by $tertiary.
|
|
3064
3782
|
/// Used to provide contrast between the background and foreground colors.
|
|
3065
3783
|
/// @group color-system
|
|
3066
3784
|
/// @type Color
|
|
3067
|
-
$tertiary-contrast: contrast-
|
|
3785
|
+
$tertiary-contrast: k-contrast-color( $tertiary ) !default;
|
|
3068
3786
|
|
|
3069
3787
|
/// The color for informational messages and states.
|
|
3070
3788
|
/// @group color-system
|
|
3071
3789
|
/// @type Color
|
|
3072
3790
|
$info: $info !default;
|
|
3073
|
-
$info-lighter: tint( $info, 2 ) !default;
|
|
3074
|
-
$info-darker: shade( $info, 2 ) !default;
|
|
3791
|
+
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
3792
|
+
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
3075
3793
|
|
|
3076
3794
|
/// The color for success messages and states.
|
|
3077
3795
|
/// @group color-system
|
|
3078
3796
|
/// @type Color
|
|
3079
3797
|
$success: $success !default;
|
|
3080
|
-
$success-lighter: tint( $success, 2 ) !default;
|
|
3081
|
-
$success-darker: shade( $success, 2 ) !default;
|
|
3798
|
+
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
3799
|
+
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
3082
3800
|
|
|
3083
3801
|
/// The color for warning messages and states.
|
|
3084
3802
|
/// @group color-system
|
|
3085
3803
|
/// @type Color
|
|
3086
3804
|
$warning: $warning !default;
|
|
3087
|
-
$warning-lighter: tint( $warning, 2 ) !default;
|
|
3088
|
-
$warning-darker: shade( $warning, 2 ) !default;
|
|
3805
|
+
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
3806
|
+
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
3089
3807
|
|
|
3090
3808
|
/// The color for error messages and states.
|
|
3091
3809
|
/// @group color-system
|
|
3092
3810
|
/// @type Color
|
|
3093
3811
|
$error: $danger !default;
|
|
3094
|
-
$error-lighter: tint( $error, 2 ) !default;
|
|
3095
|
-
$error-darker: shade( $error, 2 ) !default;
|
|
3812
|
+
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
3813
|
+
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
3096
3814
|
|
|
3097
3815
|
/// The dark color of the theme.
|
|
3098
3816
|
/// @group color-system
|
|
@@ -3146,9 +3864,9 @@ $body-text: $body-color !default;
|
|
|
3146
3864
|
$subtle-text: if( $dark-theme, $gray-400, $text-muted ) !default;
|
|
3147
3865
|
$disabled-text: if( $dark-theme, $gray-600, $gray-500) !default;
|
|
3148
3866
|
|
|
3149
|
-
$app-bg: try-shade( $body-bg, .25 ) !default;
|
|
3867
|
+
$app-bg: k-try-shade( $body-bg, .25 ) !default;
|
|
3150
3868
|
$app-text: $body-text !default;
|
|
3151
|
-
$app-border:
|
|
3869
|
+
$app-border: if( k-is-light( $app-bg ), $gray-300, $gray-700 ) !default;
|
|
3152
3870
|
|
|
3153
3871
|
|
|
3154
3872
|
// Components
|
|
@@ -3165,7 +3883,7 @@ $component-text: $body-text !default;
|
|
|
3165
3883
|
/// Border color of a component.
|
|
3166
3884
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$grid-border: component-border !default;`.
|
|
3167
3885
|
/// @group component
|
|
3168
|
-
$component-border:
|
|
3886
|
+
$component-border: if( k-is-light( $component-bg ), $gray-300, $gray-700 ) !default;
|
|
3169
3887
|
|
|
3170
3888
|
|
|
3171
3889
|
/// The background of the components' chrome area.
|
|
@@ -3173,7 +3891,7 @@ $base-bg: $gray-100 !default;
|
|
|
3173
3891
|
/// The text color of the components' chrome area.
|
|
3174
3892
|
$base-text: $body-text !default;
|
|
3175
3893
|
/// The border color of the components' chrome area.
|
|
3176
|
-
$base-border: try-shade( $base-bg, 1 ) !default;
|
|
3894
|
+
$base-border: k-try-shade( $base-bg, 1 ) !default;
|
|
3177
3895
|
/// The gradient background of the components' chrome area.
|
|
3178
3896
|
$base-gradient: null !default;
|
|
3179
3897
|
|
|
@@ -3182,20 +3900,20 @@ $hovered-bg: $gray-200 !default;
|
|
|
3182
3900
|
/// The text color of hovered items.
|
|
3183
3901
|
$hovered-text: $base-text !default;
|
|
3184
3902
|
/// The border color of hovered items.
|
|
3185
|
-
$hovered-border: try-shade( $hovered-bg, 1 ) !default;
|
|
3903
|
+
$hovered-border: k-try-shade( $hovered-bg, 1 ) !default;
|
|
3186
3904
|
/// The gradient background of hovered items.
|
|
3187
3905
|
$hovered-gradient: null !default;
|
|
3188
3906
|
|
|
3189
3907
|
/// The background of selected items.
|
|
3190
3908
|
$selected-bg: $primary !default;
|
|
3191
3909
|
/// The text color of selected items.
|
|
3192
|
-
$selected-text: contrast-
|
|
3910
|
+
$selected-text: k-contrast-color( $selected-bg ) !default;
|
|
3193
3911
|
/// The border color of selected items.
|
|
3194
|
-
$selected-border: try-shade( $selected-bg, 1 ) !default;
|
|
3912
|
+
$selected-border: k-try-shade( $selected-bg, 1 ) !default;
|
|
3195
3913
|
/// The gradient background of selected items.
|
|
3196
3914
|
$selected-gradient: null !default;
|
|
3197
3915
|
|
|
3198
|
-
$selected-hover-bg: try-shade( $selected-bg, .5 ) !default;
|
|
3916
|
+
$selected-hover-bg: k-try-shade( $selected-bg, .5 ) !default;
|
|
3199
3917
|
$selected-hover-text: $selected-text !default;
|
|
3200
3918
|
$selected-hover-border: $base-border !default;
|
|
3201
3919
|
$selected-hover-gradient: null !default;
|
|
@@ -3226,7 +3944,7 @@ $equilateral-index: 1.7320508076 !default;
|
|
|
3226
3944
|
$equilateral-height: .8660254038 !default;
|
|
3227
3945
|
|
|
3228
3946
|
$drop-hint-arrow-size: 8px !default;
|
|
3229
|
-
$drop-hint-arrow-spacing: ($drop-hint-arrow-size
|
|
3947
|
+
$drop-hint-arrow-spacing: k-math-div( $drop-hint-arrow-size, 2 ) !default;
|
|
3230
3948
|
$drop-hint-line-h-width: 20px !default;
|
|
3231
3949
|
$drop-hint-line-h-height: 1px !default;
|
|
3232
3950
|
$drop-hint-line-v-width: $drop-hint-line-h-height !default;
|
|
@@ -3265,7 +3983,7 @@ $zindex-loading: 100 !default;
|
|
|
3265
3983
|
// Placeholder
|
|
3266
3984
|
$placeholder-line-width: 100% !default;
|
|
3267
3985
|
$placeholder-line-height: 10px !default;
|
|
3268
|
-
$placeholder-bg: rgba(
|
|
3986
|
+
$placeholder-bg: rgba( black, .1 ) !default;
|
|
3269
3987
|
|
|
3270
3988
|
|
|
3271
3989
|
// Table
|
|
@@ -3275,7 +3993,7 @@ $placeholder-bg: rgba(0, 0, 0, .1) !default;
|
|
|
3275
3993
|
$invalid-bg: null !default;
|
|
3276
3994
|
$invalid-text: $error !default;
|
|
3277
3995
|
$invalid-border: $error !default;
|
|
3278
|
-
$invalid-shadow: 0 0 0 .25rem rgba($invalid-border, .25) !default;
|
|
3996
|
+
$invalid-shadow: 0 0 0 .25rem rgba( $invalid-border, .25 ) !default;
|
|
3279
3997
|
|
|
3280
3998
|
|
|
3281
3999
|
// Drag clue
|
|
@@ -3579,10 +4297,10 @@ $link-hover-text: $link-hover-color !default;
|
|
|
3579
4297
|
|
|
3580
4298
|
|
|
3581
4299
|
// Display
|
|
3582
|
-
$display1-font-size: map-get( $display-font-sizes, 1) !default;
|
|
3583
|
-
$display2-font-size: map-get( $display-font-sizes, 2) !default;
|
|
3584
|
-
$display3-font-size: map-get( $display-font-sizes, 3) !default;
|
|
3585
|
-
$display4-font-size: map-get( $display-font-sizes, 4) !default;
|
|
4300
|
+
$display1-font-size: k-map-get( $display-font-sizes, 1) !default;
|
|
4301
|
+
$display2-font-size: k-map-get( $display-font-sizes, 2) !default;
|
|
4302
|
+
$display3-font-size: k-map-get( $display-font-sizes, 3) !default;
|
|
4303
|
+
$display4-font-size: k-map-get( $display-font-sizes, 4) !default;
|
|
3586
4304
|
|
|
3587
4305
|
$display1-font-family: null !default;
|
|
3588
4306
|
$display2-font-family: null !default;
|
|
@@ -4845,7 +5563,7 @@ $display4-letter-spacing: null !default;
|
|
|
4845
5563
|
}
|
|
4846
5564
|
|
|
4847
5565
|
.k-loading-image::before {
|
|
4848
|
-
border-width: map-get( $spacing, 1 );
|
|
5566
|
+
border-width: k-map-get( $spacing, 1 );
|
|
4849
5567
|
}
|
|
4850
5568
|
|
|
4851
5569
|
}
|
|
@@ -8115,25 +8833,25 @@ $kendo-list-font-size-lg: $font-size-md !default;
|
|
|
8115
8833
|
/// Line height of the list component, if no size is set.
|
|
8116
8834
|
/// @group list
|
|
8117
8835
|
$kendo-list-line-height: null !default;
|
|
8118
|
-
$kendo-list-line-height-sm: (20
|
|
8836
|
+
$kendo-list-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
8119
8837
|
$kendo-list-line-height-md: $line-height-md !default;
|
|
8120
8838
|
$kendo-list-line-height-lg: $line-height-md !default;
|
|
8121
8839
|
|
|
8122
8840
|
/// Horizontal padding of list header, if no size is set.
|
|
8123
8841
|
/// @group list
|
|
8124
8842
|
$kendo-list-header-padding-x: null !default;
|
|
8125
|
-
$kendo-list-header-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
8126
|
-
$kendo-list-header-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8127
|
-
$kendo-list-header-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8128
|
-
$kendo-list-header-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8843
|
+
$kendo-list-header-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8844
|
+
$kendo-list-header-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8845
|
+
$kendo-list-header-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8846
|
+
$kendo-list-header-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8129
8847
|
|
|
8130
8848
|
/// Vertical padding of list header, if no size is set.
|
|
8131
8849
|
/// @group list
|
|
8132
8850
|
$kendo-list-header-padding-y: null !default;
|
|
8133
|
-
$kendo-list-header-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
8134
|
-
$kendo-list-header-padding-y-sm: map-get( $spacing, 1 ) !default;
|
|
8135
|
-
$kendo-list-header-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
8136
|
-
$kendo-list-header-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
8851
|
+
$kendo-list-header-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8852
|
+
$kendo-list-header-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
8853
|
+
$kendo-list-header-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8854
|
+
$kendo-list-header-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
8137
8855
|
|
|
8138
8856
|
/// Border width of list header.
|
|
8139
8857
|
/// @group list
|
|
@@ -8160,18 +8878,18 @@ $kendo-list-header-font-weight: bold !default;
|
|
|
8160
8878
|
/// Horizontal padding of list items, when no size is set.
|
|
8161
8879
|
/// @group list
|
|
8162
8880
|
$kendo-list-item-padding-x: null !default;
|
|
8163
|
-
$kendo-list-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
8164
|
-
$kendo-list-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8165
|
-
$kendo-list-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8166
|
-
$kendo-list-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8881
|
+
$kendo-list-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8882
|
+
$kendo-list-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8883
|
+
$kendo-list-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8884
|
+
$kendo-list-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8167
8885
|
|
|
8168
8886
|
/// Vertical padding of list items, when no size is set.
|
|
8169
8887
|
/// @group list
|
|
8170
8888
|
$kendo-list-item-padding-y: null !default;
|
|
8171
|
-
$kendo-list-item-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
8172
|
-
$kendo-list-item-padding-y-sm: map-get( $spacing, 1 ) !default;
|
|
8173
|
-
$kendo-list-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
8174
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
8889
|
+
$kendo-list-item-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8890
|
+
$kendo-list-item-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
8891
|
+
$kendo-list-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8892
|
+
$kendo-list-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
8175
8893
|
|
|
8176
8894
|
/// Font size of list items, if no size is set.
|
|
8177
8895
|
/// @group list
|
|
@@ -8190,18 +8908,18 @@ $kendo-list-item-line-height-lg: null !default;
|
|
|
8190
8908
|
/// Horizontal padding of list group items, when no size is set.
|
|
8191
8909
|
/// @group list
|
|
8192
8910
|
$kendo-list-group-item-padding-x: null !default;
|
|
8193
|
-
$kendo-list-group-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
8194
|
-
$kendo-list-group-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8195
|
-
$kendo-list-group-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8196
|
-
$kendo-list-group-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8911
|
+
$kendo-list-group-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8912
|
+
$kendo-list-group-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8913
|
+
$kendo-list-group-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8914
|
+
$kendo-list-group-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8197
8915
|
|
|
8198
8916
|
/// Vertical padding of list group items, when no size is set.
|
|
8199
8917
|
/// @group list
|
|
8200
8918
|
$kendo-list-group-item-padding-y: null !default;
|
|
8201
|
-
$kendo-list-group-item-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
8202
|
-
$kendo-list-group-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
8203
|
-
$kendo-list-group-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
8204
|
-
$kendo-list-group-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
8919
|
+
$kendo-list-group-item-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8920
|
+
$kendo-list-group-item-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
8921
|
+
$kendo-list-group-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8922
|
+
$kendo-list-group-item-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8205
8923
|
|
|
8206
8924
|
/// Border width of list group items.
|
|
8207
8925
|
/// @group list
|
|
@@ -8366,19 +9084,19 @@ $kendo-checkbox-border-width: 1px !default;
|
|
|
8366
9084
|
// Checkbox sizes
|
|
8367
9085
|
$kendo-checkbox-sizes: (
|
|
8368
9086
|
sm: (
|
|
8369
|
-
size: map-get( $spacing, 3 ),
|
|
8370
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
8371
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
9087
|
+
size: k-map-get( $spacing, 3 ),
|
|
9088
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
9089
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
8372
9090
|
),
|
|
8373
9091
|
md: (
|
|
8374
|
-
size: map-get( $spacing, 4 ),
|
|
8375
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
8376
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
9092
|
+
size: k-map-get( $spacing, 4 ),
|
|
9093
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
9094
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
8377
9095
|
),
|
|
8378
9096
|
lg: (
|
|
8379
|
-
size: map-get( $spacing, 5 ),
|
|
8380
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
8381
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
9097
|
+
size: k-map-get( $spacing, 5 ),
|
|
9098
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
9099
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
8382
9100
|
)
|
|
8383
9101
|
) !default;
|
|
8384
9102
|
|
|
@@ -8390,7 +9108,7 @@ $kendo-checkbox-bg: $component-bg !default;
|
|
|
8390
9108
|
$kendo-checkbox-text: null !default;
|
|
8391
9109
|
/// Border color of checkbox.
|
|
8392
9110
|
/// @group checkbox
|
|
8393
|
-
$kendo-checkbox-border:
|
|
9111
|
+
$kendo-checkbox-border: if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ) !default;
|
|
8394
9112
|
|
|
8395
9113
|
/// Background color of hovered checkbox.
|
|
8396
9114
|
/// @group checkbox
|
|
@@ -8407,7 +9125,7 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
8407
9125
|
$kendo-checkbox-checked-bg: $primary !default;
|
|
8408
9126
|
/// Color of checked checkbox.
|
|
8409
9127
|
/// @group checkbox
|
|
8410
|
-
$kendo-checkbox-checked-text: contrast-
|
|
9128
|
+
$kendo-checkbox-checked-text: k-contrast-color( $kendo-checkbox-checked-bg ) !default;
|
|
8411
9129
|
/// Border color of checked checkbox.
|
|
8412
9130
|
/// @group checkbox
|
|
8413
9131
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -8424,7 +9142,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
|
|
|
8424
9142
|
|
|
8425
9143
|
/// Border color of focused checkbox.
|
|
8426
9144
|
/// @group checkbox
|
|
8427
|
-
$kendo-checkbox-focus-border: try-tint( $primary, 50% ) !default;
|
|
9145
|
+
$kendo-checkbox-focus-border: k-try-tint( $primary, 50% ) !default;
|
|
8428
9146
|
/// Box shadow of focused checkbox.
|
|
8429
9147
|
/// @group checkbox
|
|
8430
9148
|
$kendo-checkbox-focus-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
@@ -8494,14 +9212,14 @@ $kendo-checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
8494
9212
|
|
|
8495
9213
|
/// The horizontal margin of the checkbox inside a label.
|
|
8496
9214
|
/// @group checkbox
|
|
8497
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
9215
|
+
$kendo-checkbox-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
8498
9216
|
|
|
8499
9217
|
|
|
8500
9218
|
// Checkbox list
|
|
8501
9219
|
|
|
8502
9220
|
/// Spacing between items of horizontal checkbox list.
|
|
8503
9221
|
/// @group checkbox
|
|
8504
|
-
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
9222
|
+
$kendo-checkbox-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
8505
9223
|
/// Horizontal padding of checkbox list items.
|
|
8506
9224
|
/// @group checkbox
|
|
8507
9225
|
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
@@ -9227,7 +9945,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
9227
9945
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/listgroup/_variables.scss
|
|
9228
9946
|
// Listgroup
|
|
9229
9947
|
$listgroup-border-width: 1px !default;
|
|
9230
|
-
$listgroup-border-radius: map-get( $spacing, 1 ) !default;
|
|
9948
|
+
$listgroup-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
9231
9949
|
|
|
9232
9950
|
$listgroup-font-size: $font-size !default;
|
|
9233
9951
|
$listgroup-line-height: $line-height !default;
|
|
@@ -9236,8 +9954,8 @@ $listgroup-bg: $component-bg !default;
|
|
|
9236
9954
|
$listgroup-text: $component-text !default;
|
|
9237
9955
|
$listgroup-border: $component-border !default;
|
|
9238
9956
|
|
|
9239
|
-
$listgroup-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
9240
|
-
$listgroup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
9957
|
+
$listgroup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
9958
|
+
$listgroup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9241
9959
|
$listgroup-item-border-width: $listgroup-border-width !default;
|
|
9242
9960
|
|
|
9243
9961
|
// #endregion
|
|
@@ -9549,13 +10267,13 @@ $popup-border-radius: $kendo-border-radius-md !default;
|
|
|
9549
10267
|
$popup-font-size: $font-size !default;
|
|
9550
10268
|
$popup-line-height: $line-height !default;
|
|
9551
10269
|
|
|
9552
|
-
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
9553
|
-
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
10270
|
+
$popup-content-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
10271
|
+
$popup-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9554
10272
|
|
|
9555
10273
|
$popup-bg: $component-bg !default;
|
|
9556
10274
|
$popup-text: $component-text !default;
|
|
9557
10275
|
$popup-border: $component-border !default;
|
|
9558
|
-
$popup-shadow: 0 2px 4px 0 rgba(
|
|
10276
|
+
$popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) !default;
|
|
9559
10277
|
|
|
9560
10278
|
// #endregion
|
|
9561
10279
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/popup/_layout.scss
|
|
@@ -9797,14 +10515,14 @@ $kendo-badge-border-radius: $badge-border-radius !default;
|
|
|
9797
10515
|
/// Horizontal padding of the badge.
|
|
9798
10516
|
/// @group badge
|
|
9799
10517
|
$kendo-badge-padding-x: $badge-padding-x !default;
|
|
9800
|
-
$kendo-badge-padding-x-sm: ( $badge-padding-x
|
|
10518
|
+
$kendo-badge-padding-x-sm: k-math-div( $badge-padding-x, 2 ) !default;
|
|
9801
10519
|
$kendo-badge-padding-x-md: $badge-padding-x !default;
|
|
9802
10520
|
$kendo-badge-padding-x-lg: ( $badge-padding-x * 1.5 ) !default;
|
|
9803
10521
|
|
|
9804
10522
|
/// Vertical padding of the badge.
|
|
9805
10523
|
/// @group badge
|
|
9806
10524
|
$kendo-badge-padding-y: $badge-padding-y !default;
|
|
9807
|
-
$kendo-badge-padding-y-sm: ( $badge-padding-y
|
|
10525
|
+
$kendo-badge-padding-y-sm: k-math-div( $badge-padding-y, 2 ) !default;
|
|
9808
10526
|
$kendo-badge-padding-y-md: $badge-padding-y !default;
|
|
9809
10527
|
$kendo-badge-padding-y-lg: ( $badge-padding-y * 1.5 ) !default;
|
|
9810
10528
|
|
|
@@ -10034,10 +10752,6 @@ $kendo-badge-sizes: (
|
|
|
10034
10752
|
|
|
10035
10753
|
// #endregion
|
|
10036
10754
|
|
|
10037
|
-
@include exports("badge/theme/bootstrap") {
|
|
10038
|
-
|
|
10039
|
-
}
|
|
10040
|
-
|
|
10041
10755
|
// #endregion
|
|
10042
10756
|
|
|
10043
10757
|
// #endregion
|
|
@@ -10080,7 +10794,7 @@ $kendo-button-line-height: $btn-line-height !default;
|
|
|
10080
10794
|
$kendo-button-padding-x-sm: $btn-padding-x-sm !default;
|
|
10081
10795
|
$kendo-button-padding-y-sm: $btn-padding-y-sm !default;
|
|
10082
10796
|
$kendo-button-font-size-sm: $font-size-sm !default;
|
|
10083
|
-
$kendo-button-line-height-sm: ( 20
|
|
10797
|
+
$kendo-button-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
10084
10798
|
|
|
10085
10799
|
$kendo-button-padding-x-md: $btn-padding-x !default;
|
|
10086
10800
|
$kendo-button-padding-y-md: $btn-padding-y !default;
|
|
@@ -10123,7 +10837,7 @@ $kendo-button-sizes: (
|
|
|
10123
10837
|
|
|
10124
10838
|
/// Theme colors map for the button.
|
|
10125
10839
|
/// @group button
|
|
10126
|
-
$kendo-button-theme-colors: map-merge(
|
|
10840
|
+
$kendo-button-theme-colors: k-map-merge(
|
|
10127
10841
|
$kendo-theme-colors,
|
|
10128
10842
|
( "base": #e4e7eb )
|
|
10129
10843
|
) !default;
|
|
@@ -10133,7 +10847,7 @@ $kendo-button-theme-colors: map-merge(
|
|
|
10133
10847
|
$kendo-button-bg: #e4e7eb !default;
|
|
10134
10848
|
/// The base text color of the button.
|
|
10135
10849
|
/// @group button
|
|
10136
|
-
$kendo-button-text: contrast-
|
|
10850
|
+
$kendo-button-text: k-contrast-color( $kendo-button-bg, $gray-900 ) !default;
|
|
10137
10851
|
/// The base border color of the button.
|
|
10138
10852
|
/// @group button
|
|
10139
10853
|
$kendo-button-border: $kendo-button-bg !default;
|
|
@@ -10146,13 +10860,13 @@ $kendo-button-shadow: null !default;
|
|
|
10146
10860
|
|
|
10147
10861
|
/// The base background of hovered button.
|
|
10148
10862
|
/// @group button
|
|
10149
|
-
$kendo-button-hover-bg: try-darken( $kendo-button-bg, 7.5% ) !default;
|
|
10863
|
+
$kendo-button-hover-bg: k-try-darken( $kendo-button-bg, 7.5% ) !default;
|
|
10150
10864
|
/// The base text color of hovered button.
|
|
10151
10865
|
/// @group button
|
|
10152
10866
|
$kendo-button-hover-text: null !default;
|
|
10153
10867
|
/// The base border color of hovered button.
|
|
10154
10868
|
/// @group button
|
|
10155
|
-
$kendo-button-hover-border: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10869
|
+
$kendo-button-hover-border: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10156
10870
|
/// The base background gradient of hovered button.
|
|
10157
10871
|
/// @group button
|
|
10158
10872
|
$kendo-button-hover-gradient: null !default;
|
|
@@ -10162,13 +10876,13 @@ $kendo-button-hover-shadow: null !default;
|
|
|
10162
10876
|
|
|
10163
10877
|
/// The base background color of active button.
|
|
10164
10878
|
/// @group button
|
|
10165
|
-
$kendo-button-active-bg: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10879
|
+
$kendo-button-active-bg: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10166
10880
|
/// The base text color of active button.
|
|
10167
10881
|
/// @group button
|
|
10168
10882
|
$kendo-button-active-text: null !default;
|
|
10169
10883
|
/// The base border color of active button.
|
|
10170
10884
|
/// @group button
|
|
10171
|
-
$kendo-button-active-border: try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10885
|
+
$kendo-button-active-border: k-try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10172
10886
|
/// The base background gradient of active button.
|
|
10173
10887
|
/// @group button
|
|
10174
10888
|
$kendo-button-active-gradient: null !default;
|
|
@@ -10178,13 +10892,13 @@ $kendo-button-active-shadow: null !default;
|
|
|
10178
10892
|
|
|
10179
10893
|
/// The base background color of selected button.
|
|
10180
10894
|
/// @group button
|
|
10181
|
-
$kendo-button-selected-bg: try-darken( $primary, 10% ) !default;
|
|
10895
|
+
$kendo-button-selected-bg: k-try-darken( $primary, 10% ) !default;
|
|
10182
10896
|
/// The text color of selected buttons.
|
|
10183
10897
|
/// @group button
|
|
10184
|
-
$kendo-button-selected-text: contrast-
|
|
10898
|
+
$kendo-button-selected-text: k-contrast-color( $kendo-button-selected-bg ) !default;
|
|
10185
10899
|
/// The border color of selected buttons.
|
|
10186
10900
|
/// @group button
|
|
10187
|
-
$kendo-button-selected-border: try-darken( $primary, 12.5% ) !default;
|
|
10901
|
+
$kendo-button-selected-border: k-try-darken( $primary, 12.5% ) !default;
|
|
10188
10902
|
/// The background gradient of selected buttons.
|
|
10189
10903
|
/// @group button
|
|
10190
10904
|
$kendo-button-selected-gradient: $kendo-button-active-gradient !default;
|
|
@@ -10194,13 +10908,13 @@ $kendo-button-selected-shadow: $kendo-button-active-shadow !default;
|
|
|
10194
10908
|
|
|
10195
10909
|
/// The base background of focused button.
|
|
10196
10910
|
/// @group button
|
|
10197
|
-
$kendo-button-focus-bg: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10911
|
+
$kendo-button-focus-bg: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10198
10912
|
/// The base text color of focused button.
|
|
10199
10913
|
/// @group button
|
|
10200
10914
|
$kendo-button-focus-text: null !default;
|
|
10201
10915
|
/// The base border color of focused button.
|
|
10202
10916
|
/// @group button
|
|
10203
|
-
$kendo-button-focus-border: try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10917
|
+
$kendo-button-focus-border: k-try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10204
10918
|
/// The base background gradient of focused button.
|
|
10205
10919
|
/// @group button
|
|
10206
10920
|
$kendo-button-focus-gradient: null !default;
|
|
@@ -10226,7 +10940,7 @@ $kendo-button-disabled-shadow: null !default;
|
|
|
10226
10940
|
|
|
10227
10941
|
// Solid button
|
|
10228
10942
|
$kendo-solid-button-gradient: null !default;
|
|
10229
|
-
$kendo-solid-button-shade-function: "try-darken" !default;
|
|
10943
|
+
$kendo-solid-button-shade-function: "k-try-darken" !default;
|
|
10230
10944
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
10231
10945
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
10232
10946
|
$kendo-solid-button-shade-border-amount: 0 !default;
|
|
@@ -10926,7 +11640,7 @@ $kendo-input-line-height: $input-line-height !default;
|
|
|
10926
11640
|
$kendo-input-padding-x-sm: $input-padding-x-sm !default;
|
|
10927
11641
|
$kendo-input-padding-y-sm: $input-padding-y-sm !default;
|
|
10928
11642
|
$kendo-input-font-size-sm: $font-size-sm !default;
|
|
10929
|
-
$kendo-input-line-height-sm: ( 20
|
|
11643
|
+
$kendo-input-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
10930
11644
|
|
|
10931
11645
|
$kendo-input-padding-x-md: $input-padding-x !default;
|
|
10932
11646
|
$kendo-input-padding-y-md: $input-padding-y !default;
|
|
@@ -11041,10 +11755,10 @@ $kendo-picker-disabled-shadow: null !default;
|
|
|
11041
11755
|
|
|
11042
11756
|
$kendo-picker-outline-bg: null !default;
|
|
11043
11757
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
11044
|
-
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5) !default;
|
|
11758
|
+
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5 ) !default;
|
|
11045
11759
|
|
|
11046
11760
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
11047
|
-
$kendo-picker-outline-hover-text: contrast-
|
|
11761
|
+
$kendo-picker-outline-hover-text: k-contrast-color( $kendo-picker-outline-hover-bg ) !default;
|
|
11048
11762
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
11049
11763
|
|
|
11050
11764
|
$kendo-picker-outline-focus-bg: null !default;
|
|
@@ -11084,7 +11798,7 @@ $kendo-input-clear-value-opacity: .5 !default;
|
|
|
11084
11798
|
$kendo-input-clear-value-hover-text: null !default;
|
|
11085
11799
|
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
11086
11800
|
|
|
11087
|
-
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
11801
|
+
$kendo-input-values-margin-y: k-map-get( $spacing, thin ) !default;
|
|
11088
11802
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
11089
11803
|
|
|
11090
11804
|
|
|
@@ -11561,7 +12275,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
11561
12275
|
|
|
11562
12276
|
// #endregion
|
|
11563
12277
|
|
|
11564
|
-
@include exports("input/layout/bootstrap") {
|
|
12278
|
+
@include exports( "input/layout/bootstrap" ) {
|
|
11565
12279
|
|
|
11566
12280
|
// Input, Textbox
|
|
11567
12281
|
.k-textbox {
|
|
@@ -12283,10 +12997,10 @@ $floating-label-focus-text: null !default;
|
|
|
12283
12997
|
|
|
12284
12998
|
/// The horizontal padding of the container.
|
|
12285
12999
|
/// @group toolbar
|
|
12286
|
-
$toolbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
13000
|
+
$toolbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
12287
13001
|
/// The vertical padding of the container.
|
|
12288
13002
|
/// @group toolbar
|
|
12289
|
-
$toolbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
13003
|
+
$toolbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12290
13004
|
$toolbar-border-width: 1px !default;
|
|
12291
13005
|
$toolbar-border-radius: null !default;
|
|
12292
13006
|
$toolbar-spacing: $toolbar-padding-x !default;
|
|
@@ -12307,6 +13021,8 @@ $toolbar-separator-border: inherit !default;
|
|
|
12307
13021
|
|
|
12308
13022
|
$toolbar-input-width: 10em !default;
|
|
12309
13023
|
|
|
13024
|
+
$toolbar-item-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
13025
|
+
|
|
12310
13026
|
// #endregion
|
|
12311
13027
|
// #region @import "../menu/_variables.scss"; -> packages/bootstrap/scss/menu/_variables.scss
|
|
12312
13028
|
// Menu
|
|
@@ -12342,7 +13058,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
12342
13058
|
|
|
12343
13059
|
$menu-item-focus-shadow: inset 0 0 0 3px rgba( $menu-text, .15 ) !default;
|
|
12344
13060
|
|
|
12345
|
-
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
13061
|
+
$menu-separator-spacing: k-map-get( $spacing, 1 ) !default;
|
|
12346
13062
|
|
|
12347
13063
|
$menu-scroll-button-bg: $menu-bg !default;
|
|
12348
13064
|
$menu-scroll-button-text: rgba( $menu-text, .5 ) !default;
|
|
@@ -12401,17 +13117,17 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
12401
13117
|
|
|
12402
13118
|
/// Horizontal padding of the menu item in popup.
|
|
12403
13119
|
/// @group menu
|
|
12404
|
-
$kendo-menu-popup-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
12405
|
-
$kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
12406
|
-
$kendo-menu-popup-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
12407
|
-
$kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
13120
|
+
$kendo-menu-popup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
13121
|
+
$kendo-menu-popup-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
13122
|
+
$kendo-menu-popup-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
13123
|
+
$kendo-menu-popup-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
12408
13124
|
|
|
12409
13125
|
/// Vertical padding of the menu item in popup.
|
|
12410
13126
|
/// @group menu
|
|
12411
|
-
$kendo-menu-popup-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
12412
|
-
$kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
12413
|
-
$kendo-menu-popup-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
12414
|
-
$kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
13127
|
+
$kendo-menu-popup-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
13128
|
+
$kendo-menu-popup-item-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
13129
|
+
$kendo-menu-popup-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
13130
|
+
$kendo-menu-popup-item-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
12415
13131
|
|
|
12416
13132
|
/// The end padding of the menu item in popup.
|
|
12417
13133
|
/// @group menu
|
|
@@ -12550,7 +13266,7 @@ $grid-footer-border: $grid-header-border !default;
|
|
|
12550
13266
|
|
|
12551
13267
|
/// Background color of alternating rows in grid
|
|
12552
13268
|
/// @group grid
|
|
12553
|
-
$grid-alt-bg: rgba( contrast-
|
|
13269
|
+
$grid-alt-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
12554
13270
|
/// Text color of alternating rows in grid
|
|
12555
13271
|
/// @group grid
|
|
12556
13272
|
$grid-alt-text: null !default;
|
|
@@ -12560,7 +13276,7 @@ $grid-alt-border: null !default;
|
|
|
12560
13276
|
|
|
12561
13277
|
/// Background color of hovered rows in grid
|
|
12562
13278
|
/// @group grid
|
|
12563
|
-
$grid-hovered-bg: rgba( contrast-
|
|
13279
|
+
$grid-hovered-bg: rgba( k-contrast-color( $grid-bg ), .08 ) !default;
|
|
12564
13280
|
/// Text color of hovered rows in grid
|
|
12565
13281
|
/// @group grid
|
|
12566
13282
|
$grid-hovered-text: null !default;
|
|
@@ -12578,10 +13294,10 @@ $grid-selected-text: $grid-text !default;
|
|
|
12578
13294
|
/// @group grid
|
|
12579
13295
|
$grid-selected-border: $grid-border !default;
|
|
12580
13296
|
|
|
12581
|
-
$grid-grouping-row-bg: try-shade( $grid-bg ) !default;
|
|
13297
|
+
$grid-grouping-row-bg: k-try-shade( $grid-bg ) !default;
|
|
12582
13298
|
$grid-grouping-row-text: $grid-text !default;
|
|
12583
13299
|
|
|
12584
|
-
$grid-sorted-bg: rgba( contrast-
|
|
13300
|
+
$grid-sorted-bg: rgba( k-contrast-color( $grid-bg ), .02 ) !default;
|
|
12585
13301
|
$grid-sorting-indicator-text: $primary !default;
|
|
12586
13302
|
$grid-sorting-index-font-size: ($icon-size * .75) !default;
|
|
12587
13303
|
$grid-sorting-index-height: $icon-size !default;
|
|
@@ -12589,18 +13305,18 @@ $grid-sorting-index-spacing-y: 2px !default;
|
|
|
12589
13305
|
$grid-sorting-index-spacing-x: -$grid-sorting-index-spacing-y !default;
|
|
12590
13306
|
|
|
12591
13307
|
|
|
12592
|
-
$grid-focused-shadow: inset 0 0 0 2px rgba(
|
|
13308
|
+
$grid-focused-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
|
|
12593
13309
|
|
|
12594
13310
|
$grid-edit-cell-padding-x: $grid-cell-padding-x !default;
|
|
12595
13311
|
$grid-edit-cell-padding-y: 5px !default;
|
|
12596
13312
|
|
|
12597
|
-
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
13313
|
+
$grid-command-cell-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
12598
13314
|
|
|
12599
13315
|
$grid-sticky-bg: $grid-bg !default;
|
|
12600
13316
|
$grid-sticky-text: $grid-text !default;
|
|
12601
|
-
$grid-sticky-border: rgba($grid-text, .5) !default;
|
|
13317
|
+
$grid-sticky-border: rgba( $grid-text, .5 ) !default;
|
|
12602
13318
|
|
|
12603
|
-
$grid-sticky-alt-bg: try-shade( $grid-bg, .5 ) !default;
|
|
13319
|
+
$grid-sticky-alt-bg: k-try-shade( $grid-bg, .5 ) !default;
|
|
12604
13320
|
|
|
12605
13321
|
$grid-sticky-header-bg: $grid-header-bg !default;
|
|
12606
13322
|
$grid-sticky-header-text: $grid-header-text !default;
|
|
@@ -12609,18 +13325,18 @@ $grid-sticky-header-border: $grid-sticky-border !default;
|
|
|
12609
13325
|
$grid-sticky-footer-bg: $grid-header-bg !default;
|
|
12610
13326
|
$grid-sticky-footer-hovered-bg: $grid-sticky-footer-bg !default;
|
|
12611
13327
|
|
|
12612
|
-
$grid-sticky-selected-bg: mix($selected-bg, $grid-bg, 25%) !default;
|
|
12613
|
-
$grid-sticky-selected-alt-bg: shade($grid-sticky-selected-bg, .4) !default;
|
|
13328
|
+
$grid-sticky-selected-bg: k-color-mix( $selected-bg, $grid-bg, 25% ) !default;
|
|
13329
|
+
$grid-sticky-selected-alt-bg: k-color-shade( $grid-sticky-selected-bg, .4 ) !default;
|
|
12614
13330
|
|
|
12615
|
-
$grid-sticky-hovered-bg: try-shade( $grid-bg ) !default;
|
|
12616
|
-
$grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
|
|
13331
|
+
$grid-sticky-hovered-bg: k-try-shade( $grid-bg ) !default;
|
|
13332
|
+
$grid-sticky-selected-hovered-bg: k-color-shade( $grid-sticky-selected-bg, .7 ) !default;
|
|
12617
13333
|
|
|
12618
13334
|
$grid-column-menu-width: 250px !default;
|
|
12619
13335
|
|
|
12620
13336
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
12621
13337
|
|
|
12622
|
-
$grid-filter-menu-item-spacing-x: map-get( $spacing, 6 ) !default;
|
|
12623
|
-
$grid-filter-menu-item-spacing-y: map-get( $spacing, 2 ) !default;
|
|
13338
|
+
$grid-filter-menu-item-spacing-x: k-map-get( $spacing, 6 ) !default;
|
|
13339
|
+
$grid-filter-menu-item-spacing-y: k-map-get( $spacing, 2 ) !default;
|
|
12624
13340
|
|
|
12625
13341
|
$grid-column-menu-popup-padding-x: null !default;
|
|
12626
13342
|
$grid-column-menu-popup-padding-y: null !default;
|
|
@@ -12632,7 +13348,7 @@ $grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
|
12632
13348
|
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
12633
13349
|
|
|
12634
13350
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
12635
|
-
$grid-column-menu-items-wrap-padding-y: map-get( $spacing, 2 ) !default;
|
|
13351
|
+
$grid-column-menu-items-wrap-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12636
13352
|
|
|
12637
13353
|
$grid-column-menu-filter-container-padding-x: $padding-x-lg !default;
|
|
12638
13354
|
$grid-column-menu-filter-container-padding-y: $padding-y-sm !default;
|
|
@@ -12690,20 +13406,20 @@ $kendo-table-sizes: (
|
|
|
12690
13406
|
sm: (
|
|
12691
13407
|
font-size: $font-size-md,
|
|
12692
13408
|
line-height: $line-height-md,
|
|
12693
|
-
cell-padding-x: map-get( $spacing, 2 ),
|
|
12694
|
-
cell-padding-y: map-get( $spacing, 2 ) - map-get( $spacing, thin )
|
|
13409
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13410
|
+
cell-padding-y: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin )
|
|
12695
13411
|
),
|
|
12696
13412
|
md: (
|
|
12697
13413
|
font-size: $font-size-md,
|
|
12698
13414
|
line-height: $line-height-md,
|
|
12699
|
-
cell-padding-x: map-get( $spacing, 2 ),
|
|
12700
|
-
cell-padding-y: map-get( $spacing, 2 )
|
|
13415
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13416
|
+
cell-padding-y: k-map-get( $spacing, 2 )
|
|
12701
13417
|
),
|
|
12702
13418
|
lg: (
|
|
12703
13419
|
font-size: $font-size-md,
|
|
12704
13420
|
line-height: $line-height-md,
|
|
12705
|
-
cell-padding-x: map-get( $spacing, 2 ),
|
|
12706
|
-
cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
|
|
13421
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13422
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
12707
13423
|
)
|
|
12708
13424
|
) !default;
|
|
12709
13425
|
|
|
@@ -13273,9 +13989,9 @@ $kendo-avatar-line-height: $line-height !default;
|
|
|
13273
13989
|
/// The sizes of the avatar.
|
|
13274
13990
|
/// @group avatar
|
|
13275
13991
|
$kendo-avatar-sizes: (
|
|
13276
|
-
sm: map-get( $spacing, 4 ),
|
|
13277
|
-
md: map-get( $spacing, 8 ),
|
|
13278
|
-
lg: map-get( $spacing, 16 )
|
|
13992
|
+
sm: k-map-get( $spacing, 4 ),
|
|
13993
|
+
md: k-map-get( $spacing, 8 ),
|
|
13994
|
+
lg: k-map-get( $spacing, 16 )
|
|
13279
13995
|
) !default;
|
|
13280
13996
|
|
|
13281
13997
|
/// Theme colors map of the avatar.
|
|
@@ -13424,21 +14140,21 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
13424
14140
|
$kendo-chip-border-width: 1px !default;
|
|
13425
14141
|
/// The spacing between the text and the icons of the chip.
|
|
13426
14142
|
/// @group chip
|
|
13427
|
-
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
14143
|
+
$kendo-chip-spacing: k-map-get( $spacing, 1 ) !default;
|
|
13428
14144
|
|
|
13429
14145
|
/// Horizontal padding of the chip.
|
|
13430
14146
|
/// @group chip
|
|
13431
|
-
$kendo-chip-padding-x: map-get( $spacing, 1 ) !default;
|
|
13432
|
-
$kendo-chip-padding-x-sm: map-get( $spacing, 1 ) !default;
|
|
13433
|
-
$kendo-chip-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
13434
|
-
$kendo-chip-padding-x-lg: map-get( $spacing, 1 ) !default;
|
|
14147
|
+
$kendo-chip-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
14148
|
+
$kendo-chip-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
14149
|
+
$kendo-chip-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
14150
|
+
$kendo-chip-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
13435
14151
|
|
|
13436
14152
|
/// Vertical padding of the chip.
|
|
13437
14153
|
/// @group chip
|
|
13438
|
-
$kendo-chip-padding-y: map-get( $spacing, 1 ) !default;
|
|
13439
|
-
$kendo-chip-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
13440
|
-
$kendo-chip-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
13441
|
-
$kendo-chip-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
14154
|
+
$kendo-chip-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
14155
|
+
$kendo-chip-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
14156
|
+
$kendo-chip-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
14157
|
+
$kendo-chip-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
13442
14158
|
|
|
13443
14159
|
/// Font sizes of the chip.
|
|
13444
14160
|
/// @group chip
|
|
@@ -13485,42 +14201,42 @@ $kendo-chip-base-bg: $base-text !default;
|
|
|
13485
14201
|
/// @group chip
|
|
13486
14202
|
$kendo-chip-theme-colors: (
|
|
13487
14203
|
"base": $kendo-chip-base-bg,
|
|
13488
|
-
"error": map-get( $kendo-theme-colors, "error" ),
|
|
13489
|
-
"info": map-get( $kendo-theme-colors, "info" ),
|
|
13490
|
-
"warning": map-get( $kendo-theme-colors, "warning" ),
|
|
13491
|
-
"success": map-get( $kendo-theme-colors, "success" )
|
|
14204
|
+
"error": k-map-get( $kendo-theme-colors, "error" ),
|
|
14205
|
+
"info": k-map-get( $kendo-theme-colors, "info" ),
|
|
14206
|
+
"warning": k-map-get( $kendo-theme-colors, "warning" ),
|
|
14207
|
+
"success": k-map-get( $kendo-theme-colors, "success" )
|
|
13492
14208
|
) !default;
|
|
13493
14209
|
|
|
13494
14210
|
/// The base background color of solid chip.
|
|
13495
14211
|
/// @group chip
|
|
13496
|
-
$kendo-chip-solid-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
14212
|
+
$kendo-chip-solid-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13497
14213
|
/// The base text color of solid chip.
|
|
13498
14214
|
/// @group chip
|
|
13499
14215
|
$kendo-chip-solid-text: $kendo-chip-base-bg !default;
|
|
13500
14216
|
/// The base border color of solid chip.
|
|
13501
14217
|
/// @group chip
|
|
13502
|
-
$kendo-chip-solid-border: try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
14218
|
+
$kendo-chip-solid-border: k-try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
13503
14219
|
/// The base shadow of solid chip.
|
|
13504
14220
|
/// @group chip
|
|
13505
14221
|
$kendo-chip-solid-shadow: 0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) !default;
|
|
13506
14222
|
|
|
13507
14223
|
/// The base background color of focused solid chip.
|
|
13508
14224
|
/// @group chip
|
|
13509
|
-
$kendo-chip-solid-focus-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
14225
|
+
$kendo-chip-solid-focus-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13510
14226
|
/// The base text color of focused solid chip.
|
|
13511
14227
|
/// @group chip
|
|
13512
14228
|
$kendo-chip-solid-focus-text: null !default;
|
|
13513
14229
|
|
|
13514
14230
|
/// The base background color of hovered solid chip.
|
|
13515
14231
|
/// @group chip
|
|
13516
|
-
$kendo-chip-solid-hover-bg: try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
14232
|
+
$kendo-chip-solid-hover-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
13517
14233
|
/// The base text color of hovered solid chip.
|
|
13518
14234
|
/// @group chip
|
|
13519
14235
|
$kendo-chip-solid-hover-text: null !default;
|
|
13520
14236
|
|
|
13521
14237
|
/// The base background color of selected solid chip.
|
|
13522
14238
|
/// @group chip
|
|
13523
|
-
$kendo-chip-solid-selected-bg: try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
14239
|
+
$kendo-chip-solid-selected-bg: k-try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
13524
14240
|
/// The base text color of selected solid chip.
|
|
13525
14241
|
/// @group chip
|
|
13526
14242
|
$kendo-chip-solid-selected-text: null !default;
|
|
@@ -13543,7 +14259,7 @@ $kendo-chip-outline-shadow: 0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) !default;
|
|
|
13543
14259
|
$kendo-chip-outline-hover-bg: $kendo-chip-base-bg !default;
|
|
13544
14260
|
/// The base text color of hovered outline chip.
|
|
13545
14261
|
/// @group chip
|
|
13546
|
-
$kendo-chip-outline-hover-text: contrast-
|
|
14262
|
+
$kendo-chip-outline-hover-text: k-contrast-color( $kendo-chip-base-bg ) !default;
|
|
13547
14263
|
|
|
13548
14264
|
/// The base background color of selected outline chip.
|
|
13549
14265
|
/// @group chip
|
|
@@ -13557,9 +14273,9 @@ $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
|
13557
14273
|
/// The sizes of the chip list.
|
|
13558
14274
|
/// @group chip
|
|
13559
14275
|
$kendo-chip-list-sizes: (
|
|
13560
|
-
sm: map-get( $spacing, 1 ),
|
|
13561
|
-
md: map-get( $spacing, 1 ),
|
|
13562
|
-
lg: map-get( $spacing, 1 )
|
|
14276
|
+
sm: k-map-get( $spacing, 1 ),
|
|
14277
|
+
md: k-map-get( $spacing, 1 ),
|
|
14278
|
+
lg: k-map-get( $spacing, 1 )
|
|
13563
14279
|
) !default;
|
|
13564
14280
|
|
|
13565
14281
|
// #endregion
|
|
@@ -14023,13 +14739,13 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
14023
14739
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/loader/_variables.scss
|
|
14024
14740
|
// Loader
|
|
14025
14741
|
$loader-segment-border-radius: 50% !default;
|
|
14026
|
-
$loader-segment-size-sm: map-get( $spacing, 1 ) !default;
|
|
14027
|
-
$loader-segment-size-md: map-get( $spacing, 2 ) !default;
|
|
14028
|
-
$loader-segment-size-lg: map-get( $spacing, 4 ) !default;
|
|
14742
|
+
$loader-segment-size-sm: k-map-get( $spacing, 1 ) !default;
|
|
14743
|
+
$loader-segment-size-md: k-map-get( $spacing, 2 ) !default;
|
|
14744
|
+
$loader-segment-size-lg: k-map-get( $spacing, 4 ) !default;
|
|
14029
14745
|
|
|
14030
|
-
$loader-padding-sm: ( $loader-segment-size-sm
|
|
14031
|
-
$loader-padding-md: ( $loader-segment-size-md
|
|
14032
|
-
$loader-padding-lg: ( $loader-segment-size-lg
|
|
14746
|
+
$loader-padding-sm: k-math-div( $loader-segment-size-sm, 2 ) !default;
|
|
14747
|
+
$loader-padding-md: k-math-div( $loader-segment-size-md, 2 ) !default;
|
|
14748
|
+
$loader-padding-lg: k-math-div( $loader-segment-size-lg, 2 ) !default;
|
|
14033
14749
|
|
|
14034
14750
|
$loader-spinner-3-width-sm: ( $loader-segment-size-sm * 4 ) !default;
|
|
14035
14751
|
$loader-spinner-3-height-sm: ( $loader-spinner-3-width-sm * $equilateral-height ) !default;
|
|
@@ -14053,16 +14769,16 @@ $loader-container-panel-border-color: $component-border !default;
|
|
|
14053
14769
|
$loader-container-panel-border-radius: $kendo-border-radius-md !default;
|
|
14054
14770
|
$loader-container-panel-bg: $white !default;
|
|
14055
14771
|
|
|
14056
|
-
$loader-container-padding-sm: map-get( $spacing, 4 ) !default;
|
|
14057
|
-
$loader-container-gap-sm: map-get( $spacing, 1 ) !default;
|
|
14772
|
+
$loader-container-padding-sm: k-map-get( $spacing, 4 ) !default;
|
|
14773
|
+
$loader-container-gap-sm: k-map-get( $spacing, 1 ) !default;
|
|
14058
14774
|
$loader-container-font-size-sm: $font-size-sm !default;
|
|
14059
14775
|
|
|
14060
|
-
$loader-container-padding-md: map-get( $spacing, 5 ) !default;
|
|
14061
|
-
$loader-container-gap-md: map-get( $spacing, 2 ) !default;
|
|
14776
|
+
$loader-container-padding-md: k-map-get( $spacing, 5 ) !default;
|
|
14777
|
+
$loader-container-gap-md: k-map-get( $spacing, 2 ) !default;
|
|
14062
14778
|
$loader-container-font-size-md: $font-size-md !default;
|
|
14063
14779
|
|
|
14064
|
-
$loader-container-padding-lg: map-get( $spacing, 6 ) !default;
|
|
14065
|
-
$loader-container-gap-lg: map-get( $spacing, 3 ) !default;
|
|
14780
|
+
$loader-container-padding-lg: k-map-get( $spacing, 6 ) !default;
|
|
14781
|
+
$loader-container-gap-lg: k-map-get( $spacing, 3 ) !default;
|
|
14066
14782
|
$loader-container-font-size-lg: $font-size-lg !default;
|
|
14067
14783
|
|
|
14068
14784
|
// #endregion
|
|
@@ -14748,23 +15464,23 @@ $tooltip-title-line-height: 1 !default;
|
|
|
14748
15464
|
$tooltip-callout-size: $tooltip-arrow-height !default;
|
|
14749
15465
|
|
|
14750
15466
|
$tooltip-bg: $tooltip-bg !default;
|
|
14751
|
-
$tooltip-text: contrast-
|
|
15467
|
+
$tooltip-text: k-contrast-color( $tooltip-bg ) !default;
|
|
14752
15468
|
$tooltip-border: $tooltip-bg !default;
|
|
14753
15469
|
|
|
14754
15470
|
$tooltip-primary-bg: $primary !default;
|
|
14755
|
-
$tooltip-primary-text: contrast-
|
|
15471
|
+
$tooltip-primary-text: k-contrast-color( $tooltip-primary-bg ) !default;
|
|
14756
15472
|
$tooltip-primary-border: $tooltip-primary-bg !default;
|
|
14757
15473
|
$tooltip-info-bg: $info !default;
|
|
14758
|
-
$tooltip-info-text: contrast-
|
|
15474
|
+
$tooltip-info-text: k-contrast-color( $tooltip-info-bg ) !default;
|
|
14759
15475
|
$tooltip-info-border: $tooltip-info-bg !default;
|
|
14760
15476
|
$tooltip-success-bg: $success !default;
|
|
14761
|
-
$tooltip-success-text: contrast-
|
|
15477
|
+
$tooltip-success-text: k-contrast-color( $tooltip-success-bg ) !default;
|
|
14762
15478
|
$tooltip-success-border: $tooltip-success-bg !default;
|
|
14763
15479
|
$tooltip-warning-bg: $warning !default;
|
|
14764
|
-
$tooltip-warning-text: contrast-
|
|
15480
|
+
$tooltip-warning-text: k-contrast-color( $tooltip-warning-bg ) !default;
|
|
14765
15481
|
$tooltip-warning-border: $tooltip-warning-bg !default;
|
|
14766
15482
|
$tooltip-error-bg: $error !default;
|
|
14767
|
-
$tooltip-error-text: contrast-
|
|
15483
|
+
$tooltip-error-text: k-contrast-color( $tooltip-error-bg ) !default;
|
|
14768
15484
|
$tooltip-error-border: $tooltip-error-bg !default;
|
|
14769
15485
|
|
|
14770
15486
|
// #endregion
|
|
@@ -15188,7 +15904,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15188
15904
|
|
|
15189
15905
|
// #endregion
|
|
15190
15906
|
|
|
15191
|
-
@include exports("menu/layout/bootstrap") {
|
|
15907
|
+
@include exports( "menu/layout/bootstrap" ) {
|
|
15192
15908
|
|
|
15193
15909
|
.k-menu.k-menu-horizontal:not(.k-context-menu) {
|
|
15194
15910
|
padding: $navbar-padding-y $navbar-padding-x;
|
|
@@ -15477,7 +16193,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15477
16193
|
}
|
|
15478
16194
|
|
|
15479
16195
|
// Template item
|
|
15480
|
-
.k-toolbar-item:focus
|
|
16196
|
+
.k-toolbar-item:focus,
|
|
16197
|
+
.k-toolbar-item.k-focus {
|
|
15481
16198
|
text-decoration: none;
|
|
15482
16199
|
outline: 0;
|
|
15483
16200
|
}
|
|
@@ -15649,7 +16366,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15649
16366
|
// Template item
|
|
15650
16367
|
.k-toolbar-item:focus,
|
|
15651
16368
|
.k-toolbar-item.k-focus {
|
|
15652
|
-
@include box-shadow( $
|
|
16369
|
+
@include box-shadow( $toolbar-item-shadow );
|
|
15653
16370
|
}
|
|
15654
16371
|
|
|
15655
16372
|
|
|
@@ -15742,11 +16459,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15742
16459
|
// Component
|
|
15743
16460
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/action-buttons/_variables.scss
|
|
15744
16461
|
// Actions
|
|
15745
|
-
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
15746
|
-
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
15747
|
-
$actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
16462
|
+
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
16463
|
+
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
16464
|
+
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
15748
16465
|
$actions-border-width: 0px !default;
|
|
15749
|
-
$actions-button-spacing: map-get( $spacing, 2 ) !default;
|
|
16466
|
+
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
15750
16467
|
|
|
15751
16468
|
$actions-bg: null !default;
|
|
15752
16469
|
$actions-text: null !default;
|
|
@@ -15865,8 +16582,8 @@ $window-font-family: $font-family !default;
|
|
|
15865
16582
|
$window-font-size: $font-size !default;
|
|
15866
16583
|
$window-line-height: $line-height !default;
|
|
15867
16584
|
|
|
15868
|
-
$window-titlebar-padding-x: map-get( $spacing, 4 ) !default;
|
|
15869
|
-
$window-titlebar-padding-y: map-get( $spacing, 4 ) !default;
|
|
16585
|
+
$window-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
16586
|
+
$window-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
15870
16587
|
$window-titlebar-border-width: 0 0 1px !default;
|
|
15871
16588
|
$window-titlebar-border-style: solid !default;
|
|
15872
16589
|
|
|
@@ -15878,8 +16595,8 @@ $window-actions-gap: .5rem !default;
|
|
|
15878
16595
|
$window-action-opacity: .5 !default;
|
|
15879
16596
|
$window-action-hover-opacity: .75 !default;
|
|
15880
16597
|
|
|
15881
|
-
$window-inner-padding-x: map-get( $spacing, 4 ) !default;
|
|
15882
|
-
$window-inner-padding-y: map-get( $spacing, 4 ) !default;
|
|
16598
|
+
$window-inner-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
16599
|
+
$window-inner-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
15883
16600
|
|
|
15884
16601
|
$window-buttongroup-padding-x: $actions-padding-x !default;
|
|
15885
16602
|
$window-buttongroup-padding-y: $actions-padding-y !default;
|
|
@@ -16359,7 +17076,7 @@ $fieldset-legend-border: null !default;
|
|
|
16359
17076
|
|
|
16360
17077
|
// #endregion
|
|
16361
17078
|
|
|
16362
|
-
@include exports("forms/layout/bootstrap") {
|
|
17079
|
+
@include exports( "forms/layout/bootstrap" ) {
|
|
16363
17080
|
|
|
16364
17081
|
// Forms
|
|
16365
17082
|
.k-form,
|
|
@@ -16401,7 +17118,7 @@ $fieldset-legend-border: null !default;
|
|
|
16401
17118
|
|
|
16402
17119
|
}
|
|
16403
17120
|
|
|
16404
|
-
@include exports("edit-form/layout/bootstrap") {
|
|
17121
|
+
@include exports( "edit-form/layout/bootstrap" ) {
|
|
16405
17122
|
|
|
16406
17123
|
.k-edit-label {
|
|
16407
17124
|
padding: calc( #{$padding-y} - #{$kendo-input-border-width} ) 0;
|
|
@@ -16409,7 +17126,6 @@ $fieldset-legend-border: null !default;
|
|
|
16409
17126
|
|
|
16410
17127
|
}
|
|
16411
17128
|
|
|
16412
|
-
|
|
16413
17129
|
// #endregion
|
|
16414
17130
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/forms/_theme.scss
|
|
16415
17131
|
// #region @import "~@progress/kendo-theme-default/scss/forms/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/forms/_theme.scss
|
|
@@ -17250,7 +17966,7 @@ $progressbar-font-size: $progress-font-size !default;
|
|
|
17250
17966
|
$progressbar-line-height: 1 !default;
|
|
17251
17967
|
|
|
17252
17968
|
$progressbar-bg: $gray-200 !default;
|
|
17253
|
-
$progressbar-text: contrast-
|
|
17969
|
+
$progressbar-text: k-contrast-color( $gray-200 ) !default;
|
|
17254
17970
|
$progressbar-border: null !default;
|
|
17255
17971
|
$progressbar-gradient: null !default;
|
|
17256
17972
|
|
|
@@ -17654,19 +18370,19 @@ $kendo-radio-border-width: 1px !default;
|
|
|
17654
18370
|
// Radio button sizes
|
|
17655
18371
|
$kendo-radio-sizes: (
|
|
17656
18372
|
sm: (
|
|
17657
|
-
size: map-get( $spacing, 3 ),
|
|
17658
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
17659
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
18373
|
+
size: k-map-get( $spacing, 3 ),
|
|
18374
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
18375
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
17660
18376
|
),
|
|
17661
18377
|
md: (
|
|
17662
|
-
size: map-get( $spacing, 4 ),
|
|
17663
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
17664
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
18378
|
+
size: k-map-get( $spacing, 4 ),
|
|
18379
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
18380
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
17665
18381
|
),
|
|
17666
18382
|
lg: (
|
|
17667
|
-
size: map-get( $spacing, 5 ),
|
|
17668
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
17669
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
18383
|
+
size: k-map-get( $spacing, 5 ),
|
|
18384
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
18385
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
17670
18386
|
)
|
|
17671
18387
|
) !default;
|
|
17672
18388
|
|
|
@@ -17769,14 +18485,14 @@ $kendo-radio-disabled-checked-image: null !default;
|
|
|
17769
18485
|
|
|
17770
18486
|
/// The horizontal margin of the radio button inside of a label.
|
|
17771
18487
|
/// @group radio
|
|
17772
|
-
$kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
18488
|
+
$kendo-radio-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
17773
18489
|
|
|
17774
18490
|
|
|
17775
18491
|
// Radio list
|
|
17776
18492
|
|
|
17777
18493
|
/// Spacing between items of horizontal radio button list.
|
|
17778
18494
|
/// @group radio
|
|
17779
|
-
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
18495
|
+
$kendo-radio-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
17780
18496
|
/// Horizontal padding of radio button list items.
|
|
17781
18497
|
/// @group radio
|
|
17782
18498
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
@@ -18151,18 +18867,18 @@ $slider-draghandle-active-scale: 1 !default;
|
|
|
18151
18867
|
$slider-draghandle-active-size: null !default;
|
|
18152
18868
|
|
|
18153
18869
|
$slider-draghandle-bg: $primary !default;
|
|
18154
|
-
$slider-draghandle-text: contrast-
|
|
18870
|
+
$slider-draghandle-text: k-contrast-color( $primary ) !default;
|
|
18155
18871
|
$slider-draghandle-border: $primary !default;
|
|
18156
18872
|
$slider-draghandle-gradient: null !default;
|
|
18157
18873
|
|
|
18158
|
-
$slider-draghandle-hovered-bg: try-darken( $primary, 7.5% ) !default;
|
|
18159
|
-
$slider-draghandle-hovered-text: contrast-
|
|
18160
|
-
$slider-draghandle-hovered-border: try-darken( $primary, 10% ) !default;
|
|
18874
|
+
$slider-draghandle-hovered-bg: k-try-darken( $primary, 7.5% ) !default;
|
|
18875
|
+
$slider-draghandle-hovered-text: k-contrast-color( $primary ) !default;
|
|
18876
|
+
$slider-draghandle-hovered-border: k-try-darken( $primary, 10% ) !default;
|
|
18161
18877
|
$slider-draghandle-hovered-gradient: null !default;
|
|
18162
18878
|
|
|
18163
|
-
$slider-draghandle-pressed-bg: try-darken( $primary, 10% ) !default;
|
|
18164
|
-
$slider-draghandle-pressed-text: contrast-
|
|
18165
|
-
$slider-draghandle-pressed-border: try-darken( $primary, 12.5% ) !default;
|
|
18879
|
+
$slider-draghandle-pressed-bg: k-try-darken( $primary, 10% ) !default;
|
|
18880
|
+
$slider-draghandle-pressed-text: k-contrast-color( $primary ) !default;
|
|
18881
|
+
$slider-draghandle-pressed-border: k-try-darken( $primary, 12.5% ) !default;
|
|
18166
18882
|
$slider-draghandle-pressed-gradient: null !default;
|
|
18167
18883
|
|
|
18168
18884
|
$slider-draghandle-focused-shadow: 0 0 0 3px rgba( $primary, .5 ) !default;
|
|
@@ -18767,8 +19483,8 @@ $calendar-bg: $component-bg !default;
|
|
|
18767
19483
|
$calendar-text: $component-text !default;
|
|
18768
19484
|
$calendar-border: $component-border !default;
|
|
18769
19485
|
|
|
18770
|
-
$calendar-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18771
|
-
$calendar-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
19486
|
+
$calendar-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19487
|
+
$calendar-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18772
19488
|
$calendar-header-border-width: 1px !default;
|
|
18773
19489
|
|
|
18774
19490
|
$calendar-header-bg: $header-bg !default;
|
|
@@ -18777,16 +19493,16 @@ $calendar-header-border: $header-border !default;
|
|
|
18777
19493
|
$calendar-header-gradient: $header-gradient !default;
|
|
18778
19494
|
$calendar-header-shadow: none !default;
|
|
18779
19495
|
|
|
18780
|
-
$calendar-nav-gap: map-get( $spacing, 1 ) !default;
|
|
19496
|
+
$calendar-nav-gap: k-map-get( $spacing, 1 ) !default;
|
|
18781
19497
|
|
|
18782
19498
|
$calendar-today-nav-text: $link-text !default;
|
|
18783
19499
|
$calendar-today-nav-hover-text: $link-hover-text !default;
|
|
18784
19500
|
|
|
18785
|
-
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18786
|
-
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
19501
|
+
$calendar-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19502
|
+
$calendar-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18787
19503
|
|
|
18788
|
-
$calendar-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18789
|
-
$calendar-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19504
|
+
$calendar-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19505
|
+
$calendar-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18790
19506
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
18791
19507
|
$calendar-cell-border-radius: $kendo-border-radius-md !default;
|
|
18792
19508
|
|
|
@@ -18800,8 +19516,8 @@ $calendar-header-cell-bg: null !default;
|
|
|
18800
19516
|
$calendar-header-cell-text: $subtle-text !default;
|
|
18801
19517
|
$calendar-header-cell-opacity: null !default;
|
|
18802
19518
|
|
|
18803
|
-
$calendar-caption-padding-x: map-get( $spacing, 3 ) !default;
|
|
18804
|
-
$calendar-caption-padding-y: map-get( $spacing, 1 ) !default;
|
|
19519
|
+
$calendar-caption-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
19520
|
+
$calendar-caption-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18805
19521
|
$calendar-caption-height: $calendar-cell-size !default;
|
|
18806
19522
|
$calendar-caption-font-size: null !default;
|
|
18807
19523
|
$calendar-caption-line-height: null !default;
|
|
@@ -18809,7 +19525,7 @@ $calendar-caption-font-weight: bold !default;
|
|
|
18809
19525
|
|
|
18810
19526
|
$calendar-view-width: ($calendar-cell-size * 7) !default;
|
|
18811
19527
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
18812
|
-
$calendar-view-gap: map-get( $spacing, 4 ) !default;
|
|
19528
|
+
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
18813
19529
|
|
|
18814
19530
|
$calendar-weekend-bg: null !default;
|
|
18815
19531
|
$calendar-weekend-text: null !default;
|
|
@@ -18844,7 +19560,7 @@ $calendar-cell-selected-hover-border: $selected-hover-border !default;
|
|
|
18844
19560
|
$calendar-cell-selected-hover-gradient: null !default;
|
|
18845
19561
|
|
|
18846
19562
|
$calendar-cell-focused-shadow: inset $kendo-button-focus-shadow !default;
|
|
18847
|
-
$calendar-cell-selected-focus-shadow: inset 0 0 0 2px rgba( try-darken( $primary, 12.5% ), .5 ) !default;
|
|
19563
|
+
$calendar-cell-selected-focus-shadow: inset 0 0 0 2px rgba( k-try-darken( $primary, 12.5% ), .5 ) !default;
|
|
18848
19564
|
|
|
18849
19565
|
|
|
18850
19566
|
// Calendar navigation
|
|
@@ -18857,10 +19573,10 @@ $calendar-navigation-border: $calendar-header-border !default;
|
|
|
18857
19573
|
|
|
18858
19574
|
|
|
18859
19575
|
// Infinite calendar
|
|
18860
|
-
$infinite-calendar-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
18861
|
-
$infinite-calendar-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
19576
|
+
$infinite-calendar-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19577
|
+
$infinite-calendar-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18862
19578
|
|
|
18863
|
-
$infinite-calendar-view-padding-x: map-get( $spacing, 4 ) !default;
|
|
19579
|
+
$infinite-calendar-view-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
18864
19580
|
$infinite-calendar-view-padding-y: 0px !default;
|
|
18865
19581
|
$infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
18866
19582
|
|
|
@@ -18878,14 +19594,14 @@ $kendo-calendar-sm-cell-padding-y: .125rem !default;
|
|
|
18878
19594
|
$kendo-calendar-md-font-size: $font-size-md !default;
|
|
18879
19595
|
$kendo-calendar-md-line-height: $line-height-md !default;
|
|
18880
19596
|
$kendo-calendar-md-cell-size: 36px !default;
|
|
18881
|
-
$kendo-calendar-md-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18882
|
-
$kendo-calendar-md-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19597
|
+
$kendo-calendar-md-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19598
|
+
$kendo-calendar-md-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18883
19599
|
|
|
18884
19600
|
$kendo-calendar-lg-font-size: $font-size-lg !default;
|
|
18885
19601
|
$kendo-calendar-lg-line-height: $line-height-lg !default;
|
|
18886
19602
|
$kendo-calendar-lg-cell-size: 40px !default;
|
|
18887
|
-
$kendo-calendar-lg-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18888
|
-
$kendo-calendar-lg-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19603
|
+
$kendo-calendar-lg-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19604
|
+
$kendo-calendar-lg-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18889
19605
|
|
|
18890
19606
|
$kendo-calendar-sizes: (
|
|
18891
19607
|
sm: (
|
|
@@ -19728,8 +20444,8 @@ $time-selector-bg: $component-bg !default;
|
|
|
19728
20444
|
$time-selector-text: $component-text !default;
|
|
19729
20445
|
$time-selector-border: $component-border !default;
|
|
19730
20446
|
|
|
19731
|
-
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
19732
|
-
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
20447
|
+
$time-selector-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
20448
|
+
$time-selector-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
19733
20449
|
$time-selector-header-border-width: 0px !default;
|
|
19734
20450
|
|
|
19735
20451
|
$time-list-width: 4em !default;
|
|
@@ -19749,7 +20465,7 @@ $time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-l
|
|
|
19749
20465
|
$time-list-highlight-bg: $component-bg !default;
|
|
19750
20466
|
$time-list-highlight-border: $component-border !default;
|
|
19751
20467
|
|
|
19752
|
-
$time-list-focused-bg: rgba(
|
|
20468
|
+
$time-list-focused-bg: rgba( black, .02 ) !default;
|
|
19753
20469
|
|
|
19754
20470
|
|
|
19755
20471
|
// Time selector sizes
|
|
@@ -20206,7 +20922,7 @@ $kendo-time-selector-sizes: (
|
|
|
20206
20922
|
// Component
|
|
20207
20923
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/captcha/_variables.scss
|
|
20208
20924
|
// Captcha
|
|
20209
|
-
$captcha-spacer: map-get( $spacing, 2 ) !default;
|
|
20925
|
+
$captcha-spacer: k-map-get( $spacing, 2 ) !default;
|
|
20210
20926
|
|
|
20211
20927
|
$captcha-width: 335px !default;
|
|
20212
20928
|
$captcha-font-family: $font-family !default;
|
|
@@ -20221,7 +20937,7 @@ $captcha-image-wrap-gap: $captcha-spacer !default;
|
|
|
20221
20937
|
|
|
20222
20938
|
$captcha-image-controls-gap: $captcha-spacer !default;
|
|
20223
20939
|
|
|
20224
|
-
$captcha-validation-message-margin-top: $captcha-spacer
|
|
20940
|
+
$captcha-validation-message-margin-top: k-math-div( $captcha-spacer, 2 ) !default;
|
|
20225
20941
|
$captcha-validation-message-font-size: $font-size-sm !default;
|
|
20226
20942
|
$captcha-validation-message-font-style: italic !default;
|
|
20227
20943
|
|
|
@@ -20335,7 +21051,7 @@ $colorpalette-font-family: $font-family !default;
|
|
|
20335
21051
|
$colorpalette-font-size: $font-size !default;
|
|
20336
21052
|
$colorpalette-line-height: 0 !default;
|
|
20337
21053
|
|
|
20338
|
-
$colorpalette-tile-width: map-get( $spacing, 6 ) !default;
|
|
21054
|
+
$colorpalette-tile-width: k-map-get( $spacing, 6 ) !default;
|
|
20339
21055
|
$colorpalette-tile-height: $colorpalette-tile-width !default;
|
|
20340
21056
|
$colorpalette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
|
|
20341
21057
|
$colorpalette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
|
|
@@ -20526,7 +21242,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
20526
21242
|
// #endregion
|
|
20527
21243
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/colorgradient/_variables.scss
|
|
20528
21244
|
// ColorGradient
|
|
20529
|
-
$colorgradient-spacer: map-get( $spacing, 4 ) !default;
|
|
21245
|
+
$colorgradient-spacer: k-map-get( $spacing, 4 ) !default;
|
|
20530
21246
|
|
|
20531
21247
|
$colorgradient-width: 328px !default;
|
|
20532
21248
|
$colorgradient-border-width: 1px !default;
|
|
@@ -20545,7 +21261,7 @@ $colorgradient-focus-border: $hovered-border !default;
|
|
|
20545
21261
|
$colorgradient-focus-shadow: null !default;
|
|
20546
21262
|
|
|
20547
21263
|
$colorgradient-canvas-border-radius: $kendo-border-radius-md !default;
|
|
20548
|
-
$colorgradient-canvas-gap: map-get( $spacing, 3 ) !default;
|
|
21264
|
+
$colorgradient-canvas-gap: k-map-get( $spacing, 3 ) !default;
|
|
20549
21265
|
$colorgradient-canvas-rectangle-height: 180px !default;
|
|
20550
21266
|
|
|
20551
21267
|
$colorgradient-slider-track-size: 10px !default;
|
|
@@ -20561,21 +21277,21 @@ $colorgradient-draghandle-border-width: 1px !default;
|
|
|
20561
21277
|
$colorgradient-draghandle-border-radius: 50% !default;
|
|
20562
21278
|
$colorgradient-draghandle-bg: transparent !default;
|
|
20563
21279
|
$colorgradient-draghandle-text: null !default;
|
|
20564
|
-
$colorgradient-draghandle-border: rgba(
|
|
20565
|
-
$colorgradient-draghandle-shadow: 0 1px 4px rgba(
|
|
21280
|
+
$colorgradient-draghandle-border: rgba( white, .8) !default;
|
|
21281
|
+
$colorgradient-draghandle-shadow: 0 1px 4px rgba( black, .5 ) !default;
|
|
20566
21282
|
$colorgradient-draghandle-focus-shadow: 0 1px 4px black !default;
|
|
20567
21283
|
$colorgradient-draghandle-hover-shadow: $colorgradient-draghandle-focus-shadow !default;
|
|
20568
21284
|
|
|
20569
|
-
$colorgradient-canvas-draghandle-margin-y: -( $colorgradient-draghandle-height
|
|
20570
|
-
$colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width
|
|
21285
|
+
$colorgradient-canvas-draghandle-margin-y: - k-math-div( $colorgradient-draghandle-height, 2 ) !default;
|
|
21286
|
+
$colorgradient-canvas-draghandle-margin-x: - k-math-div( $colorgradient-draghandle-width, 2 ) !default;
|
|
20571
21287
|
|
|
20572
21288
|
$colorgradient-input-width: 56px !default;
|
|
20573
|
-
$colorgradient-input-gap: ( $colorgradient-spacer
|
|
20574
|
-
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
21289
|
+
$colorgradient-input-gap: k-math-div( $colorgradient-spacer, 2 ) !default;
|
|
21290
|
+
$colorgradient-input-label-gap: k-map-get( $spacing, 1 ) !default;
|
|
20575
21291
|
$colorgradient-input-label-text: $subtle-text !default;
|
|
20576
21292
|
|
|
20577
21293
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
20578
|
-
$colorgradient-contrast-spacer: ( $colorgradient-spacer
|
|
21294
|
+
$colorgradient-contrast-spacer: k-math-div( $colorgradient-spacer, 2 ) !default;
|
|
20579
21295
|
|
|
20580
21296
|
// #endregion
|
|
20581
21297
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/colorgradient/_layout.scss
|
|
@@ -20898,7 +21614,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
|
20898
21614
|
// Component
|
|
20899
21615
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/coloreditor/_variables.scss
|
|
20900
21616
|
// Coloreditor/FlatColorPicker
|
|
20901
|
-
$coloreditor-spacer: map-get( $spacing, 4 ) !default;
|
|
21617
|
+
$coloreditor-spacer: k-map-get( $spacing, 4 ) !default;
|
|
20902
21618
|
|
|
20903
21619
|
$coloreditor-min-width: 328px !default;
|
|
20904
21620
|
$coloreditor-border-width: 1px !default;
|
|
@@ -20915,9 +21631,9 @@ $coloreditor-focus-shadow: null !default;
|
|
|
20915
21631
|
|
|
20916
21632
|
$coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
20917
21633
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
20918
|
-
$coloreditor-header-actions-gap: ( $coloreditor-spacer
|
|
21634
|
+
$coloreditor-header-actions-gap: k-math-div( $coloreditor-spacer, 2 ) !default;
|
|
20919
21635
|
|
|
20920
|
-
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
21636
|
+
$coloreditor-preview-gap: k-map-get( $spacing, 1 ) !default;
|
|
20921
21637
|
$coloreditor-color-preview-width: 32px !default;
|
|
20922
21638
|
$coloreditor-color-preview-height: 12px !default;
|
|
20923
21639
|
|
|
@@ -20925,7 +21641,6 @@ $coloreditor-views-padding-y: $coloreditor-spacer !default;
|
|
|
20925
21641
|
$coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
|
|
20926
21642
|
$coloreditor-views-gap: $coloreditor-spacer !default;
|
|
20927
21643
|
|
|
20928
|
-
|
|
20929
21644
|
// #endregion
|
|
20930
21645
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/coloreditor/_layout.scss
|
|
20931
21646
|
// #region @import "~@progress/kendo-theme-default/scss/coloreditor/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss
|
|
@@ -21740,7 +22455,7 @@ $kendo-treeview-font-size-lg: $font-size-md !default;
|
|
|
21740
22455
|
/// Line height of the treeview component.
|
|
21741
22456
|
/// @group treeview
|
|
21742
22457
|
$kendo-treeview-line-height: $line-height !default;
|
|
21743
|
-
$kendo-treeview-line-height-sm: (20
|
|
22458
|
+
$kendo-treeview-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
21744
22459
|
$kendo-treeview-line-height-md: $line-height !default;
|
|
21745
22460
|
$kendo-treeview-line-height-lg: $line-height !default;
|
|
21746
22461
|
|
|
@@ -21750,22 +22465,22 @@ $kendo-treeview-indent: 16px !default;
|
|
|
21750
22465
|
|
|
21751
22466
|
/// Horizontal padding of treeview items.
|
|
21752
22467
|
/// @group treeview
|
|
21753
|
-
$kendo-treeview-item-padding-x: map-get( $spacing, 3 ) !default;
|
|
21754
|
-
$kendo-treeview-item-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
21755
|
-
$kendo-treeview-item-padding-x-md: map-get( $spacing, 3 ) !default;
|
|
21756
|
-
$kendo-treeview-item-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
22468
|
+
$kendo-treeview-item-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
22469
|
+
$kendo-treeview-item-padding-x-sm: k-map-get( $spacing, 2 ) !default;
|
|
22470
|
+
$kendo-treeview-item-padding-x-md: k-map-get( $spacing, 3 ) !default;
|
|
22471
|
+
$kendo-treeview-item-padding-x-lg: k-map-get( $spacing, 3 ) !default;
|
|
21757
22472
|
/// Vertical padding of treeview items.
|
|
21758
22473
|
/// @group treeview
|
|
21759
|
-
$kendo-treeview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
21760
|
-
$kendo-treeview-item-padding-y-sm: map-get( $spacing, 1 ) !default;
|
|
21761
|
-
$kendo-treeview-item-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
21762
|
-
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
22474
|
+
$kendo-treeview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
22475
|
+
$kendo-treeview-item-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
22476
|
+
$kendo-treeview-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
22477
|
+
$kendo-treeview-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
21763
22478
|
/// Border width of treeview items.
|
|
21764
22479
|
/// @group treeview
|
|
21765
22480
|
$kendo-treeview-item-border-width: 0px !default;
|
|
21766
22481
|
/// Border radius of treeview items.
|
|
21767
22482
|
/// @group treeview
|
|
21768
|
-
$kendo-treeview-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
22483
|
+
$kendo-treeview-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
21769
22484
|
|
|
21770
22485
|
|
|
21771
22486
|
/// The sizes of the treeview.
|
|
@@ -22164,8 +22879,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
22164
22879
|
// Component
|
|
22165
22880
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/dropdowntree/_variables.scss
|
|
22166
22881
|
// Dropdowntree
|
|
22167
|
-
$dropdowntree-popup-padding-x: map-get( $spacing, 2 ) !default;
|
|
22168
|
-
$dropdowntree-popup-padding-y: map-get( $spacing, 2 ) !default;
|
|
22882
|
+
$dropdowntree-popup-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
22883
|
+
$dropdowntree-popup-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22169
22884
|
|
|
22170
22885
|
// #endregion
|
|
22171
22886
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/dropdowntree/_layout.scss
|
|
@@ -22303,8 +23018,8 @@ $rating-icon-selected-text: $selected-bg !default;
|
|
|
22303
23018
|
$rating-icon-hover-text: $selected-bg !default;
|
|
22304
23019
|
$rating-icon-focused-text: $selected-bg !default;
|
|
22305
23020
|
|
|
22306
|
-
$rating-icon-focused-shadow: 0 2px 4px rgba(
|
|
22307
|
-
$rating-icon-focused-selected-shadow: 0 2px 4px rgba(
|
|
23021
|
+
$rating-icon-focused-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
23022
|
+
$rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
22308
23023
|
|
|
22309
23024
|
// #endregion
|
|
22310
23025
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/rating/_layout.scss
|
|
@@ -22576,7 +23291,7 @@ $kendo-switch-off-track-focus-bg: null !default;
|
|
|
22576
23291
|
$kendo-switch-off-track-focus-text: null !default;
|
|
22577
23292
|
/// The border color of the track when the focused switch is not checked.
|
|
22578
23293
|
/// @group switch
|
|
22579
|
-
$kendo-switch-off-track-focus-border: mix( $kendo-switch-off-track-bg, $primary ) !default;
|
|
23294
|
+
$kendo-switch-off-track-focus-border: k-color-mix( $kendo-switch-off-track-bg, $primary ) !default;
|
|
22580
23295
|
/// The background gradient of the track when the focused switch is not checked.
|
|
22581
23296
|
/// @group switch
|
|
22582
23297
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
@@ -22668,7 +23383,7 @@ $kendo-switch-on-track-focus-ring: .25rem solid rgba( $kendo-switch-on-track-bor
|
|
|
22668
23383
|
|
|
22669
23384
|
/// The background of the track when the disabled switch is checked.
|
|
22670
23385
|
/// @group switch
|
|
22671
|
-
$kendo-switch-on-track-disabled-bg: try-tint( $kendo-switch-on-track-bg, 50% ) !default;
|
|
23386
|
+
$kendo-switch-on-track-disabled-bg: k-try-tint( $kendo-switch-on-track-bg, 50% ) !default;
|
|
22672
23387
|
/// The text color of the track when the disabled switch is checked.
|
|
22673
23388
|
/// @group switch
|
|
22674
23389
|
$kendo-switch-on-track-disabled-text: null !default;
|
|
@@ -22681,7 +23396,7 @@ $kendo-switch-on-track-disabled-gradient: null !default;
|
|
|
22681
23396
|
|
|
22682
23397
|
/// The background of the thumb when the switch is checked.
|
|
22683
23398
|
/// @group switch
|
|
22684
|
-
$kendo-switch-on-thumb-bg: contrast-
|
|
23399
|
+
$kendo-switch-on-thumb-bg: k-contrast-color( $kendo-switch-on-track-bg ) !default;
|
|
22685
23400
|
/// The text color of the thumb when the switch is checked.
|
|
22686
23401
|
/// @group switch
|
|
22687
23402
|
$kendo-switch-on-thumb-text: null !default;
|
|
@@ -23077,8 +23792,8 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
23077
23792
|
// Component
|
|
23078
23793
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/dropzone/_variables.scss
|
|
23079
23794
|
// Dropzone
|
|
23080
|
-
$dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
23081
|
-
$dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23795
|
+
$dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23796
|
+
$dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
23082
23797
|
$dropzone-border-width: 1px !default;
|
|
23083
23798
|
$dropzone-min-height: 220px !default;
|
|
23084
23799
|
|
|
@@ -23086,17 +23801,17 @@ $dropzone-font-family: $font-family !default;
|
|
|
23086
23801
|
$dropzone-font-size: $font-size !default;
|
|
23087
23802
|
$dropzone-line-height: $line-height !default;
|
|
23088
23803
|
|
|
23089
|
-
$dropzone-bg:
|
|
23804
|
+
$dropzone-bg: if( k-is-light( $component-bg ), $gray-100, $gray-900 ) !default;
|
|
23090
23805
|
$dropzone-text: $component-text !default;
|
|
23091
23806
|
$dropzone-border: $component-border !default;
|
|
23092
23807
|
|
|
23093
23808
|
$dropzone-icon-size: ( $icon-size * 3 ) !default;
|
|
23094
|
-
$dropzone-icon-spacing: map-get( $spacing, 6 ) !default;
|
|
23095
|
-
$dropzone-icon-text: try-tint( $dropzone-text, 8 ) !default;
|
|
23809
|
+
$dropzone-icon-spacing: k-map-get( $spacing, 6 ) !default;
|
|
23810
|
+
$dropzone-icon-text: k-try-tint( $dropzone-text, 8 ) !default;
|
|
23096
23811
|
$dropzone-icon-hover-text: $primary !default;
|
|
23097
23812
|
|
|
23098
23813
|
$dropzone-hint-font-size: null !default;
|
|
23099
|
-
$dropzone-hint-spacing: map-get( $spacing, 2 ) !default;
|
|
23814
|
+
$dropzone-hint-spacing: k-map-get( $spacing, 2 ) !default;
|
|
23100
23815
|
$dropzone-hint-text: null !default;
|
|
23101
23816
|
|
|
23102
23817
|
$dropzone-note-font-size: $font-size-xs !default;
|
|
@@ -23213,18 +23928,18 @@ $upload-bg: $component-bg !default;
|
|
|
23213
23928
|
$upload-text: $component-text !default;
|
|
23214
23929
|
$upload-border: $component-border !default;
|
|
23215
23930
|
|
|
23216
|
-
$upload-dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
23217
|
-
$upload-dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23931
|
+
$upload-dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23932
|
+
$upload-dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
23218
23933
|
$upload-dropzone-bg: $header-bg !default;
|
|
23219
23934
|
$upload-dropzone-text: $header-text !default;
|
|
23220
23935
|
$upload-dropzone-border: $upload-border !default;
|
|
23221
|
-
$upload-dropzone-hover-bg: try-shade( $upload-dropzone-bg, .2 ) !default;
|
|
23936
|
+
$upload-dropzone-hover-bg: k-try-shade( $upload-dropzone-bg, .2 ) !default;
|
|
23222
23937
|
|
|
23223
23938
|
$upload-status-text: $subtle-text !default;
|
|
23224
23939
|
$upload-status-text-opacity: null !default;
|
|
23225
23940
|
|
|
23226
|
-
$upload-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
23227
|
-
$upload-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
23941
|
+
$upload-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
23942
|
+
$upload-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
23228
23943
|
|
|
23229
23944
|
$upload-multiple-items-spacing: 12px !default;
|
|
23230
23945
|
|
|
@@ -23860,8 +24575,8 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23860
24575
|
// Appbar
|
|
23861
24576
|
$appbar-margin-y: null !default;
|
|
23862
24577
|
$appbar-margin-x: null !default;
|
|
23863
|
-
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
23864
|
-
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
24578
|
+
$appbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24579
|
+
$appbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23865
24580
|
$appbar-border-width: 0px !default;
|
|
23866
24581
|
|
|
23867
24582
|
$appbar-zindex: 1000 !default;
|
|
@@ -23869,16 +24584,16 @@ $appbar-zindex: 1000 !default;
|
|
|
23869
24584
|
$appbar-font-size: $font-size !default;
|
|
23870
24585
|
$appbar-line-height: $line-height !default;
|
|
23871
24586
|
$appbar-font-family: $font-family !default;
|
|
23872
|
-
$appbar-gap: map-get( $spacing, 2 ) !default;
|
|
24587
|
+
$appbar-gap: k-map-get( $spacing, 2 ) !default;
|
|
23873
24588
|
|
|
23874
24589
|
$appbar-light-bg: $light !default;
|
|
23875
|
-
$appbar-light-text: contrast-
|
|
24590
|
+
$appbar-light-text: k-contrast-color( $light ) !default;
|
|
23876
24591
|
|
|
23877
24592
|
$appbar-dark-bg: $dark !default;
|
|
23878
|
-
$appbar-dark-text: contrast-
|
|
24593
|
+
$appbar-dark-text: k-contrast-color( $dark ) !default;
|
|
23879
24594
|
|
|
23880
|
-
$appbar-box-shadow: 0px 1px 1px rgba(
|
|
23881
|
-
$appbar-bottom-box-shadow: 0px -1px 1px rgba(
|
|
24595
|
+
$appbar-box-shadow: 0px 1px 1px rgba( black, .16 ) !default;
|
|
24596
|
+
$appbar-bottom-box-shadow: 0px -1px 1px rgba( black, .16 ) !default;
|
|
23882
24597
|
|
|
23883
24598
|
// #endregion
|
|
23884
24599
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/appbar/_layout.scss
|
|
@@ -24079,14 +24794,14 @@ $kendo-fab-line-height: $line-height !default;
|
|
|
24079
24794
|
/// Horizontal padding of the FAB.
|
|
24080
24795
|
/// @group floating-action-button
|
|
24081
24796
|
$kendo-fab-padding-x: $padding-x !default;
|
|
24082
|
-
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x
|
|
24797
|
+
$kendo-fab-padding-x-sm: k-math-div( $kendo-fab-padding-x, 2 ) !default;
|
|
24083
24798
|
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
24084
24799
|
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
24085
24800
|
|
|
24086
24801
|
/// Vertical padding of the FAB.
|
|
24087
24802
|
/// @group floating-action-button
|
|
24088
24803
|
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
24089
|
-
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y
|
|
24804
|
+
$kendo-fab-padding-y-sm: k-math-div( $kendo-fab-padding-y, 2 ) !default;
|
|
24090
24805
|
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
24091
24806
|
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
24092
24807
|
|
|
@@ -24098,18 +24813,18 @@ $kendo-fab-icon-width: 24px !default;
|
|
|
24098
24813
|
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
24099
24814
|
/// FAB icon spacing.
|
|
24100
24815
|
/// @group floating-action-button
|
|
24101
|
-
$kendo-fab-icon-spacing: map-get( $spacing, 1 )
|
|
24816
|
+
$kendo-fab-icon-spacing: k-math-div( k-map-get( $spacing, 1 ), 2 ) !default;
|
|
24102
24817
|
|
|
24103
24818
|
/// FAB items horizontal padding.
|
|
24104
24819
|
/// @group floating-action-button
|
|
24105
24820
|
$kendo-fab-items-padding-x: 0px !default;
|
|
24106
24821
|
/// FAB items vertical padding.
|
|
24107
24822
|
/// @group floating-action-button
|
|
24108
|
-
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
24823
|
+
$kendo-fab-items-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
24109
24824
|
|
|
24110
24825
|
/// FAB item text horizontal padding.
|
|
24111
24826
|
/// @group floating-action-button
|
|
24112
|
-
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
24827
|
+
$kendo-fab-item-text-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
24113
24828
|
/// FAB item text vertical padding.
|
|
24114
24829
|
/// @group floating-action-button
|
|
24115
24830
|
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
@@ -24128,7 +24843,7 @@ $kendo-fab-item-text-line-height: 14px !default;
|
|
|
24128
24843
|
|
|
24129
24844
|
/// FAB item icon horizontal padding.
|
|
24130
24845
|
/// @group floating-action-button
|
|
24131
|
-
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
24846
|
+
$kendo-fab-item-icon-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
24132
24847
|
/// FAB item icon vertical padding.
|
|
24133
24848
|
/// @group floating-action-button
|
|
24134
24849
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -24151,10 +24866,10 @@ $kendo-fab-theme-colors: $kendo-theme-colors !default;
|
|
|
24151
24866
|
|
|
24152
24867
|
/// The base shadow of the FAB.
|
|
24153
24868
|
/// @group floating-action-button
|
|
24154
|
-
$kendo-fab-shadow: 0px 6px 10px rgba(
|
|
24869
|
+
$kendo-fab-shadow: 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 ) !default;
|
|
24155
24870
|
/// The disabled shadow of the FAB.
|
|
24156
24871
|
/// @group floating-action-button
|
|
24157
|
-
$kendo-fab-disabled-shadow: 0px 6px 10px try-tint( rgba(
|
|
24872
|
+
$kendo-fab-disabled-shadow: 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ), 0px 3px 5px k-try-tint( rgba( black, .2 ), .5 ) !default;
|
|
24158
24873
|
/// The active shadow of the FAB.
|
|
24159
24874
|
/// @group floating-action-button
|
|
24160
24875
|
$kendo-fab-active-shadow: null !default;
|
|
@@ -24364,11 +25079,11 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24364
25079
|
// Normal state
|
|
24365
25080
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24366
25081
|
.k-fab-solid-#{$name} {
|
|
24367
|
-
@include box-shadow($kendo-fab-shadow);
|
|
25082
|
+
@include box-shadow( $kendo-fab-shadow );
|
|
24368
25083
|
outline: $kendo-fab-border-width solid $color;
|
|
24369
25084
|
outline-offset: -$kendo-fab-border-width;
|
|
24370
25085
|
border-color: $color;
|
|
24371
|
-
color: contrast-
|
|
25086
|
+
color: k-contrast-color( $color );
|
|
24372
25087
|
background-color: $color;
|
|
24373
25088
|
}
|
|
24374
25089
|
}
|
|
@@ -24377,9 +25092,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24377
25092
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24378
25093
|
.k-fab-solid-#{$name}:hover,
|
|
24379
25094
|
.k-fab-solid-#{$name}.k-hover {
|
|
24380
|
-
border-color: try-darken( $color, 10% );
|
|
24381
|
-
color: contrast-
|
|
24382
|
-
background-color: try-darken( $color, 7.5% );
|
|
25095
|
+
border-color: k-try-darken( $color, 10% );
|
|
25096
|
+
color: k-contrast-color( k-try-darken( $color, 7.5% ) );
|
|
25097
|
+
background-color: k-try-darken( $color, 7.5% );
|
|
24383
25098
|
}
|
|
24384
25099
|
}
|
|
24385
25100
|
|
|
@@ -24398,10 +25113,10 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24398
25113
|
.k-fab-solid-#{$name}:active,
|
|
24399
25114
|
.k-fab-solid-#{$name}.k-active,
|
|
24400
25115
|
.k-fab-solid-#{$name}.k-selected {
|
|
24401
|
-
@include box-shadow($kendo-fab-active-shadow);
|
|
24402
|
-
border-color: try-darken( $color, 12.5% );
|
|
24403
|
-
color: contrast-
|
|
24404
|
-
background-color: try-darken( $color, 10% );
|
|
25116
|
+
@include box-shadow( $kendo-fab-active-shadow );
|
|
25117
|
+
border-color: k-try-darken( $color, 12.5% );
|
|
25118
|
+
color: k-contrast-color( k-try-darken( $color, 10% ) );
|
|
25119
|
+
background-color: k-try-darken( $color, 10% );
|
|
24405
25120
|
}
|
|
24406
25121
|
}
|
|
24407
25122
|
|
|
@@ -24409,9 +25124,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24409
25124
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24410
25125
|
.k-fab-solid-#{$name}:disabled,
|
|
24411
25126
|
.k-fab-solid-#{$name}.k-disabled {
|
|
24412
|
-
@include box-shadow($kendo-fab-disabled-shadow);
|
|
24413
|
-
background-color: try-tint( $color, 4.5 );
|
|
24414
|
-
color: try-tint( contrast-
|
|
25127
|
+
@include box-shadow( $kendo-fab-disabled-shadow );
|
|
25128
|
+
background-color: k-try-tint( $color, 4.5 );
|
|
25129
|
+
color: k-try-tint( k-contrast-color( $color ), 5 );
|
|
24415
25130
|
opacity: 1;
|
|
24416
25131
|
}
|
|
24417
25132
|
}
|
|
@@ -24423,7 +25138,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24423
25138
|
$kendo-fab-item-bg,
|
|
24424
25139
|
$kendo-fab-item-border
|
|
24425
25140
|
);
|
|
24426
|
-
@include box-shadow($kendo-fab-item-shadow);
|
|
25141
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
24427
25142
|
}
|
|
24428
25143
|
.k-fab-item-icon {
|
|
24429
25144
|
@include fill(
|
|
@@ -24431,7 +25146,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24431
25146
|
$kendo-fab-item-icon-bg,
|
|
24432
25147
|
$kendo-fab-item-icon-border
|
|
24433
25148
|
);
|
|
24434
|
-
@include box-shadow($kendo-fab-item-shadow);
|
|
25149
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
24435
25150
|
outline: $kendo-fab-border-width solid $kendo-button-bg;
|
|
24436
25151
|
outline-offset: -$kendo-fab-border-width;
|
|
24437
25152
|
}
|
|
@@ -24439,12 +25154,12 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24439
25154
|
// Hover state
|
|
24440
25155
|
.k-fab-item:hover .k-fab-item-icon,
|
|
24441
25156
|
.k-fab-item.k-hover .k-fab-item-icon {
|
|
24442
|
-
@include box-shadow($kendo-fab-item-shadow);
|
|
24443
|
-
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 10% );
|
|
25157
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
25158
|
+
outline: $kendo-fab-border-width solid k-try-darken( $kendo-fab-item-icon-border, 10% );
|
|
24444
25159
|
outline-offset: -$kendo-fab-border-width;
|
|
24445
|
-
border-color: try-darken( $kendo-fab-item-icon-border, 10% );
|
|
24446
|
-
color: contrast-
|
|
24447
|
-
background-color: try-darken( $kendo-fab-item-icon-bg, 7.5% );
|
|
25160
|
+
border-color: k-try-darken( $kendo-fab-item-icon-border, 10% );
|
|
25161
|
+
color: k-contrast-color( k-try-darken( $kendo-fab-item-icon-bg, 7.5% ) );
|
|
25162
|
+
background-color: k-try-darken( $kendo-fab-item-icon-bg, 7.5% );
|
|
24448
25163
|
}
|
|
24449
25164
|
|
|
24450
25165
|
// Focus state
|
|
@@ -24460,12 +25175,12 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24460
25175
|
// Active state
|
|
24461
25176
|
.k-fab-item:active .k-fab-item-icon,
|
|
24462
25177
|
.k-fab-item.k-active .k-fab-item-icon {
|
|
24463
|
-
@include box-shadow($kendo-fab-item-active-shadow);
|
|
24464
|
-
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
25178
|
+
@include box-shadow( $kendo-fab-item-active-shadow );
|
|
25179
|
+
outline: $kendo-fab-border-width solid k-try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
24465
25180
|
outline-offset: -$kendo-fab-border-width;
|
|
24466
|
-
border-color: try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
24467
|
-
color: contrast-
|
|
24468
|
-
background-color: try-darken( $kendo-fab-item-icon-bg, 10% );
|
|
25181
|
+
border-color: k-try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
25182
|
+
color: k-contrast-color( k-try-darken( $kendo-fab-item-icon-bg, 10% ) );
|
|
25183
|
+
background-color: k-try-darken( $kendo-fab-item-icon-bg, 10% );
|
|
24469
25184
|
}
|
|
24470
25185
|
|
|
24471
25186
|
// Disabled state
|
|
@@ -24475,9 +25190,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24475
25190
|
|
|
24476
25191
|
.k-fab-item-text,
|
|
24477
25192
|
.k-fab-item-icon {
|
|
24478
|
-
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
24479
|
-
background-color: try-tint( $kendo-fab-item-bg, 8 );
|
|
24480
|
-
color: try-tint( $kendo-fab-item-text, 8 );
|
|
25193
|
+
@include box-shadow( $kendo-fab-item-disabled-shadow );
|
|
25194
|
+
background-color: k-try-tint( $kendo-fab-item-bg, 8 );
|
|
25195
|
+
color: k-try-tint( $kendo-fab-item-text, 8 );
|
|
24481
25196
|
}
|
|
24482
25197
|
}
|
|
24483
25198
|
|
|
@@ -24538,12 +25253,12 @@ $actionsheet-line-height: $line-height !default;
|
|
|
24538
25253
|
$actionsheet-bg: $component-bg !default;
|
|
24539
25254
|
$actionsheet-text: $component-text !default;
|
|
24540
25255
|
$actionsheet-border: $component-border !default;
|
|
24541
|
-
$actionsheet-shadow: 0 8px 10px -5px rgba(
|
|
25256
|
+
$actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
|
|
24542
25257
|
|
|
24543
25258
|
|
|
24544
25259
|
// Actionsheet header
|
|
24545
|
-
$actionsheet-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
24546
|
-
$actionsheet-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
25260
|
+
$actionsheet-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25261
|
+
$actionsheet-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24547
25262
|
$actionsheet-header-border-width: null !default;
|
|
24548
25263
|
$actionsheet-header-font-size: null !default;
|
|
24549
25264
|
$actionsheet-header-font-family: null !default;
|
|
@@ -24558,8 +25273,8 @@ $actionsheet-header-shadow: null !default;
|
|
|
24558
25273
|
|
|
24559
25274
|
// Actionsheet item
|
|
24560
25275
|
$actionsheet-item-min-height: 40px !default;
|
|
24561
|
-
$actionsheet-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
24562
|
-
$actionsheet-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
25276
|
+
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25277
|
+
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24563
25278
|
$actionsheet-item-border-width: 1px !default;
|
|
24564
25279
|
$actionsheet-item-spacing: 12px !default;
|
|
24565
25280
|
|
|
@@ -24581,7 +25296,7 @@ $actionsheet-item-focus-bg: null !default;
|
|
|
24581
25296
|
$actionsheet-item-focus-text: null !default;
|
|
24582
25297
|
$actionsheet-item-focus-border: null !default;
|
|
24583
25298
|
$actionsheet-item-focus-gradient: null !default;
|
|
24584
|
-
$actionsheet-item-focus-shadow: inset 0 0 0 2px rgba(
|
|
25299
|
+
$actionsheet-item-focus-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
24585
25300
|
|
|
24586
25301
|
$actionsheet-item-disabled-bg: null !default;
|
|
24587
25302
|
$actionsheet-item-disabled-text: null !default;
|
|
@@ -25252,7 +25967,7 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
25252
25967
|
|
|
25253
25968
|
// #endregion
|
|
25254
25969
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/dialog/_theme.scss
|
|
25255
|
-
@include exports("dialog/theme") {
|
|
25970
|
+
@include exports( "dialog/theme" ) {
|
|
25256
25971
|
|
|
25257
25972
|
.k-dialog {}
|
|
25258
25973
|
|
|
@@ -25308,15 +26023,15 @@ $drawer-font-size: $font-size !default;
|
|
|
25308
26023
|
$drawer-line-height: $line-height !default;
|
|
25309
26024
|
$drawer-content-padding-x: $padding-x !default;
|
|
25310
26025
|
$drawer-content-padding-y: $padding-y !default;
|
|
25311
|
-
$drawer-item-level-padding-x: map-get( $spacing, 4 ) !default;
|
|
26026
|
+
$drawer-item-level-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25312
26027
|
|
|
25313
26028
|
$drawer-item-level-count: 5 !default;
|
|
25314
26029
|
|
|
25315
26030
|
$drawer-scrollbar-width: 7px !default;
|
|
25316
|
-
$drawer-scrollbar-color: rgba(156, 156, 156, .7) !default;
|
|
26031
|
+
$drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
|
|
25317
26032
|
$drawer-scrollbar-bg: #dedede !default;
|
|
25318
26033
|
$drawer-scrollbar-radius: 20px !default;
|
|
25319
|
-
$drawer-scrollbar-hovered-color: rgba(156, 156, 156, 1) !default;
|
|
26034
|
+
$drawer-scrollbar-hovered-color: rgba( 156, 156, 156, 1 ) !default;
|
|
25320
26035
|
|
|
25321
26036
|
$drawer-item-padding-x: $padding-x !default;
|
|
25322
26037
|
$drawer-item-padding-y: $padding-y !default;
|
|
@@ -25324,17 +26039,17 @@ $drawer-item-font-size: 16px !default;
|
|
|
25324
26039
|
$drawer-item-line-height: $line-height-lg !default;
|
|
25325
26040
|
$drawer-icon-size: $icon-size !default;
|
|
25326
26041
|
|
|
25327
|
-
$drawer-mini-initial-width: calc(2 * #{$drawer-item-padding-x} + #{$drawer-icon-size}) !default;
|
|
26042
|
+
$drawer-mini-initial-width: calc( 2 * #{$drawer-item-padding-x} + #{$drawer-icon-size} ) !default;
|
|
25328
26043
|
|
|
25329
26044
|
$drawer-hovered-bg: $hovered-bg !default;
|
|
25330
26045
|
$drawer-hovered-text: $hovered-text !default;
|
|
25331
26046
|
|
|
25332
26047
|
$drawer-focused-bg: $hovered-bg !default;
|
|
25333
|
-
$drawer-focused-shadow: inset 0 0 0 2px rgba(
|
|
26048
|
+
$drawer-focused-shadow: inset 0 0 0 2px rgba( black, .15 ) !default;
|
|
25334
26049
|
|
|
25335
26050
|
$drawer-selected-bg: $selected-bg !default;
|
|
25336
26051
|
$drawer-selected-text: $selected-text !default;
|
|
25337
|
-
$drawer-selected-hover-bg: try-shade( $selected-bg, 1 ) !default;
|
|
26052
|
+
$drawer-selected-hover-bg: k-try-shade( $selected-bg, 1 ) !default;
|
|
25338
26053
|
$drawer-selected-hover-text: $selected-text !default;
|
|
25339
26054
|
|
|
25340
26055
|
// #endregion
|
|
@@ -25723,10 +26438,10 @@ $notification-border: $component-border !default;
|
|
|
25723
26438
|
|
|
25724
26439
|
// sass-lint:disable-block indentation
|
|
25725
26440
|
@each $name, $color in $colors {
|
|
25726
|
-
$_theme: map-merge(( $name: (
|
|
25727
|
-
color: shade( $color, 6 ),
|
|
25728
|
-
background-color: tint( $color, 9 ),
|
|
25729
|
-
border: tint( $color, 10 ),
|
|
26441
|
+
$_theme: k-map-merge(( $name: (
|
|
26442
|
+
color: k-color-shade( $color, 6 ),
|
|
26443
|
+
background-color: k-color-tint( $color, 9 ),
|
|
26444
|
+
border: k-color-tint( $color, 10 ),
|
|
25730
26445
|
)), $_theme );
|
|
25731
26446
|
}
|
|
25732
26447
|
|
|
@@ -25923,7 +26638,7 @@ $card-font-family: $font-family !default;
|
|
|
25923
26638
|
$card-font-size: $font-size !default;
|
|
25924
26639
|
$card-line-height: $line-height !default;
|
|
25925
26640
|
|
|
25926
|
-
$card-deck-gap: map-get( $spacing, 4 ) !default;
|
|
26641
|
+
$card-deck-gap: k-map-get( $spacing, 4 ) !default;
|
|
25927
26642
|
|
|
25928
26643
|
$card-bg: $component-bg !default;
|
|
25929
26644
|
$card-text: $component-text !default;
|
|
@@ -25952,14 +26667,14 @@ $card-footer-bg: $card-header-bg !default;
|
|
|
25952
26667
|
$card-footer-text: $card-header-text !default;
|
|
25953
26668
|
$card-footer-border: $card-header-border !default;
|
|
25954
26669
|
|
|
25955
|
-
$card-title-margin-bottom: map-get( $spacing, md ) !default;
|
|
26670
|
+
$card-title-margin-bottom: k-map-get( $spacing, md ) !default;
|
|
25956
26671
|
$card-title-font-size: $h5-font-size !default;
|
|
25957
26672
|
$card-title-font-family: $headings-font-family !default;
|
|
25958
26673
|
$card-title-line-height: $headings-line-height !default;
|
|
25959
26674
|
$card-title-font-weight: $headings-font-weight !default;
|
|
25960
26675
|
$card-title-letter-spacing: null !default;
|
|
25961
26676
|
|
|
25962
|
-
$card-subtitle-margin-bottom: map-get( $spacing, md ) !default;
|
|
26677
|
+
$card-subtitle-margin-bottom: k-map-get( $spacing, md ) !default;
|
|
25963
26678
|
$card-subtitle-font-size: $h6-font-size !default;
|
|
25964
26679
|
$card-subtitle-font-family: $headings-font-family !default;
|
|
25965
26680
|
$card-subtitle-line-height: $headings-line-height !default;
|
|
@@ -25971,10 +26686,10 @@ $card-img-max-width: 100px !default;
|
|
|
25971
26686
|
$card-avatar-size: 45px !default;
|
|
25972
26687
|
$card-avatar-spacing: $card-header-padding-x !default;
|
|
25973
26688
|
|
|
25974
|
-
$card-actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
25975
|
-
$card-actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
26689
|
+
$card-actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26690
|
+
$card-actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25976
26691
|
$card-actions-border-width: 1px !default;
|
|
25977
|
-
$card-actions-gap: map-get( $spacing, 2 ) !default;
|
|
26692
|
+
$card-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
25978
26693
|
|
|
25979
26694
|
$card-deck-scroll-button-radius: 0px !default;
|
|
25980
26695
|
$card-deck-scroll-button-offset: -$kendo-button-border-width !default;
|
|
@@ -26746,11 +27461,6 @@ $popover-callout-border: $popover-border !default;
|
|
|
26746
27461
|
|
|
26747
27462
|
// #endregion
|
|
26748
27463
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/responsivepanel/_theme.scss
|
|
26749
|
-
@include exports("responsivepanel/theme") {
|
|
26750
|
-
|
|
26751
|
-
.k-rpanel {}
|
|
26752
|
-
|
|
26753
|
-
}
|
|
26754
27464
|
|
|
26755
27465
|
// #endregion
|
|
26756
27466
|
|
|
@@ -26795,20 +27505,20 @@ $bottom-nav-font-size: $font-size !default;
|
|
|
26795
27505
|
$bottom-nav-line-height: normal !default;
|
|
26796
27506
|
$bottom-nav-letter-spacing: .2px !default;
|
|
26797
27507
|
|
|
26798
|
-
$bottom-nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
27508
|
+
$bottom-nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26799
27509
|
$bottom-nav-item-padding-y: 0 !default;
|
|
26800
27510
|
$bottom-nav-item-min-width: 72px !default;
|
|
26801
27511
|
$bottom-nav-item-max-width: null !default;
|
|
26802
|
-
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{map-get( $spacing, 2 ) * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
27512
|
+
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{k-map-get( $spacing, 2 ) * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
26803
27513
|
$bottom-nav-item-border-radius: null !default;
|
|
26804
|
-
$bottom-nav-item-gap: 0 map-get( $spacing, 1 ) !default;
|
|
27514
|
+
$bottom-nav-item-gap: 0 k-map-get( $spacing, 1 ) !default;
|
|
26805
27515
|
|
|
26806
|
-
$bottom-nav-item-icon-margin-y: map-get( $spacing, 2 ) !default;
|
|
27516
|
+
$bottom-nav-item-icon-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
26807
27517
|
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
26808
|
-
$bottom-nav-item-icon-size: map-get( $spacing, 6 ) !default;
|
|
27518
|
+
$bottom-nav-item-icon-size: k-map-get( $spacing, 6 ) !default;
|
|
26809
27519
|
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
26810
27520
|
|
|
26811
|
-
$bottom-nav-shadow: 0px 0px 5px rgba(
|
|
27521
|
+
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26812
27522
|
|
|
26813
27523
|
$bottom-nav-flat-bg: $component-bg !default;
|
|
26814
27524
|
$bottom-nav-flat-text: $component-text !default;
|
|
@@ -27034,7 +27744,7 @@ $breadcrumb-delimiter-icon-font-size: $icon-size * .75 !default;
|
|
|
27034
27744
|
$breadcrumb-delimiter-icon-padding-x: $kendo-button-padding-y !default;
|
|
27035
27745
|
$breadcrumb-delimiter-icon-padding-y: 0px !default;
|
|
27036
27746
|
|
|
27037
|
-
$breadcrumb-link-padding-x: $padding-x-lg
|
|
27747
|
+
$breadcrumb-link-padding-x: k-math-div( $padding-x-lg, 2 ) !default;
|
|
27038
27748
|
$breadcrumb-link-padding-y: $padding-y !default;
|
|
27039
27749
|
$breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
27040
27750
|
|
|
@@ -27072,7 +27782,7 @@ $breadcrumb-root-link-focused-text: null !default;
|
|
|
27072
27782
|
$breadcrumb-root-link-focused-border: null !default;
|
|
27073
27783
|
$breadcrumb-root-link-focused-shadow: $breadcrumb-link-focused-shadow !default;
|
|
27074
27784
|
|
|
27075
|
-
$breadcrumb-focused-shadow: 0 0 2px 1px rgba(
|
|
27785
|
+
$breadcrumb-focused-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
27076
27786
|
|
|
27077
27787
|
// #endregion
|
|
27078
27788
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/breadcrumb/_layout.scss
|
|
@@ -27363,8 +28073,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
27363
28073
|
// Component
|
|
27364
28074
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/pager/_variables.scss
|
|
27365
28075
|
// Pager
|
|
27366
|
-
$pager-padding-x: map-get( $spacing, 2 ) !default;
|
|
27367
|
-
$pager-padding-y: map-get( $spacing, 2 ) !default;
|
|
28076
|
+
$pager-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
28077
|
+
$pager-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
27368
28078
|
$pager-border-width: 1px !default;
|
|
27369
28079
|
|
|
27370
28080
|
$pager-font-family: $font-family !default;
|
|
@@ -27376,15 +28086,15 @@ $pager-text: $header-text !default;
|
|
|
27376
28086
|
$pager-border: $header-border !default;
|
|
27377
28087
|
|
|
27378
28088
|
$pager-focus-bg: null !default;
|
|
27379
|
-
$pager-focus-shadow: inset 0 0 0 2px rgba(
|
|
28089
|
+
$pager-focus-shadow: inset 0 0 0 2px rgba( black, .08) !default;
|
|
27380
28090
|
|
|
27381
|
-
$pager-section-spacing: map-get( $spacing, 4 ) !default;
|
|
28091
|
+
$pager-section-spacing: k-map-get( $spacing, 4 ) !default;
|
|
27382
28092
|
|
|
27383
28093
|
$pager-item-padding-x: $kendo-button-padding-y !default;
|
|
27384
28094
|
$pager-item-padding-y: $kendo-button-padding-y !default;
|
|
27385
28095
|
$pager-item-border-width: 1px !default;
|
|
27386
|
-
$pager-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
27387
|
-
$pager-item-spacing:
|
|
28096
|
+
$pager-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
28097
|
+
$pager-item-spacing: -$pager-item-border-width !default;
|
|
27388
28098
|
|
|
27389
28099
|
$pager-item-bg: $component-bg !default;
|
|
27390
28100
|
$pager-item-text: $link-text !default;
|
|
@@ -27400,7 +28110,7 @@ $pager-item-selected-border: $pager-item-selected-bg !default;
|
|
|
27400
28110
|
|
|
27401
28111
|
$pager-item-focus-opacity: null !default;
|
|
27402
28112
|
$pager-item-focus-bg: $pager-item-bg !default;
|
|
27403
|
-
$pager-item-focus-shadow: 0 0 0 3px rgba($primary, .25) !default;
|
|
28113
|
+
$pager-item-focus-shadow: 0 0 0 3px rgba( $primary, .25 ) !default;
|
|
27404
28114
|
|
|
27405
28115
|
$pager-number-padding-x: $pager-item-padding-x !default;
|
|
27406
28116
|
$pager-number-padding-y: $pager-item-padding-y !default;
|
|
@@ -27703,7 +28413,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27703
28413
|
|
|
27704
28414
|
// #endregion
|
|
27705
28415
|
|
|
27706
|
-
@include exports("pager/layout/bootstrap") {
|
|
28416
|
+
@include exports( "pager/layout/bootstrap" ) {
|
|
27707
28417
|
|
|
27708
28418
|
|
|
27709
28419
|
// Pager items
|
|
@@ -27980,7 +28690,7 @@ $stepper-indicator-bg: $component-bg !default;
|
|
|
27980
28690
|
$stepper-indicator-text: $component-text !default;
|
|
27981
28691
|
$stepper-indicator-border: $component-border !default;
|
|
27982
28692
|
|
|
27983
|
-
$stepper-indicator-hover-bg: try-shade( $stepper-indicator-bg ) !default;
|
|
28693
|
+
$stepper-indicator-hover-bg: k-try-shade( $stepper-indicator-bg ) !default;
|
|
27984
28694
|
$stepper-indicator-hover-text: null !default;
|
|
27985
28695
|
$stepper-indicator-hover-border: null !default;
|
|
27986
28696
|
|
|
@@ -27989,15 +28699,15 @@ $stepper-indicator-disabled-text: $disabled-text !default;
|
|
|
27989
28699
|
$stepper-indicator-disabled-border: null !default;
|
|
27990
28700
|
|
|
27991
28701
|
$stepper-indicator-done-bg: $primary !default;
|
|
27992
|
-
$stepper-indicator-done-text: contrast-
|
|
28702
|
+
$stepper-indicator-done-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27993
28703
|
$stepper-indicator-done-border: $stepper-indicator-done-bg !default;
|
|
27994
28704
|
|
|
27995
|
-
$stepper-indicator-done-hover-bg: try-shade( $stepper-indicator-done-bg ) !default;
|
|
28705
|
+
$stepper-indicator-done-hover-bg: k-try-shade( $stepper-indicator-done-bg ) !default;
|
|
27996
28706
|
$stepper-indicator-done-hover-text: null !default;
|
|
27997
28707
|
$stepper-indicator-done-hover-border: null !default;
|
|
27998
28708
|
|
|
27999
|
-
$stepper-indicator-done-disabled-bg: mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28000
|
-
$stepper-indicator-done-disabled-text: contrast-
|
|
28709
|
+
$stepper-indicator-done-disabled-bg: k-color-mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28710
|
+
$stepper-indicator-done-disabled-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
28001
28711
|
$stepper-indicator-done-disabled-border: $stepper-indicator-done-disabled-bg !default;
|
|
28002
28712
|
|
|
28003
28713
|
$stepper-indicator-current-bg: $stepper-indicator-done-bg !default;
|
|
@@ -28580,7 +29290,7 @@ $tabstrip-item-padding-y: $nav-item-padding-y !default;
|
|
|
28580
29290
|
$tabstrip-item-border-width: 1px !default;
|
|
28581
29291
|
/// Border radius of tabs
|
|
28582
29292
|
/// @group tabstrip
|
|
28583
|
-
$tabstrip-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
29293
|
+
$tabstrip-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
28584
29294
|
/// Spacing between tabs
|
|
28585
29295
|
/// @group tabstrip
|
|
28586
29296
|
$tabstrip-item-gap: $nav-item-margin !default;
|
|
@@ -28626,17 +29336,17 @@ $tabstrip-item-selected-gradient: null !default;
|
|
|
28626
29336
|
|
|
28627
29337
|
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
28628
29338
|
|
|
28629
|
-
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba(
|
|
29339
|
+
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba( black, .15 ) !default;
|
|
28630
29340
|
|
|
28631
29341
|
$tabstrip-indicator-size: null !default;
|
|
28632
29342
|
$tabstrip-indicator-color: null !default;
|
|
28633
29343
|
|
|
28634
29344
|
/// Horizontal padding of tabstrip content
|
|
28635
29345
|
/// @group tabstrip
|
|
28636
|
-
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
29346
|
+
$tabstrip-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
28637
29347
|
/// Vertical padding of tabstrip content
|
|
28638
29348
|
/// @group tabstrip
|
|
28639
|
-
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
29349
|
+
$tabstrip-content-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
28640
29350
|
/// Width of border around tabstrip content
|
|
28641
29351
|
/// @group tabstrip
|
|
28642
29352
|
$tabstrip-content-border-width: $tabstrip-border-width !default;
|
|
@@ -29128,7 +29838,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29128
29838
|
// #endregion
|
|
29129
29839
|
|
|
29130
29840
|
|
|
29131
|
-
@include exports("tabstrip/theme/bootstrap") {
|
|
29841
|
+
@include exports( "tabstrip/theme/bootstrap" ) {
|
|
29132
29842
|
|
|
29133
29843
|
// Tabstrip variants
|
|
29134
29844
|
.k-tabstrip-top {
|
|
@@ -29211,7 +29921,7 @@ $wizard-line-height: $line-height !default;
|
|
|
29211
29921
|
$wizard-font-family: $font-family !default;
|
|
29212
29922
|
|
|
29213
29923
|
$wizard-step-border-focused: #656565 !default;
|
|
29214
|
-
$wizard-focused-shadow: inset 0 0 0 2px rgba(
|
|
29924
|
+
$wizard-focused-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
29215
29925
|
|
|
29216
29926
|
// #endregion
|
|
29217
29927
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/wizard/_layout.scss
|
|
@@ -29406,7 +30116,7 @@ $expander-border-width: 1px !default;
|
|
|
29406
30116
|
$expander-header-padding-x: $padding-x-lg !default;
|
|
29407
30117
|
$expander-header-padding-y: $padding-y * 2 !default;
|
|
29408
30118
|
|
|
29409
|
-
$expander-indicator-margin-x: calc(#{$padding-x / 2} * 1.5) !default;
|
|
30119
|
+
$expander-indicator-margin-x: calc( #{$padding-x / 2} * 1.5 ) !default;
|
|
29410
30120
|
|
|
29411
30121
|
$expander-bg: $component-bg !default;
|
|
29412
30122
|
$expander-text: $component-text !default;
|
|
@@ -29418,7 +30128,7 @@ $expander-header-bg: transparent !default;
|
|
|
29418
30128
|
$expander-header-text: $expander-text !default;
|
|
29419
30129
|
$expander-header-border: null !default;
|
|
29420
30130
|
|
|
29421
|
-
$expander-header-hover-bg: rgba(
|
|
30131
|
+
$expander-header-hover-bg: rgba( black, .04 ) !default;
|
|
29422
30132
|
|
|
29423
30133
|
$expander-header-focused-bg: null !default;
|
|
29424
30134
|
$expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
@@ -29591,11 +30301,11 @@ $panelbar-border-style: solid !default;
|
|
|
29591
30301
|
$panelbar-item-border-width: 1px !default;
|
|
29592
30302
|
$panelbar-item-border-style: solid !default;
|
|
29593
30303
|
|
|
29594
|
-
$panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
|
|
29595
|
-
$panelbar-header-padding-y: map-get( $spacing, 4 ) !default;
|
|
30304
|
+
$panelbar-header-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30305
|
+
$panelbar-header-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
29596
30306
|
|
|
29597
|
-
$panelbar-item-padding-x: map-get( $spacing, 6 ) !default;
|
|
29598
|
-
$panelbar-item-padding-y: map-get( $spacing, 3 ) !default;
|
|
30307
|
+
$panelbar-item-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30308
|
+
$panelbar-item-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29599
30309
|
|
|
29600
30310
|
$panelbar-item-level-count: 4 !default;
|
|
29601
30311
|
|
|
@@ -29608,7 +30318,7 @@ $panelbar-header-text: $link-text !default;
|
|
|
29608
30318
|
$panelbar-header-border: null !default;
|
|
29609
30319
|
$panelbar-header-gradient: null !default;
|
|
29610
30320
|
|
|
29611
|
-
$panelbar-header-hovered-bg: try-shade( $panelbar-header-bg, .5 ) !default;
|
|
30321
|
+
$panelbar-header-hovered-bg: k-try-shade( $panelbar-header-bg, .5 ) !default;
|
|
29612
30322
|
$panelbar-header-hovered-text: null !default;
|
|
29613
30323
|
$panelbar-header-hovered-border: null !default;
|
|
29614
30324
|
$panelbar-header-hovered-gradient: null !default;
|
|
@@ -29629,7 +30339,7 @@ $panelbar-header-selected-text: $selected-text !default;
|
|
|
29629
30339
|
$panelbar-header-selected-border: null !default;
|
|
29630
30340
|
$panelbar-header-selected-gradient: null !default;
|
|
29631
30341
|
|
|
29632
|
-
$panelbar-header-selected-hovered-bg: try-shade( $panelbar-header-selected-bg ) !default;
|
|
30342
|
+
$panelbar-header-selected-hovered-bg: k-try-shade( $panelbar-header-selected-bg ) !default;
|
|
29633
30343
|
$panelbar-header-selected-hovered-text: null !default;
|
|
29634
30344
|
$panelbar-header-selected-hovered-border: null !default;
|
|
29635
30345
|
$panelbar-header-selected-hovered-gradient: null !default;
|
|
@@ -29644,7 +30354,7 @@ $panelbar-header-selected-hovered-focused-text: null !default;
|
|
|
29644
30354
|
$panelbar-header-selected-hovered-focused-border: null !default;
|
|
29645
30355
|
$panelbar-header-selected-hovered-focused-gradient: null !default;
|
|
29646
30356
|
|
|
29647
|
-
$panelbar-item-hovered-bg: try-shade( $panelbar-bg, 1 ) !default;
|
|
30357
|
+
$panelbar-item-hovered-bg: k-try-shade( $panelbar-bg, 1 ) !default;
|
|
29648
30358
|
$panelbar-item-hovered-text: null !default;
|
|
29649
30359
|
$panelbar-item-hovered-border: null !default;
|
|
29650
30360
|
$panelbar-item-hovered-gradient: null !default;
|
|
@@ -29665,7 +30375,7 @@ $panelbar-item-selected-text: $selected-text !default;
|
|
|
29665
30375
|
$panelbar-item-selected-border: null !default;
|
|
29666
30376
|
$panelbar-item-selected-gradient: null !default;
|
|
29667
30377
|
|
|
29668
|
-
$panelbar-item-selected-hovered-bg: try-shade( $panelbar-item-selected-bg ) !default;
|
|
30378
|
+
$panelbar-item-selected-hovered-bg: k-try-shade( $panelbar-item-selected-bg ) !default;
|
|
29669
30379
|
$panelbar-item-selected-hovered-text: null !default;
|
|
29670
30380
|
$panelbar-item-selected-hovered-border: null !default;
|
|
29671
30381
|
$panelbar-item-selected-hovered-gradient: null !default;
|
|
@@ -30138,7 +30848,7 @@ $splitter-drag-icon-margin: 7px !default;
|
|
|
30138
30848
|
$splitbar-bg: $base-bg !default;
|
|
30139
30849
|
$splitbar-text: $base-text !default;
|
|
30140
30850
|
|
|
30141
|
-
$splitbar-hover-bg: try-shade( $splitbar-bg, .5 ) !default;
|
|
30851
|
+
$splitbar-hover-bg: k-try-shade( $splitbar-bg, .5 ) !default;
|
|
30142
30852
|
$splitbar-hover-text: $splitbar-text !default;
|
|
30143
30853
|
|
|
30144
30854
|
$splitbar-selected-bg: $selected-bg !default;
|
|
@@ -30424,7 +31134,7 @@ $tilelayout-hint-border-radius: $card-border-radius !default;
|
|
|
30424
31134
|
|
|
30425
31135
|
$tilelayout-bg: $gray-100 !default;
|
|
30426
31136
|
|
|
30427
|
-
$tilelayout-hint-bg: rgba(
|
|
31137
|
+
$tilelayout-hint-bg: rgba( white, .2 ) !default;
|
|
30428
31138
|
$tilelayout-hint-border: $component-border !default;
|
|
30429
31139
|
|
|
30430
31140
|
// #endregion
|
|
@@ -30553,7 +31263,7 @@ $adaptive-content-bg: $app-bg !default;
|
|
|
30553
31263
|
$adaptive-content-text: $app-text !default;
|
|
30554
31264
|
|
|
30555
31265
|
$adaptive-menu-bg: $primary !default;
|
|
30556
|
-
$adaptive-menu-text: contrast-
|
|
31266
|
+
$adaptive-menu-text: k-contrast-color( $adaptive-menu-bg ) !default;
|
|
30557
31267
|
|
|
30558
31268
|
$adaptive-menu-clear-text: $primary !default;
|
|
30559
31269
|
|
|
@@ -32726,7 +33436,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32726
33436
|
|
|
32727
33437
|
// #endregion
|
|
32728
33438
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/grid/_theme.scss
|
|
32729
|
-
@include exports("grid/theme") {
|
|
33439
|
+
@include exports( "grid/theme" ) {
|
|
32730
33440
|
|
|
32731
33441
|
// Theme
|
|
32732
33442
|
.k-grid {
|
|
@@ -32870,7 +33580,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32870
33580
|
.k-hierarchy-cell .k-icon {
|
|
32871
33581
|
&:focus,
|
|
32872
33582
|
&.k-focus {
|
|
32873
|
-
box-shadow: inset 0 0 0 2px rgba(
|
|
33583
|
+
box-shadow: inset 0 0 0 2px rgba( black, .1 );
|
|
32874
33584
|
}
|
|
32875
33585
|
&.k-active {
|
|
32876
33586
|
color: $selected-text;
|
|
@@ -33194,8 +33904,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
33194
33904
|
// Component
|
|
33195
33905
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/listview/_variables.scss
|
|
33196
33906
|
// Listview
|
|
33197
|
-
$listview-padding-x: map-get( $spacing, 1 ) !default;
|
|
33198
|
-
$listview-padding-y: map-get( $spacing, 1 ) !default;
|
|
33907
|
+
$listview-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
33908
|
+
$listview-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33199
33909
|
$listview-border-width: 1px !default;
|
|
33200
33910
|
$listview-font-family: $font-family !default;
|
|
33201
33911
|
$listview-font-size: $font-size !default;
|
|
@@ -33207,8 +33917,8 @@ $listview-border: $component-border !default;
|
|
|
33207
33917
|
|
|
33208
33918
|
$listview-grid-gap: 10px !default;
|
|
33209
33919
|
|
|
33210
|
-
$listview-item-padding-x: map-get( $spacing, 1 ) !default;
|
|
33211
|
-
$listview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
33920
|
+
$listview-item-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
33921
|
+
$listview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33212
33922
|
|
|
33213
33923
|
$listview-item-selected-bg: rgba( $selected-bg, .25 ) !default;
|
|
33214
33924
|
$listview-item-selected-text: null !default;
|
|
@@ -33480,7 +34190,7 @@ $spreadsheet-insert-image-dialog-preview-height: 230px !default;
|
|
|
33480
34190
|
$spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
|
|
33481
34191
|
$spreadsheet-insert-image-dialog-preview-border: $component-border !default;
|
|
33482
34192
|
$spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
|
|
33483
|
-
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba(
|
|
34193
|
+
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
|
|
33484
34194
|
$spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
|
|
33485
34195
|
$spreadsheet-insert-image-dialog-overlay-hovered-text: $component-bg !default;
|
|
33486
34196
|
|
|
@@ -34424,7 +35134,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34424
35134
|
|
|
34425
35135
|
// #endregion
|
|
34426
35136
|
|
|
34427
|
-
@include exports("spreadsheet/filter/layout/bootstrap") {
|
|
35137
|
+
@include exports( "spreadsheet/filter/layout/bootstrap" ) {
|
|
34428
35138
|
|
|
34429
35139
|
// Filter menu
|
|
34430
35140
|
.k-spreadsheet-filter-menu {
|
|
@@ -34441,7 +35151,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34441
35151
|
|
|
34442
35152
|
// #endregion
|
|
34443
35153
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/spreadsheet/_theme.scss
|
|
34444
|
-
@include exports("sreadsheet/theme") {
|
|
35154
|
+
@include exports( "sreadsheet/theme" ) {
|
|
34445
35155
|
|
|
34446
35156
|
// Spreadsheet
|
|
34447
35157
|
.k-spreadsheet {
|
|
@@ -34685,7 +35395,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34685
35395
|
|
|
34686
35396
|
|
|
34687
35397
|
|
|
34688
|
-
@include exports("spreadsheet/rtl/theme") {
|
|
35398
|
+
@include exports( "spreadsheet/rtl/theme" ) {
|
|
34689
35399
|
|
|
34690
35400
|
.k-rtl .k-spreadsheet,
|
|
34691
35401
|
.k-spreadsheet[dir="rtl"],
|
|
@@ -34748,7 +35458,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34748
35458
|
// Component
|
|
34749
35459
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/pivotgrid/_variables.scss
|
|
34750
35460
|
// Pivot grid
|
|
34751
|
-
$pivotgrid-spacer: map-get( $spacing, 4 ) !default;
|
|
35461
|
+
$pivotgrid-spacer: k-map-get( $spacing, 4 ) !default;
|
|
34752
35462
|
$pivotgrid-padding-x: null !default;
|
|
34753
35463
|
$pivotgrid-padding-y: null !default;
|
|
34754
35464
|
$pivotgrid-font-family: $font-family !default;
|
|
@@ -34768,21 +35478,21 @@ $pivotgrid-bg: $component-bg !default;
|
|
|
34768
35478
|
$pivotgrid-text: $component-text !default;
|
|
34769
35479
|
$pivotgrid-border: $component-border !default;
|
|
34770
35480
|
|
|
34771
|
-
$pivotgrid-alt-border: try-shade($pivotgrid-border, 2) !default;
|
|
35481
|
+
$pivotgrid-alt-border: k-try-shade( $pivotgrid-border, 2 ) !default;
|
|
34772
35482
|
|
|
34773
35483
|
$pivotgrid-headers-bg: $header-bg !default;
|
|
34774
35484
|
$pivotgrid-headers-text: $header-text !default;
|
|
34775
35485
|
$pivotgrid-headers-border: $header-border !default;
|
|
34776
35486
|
|
|
34777
|
-
$pivotgrid-total-bg: try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35487
|
+
$pivotgrid-total-bg: k-try-shade( $pivotgrid-bg, 1 ) !default;
|
|
34778
35488
|
$pivotgrid-total-text: $header-text !default;
|
|
34779
35489
|
$pivotgrid-total-border: $header-border !default;
|
|
34780
35490
|
|
|
34781
|
-
$pivotgrid-hover-bg: darken($pivotgrid-bg, 7%) !default;
|
|
35491
|
+
$pivotgrid-hover-bg: k-color-darken( $pivotgrid-bg, 7% ) !default;
|
|
34782
35492
|
$pivotgrid-hover-text: null !default;
|
|
34783
35493
|
$pivotgrid-hover-border: null !default;
|
|
34784
35494
|
|
|
34785
|
-
$pivotgrid-selected-bg: rgba($selected-bg, .25) !default;
|
|
35495
|
+
$pivotgrid-selected-bg: rgba( $selected-bg, .25 ) !default;
|
|
34786
35496
|
$pivotgrid-selected-text: null !default;
|
|
34787
35497
|
$pivotgrid-selected-border: null !default;
|
|
34788
35498
|
|
|
@@ -34802,7 +35512,7 @@ $pivotgrid-configurator-content-padding-x: $pivotgrid-spacer !default;
|
|
|
34802
35512
|
$pivotgrid-configurator-content-padding-y: .25rem !default;
|
|
34803
35513
|
|
|
34804
35514
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
34805
|
-
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer
|
|
35515
|
+
$pivotgrid-configurator-fields-margin-y: k-math-div( $pivotgrid-spacer, 2 ) !default;
|
|
34806
35516
|
|
|
34807
35517
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
34808
35518
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
@@ -34815,13 +35525,13 @@ $pivotgrid-configurator-header-bg: null !default;
|
|
|
34815
35525
|
$pivotgrid-configurator-header-text: $header-text !default;
|
|
34816
35526
|
$pivotgrid-configurator-header-border: null !default;
|
|
34817
35527
|
|
|
34818
|
-
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba(
|
|
34819
|
-
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba(
|
|
34820
|
-
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba(
|
|
34821
|
-
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba(
|
|
35528
|
+
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba( black, .16 ) !default;
|
|
35529
|
+
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba( black, .16 ) !default;
|
|
35530
|
+
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba( black, .16 ) !default;
|
|
35531
|
+
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba( black, .16 ) !default;
|
|
34822
35532
|
|
|
34823
|
-
$pivotgrid-configurator-button-padding-x: map-get($spacing, 1) !default;
|
|
34824
|
-
$pivotgrid-configurator-button-padding-y: map-get($spacing, 1) !default;
|
|
35533
|
+
$pivotgrid-configurator-button-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
35534
|
+
$pivotgrid-configurator-button-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
34825
35535
|
$pivotgrid-configurator-button-border-width: 1px !default;
|
|
34826
35536
|
$pivotgrid-configurator-button-size: calc( #{$pivotgrid-line-height * 1em} + #{$pivotgrid-configurator-button-padding-y * 2} + #{$pivotgrid-configurator-button-border-width * 2} ) !default;
|
|
34827
35537
|
|
|
@@ -34850,7 +35560,7 @@ $pivotgrid-alt-text: $grid-header-text !default;
|
|
|
34850
35560
|
$pivotgrid-chrome-border: $grid-border !default;
|
|
34851
35561
|
|
|
34852
35562
|
$pivotgrid-container-bg: $header-bg !default;
|
|
34853
|
-
$pivotgrid-row-headers-bg: try-shade( $header-bg, .5 ) !default;
|
|
35563
|
+
$pivotgrid-row-headers-bg: k-try-shade( $header-bg, .5 ) !default;
|
|
34854
35564
|
|
|
34855
35565
|
$pivotgrid-button-bg: null !default;
|
|
34856
35566
|
$pivotgrid-button-text: null !default;
|
|
@@ -35957,7 +36667,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35957
36667
|
|
|
35958
36668
|
// #endregion
|
|
35959
36669
|
|
|
35960
|
-
@include exports("treelist/layout/bootstrap") {
|
|
36670
|
+
@include exports( "treelist/layout/bootstrap" ) {
|
|
35961
36671
|
.k-treelist {
|
|
35962
36672
|
tr.k-footer td,
|
|
35963
36673
|
tr.k-footer-template td {
|
|
@@ -35972,7 +36682,6 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35972
36682
|
}
|
|
35973
36683
|
}
|
|
35974
36684
|
|
|
35975
|
-
|
|
35976
36685
|
// #endregion
|
|
35977
36686
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/treelist/_theme.scss
|
|
35978
36687
|
// #region @import "~@progress/kendo-theme-default/scss/treelist/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/treelist/_theme.scss
|
|
@@ -35990,7 +36699,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35990
36699
|
|
|
35991
36700
|
// #endregion
|
|
35992
36701
|
|
|
35993
|
-
@include exports("treelist/theme/bootstrap") {
|
|
36702
|
+
@include exports( "treelist/theme/bootstrap" ) {
|
|
35994
36703
|
.k-treelist {
|
|
35995
36704
|
tr.k-footer,
|
|
35996
36705
|
tr.k-footer-template {
|
|
@@ -36059,6 +36768,8 @@ $filter-operator-dropdown-width: 15em !default;
|
|
|
36059
36768
|
$filter-preview-field-text: $primary !default;
|
|
36060
36769
|
$filter-preview-operator-text: $subtle-text !default;
|
|
36061
36770
|
|
|
36771
|
+
$filter-toolbar-focus-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
36772
|
+
|
|
36062
36773
|
// #endregion
|
|
36063
36774
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/filter/_layout.scss
|
|
36064
36775
|
// #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
|
|
@@ -36210,6 +36921,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36210
36921
|
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36211
36922
|
background-color: $component-border;
|
|
36212
36923
|
}
|
|
36924
|
+
|
|
36925
|
+
// Focus
|
|
36926
|
+
.k-toolbar:focus,
|
|
36927
|
+
.k-toolbar.k-focus {
|
|
36928
|
+
@include box-shadow( $filter-toolbar-focus-shadow );
|
|
36929
|
+
}
|
|
36213
36930
|
}
|
|
36214
36931
|
|
|
36215
36932
|
}
|
|
@@ -36267,7 +36984,7 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36267
36984
|
// Component
|
|
36268
36985
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/filemanager/_variables.scss
|
|
36269
36986
|
// File manager
|
|
36270
|
-
$filemanager-spacer: map-get( $spacing, 4 ) !default;
|
|
36987
|
+
$filemanager-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36271
36988
|
$filemanager-border-width: 1px !default;
|
|
36272
36989
|
$filemanager-font-family: $font-family !default;
|
|
36273
36990
|
$filemanager-font-size: $font-size !default;
|
|
@@ -36290,8 +37007,8 @@ $filemanager-navigation-bg: null !default;
|
|
|
36290
37007
|
$filemanager-navigation-text: null !default;
|
|
36291
37008
|
$filemanager-navigation-border: null !default;
|
|
36292
37009
|
|
|
36293
|
-
$filemanager-breadcrumb-padding-x: map-get( $spacing, 2 ) !default;
|
|
36294
|
-
$filemanager-breadcrumb-padding-y: map-get( $spacing, 2 ) !default;
|
|
37010
|
+
$filemanager-breadcrumb-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
37011
|
+
$filemanager-breadcrumb-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
36295
37012
|
$filemanager-breadcrumb-border-width: $filemanager-border-width !default;
|
|
36296
37013
|
$filemanager-breadcrumb-bg: $toolbar-bg !default;
|
|
36297
37014
|
$filemanager-breadcrumb-text: null !default;
|
|
@@ -36301,8 +37018,8 @@ $filemanager-listview-bg: null !default;
|
|
|
36301
37018
|
$filemanager-listview-text: null !default;
|
|
36302
37019
|
$filemanager-listview-border: null !default;
|
|
36303
37020
|
|
|
36304
|
-
$filemanager-listview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
36305
|
-
$filemanager-listview-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
37021
|
+
$filemanager-listview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
37022
|
+
$filemanager-listview-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
36306
37023
|
$filemanager-listview-item-width: 120px !default;
|
|
36307
37024
|
$filemanager-listview-item-height: 120px !default;
|
|
36308
37025
|
$filemanager-listview-item-bg: null !default;
|
|
@@ -36311,7 +37028,7 @@ $filemanager-listview-item-border: null !default;
|
|
|
36311
37028
|
|
|
36312
37029
|
$filemanager-listview-item-icon-size: ($icon-size * 3) !default;
|
|
36313
37030
|
$filemanager-listview-item-icon-bg: null !default;
|
|
36314
|
-
$filemanager-listview-item-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37031
|
+
$filemanager-listview-item-icon-text: k-try-tint( $filemanager-text, 4 ) !default;
|
|
36315
37032
|
$filemanager-listview-item-icon-border: null !default;
|
|
36316
37033
|
$filemanager-listview-item-icon-selected-bg: null !default;
|
|
36317
37034
|
$filemanager-listview-item-icon-selected-text: inherit !default;
|
|
@@ -36332,7 +37049,7 @@ $filemanager-preview-border: null !default;
|
|
|
36332
37049
|
|
|
36333
37050
|
$filemanager-preview-icon-size: ($icon-size * 6) !default;
|
|
36334
37051
|
$filemanager-preview-icon-bg: null !default;
|
|
36335
|
-
$filemanager-preview-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37052
|
+
$filemanager-preview-icon-text: k-try-tint( $filemanager-text, 4 ) !default;
|
|
36336
37053
|
$filemanager-preview-icon-border: null !default;
|
|
36337
37054
|
|
|
36338
37055
|
// #endregion
|
|
@@ -36735,7 +37452,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
36735
37452
|
// Component
|
|
36736
37453
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/taskboard/_variables.scss
|
|
36737
37454
|
// TaskBoard
|
|
36738
|
-
$taskboard-spacer: map-get( $spacing, 4 ) !default;
|
|
37455
|
+
$taskboard-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36739
37456
|
$taskboard-padding-y: null !default;
|
|
36740
37457
|
$taskboard-padding-x: null !default;
|
|
36741
37458
|
$taskboard-font-family: $font-family !default;
|
|
@@ -36769,12 +37486,12 @@ $taskboard-column-border: transparent !default;
|
|
|
36769
37486
|
|
|
36770
37487
|
$taskboard-column-focus-bg: null !default;
|
|
36771
37488
|
$taskboard-column-focus-text: null !default;
|
|
36772
|
-
$taskboard-column-focus-border: try-shade( $base-border, 2.5 ) !default;
|
|
37489
|
+
$taskboard-column-focus-border: k-try-shade( $base-border, 2.5 ) !default;
|
|
36773
37490
|
|
|
36774
37491
|
$taskboard-column-header-padding-y: $taskboard-spacer * .75 !default;
|
|
36775
37492
|
$taskboard-column-header-padding-x: $taskboard-column-header-padding-y !default;
|
|
36776
|
-
$taskboard-column-header-gap: ( $taskboard-spacer
|
|
36777
|
-
$taskboard-column-header-actions-gap: ( $taskboard-spacer
|
|
37493
|
+
$taskboard-column-header-gap: k-math-div( $taskboard-spacer, 4 ) !default;
|
|
37494
|
+
$taskboard-column-header-actions-gap: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
36778
37495
|
$taskboard-column-header-font-weight: 500 !default;
|
|
36779
37496
|
$taskboard-column-header-text: $header-text !default;
|
|
36780
37497
|
|
|
@@ -36812,12 +37529,12 @@ $taskboard-card-shadow: $card-shadow !default;
|
|
|
36812
37529
|
|
|
36813
37530
|
$taskboard-card-category-border-width: 4px !default;
|
|
36814
37531
|
|
|
36815
|
-
$taskboard-card-focus-border: try-shade( $taskboard-card-border, 18% ) !default;
|
|
37532
|
+
$taskboard-card-focus-border: k-try-shade( $taskboard-card-border, 18% ) !default;
|
|
36816
37533
|
$taskboard-card-focus-shadow: $card-focus-shadow !default;
|
|
36817
37534
|
|
|
36818
|
-
$taskboard-card-hover-border: try-shade( $taskboard-card-border, 10% ) !default;
|
|
37535
|
+
$taskboard-card-hover-border: k-try-shade( $taskboard-card-border, 10% ) !default;
|
|
36819
37536
|
|
|
36820
|
-
$taskboard-card-selected-border: tint( $primary-lighter, 8 ) !default;
|
|
37537
|
+
$taskboard-card-selected-border: k-color-tint( $primary-lighter, 8 ) !default;
|
|
36821
37538
|
$taskboard-card-selected-shadow: none !default;
|
|
36822
37539
|
|
|
36823
37540
|
$taskboard-card-header-text: $primary !default;
|
|
@@ -36826,7 +37543,7 @@ $taskboard-card-header-hover-text: $primary-darker !default;
|
|
|
36826
37543
|
|
|
36827
37544
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
36828
37545
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
|
36829
|
-
$taskboard-drag-placeholder-bg: rgba( if( $dark-theme, $white, $black ), .1) !default;
|
|
37546
|
+
$taskboard-drag-placeholder-bg: rgba( if( $dark-theme, $white, $black ), .1 ) !default;
|
|
36830
37547
|
$taskboard-drag-placeholder-border: $component-border !default;
|
|
36831
37548
|
|
|
36832
37549
|
// #endregion
|
|
@@ -37246,7 +37963,7 @@ $editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
37246
37963
|
$editor-selected-text: $primary-contrast !default;
|
|
37247
37964
|
$editor-selected-bg: $primary !default;
|
|
37248
37965
|
|
|
37249
|
-
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
37966
|
+
$editor-highlighted-bg: k-color-mix( $primary, #ffffff, 20% ) !default;
|
|
37250
37967
|
|
|
37251
37968
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
37252
37969
|
|
|
@@ -38109,9 +38826,9 @@ $imageeditor-font-family: $font-family !default;
|
|
|
38109
38826
|
|
|
38110
38827
|
$imageeditor-content-border-width: 1px !default;
|
|
38111
38828
|
|
|
38112
|
-
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
38113
|
-
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
38114
|
-
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
38829
|
+
$imageeditor-action-pane-padding-y: k-map-get( $spacing, 8 ) !default;
|
|
38830
|
+
$imageeditor-action-pane-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
38831
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc( 240px + #{$imageeditor-content-border-width} ) );
|
|
38115
38832
|
|
|
38116
38833
|
$imageeditor-crop-border-width: 1px !default;
|
|
38117
38834
|
$imageeditor-crop-border-style: dashed !default;
|
|
@@ -38137,7 +38854,7 @@ $imageeditor-crop-bg: null !default;
|
|
|
38137
38854
|
$imageeditor-crop-text: null !default;
|
|
38138
38855
|
$imageeditor-crop-border: white !default;
|
|
38139
38856
|
|
|
38140
|
-
$imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
38857
|
+
$imageeditor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
38141
38858
|
|
|
38142
38859
|
// #endregion
|
|
38143
38860
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/imageeditor/_layout.scss
|
|
@@ -38426,12 +39143,12 @@ $gantt-treelist-bg: null !default;
|
|
|
38426
39143
|
$gantt-treelist-text: null !default;
|
|
38427
39144
|
$gantt-treelist-border: null !default;
|
|
38428
39145
|
|
|
38429
|
-
$gantt-nonwork-bg: rgba( contrast-
|
|
39146
|
+
$gantt-nonwork-bg: rgba( k-contrast-color( $gantt-bg ), .025 ) !default;
|
|
38430
39147
|
$gantt-nonwork-text: null !default;
|
|
38431
39148
|
$gantt-nonwork-border: null !default;
|
|
38432
39149
|
|
|
38433
39150
|
$gantt-line-size: 2px !default;
|
|
38434
|
-
$gantt-line-fill: mix( $panel-text, $panel-bg ) !default;
|
|
39151
|
+
$gantt-line-fill: k-color-mix( $panel-text, $panel-bg ) !default;
|
|
38435
39152
|
$gantt-line-selected-fill: $selected-bg !default;
|
|
38436
39153
|
|
|
38437
39154
|
$gantt-dot-size: 8px !default;
|
|
@@ -38441,24 +39158,24 @@ $gantt-dot-border: null !default;
|
|
|
38441
39158
|
$gantt-dot-hover-bg: $gantt-bg !default;
|
|
38442
39159
|
$gantt-dot-hover-border: $gantt-text !default;
|
|
38443
39160
|
|
|
38444
|
-
$gantt-milestone-bg: if( is-light($gantt-bg), $gray-300, $gray-700 ) !default;
|
|
38445
|
-
$gantt-milestone-border: try-shade( $gantt-milestone-bg, 2 ) !default;
|
|
39161
|
+
$gantt-milestone-bg: if( k-is-light( $gantt-bg ), $gray-300, $gray-700 ) !default;
|
|
39162
|
+
$gantt-milestone-border: k-try-shade( $gantt-milestone-bg, 2 ) !default;
|
|
38446
39163
|
$gantt-milestone-selected-bg: $selected-bg !default;
|
|
38447
39164
|
$gantt-milestone-selected-border: $selected-border !default;
|
|
38448
39165
|
|
|
38449
|
-
$gantt-summary-bg: mix( $gantt-text, $gantt-bg ) !default;
|
|
39166
|
+
$gantt-summary-bg: k-color-mix( $gantt-text, $gantt-bg ) !default;
|
|
38450
39167
|
$gantt-summary-progress-bg: $gantt-text !default;
|
|
38451
|
-
$gantt-summary-selected-bg: mix( $selected-bg, $gantt-bg ) !default;
|
|
39168
|
+
$gantt-summary-selected-bg: k-color-mix( $selected-bg, $gantt-bg ) !default;
|
|
38452
39169
|
$gantt-summary-progress-selected-bg: $selected-bg !default;
|
|
38453
39170
|
|
|
38454
|
-
$gantt-task-padding-x: map-get( $spacing, 2 ) !default;
|
|
38455
|
-
$gantt-task-padding-y: map-get( $spacing, 1 ) !default;
|
|
39171
|
+
$gantt-task-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
39172
|
+
$gantt-task-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
38456
39173
|
$gantt-task-border-width: 1px !default;
|
|
38457
|
-
$gantt-task-bg: if( is-light($gantt-bg), $gray-300, $gray-700 ) !default;
|
|
38458
|
-
$gantt-task-text: contrast-
|
|
38459
|
-
$gantt-task-border: if( is-light($gantt-bg), $gray-400, $gray-600 ) !default;
|
|
38460
|
-
$gantt-task-progress-bg: if( is-light($gantt-bg), $gray-400, $gray-600 ) !default;
|
|
38461
|
-
$gantt-task-selected-bg: mix( $selected-bg, $gantt-bg ) !default;
|
|
39174
|
+
$gantt-task-bg: if( k-is-light( $gantt-bg ), $gray-300, $gray-700 ) !default;
|
|
39175
|
+
$gantt-task-text: k-contrast-color( $gantt-task-bg ) !default;
|
|
39176
|
+
$gantt-task-border: if( k-is-light( $gantt-bg ), $gray-400, $gray-600 ) !default;
|
|
39177
|
+
$gantt-task-progress-bg: if( k-is-light( $gantt-bg ), $gray-400, $gray-600 ) !default;
|
|
39178
|
+
$gantt-task-selected-bg: k-color-mix( $selected-bg, $gantt-bg ) !default;
|
|
38462
39179
|
$gantt-task-selected-text: $selected-text !default;
|
|
38463
39180
|
$gantt-task-selected-border: $selected-bg !default;
|
|
38464
39181
|
$gantt-task-progress-selected-bg: $selected-bg !default;
|
|
@@ -38492,10 +39209,10 @@ $gantt-planned-bg: $primary !default;
|
|
|
38492
39209
|
$gantt-planned-border: $gantt-planned-bg !default;
|
|
38493
39210
|
|
|
38494
39211
|
$gantt-delayed-bg: $error !default;
|
|
38495
|
-
$gantt-delayed-bg-lighter: tint($gantt-delayed-bg, 5) !default;
|
|
39212
|
+
$gantt-delayed-bg-lighter: k-color-tint( $gantt-delayed-bg, 5 ) !default;
|
|
38496
39213
|
|
|
38497
39214
|
$gantt-advanced-bg: $success !default;
|
|
38498
|
-
$gantt-advanced-bg-lighter: tint($gantt-advanced-bg, 5) !default;
|
|
39215
|
+
$gantt-advanced-bg-lighter: k-color-tint( $gantt-advanced-bg, 5 ) !default;
|
|
38499
39216
|
|
|
38500
39217
|
$gantt-action-on-offset-text: #000000 !default;
|
|
38501
39218
|
$gantt-offset-resize-handler-top: 45% !default;
|
|
@@ -39730,7 +40447,7 @@ $scheduler-event-min-height: 25px !default;
|
|
|
39730
40447
|
$scheduler-event-border-radius: $kendo-border-radius-md !default;
|
|
39731
40448
|
$scheduler-event-line-height: calc( #{$scheduler-event-min-height} - (2 * #{$padding-y-sm}) ) !default;
|
|
39732
40449
|
|
|
39733
|
-
$scheduler-event-bg: tint( $selected-bg, 2 ) !default;
|
|
40450
|
+
$scheduler-event-bg: k-color-tint( $selected-bg, 2 ) !default;
|
|
39734
40451
|
$scheduler-event-text: $selected-text !default;
|
|
39735
40452
|
$scheduler-event-border: null !default;
|
|
39736
40453
|
$scheduler-event-gradient: null !default;
|
|
@@ -39746,31 +40463,31 @@ $scheduler-event-selected-bg: $selected-bg !default;
|
|
|
39746
40463
|
$scheduler-event-selected-text: $selected-text !default;
|
|
39747
40464
|
$scheduler-event-selected-border: null !default;
|
|
39748
40465
|
$scheduler-event-selected-gradient: null !default;
|
|
39749
|
-
$scheduler-event-selected-shadow: inset 0 0 0 3px rgba(
|
|
40466
|
+
$scheduler-event-selected-shadow: inset 0 0 0 3px rgba( white, .5 ) !default;
|
|
39750
40467
|
|
|
39751
40468
|
$scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
39752
40469
|
|
|
39753
|
-
$scheduler-cell-padding-x: map-get( $spacing, 3 ) !default;
|
|
39754
|
-
$scheduler-cell-padding-y: map-get( $spacing, 3 ) !default;
|
|
40470
|
+
$scheduler-cell-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
40471
|
+
$scheduler-cell-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
39755
40472
|
$scheduler-cell-height: $line-height-em !default;
|
|
39756
40473
|
$scheduler-datecolumn-width: 12em !default;
|
|
39757
40474
|
$scheduler-timecolumn-width: 11em !default;
|
|
39758
40475
|
|
|
39759
40476
|
$scheduler-current-time-color: #ff0000 !default;
|
|
39760
40477
|
|
|
39761
|
-
$scheduler-nonwork-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40478
|
+
$scheduler-nonwork-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
39762
40479
|
$scheduler-nonwork-text: null !default;
|
|
39763
40480
|
|
|
39764
40481
|
$scheduler-weekend-bg: null !default;
|
|
39765
40482
|
$scheduler-weekend-text: null !default;
|
|
39766
40483
|
|
|
39767
|
-
$scheduler-othermonth-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40484
|
+
$scheduler-othermonth-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
39768
40485
|
$scheduler-othermonth-text: null !default;
|
|
39769
40486
|
|
|
39770
|
-
$scheduler-yearview-padding-x: map-get( $spacing, 4 ) !default;
|
|
40487
|
+
$scheduler-yearview-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
39771
40488
|
$scheduler-yearview-padding-y: $scheduler-yearview-padding-x !default;
|
|
39772
40489
|
|
|
39773
|
-
$scheduler-yearview-calendar-gap: map-get( $spacing, 4 ) !default;
|
|
40490
|
+
$scheduler-yearview-calendar-gap: k-map-get( $spacing, 4 ) !default;
|
|
39774
40491
|
|
|
39775
40492
|
$scheduler-yearview-indicator-size: 3px !default;
|
|
39776
40493
|
$scheduler-yearview-indicator-calc-offset-top: calc( #{$calendar-cell-size} - (#{$calendar-cell-padding-y} * 2)) !default;
|
|
@@ -39779,13 +40496,13 @@ $scheduler-yearview-indicator-border-radius: 50% !default;
|
|
|
39779
40496
|
$scheduler-yearview-indicator-bg: $primary !default;
|
|
39780
40497
|
$scheduler-yearview-indicator-selected-bg: $primary-contrast !default;
|
|
39781
40498
|
|
|
39782
|
-
$scheduler-tooltip-padding-x: map-get( $spacing, 3 ) !default;
|
|
40499
|
+
$scheduler-tooltip-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
39783
40500
|
$scheduler-tooltip-padding-y: $scheduler-tooltip-padding-x !default;
|
|
39784
40501
|
$scheduler-tooltip-border-width: 0 !default;
|
|
39785
40502
|
$scheduler-tooltip-bg: $primary-contrast !default;
|
|
39786
40503
|
$scheduler-tooltip-text: $base-text !default;
|
|
39787
40504
|
$scheduler-tooltip-border: null !default;
|
|
39788
|
-
$scheduler-tooltip-shadow: 0px 0px 10px rgba(
|
|
40505
|
+
$scheduler-tooltip-shadow: 0px 0px 10px rgba( black, .2 ) !default;
|
|
39789
40506
|
|
|
39790
40507
|
$scheduler-tooltip-title-margin-y: $padding-y-lg !default;
|
|
39791
40508
|
$scheduler-tooltip-month-font-size: $font-size-sm !default;
|
|
@@ -41303,7 +42020,7 @@ $chat-bubble-hover-shadow: none !default;
|
|
|
41303
42020
|
$chat-bubble-selected-shadow: none !default;
|
|
41304
42021
|
|
|
41305
42022
|
$chat-alt-bubble-bg: $primary !default;
|
|
41306
|
-
$chat-alt-bubble-text: contrast-
|
|
42023
|
+
$chat-alt-bubble-text: k-contrast-color( $chat-alt-bubble-bg ) !default;
|
|
41307
42024
|
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;
|
|
41308
42025
|
$chat-alt-bubble-shadow: none !default;
|
|
41309
42026
|
$chat-alt-bubble-hover-shadow: none !default;
|
|
@@ -42007,8 +42724,8 @@ $mediaplayer-bg: $component-bg !default;
|
|
|
42007
42724
|
$mediaplayer-text: $component-text !default;
|
|
42008
42725
|
$mediaplayer-border: $component-border !default;
|
|
42009
42726
|
|
|
42010
|
-
$mediaplayer-titlebar-padding-x: map-get( $spacing, 2 ) !default;
|
|
42011
|
-
$mediaplayer-titlebar-padding-y: map-get( $spacing, 2 ) !default;
|
|
42727
|
+
$mediaplayer-titlebar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
42728
|
+
$mediaplayer-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
42012
42729
|
$mediaplayer-titlebar-bg: null !default;
|
|
42013
42730
|
$mediaplayer-titlebar-text: $mediaplayer-bg !default;
|
|
42014
42731
|
$mediaplayer-titlebar-border: null !default;
|
|
@@ -42193,9 +42910,9 @@ $timeline-mobile-spacing-y: $padding-x !default;
|
|
|
42193
42910
|
$timeline-track-arrow-width: 38px !default;
|
|
42194
42911
|
$timeline-track-arrow-height: 38px !default;
|
|
42195
42912
|
|
|
42196
|
-
$timeline-track-arrow-disabled-text: true-mix($kendo-button-text, $body-bg, 65%) !default;
|
|
42197
|
-
$timeline-track-arrow-disabled-bg: true-mix($kendo-button-bg, $body-bg, 65%) !default;
|
|
42198
|
-
$timeline-track-arrow-disabled-border: true-mix($kendo-button-border, $body-bg, 65%) !default;
|
|
42913
|
+
$timeline-track-arrow-disabled-text: k-true-mix( $kendo-button-text, $body-bg, 65% ) !default;
|
|
42914
|
+
$timeline-track-arrow-disabled-bg: k-true-mix( $kendo-button-bg, $body-bg, 65% ) !default;
|
|
42915
|
+
$timeline-track-arrow-disabled-border: k-true-mix( $kendo-button-border, $body-bg, 65% ) !default;
|
|
42199
42916
|
|
|
42200
42917
|
$timeline-track-size: 6px !default;
|
|
42201
42918
|
$timeline-track-wrap-padding-bottom: $timeline-track-size / 2 !default;
|
|
@@ -42207,7 +42924,7 @@ $timeline-track-end-calc: calc(#{$timeline-track-arrow-width} - 2 * #{$timeline-
|
|
|
42207
42924
|
$timeline-track-bg: $kendo-button-bg !default;
|
|
42208
42925
|
$timeline-track-border-color: $timeline-track-bg !default;
|
|
42209
42926
|
|
|
42210
|
-
$timeline-track-item-focus-shadow: 0 0 0 3px rgba($primary, .5) !default;
|
|
42927
|
+
$timeline-track-item-focus-shadow: 0 0 0 3px rgba( $primary, .5 ) !default;
|
|
42211
42928
|
|
|
42212
42929
|
$timeline-track-event-offset: 36px !default;
|
|
42213
42930
|
|
|
@@ -42219,7 +42936,7 @@ $timeline-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-spa
|
|
|
42219
42936
|
$timeline-mobile-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-mobile-spacing-x}) !default;
|
|
42220
42937
|
$timeline-horizontal-flag-min-width: 80px !default;
|
|
42221
42938
|
$timeline-flag-bg: $primary !default;
|
|
42222
|
-
$timeline-flag-text: contrast-
|
|
42939
|
+
$timeline-flag-text: k-contrast-color( $timeline-flag-bg ) !default;
|
|
42223
42940
|
|
|
42224
42941
|
$timeline-flag-callout-width: 10px !default;
|
|
42225
42942
|
$timeline-flag-callout-height: 10px !default;
|
|
@@ -42829,14 +43546,14 @@ $pdf-viewer-page-spacing: 30px !default;
|
|
|
42829
43546
|
$pdf-viewer-page-bg: white !default;
|
|
42830
43547
|
$pdf-viewer-page-text: $component-text !default;
|
|
42831
43548
|
$pdf-viewer-page-border: $component-border !default;
|
|
42832
|
-
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing
|
|
43549
|
+
$pdf-viewer-page-shadow: 0 0 k-math-div( $pdf-viewer-page-spacing, 2 ) $pdf-viewer-page-border !default;
|
|
42833
43550
|
|
|
42834
43551
|
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
42835
43552
|
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
42836
43553
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
42837
43554
|
|
|
42838
43555
|
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
42839
|
-
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
43556
|
+
$pdf-viewer-search-panel-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
42840
43557
|
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
42841
43558
|
$pdf-viewer-search-panel-text: $component-text !default;
|
|
42842
43559
|
$pdf-viewer-search-panel-border: $component-border !default;
|
|
@@ -43277,7 +43994,7 @@ $scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
|
43277
43994
|
$scrollview-pagebutton-border: $kendo-button-border !default;
|
|
43278
43995
|
$scrollview-pagebutton-primary-bg: $primary !default;
|
|
43279
43996
|
$scrollview-pagebutton-primary-border: $primary !default;
|
|
43280
|
-
$scrollview-pagebutton-shadow: 0 0 0 2px rgba(
|
|
43997
|
+
$scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
43281
43998
|
|
|
43282
43999
|
$scrollview-pager-offset: 0 !default;
|
|
43283
44000
|
$scrollview-pager-item-spacing: 20px !default;
|
|
@@ -43291,14 +44008,14 @@ $scrollview-pager-multidot-step: 1px !default;
|
|
|
43291
44008
|
$scrollview-arrow-icon-size: 4.5em !default;
|
|
43292
44009
|
$scrollview-arrow-tap-highlight-color: $rgba-transparent !default;
|
|
43293
44010
|
$scrollview-navigation-color: white !default;
|
|
43294
|
-
$scrollview-navigation-icon-shadow: rgba(
|
|
43295
|
-
$scrollview-navigation-bg: rgba(
|
|
44011
|
+
$scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
44012
|
+
$scrollview-navigation-bg: rgba( black, 0 ) !default;
|
|
43296
44013
|
$scrollview-navigation-default-opacity: .7 !default;
|
|
43297
44014
|
$scrollview-navigation-hover-opacity: 1 !default;
|
|
43298
44015
|
$scrollview-navigation-hover-span-bg: null !default;
|
|
43299
44016
|
|
|
43300
|
-
$scrollview-light-bg: rgba(
|
|
43301
|
-
$scrollview-dark-bg: rgba(
|
|
44017
|
+
$scrollview-light-bg: rgba( white, .4 ) !default;
|
|
44018
|
+
$scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
43302
44019
|
|
|
43303
44020
|
$scrollview-transition-duration: .3s !default;
|
|
43304
44021
|
$scrollview-transition-timing-function: ease-in-out !default;
|
|
@@ -43511,7 +44228,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43511
44228
|
|
|
43512
44229
|
// #endregion
|
|
43513
44230
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/scrollview/_theme.scss
|
|
43514
|
-
@include exports("scrollview/theme") {
|
|
44231
|
+
@include exports( "scrollview/theme" ) {
|
|
43515
44232
|
|
|
43516
44233
|
// refactor when https://github.com/telerik/kendo-angular-scrollview/issues/130 is done
|
|
43517
44234
|
kendo-scrollview.k-scrollview-wrap,
|
|
@@ -43600,7 +44317,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43600
44317
|
}
|
|
43601
44318
|
|
|
43602
44319
|
.k-scrollview-pageable > .k-button {
|
|
43603
|
-
box-shadow: inset 0 0 2px rgba(
|
|
44320
|
+
box-shadow: inset 0 0 2px rgba( black, .08 );
|
|
43604
44321
|
}
|
|
43605
44322
|
|
|
43606
44323
|
}
|
|
@@ -43638,50 +44355,50 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43638
44355
|
/// The first base series color and its light and dark shades.
|
|
43639
44356
|
/// @group charts
|
|
43640
44357
|
$series-a: $blue !default;
|
|
43641
|
-
$series-a-dark: mix(black, $series-a, 25%) !default;
|
|
43642
|
-
$series-a-darker: mix(black, $series-a, 50%) !default;
|
|
43643
|
-
$series-a-light: mix(white, $series-a, 25%) !default;
|
|
43644
|
-
$series-a-lighter: mix(white, $series-a, 50%) !default;
|
|
44358
|
+
$series-a-dark: k-color-mix( black, $series-a, 25% ) !default;
|
|
44359
|
+
$series-a-darker: k-color-mix( black, $series-a, 50% ) !default;
|
|
44360
|
+
$series-a-light: k-color-mix( white, $series-a, 25% ) !default;
|
|
44361
|
+
$series-a-lighter: k-color-mix( white, $series-a, 50% ) !default;
|
|
43645
44362
|
|
|
43646
44363
|
/// The second base series color and its light and dark shades.
|
|
43647
44364
|
/// @group charts
|
|
43648
44365
|
$series-b: $purple !default;
|
|
43649
|
-
$series-b-dark: mix(black, $series-b, 25%) !default;
|
|
43650
|
-
$series-b-darker: mix(black, $series-b, 50%) !default;
|
|
43651
|
-
$series-b-light: mix(white, $series-b, 25%) !default;
|
|
43652
|
-
$series-b-lighter: mix(white, $series-b, 50%) !default;
|
|
44366
|
+
$series-b-dark: k-color-mix( black, $series-b, 25% ) !default;
|
|
44367
|
+
$series-b-darker: k-color-mix( black, $series-b, 50% ) !default;
|
|
44368
|
+
$series-b-light: k-color-mix( white, $series-b, 25% ) !default;
|
|
44369
|
+
$series-b-lighter: k-color-mix( white, $series-b, 50% ) !default;
|
|
43653
44370
|
|
|
43654
44371
|
/// The third base series color and its light and dark shades.
|
|
43655
44372
|
/// @group charts
|
|
43656
44373
|
$series-c: $teal !default;
|
|
43657
|
-
$series-c-dark: mix(black, $series-c, 25%) !default;
|
|
43658
|
-
$series-c-darker: mix(black, $series-c, 50%) !default;
|
|
43659
|
-
$series-c-light: mix(white, $series-c, 25%) !default;
|
|
43660
|
-
$series-c-lighter: mix(white, $series-c, 50%) !default;
|
|
44374
|
+
$series-c-dark: k-color-mix( black, $series-c, 25% ) !default;
|
|
44375
|
+
$series-c-darker: k-color-mix( black, $series-c, 50% ) !default;
|
|
44376
|
+
$series-c-light: k-color-mix( white, $series-c, 25% ) !default;
|
|
44377
|
+
$series-c-lighter: k-color-mix( white, $series-c, 50% ) !default;
|
|
43661
44378
|
|
|
43662
44379
|
/// The fourth base series color and its light and dark shades.
|
|
43663
44380
|
/// @group charts
|
|
43664
44381
|
$series-d: $green !default;
|
|
43665
|
-
$series-d-dark: mix(black, $series-d, 25%) !default;
|
|
43666
|
-
$series-d-darker: mix(black, $series-d, 50%) !default;
|
|
43667
|
-
$series-d-light: mix(white, $series-d, 25%) !default;
|
|
43668
|
-
$series-d-lighter: mix(white, $series-d, 50%) !default;
|
|
44382
|
+
$series-d-dark: k-color-mix( black, $series-d, 25% ) !default;
|
|
44383
|
+
$series-d-darker: k-color-mix( black, $series-d, 50% ) !default;
|
|
44384
|
+
$series-d-light: k-color-mix( white, $series-d, 25% ) !default;
|
|
44385
|
+
$series-d-lighter: k-color-mix( white, $series-d, 50% ) !default;
|
|
43669
44386
|
|
|
43670
44387
|
/// The fifth base series color and its light and dark shades.
|
|
43671
44388
|
/// @group charts
|
|
43672
44389
|
$series-e: $yellow !default;
|
|
43673
|
-
$series-e-dark: mix(black, $series-e, 25%) !default;
|
|
43674
|
-
$series-e-darker: mix(black, $series-e, 50%) !default;
|
|
43675
|
-
$series-e-light: mix(white, $series-e, 25%) !default;
|
|
43676
|
-
$series-e-lighter: mix(white, $series-e, 50%) !default;
|
|
44390
|
+
$series-e-dark: k-color-mix( black, $series-e, 25% ) !default;
|
|
44391
|
+
$series-e-darker: k-color-mix( black, $series-e, 50% ) !default;
|
|
44392
|
+
$series-e-light: k-color-mix( white, $series-e, 25% ) !default;
|
|
44393
|
+
$series-e-lighter: k-color-mix( white, $series-e, 50% ) !default;
|
|
43677
44394
|
|
|
43678
44395
|
/// The sixth base series color and its light and dark shades.
|
|
43679
44396
|
/// @group charts
|
|
43680
44397
|
$series-f: $red !default;
|
|
43681
|
-
$series-f-dark: mix(black, $series-f, 25%) !default;
|
|
43682
|
-
$series-f-darker: mix(black, $series-f, 50%) !default;
|
|
43683
|
-
$series-f-light: mix(white, $series-f, 25%) !default;
|
|
43684
|
-
$series-f-lighter: mix(white, $series-f, 50%) !default;
|
|
44398
|
+
$series-f-dark: k-color-mix( black, $series-f, 25% ) !default;
|
|
44399
|
+
$series-f-darker: k-color-mix( black, $series-f, 50% ) !default;
|
|
44400
|
+
$series-f-light: k-color-mix( white, $series-f, 25% ) !default;
|
|
44401
|
+
$series-f-lighter: k-color-mix( white, $series-f, 50% ) !default;
|
|
43685
44402
|
|
|
43686
44403
|
/// The series colors in order:
|
|
43687
44404
|
/// base, light, dark, lighter, darker
|
|
@@ -43750,7 +44467,7 @@ $chart-border: $component-border !default;
|
|
|
43750
44467
|
|
|
43751
44468
|
$chart-crosshair-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
43752
44469
|
$chart-crosshair-shared-tooltip-color: $chart-text !default;
|
|
43753
|
-
$chart-crosshair-shared-tooltip-background: try-shade( $chart-bg, 1 ) !default;
|
|
44470
|
+
$chart-crosshair-shared-tooltip-background: k-try-shade( $chart-bg, 1 ) !default;
|
|
43754
44471
|
$chart-crosshair-shared-tooltip-border: rgba( if( $dark-theme, $white, $black ), .08) !default;
|
|
43755
44472
|
|
|
43756
44473
|
$chart-notes-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
@@ -44702,7 +45419,7 @@ $map-marker-fill: $primary !default;
|
|
|
44702
45419
|
// Component
|
|
44703
45420
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/orgchart/_variables.scss
|
|
44704
45421
|
// Orgchart
|
|
44705
|
-
$orgchart-spacer: map-get( $spacing, 6 ) !default;
|
|
45422
|
+
$orgchart-spacer: k-map-get( $spacing, 6 ) !default;
|
|
44706
45423
|
$orgchart-padding-y: $orgchart-spacer !default;
|
|
44707
45424
|
$orgchart-padding-x: $orgchart-padding-y !default;
|
|
44708
45425
|
$orgchart-font-family: $font-family !default;
|
|
@@ -44952,15 +45669,15 @@ $kendo-signature-lg-min-height: 110px;
|
|
|
44952
45669
|
$kendo-signature-maximized-width: 750px !default;
|
|
44953
45670
|
$kendo-signature-maximized-height: 252px !default;
|
|
44954
45671
|
|
|
44955
|
-
$kendo-signature-padding-x: map-get( $spacing, 3 ) !default;
|
|
44956
|
-
$kendo-signature-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
45672
|
+
$kendo-signature-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
45673
|
+
$kendo-signature-padding-x-sm: k-map-get( $spacing, 2 ) !default;
|
|
44957
45674
|
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
44958
|
-
$kendo-signature-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
45675
|
+
$kendo-signature-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
44959
45676
|
|
|
44960
|
-
$kendo-signature-padding-y: map-get( $spacing, 1 ) !default;
|
|
44961
|
-
$kendo-signature-padding-y-sm: map-get( $spacing, thin ) !default;
|
|
45677
|
+
$kendo-signature-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
45678
|
+
$kendo-signature-padding-y-sm: k-map-get( $spacing, thin ) !default;
|
|
44962
45679
|
$kendo-signature-padding-y-md: $kendo-signature-padding-y !default;
|
|
44963
|
-
$kendo-signature-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
45680
|
+
$kendo-signature-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
44964
45681
|
|
|
44965
45682
|
$kendo-signature-line-width: 1px !default;
|
|
44966
45683
|
$kendo-signature-line-style: dashed !default;
|
|
@@ -44991,8 +45708,8 @@ $kendo-signature-sizes: (
|
|
|
44991
45708
|
)
|
|
44992
45709
|
) !default;
|
|
44993
45710
|
|
|
44994
|
-
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
44995
|
-
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
45711
|
+
$kendo-signature-actions-gap: k-map-get( $spacing, 1 ) !default;
|
|
45712
|
+
$kendo-signature-maximized-line-width: k-map-get( $spacing, 1 ) - k-map-get( $spacing, hair ) !default;
|
|
44996
45713
|
|
|
44997
45714
|
// #endregion
|
|
44998
45715
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/signature/_layout.scss
|