@progress/kendo-theme-bootstrap 5.8.2-dev.4 → 5.8.2-dev.6
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 +196 -35
- package/dist/all.scss +1485 -579
- 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 +35 -16
- 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
|
}
|
|
@@ -6860,6 +7578,27 @@ $utils-border-radius: (
|
|
|
6860
7578
|
}
|
|
6861
7579
|
}
|
|
6862
7580
|
|
|
7581
|
+
// Icon wrap
|
|
7582
|
+
.k-icon-wrap {
|
|
7583
|
+
flex: none;
|
|
7584
|
+
display: inline-flex;
|
|
7585
|
+
flex-flow: row nowrap;
|
|
7586
|
+
gap: 0;
|
|
7587
|
+
align-items: center;
|
|
7588
|
+
align-self: flex-start;
|
|
7589
|
+
vertical-align: middle;
|
|
7590
|
+
position: relative;
|
|
7591
|
+
|
|
7592
|
+
&::before {
|
|
7593
|
+
content: "\200b";
|
|
7594
|
+
width: 0;
|
|
7595
|
+
overflow: hidden;
|
|
7596
|
+
flex: none;
|
|
7597
|
+
display: inline-block;
|
|
7598
|
+
vertical-align: top;
|
|
7599
|
+
}
|
|
7600
|
+
}
|
|
7601
|
+
|
|
6863
7602
|
.k-icon {
|
|
6864
7603
|
width: 1em;
|
|
6865
7604
|
height: 1em;
|
|
@@ -8115,25 +8854,25 @@ $kendo-list-font-size-lg: $font-size-md !default;
|
|
|
8115
8854
|
/// Line height of the list component, if no size is set.
|
|
8116
8855
|
/// @group list
|
|
8117
8856
|
$kendo-list-line-height: null !default;
|
|
8118
|
-
$kendo-list-line-height-sm: (20
|
|
8857
|
+
$kendo-list-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
8119
8858
|
$kendo-list-line-height-md: $line-height-md !default;
|
|
8120
8859
|
$kendo-list-line-height-lg: $line-height-md !default;
|
|
8121
8860
|
|
|
8122
8861
|
/// Horizontal padding of list header, if no size is set.
|
|
8123
8862
|
/// @group list
|
|
8124
8863
|
$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;
|
|
8864
|
+
$kendo-list-header-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8865
|
+
$kendo-list-header-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8866
|
+
$kendo-list-header-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8867
|
+
$kendo-list-header-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8129
8868
|
|
|
8130
8869
|
/// Vertical padding of list header, if no size is set.
|
|
8131
8870
|
/// @group list
|
|
8132
8871
|
$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;
|
|
8872
|
+
$kendo-list-header-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8873
|
+
$kendo-list-header-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
8874
|
+
$kendo-list-header-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8875
|
+
$kendo-list-header-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
8137
8876
|
|
|
8138
8877
|
/// Border width of list header.
|
|
8139
8878
|
/// @group list
|
|
@@ -8160,18 +8899,18 @@ $kendo-list-header-font-weight: bold !default;
|
|
|
8160
8899
|
/// Horizontal padding of list items, when no size is set.
|
|
8161
8900
|
/// @group list
|
|
8162
8901
|
$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;
|
|
8902
|
+
$kendo-list-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8903
|
+
$kendo-list-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8904
|
+
$kendo-list-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8905
|
+
$kendo-list-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8167
8906
|
|
|
8168
8907
|
/// Vertical padding of list items, when no size is set.
|
|
8169
8908
|
/// @group list
|
|
8170
8909
|
$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;
|
|
8910
|
+
$kendo-list-item-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8911
|
+
$kendo-list-item-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
8912
|
+
$kendo-list-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8913
|
+
$kendo-list-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
8175
8914
|
|
|
8176
8915
|
/// Font size of list items, if no size is set.
|
|
8177
8916
|
/// @group list
|
|
@@ -8190,18 +8929,18 @@ $kendo-list-item-line-height-lg: null !default;
|
|
|
8190
8929
|
/// Horizontal padding of list group items, when no size is set.
|
|
8191
8930
|
/// @group list
|
|
8192
8931
|
$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;
|
|
8932
|
+
$kendo-list-group-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
8933
|
+
$kendo-list-group-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
8934
|
+
$kendo-list-group-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
8935
|
+
$kendo-list-group-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
8197
8936
|
|
|
8198
8937
|
/// Vertical padding of list group items, when no size is set.
|
|
8199
8938
|
/// @group list
|
|
8200
8939
|
$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;
|
|
8940
|
+
$kendo-list-group-item-padding-y-base: k-map-get( $spacing, 1 ) !default;
|
|
8941
|
+
$kendo-list-group-item-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
8942
|
+
$kendo-list-group-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
8943
|
+
$kendo-list-group-item-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8205
8944
|
|
|
8206
8945
|
/// Border width of list group items.
|
|
8207
8946
|
/// @group list
|
|
@@ -8366,19 +9105,19 @@ $kendo-checkbox-border-width: 1px !default;
|
|
|
8366
9105
|
// Checkbox sizes
|
|
8367
9106
|
$kendo-checkbox-sizes: (
|
|
8368
9107
|
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
|
|
9108
|
+
size: k-map-get( $spacing, 3 ),
|
|
9109
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
9110
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
8372
9111
|
),
|
|
8373
9112
|
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
|
|
9113
|
+
size: k-map-get( $spacing, 4 ),
|
|
9114
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
9115
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
8377
9116
|
),
|
|
8378
9117
|
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
|
|
9118
|
+
size: k-map-get( $spacing, 5 ),
|
|
9119
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
9120
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
8382
9121
|
)
|
|
8383
9122
|
) !default;
|
|
8384
9123
|
|
|
@@ -8390,7 +9129,7 @@ $kendo-checkbox-bg: $component-bg !default;
|
|
|
8390
9129
|
$kendo-checkbox-text: null !default;
|
|
8391
9130
|
/// Border color of checkbox.
|
|
8392
9131
|
/// @group checkbox
|
|
8393
|
-
$kendo-checkbox-border:
|
|
9132
|
+
$kendo-checkbox-border: if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 ) !default;
|
|
8394
9133
|
|
|
8395
9134
|
/// Background color of hovered checkbox.
|
|
8396
9135
|
/// @group checkbox
|
|
@@ -8407,7 +9146,7 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
8407
9146
|
$kendo-checkbox-checked-bg: $primary !default;
|
|
8408
9147
|
/// Color of checked checkbox.
|
|
8409
9148
|
/// @group checkbox
|
|
8410
|
-
$kendo-checkbox-checked-text: contrast-
|
|
9149
|
+
$kendo-checkbox-checked-text: k-contrast-color( $kendo-checkbox-checked-bg ) !default;
|
|
8411
9150
|
/// Border color of checked checkbox.
|
|
8412
9151
|
/// @group checkbox
|
|
8413
9152
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -8424,7 +9163,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
|
|
|
8424
9163
|
|
|
8425
9164
|
/// Border color of focused checkbox.
|
|
8426
9165
|
/// @group checkbox
|
|
8427
|
-
$kendo-checkbox-focus-border: try-tint( $primary, 50% ) !default;
|
|
9166
|
+
$kendo-checkbox-focus-border: k-try-tint( $primary, 50% ) !default;
|
|
8428
9167
|
/// Box shadow of focused checkbox.
|
|
8429
9168
|
/// @group checkbox
|
|
8430
9169
|
$kendo-checkbox-focus-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
@@ -8494,14 +9233,14 @@ $kendo-checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
8494
9233
|
|
|
8495
9234
|
/// The horizontal margin of the checkbox inside a label.
|
|
8496
9235
|
/// @group checkbox
|
|
8497
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
9236
|
+
$kendo-checkbox-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
8498
9237
|
|
|
8499
9238
|
|
|
8500
9239
|
// Checkbox list
|
|
8501
9240
|
|
|
8502
9241
|
/// Spacing between items of horizontal checkbox list.
|
|
8503
9242
|
/// @group checkbox
|
|
8504
|
-
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
9243
|
+
$kendo-checkbox-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
8505
9244
|
/// Horizontal padding of checkbox list items.
|
|
8506
9245
|
/// @group checkbox
|
|
8507
9246
|
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
@@ -8858,6 +9597,17 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
8858
9597
|
// #region @import "~@progress/kendo-theme-default/scss/list/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/list/_layout.scss
|
|
8859
9598
|
@include exports( "list/layout" ) {
|
|
8860
9599
|
|
|
9600
|
+
// List container
|
|
9601
|
+
.k-list-container {
|
|
9602
|
+
display: flex;
|
|
9603
|
+
flex-flow: column nowrap;
|
|
9604
|
+
|
|
9605
|
+
> .k-list {
|
|
9606
|
+
flex: 1;
|
|
9607
|
+
height: 100%;
|
|
9608
|
+
}
|
|
9609
|
+
}
|
|
9610
|
+
|
|
8861
9611
|
// List
|
|
8862
9612
|
.k-list {
|
|
8863
9613
|
margin: 0;
|
|
@@ -9038,7 +9788,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
9038
9788
|
position: relative;
|
|
9039
9789
|
padding: $padding-x;
|
|
9040
9790
|
box-sizing: border-box;
|
|
9041
|
-
flex:
|
|
9791
|
+
flex: none;
|
|
9042
9792
|
}
|
|
9043
9793
|
|
|
9044
9794
|
|
|
@@ -9227,7 +9977,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
9227
9977
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/listgroup/_variables.scss
|
|
9228
9978
|
// Listgroup
|
|
9229
9979
|
$listgroup-border-width: 1px !default;
|
|
9230
|
-
$listgroup-border-radius: map-get( $spacing, 1 ) !default;
|
|
9980
|
+
$listgroup-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
9231
9981
|
|
|
9232
9982
|
$listgroup-font-size: $font-size !default;
|
|
9233
9983
|
$listgroup-line-height: $line-height !default;
|
|
@@ -9236,8 +9986,8 @@ $listgroup-bg: $component-bg !default;
|
|
|
9236
9986
|
$listgroup-text: $component-text !default;
|
|
9237
9987
|
$listgroup-border: $component-border !default;
|
|
9238
9988
|
|
|
9239
|
-
$listgroup-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
9240
|
-
$listgroup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
9989
|
+
$listgroup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
9990
|
+
$listgroup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9241
9991
|
$listgroup-item-border-width: $listgroup-border-width !default;
|
|
9242
9992
|
|
|
9243
9993
|
// #endregion
|
|
@@ -9549,13 +10299,13 @@ $popup-border-radius: $kendo-border-radius-md !default;
|
|
|
9549
10299
|
$popup-font-size: $font-size !default;
|
|
9550
10300
|
$popup-line-height: $line-height !default;
|
|
9551
10301
|
|
|
9552
|
-
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
9553
|
-
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
10302
|
+
$popup-content-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
10303
|
+
$popup-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9554
10304
|
|
|
9555
10305
|
$popup-bg: $component-bg !default;
|
|
9556
10306
|
$popup-text: $component-text !default;
|
|
9557
10307
|
$popup-border: $component-border !default;
|
|
9558
|
-
$popup-shadow: 0 2px 4px 0 rgba(
|
|
10308
|
+
$popup-shadow: 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) !default;
|
|
9559
10309
|
|
|
9560
10310
|
// #endregion
|
|
9561
10311
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/popup/_layout.scss
|
|
@@ -9797,14 +10547,14 @@ $kendo-badge-border-radius: $badge-border-radius !default;
|
|
|
9797
10547
|
/// Horizontal padding of the badge.
|
|
9798
10548
|
/// @group badge
|
|
9799
10549
|
$kendo-badge-padding-x: $badge-padding-x !default;
|
|
9800
|
-
$kendo-badge-padding-x-sm: ( $badge-padding-x
|
|
10550
|
+
$kendo-badge-padding-x-sm: k-math-div( $badge-padding-x, 2 ) !default;
|
|
9801
10551
|
$kendo-badge-padding-x-md: $badge-padding-x !default;
|
|
9802
10552
|
$kendo-badge-padding-x-lg: ( $badge-padding-x * 1.5 ) !default;
|
|
9803
10553
|
|
|
9804
10554
|
/// Vertical padding of the badge.
|
|
9805
10555
|
/// @group badge
|
|
9806
10556
|
$kendo-badge-padding-y: $badge-padding-y !default;
|
|
9807
|
-
$kendo-badge-padding-y-sm: ( $badge-padding-y
|
|
10557
|
+
$kendo-badge-padding-y-sm: k-math-div( $badge-padding-y, 2 ) !default;
|
|
9808
10558
|
$kendo-badge-padding-y-md: $badge-padding-y !default;
|
|
9809
10559
|
$kendo-badge-padding-y-lg: ( $badge-padding-y * 1.5 ) !default;
|
|
9810
10560
|
|
|
@@ -10034,10 +10784,6 @@ $kendo-badge-sizes: (
|
|
|
10034
10784
|
|
|
10035
10785
|
// #endregion
|
|
10036
10786
|
|
|
10037
|
-
@include exports("badge/theme/bootstrap") {
|
|
10038
|
-
|
|
10039
|
-
}
|
|
10040
|
-
|
|
10041
10787
|
// #endregion
|
|
10042
10788
|
|
|
10043
10789
|
// #endregion
|
|
@@ -10080,7 +10826,7 @@ $kendo-button-line-height: $btn-line-height !default;
|
|
|
10080
10826
|
$kendo-button-padding-x-sm: $btn-padding-x-sm !default;
|
|
10081
10827
|
$kendo-button-padding-y-sm: $btn-padding-y-sm !default;
|
|
10082
10828
|
$kendo-button-font-size-sm: $font-size-sm !default;
|
|
10083
|
-
$kendo-button-line-height-sm: ( 20
|
|
10829
|
+
$kendo-button-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
10084
10830
|
|
|
10085
10831
|
$kendo-button-padding-x-md: $btn-padding-x !default;
|
|
10086
10832
|
$kendo-button-padding-y-md: $btn-padding-y !default;
|
|
@@ -10123,7 +10869,7 @@ $kendo-button-sizes: (
|
|
|
10123
10869
|
|
|
10124
10870
|
/// Theme colors map for the button.
|
|
10125
10871
|
/// @group button
|
|
10126
|
-
$kendo-button-theme-colors: map-merge(
|
|
10872
|
+
$kendo-button-theme-colors: k-map-merge(
|
|
10127
10873
|
$kendo-theme-colors,
|
|
10128
10874
|
( "base": #e4e7eb )
|
|
10129
10875
|
) !default;
|
|
@@ -10133,7 +10879,7 @@ $kendo-button-theme-colors: map-merge(
|
|
|
10133
10879
|
$kendo-button-bg: #e4e7eb !default;
|
|
10134
10880
|
/// The base text color of the button.
|
|
10135
10881
|
/// @group button
|
|
10136
|
-
$kendo-button-text: contrast-
|
|
10882
|
+
$kendo-button-text: k-contrast-color( $kendo-button-bg, $gray-900 ) !default;
|
|
10137
10883
|
/// The base border color of the button.
|
|
10138
10884
|
/// @group button
|
|
10139
10885
|
$kendo-button-border: $kendo-button-bg !default;
|
|
@@ -10146,13 +10892,13 @@ $kendo-button-shadow: null !default;
|
|
|
10146
10892
|
|
|
10147
10893
|
/// The base background of hovered button.
|
|
10148
10894
|
/// @group button
|
|
10149
|
-
$kendo-button-hover-bg: try-darken( $kendo-button-bg, 7.5% ) !default;
|
|
10895
|
+
$kendo-button-hover-bg: k-try-darken( $kendo-button-bg, 7.5% ) !default;
|
|
10150
10896
|
/// The base text color of hovered button.
|
|
10151
10897
|
/// @group button
|
|
10152
10898
|
$kendo-button-hover-text: null !default;
|
|
10153
10899
|
/// The base border color of hovered button.
|
|
10154
10900
|
/// @group button
|
|
10155
|
-
$kendo-button-hover-border: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10901
|
+
$kendo-button-hover-border: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10156
10902
|
/// The base background gradient of hovered button.
|
|
10157
10903
|
/// @group button
|
|
10158
10904
|
$kendo-button-hover-gradient: null !default;
|
|
@@ -10162,13 +10908,13 @@ $kendo-button-hover-shadow: null !default;
|
|
|
10162
10908
|
|
|
10163
10909
|
/// The base background color of active button.
|
|
10164
10910
|
/// @group button
|
|
10165
|
-
$kendo-button-active-bg: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10911
|
+
$kendo-button-active-bg: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10166
10912
|
/// The base text color of active button.
|
|
10167
10913
|
/// @group button
|
|
10168
10914
|
$kendo-button-active-text: null !default;
|
|
10169
10915
|
/// The base border color of active button.
|
|
10170
10916
|
/// @group button
|
|
10171
|
-
$kendo-button-active-border: try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10917
|
+
$kendo-button-active-border: k-try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10172
10918
|
/// The base background gradient of active button.
|
|
10173
10919
|
/// @group button
|
|
10174
10920
|
$kendo-button-active-gradient: null !default;
|
|
@@ -10178,13 +10924,13 @@ $kendo-button-active-shadow: null !default;
|
|
|
10178
10924
|
|
|
10179
10925
|
/// The base background color of selected button.
|
|
10180
10926
|
/// @group button
|
|
10181
|
-
$kendo-button-selected-bg: try-darken( $primary, 10% ) !default;
|
|
10927
|
+
$kendo-button-selected-bg: k-try-darken( $primary, 10% ) !default;
|
|
10182
10928
|
/// The text color of selected buttons.
|
|
10183
10929
|
/// @group button
|
|
10184
|
-
$kendo-button-selected-text: contrast-
|
|
10930
|
+
$kendo-button-selected-text: k-contrast-color( $kendo-button-selected-bg ) !default;
|
|
10185
10931
|
/// The border color of selected buttons.
|
|
10186
10932
|
/// @group button
|
|
10187
|
-
$kendo-button-selected-border: try-darken( $primary, 12.5% ) !default;
|
|
10933
|
+
$kendo-button-selected-border: k-try-darken( $primary, 12.5% ) !default;
|
|
10188
10934
|
/// The background gradient of selected buttons.
|
|
10189
10935
|
/// @group button
|
|
10190
10936
|
$kendo-button-selected-gradient: $kendo-button-active-gradient !default;
|
|
@@ -10194,13 +10940,13 @@ $kendo-button-selected-shadow: $kendo-button-active-shadow !default;
|
|
|
10194
10940
|
|
|
10195
10941
|
/// The base background of focused button.
|
|
10196
10942
|
/// @group button
|
|
10197
|
-
$kendo-button-focus-bg: try-darken( $kendo-button-bg, 10% ) !default;
|
|
10943
|
+
$kendo-button-focus-bg: k-try-darken( $kendo-button-bg, 10% ) !default;
|
|
10198
10944
|
/// The base text color of focused button.
|
|
10199
10945
|
/// @group button
|
|
10200
10946
|
$kendo-button-focus-text: null !default;
|
|
10201
10947
|
/// The base border color of focused button.
|
|
10202
10948
|
/// @group button
|
|
10203
|
-
$kendo-button-focus-border: try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10949
|
+
$kendo-button-focus-border: k-try-darken( $kendo-button-bg, 12.5% ) !default;
|
|
10204
10950
|
/// The base background gradient of focused button.
|
|
10205
10951
|
/// @group button
|
|
10206
10952
|
$kendo-button-focus-gradient: null !default;
|
|
@@ -10226,7 +10972,7 @@ $kendo-button-disabled-shadow: null !default;
|
|
|
10226
10972
|
|
|
10227
10973
|
// Solid button
|
|
10228
10974
|
$kendo-solid-button-gradient: null !default;
|
|
10229
|
-
$kendo-solid-button-shade-function: "try-darken" !default;
|
|
10975
|
+
$kendo-solid-button-shade-function: "k-try-darken" !default;
|
|
10230
10976
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
10231
10977
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
10232
10978
|
$kendo-solid-button-shade-border-amount: 0 !default;
|
|
@@ -10926,7 +11672,7 @@ $kendo-input-line-height: $input-line-height !default;
|
|
|
10926
11672
|
$kendo-input-padding-x-sm: $input-padding-x-sm !default;
|
|
10927
11673
|
$kendo-input-padding-y-sm: $input-padding-y-sm !default;
|
|
10928
11674
|
$kendo-input-font-size-sm: $font-size-sm !default;
|
|
10929
|
-
$kendo-input-line-height-sm: ( 20
|
|
11675
|
+
$kendo-input-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
10930
11676
|
|
|
10931
11677
|
$kendo-input-padding-x-md: $input-padding-x !default;
|
|
10932
11678
|
$kendo-input-padding-y-md: $input-padding-y !default;
|
|
@@ -11041,10 +11787,10 @@ $kendo-picker-disabled-shadow: null !default;
|
|
|
11041
11787
|
|
|
11042
11788
|
$kendo-picker-outline-bg: null !default;
|
|
11043
11789
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
11044
|
-
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5) !default;
|
|
11790
|
+
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5 ) !default;
|
|
11045
11791
|
|
|
11046
11792
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
11047
|
-
$kendo-picker-outline-hover-text: contrast-
|
|
11793
|
+
$kendo-picker-outline-hover-text: k-contrast-color( $kendo-picker-outline-hover-bg ) !default;
|
|
11048
11794
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
11049
11795
|
|
|
11050
11796
|
$kendo-picker-outline-focus-bg: null !default;
|
|
@@ -11084,7 +11830,7 @@ $kendo-input-clear-value-opacity: .5 !default;
|
|
|
11084
11830
|
$kendo-input-clear-value-hover-text: null !default;
|
|
11085
11831
|
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
11086
11832
|
|
|
11087
|
-
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
11833
|
+
$kendo-input-values-margin-y: k-map-get( $spacing, thin ) !default;
|
|
11088
11834
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
11089
11835
|
|
|
11090
11836
|
|
|
@@ -11561,7 +12307,7 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
11561
12307
|
|
|
11562
12308
|
// #endregion
|
|
11563
12309
|
|
|
11564
|
-
@include exports("input/layout/bootstrap") {
|
|
12310
|
+
@include exports( "input/layout/bootstrap" ) {
|
|
11565
12311
|
|
|
11566
12312
|
// Input, Textbox
|
|
11567
12313
|
.k-textbox {
|
|
@@ -12283,10 +13029,10 @@ $floating-label-focus-text: null !default;
|
|
|
12283
13029
|
|
|
12284
13030
|
/// The horizontal padding of the container.
|
|
12285
13031
|
/// @group toolbar
|
|
12286
|
-
$toolbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
13032
|
+
$toolbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
12287
13033
|
/// The vertical padding of the container.
|
|
12288
13034
|
/// @group toolbar
|
|
12289
|
-
$toolbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
13035
|
+
$toolbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12290
13036
|
$toolbar-border-width: 1px !default;
|
|
12291
13037
|
$toolbar-border-radius: null !default;
|
|
12292
13038
|
$toolbar-spacing: $toolbar-padding-x !default;
|
|
@@ -12307,6 +13053,8 @@ $toolbar-separator-border: inherit !default;
|
|
|
12307
13053
|
|
|
12308
13054
|
$toolbar-input-width: 10em !default;
|
|
12309
13055
|
|
|
13056
|
+
$toolbar-item-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
13057
|
+
|
|
12310
13058
|
// #endregion
|
|
12311
13059
|
// #region @import "../menu/_variables.scss"; -> packages/bootstrap/scss/menu/_variables.scss
|
|
12312
13060
|
// Menu
|
|
@@ -12342,7 +13090,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
12342
13090
|
|
|
12343
13091
|
$menu-item-focus-shadow: inset 0 0 0 3px rgba( $menu-text, .15 ) !default;
|
|
12344
13092
|
|
|
12345
|
-
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
13093
|
+
$menu-separator-spacing: k-map-get( $spacing, 1 ) !default;
|
|
12346
13094
|
|
|
12347
13095
|
$menu-scroll-button-bg: $menu-bg !default;
|
|
12348
13096
|
$menu-scroll-button-text: rgba( $menu-text, .5 ) !default;
|
|
@@ -12401,17 +13149,17 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
12401
13149
|
|
|
12402
13150
|
/// Horizontal padding of the menu item in popup.
|
|
12403
13151
|
/// @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;
|
|
13152
|
+
$kendo-menu-popup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
13153
|
+
$kendo-menu-popup-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
13154
|
+
$kendo-menu-popup-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
13155
|
+
$kendo-menu-popup-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
12408
13156
|
|
|
12409
13157
|
/// Vertical padding of the menu item in popup.
|
|
12410
13158
|
/// @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;
|
|
13159
|
+
$kendo-menu-popup-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
13160
|
+
$kendo-menu-popup-item-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
13161
|
+
$kendo-menu-popup-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
13162
|
+
$kendo-menu-popup-item-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
12415
13163
|
|
|
12416
13164
|
/// The end padding of the menu item in popup.
|
|
12417
13165
|
/// @group menu
|
|
@@ -12550,7 +13298,7 @@ $grid-footer-border: $grid-header-border !default;
|
|
|
12550
13298
|
|
|
12551
13299
|
/// Background color of alternating rows in grid
|
|
12552
13300
|
/// @group grid
|
|
12553
|
-
$grid-alt-bg: rgba( contrast-
|
|
13301
|
+
$grid-alt-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
12554
13302
|
/// Text color of alternating rows in grid
|
|
12555
13303
|
/// @group grid
|
|
12556
13304
|
$grid-alt-text: null !default;
|
|
@@ -12560,7 +13308,7 @@ $grid-alt-border: null !default;
|
|
|
12560
13308
|
|
|
12561
13309
|
/// Background color of hovered rows in grid
|
|
12562
13310
|
/// @group grid
|
|
12563
|
-
$grid-hovered-bg: rgba( contrast-
|
|
13311
|
+
$grid-hovered-bg: rgba( k-contrast-color( $grid-bg ), .08 ) !default;
|
|
12564
13312
|
/// Text color of hovered rows in grid
|
|
12565
13313
|
/// @group grid
|
|
12566
13314
|
$grid-hovered-text: null !default;
|
|
@@ -12578,10 +13326,10 @@ $grid-selected-text: $grid-text !default;
|
|
|
12578
13326
|
/// @group grid
|
|
12579
13327
|
$grid-selected-border: $grid-border !default;
|
|
12580
13328
|
|
|
12581
|
-
$grid-grouping-row-bg: try-shade( $grid-bg ) !default;
|
|
13329
|
+
$grid-grouping-row-bg: k-try-shade( $grid-bg ) !default;
|
|
12582
13330
|
$grid-grouping-row-text: $grid-text !default;
|
|
12583
13331
|
|
|
12584
|
-
$grid-sorted-bg: rgba( contrast-
|
|
13332
|
+
$grid-sorted-bg: rgba( k-contrast-color( $grid-bg ), .02 ) !default;
|
|
12585
13333
|
$grid-sorting-indicator-text: $primary !default;
|
|
12586
13334
|
$grid-sorting-index-font-size: ($icon-size * .75) !default;
|
|
12587
13335
|
$grid-sorting-index-height: $icon-size !default;
|
|
@@ -12589,18 +13337,18 @@ $grid-sorting-index-spacing-y: 2px !default;
|
|
|
12589
13337
|
$grid-sorting-index-spacing-x: -$grid-sorting-index-spacing-y !default;
|
|
12590
13338
|
|
|
12591
13339
|
|
|
12592
|
-
$grid-focused-shadow: inset 0 0 0 2px rgba(
|
|
13340
|
+
$grid-focused-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
|
|
12593
13341
|
|
|
12594
13342
|
$grid-edit-cell-padding-x: $grid-cell-padding-x !default;
|
|
12595
13343
|
$grid-edit-cell-padding-y: 5px !default;
|
|
12596
13344
|
|
|
12597
|
-
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
13345
|
+
$grid-command-cell-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
12598
13346
|
|
|
12599
13347
|
$grid-sticky-bg: $grid-bg !default;
|
|
12600
13348
|
$grid-sticky-text: $grid-text !default;
|
|
12601
|
-
$grid-sticky-border: rgba($grid-text, .5) !default;
|
|
13349
|
+
$grid-sticky-border: rgba( $grid-text, .5 ) !default;
|
|
12602
13350
|
|
|
12603
|
-
$grid-sticky-alt-bg: try-shade( $grid-bg, .5 ) !default;
|
|
13351
|
+
$grid-sticky-alt-bg: k-try-shade( $grid-bg, .5 ) !default;
|
|
12604
13352
|
|
|
12605
13353
|
$grid-sticky-header-bg: $grid-header-bg !default;
|
|
12606
13354
|
$grid-sticky-header-text: $grid-header-text !default;
|
|
@@ -12609,18 +13357,18 @@ $grid-sticky-header-border: $grid-sticky-border !default;
|
|
|
12609
13357
|
$grid-sticky-footer-bg: $grid-header-bg !default;
|
|
12610
13358
|
$grid-sticky-footer-hovered-bg: $grid-sticky-footer-bg !default;
|
|
12611
13359
|
|
|
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;
|
|
13360
|
+
$grid-sticky-selected-bg: k-color-mix( $selected-bg, $grid-bg, 25% ) !default;
|
|
13361
|
+
$grid-sticky-selected-alt-bg: k-color-shade( $grid-sticky-selected-bg, .4 ) !default;
|
|
12614
13362
|
|
|
12615
|
-
$grid-sticky-hovered-bg: try-shade( $grid-bg ) !default;
|
|
12616
|
-
$grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
|
|
13363
|
+
$grid-sticky-hovered-bg: k-try-shade( $grid-bg ) !default;
|
|
13364
|
+
$grid-sticky-selected-hovered-bg: k-color-shade( $grid-sticky-selected-bg, .7 ) !default;
|
|
12617
13365
|
|
|
12618
13366
|
$grid-column-menu-width: 250px !default;
|
|
12619
13367
|
|
|
12620
13368
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
12621
13369
|
|
|
12622
|
-
$grid-filter-menu-item-spacing-x: map-get( $spacing, 6 ) !default;
|
|
12623
|
-
$grid-filter-menu-item-spacing-y: map-get( $spacing, 2 ) !default;
|
|
13370
|
+
$grid-filter-menu-item-spacing-x: k-map-get( $spacing, 6 ) !default;
|
|
13371
|
+
$grid-filter-menu-item-spacing-y: k-map-get( $spacing, 2 ) !default;
|
|
12624
13372
|
|
|
12625
13373
|
$grid-column-menu-popup-padding-x: null !default;
|
|
12626
13374
|
$grid-column-menu-popup-padding-y: null !default;
|
|
@@ -12632,7 +13380,7 @@ $grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
|
12632
13380
|
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
12633
13381
|
|
|
12634
13382
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
12635
|
-
$grid-column-menu-items-wrap-padding-y: map-get( $spacing, 2 ) !default;
|
|
13383
|
+
$grid-column-menu-items-wrap-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12636
13384
|
|
|
12637
13385
|
$grid-column-menu-filter-container-padding-x: $padding-x-lg !default;
|
|
12638
13386
|
$grid-column-menu-filter-container-padding-y: $padding-y-sm !default;
|
|
@@ -12690,20 +13438,20 @@ $kendo-table-sizes: (
|
|
|
12690
13438
|
sm: (
|
|
12691
13439
|
font-size: $font-size-md,
|
|
12692
13440
|
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 )
|
|
13441
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13442
|
+
cell-padding-y: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin )
|
|
12695
13443
|
),
|
|
12696
13444
|
md: (
|
|
12697
13445
|
font-size: $font-size-md,
|
|
12698
13446
|
line-height: $line-height-md,
|
|
12699
|
-
cell-padding-x: map-get( $spacing, 2 ),
|
|
12700
|
-
cell-padding-y: map-get( $spacing, 2 )
|
|
13447
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13448
|
+
cell-padding-y: k-map-get( $spacing, 2 )
|
|
12701
13449
|
),
|
|
12702
13450
|
lg: (
|
|
12703
13451
|
font-size: $font-size-md,
|
|
12704
13452
|
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 )
|
|
13453
|
+
cell-padding-x: k-map-get( $spacing, 2 ),
|
|
13454
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
12707
13455
|
)
|
|
12708
13456
|
) !default;
|
|
12709
13457
|
|
|
@@ -13273,9 +14021,9 @@ $kendo-avatar-line-height: $line-height !default;
|
|
|
13273
14021
|
/// The sizes of the avatar.
|
|
13274
14022
|
/// @group avatar
|
|
13275
14023
|
$kendo-avatar-sizes: (
|
|
13276
|
-
sm: map-get( $spacing, 4 ),
|
|
13277
|
-
md: map-get( $spacing, 8 ),
|
|
13278
|
-
lg: map-get( $spacing, 16 )
|
|
14024
|
+
sm: k-map-get( $spacing, 4 ),
|
|
14025
|
+
md: k-map-get( $spacing, 8 ),
|
|
14026
|
+
lg: k-map-get( $spacing, 16 )
|
|
13279
14027
|
) !default;
|
|
13280
14028
|
|
|
13281
14029
|
/// Theme colors map of the avatar.
|
|
@@ -13424,21 +14172,21 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
13424
14172
|
$kendo-chip-border-width: 1px !default;
|
|
13425
14173
|
/// The spacing between the text and the icons of the chip.
|
|
13426
14174
|
/// @group chip
|
|
13427
|
-
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
14175
|
+
$kendo-chip-spacing: k-map-get( $spacing, 1 ) !default;
|
|
13428
14176
|
|
|
13429
14177
|
/// Horizontal padding of the chip.
|
|
13430
14178
|
/// @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;
|
|
14179
|
+
$kendo-chip-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
14180
|
+
$kendo-chip-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
14181
|
+
$kendo-chip-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
14182
|
+
$kendo-chip-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
13435
14183
|
|
|
13436
14184
|
/// Vertical padding of the chip.
|
|
13437
14185
|
/// @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;
|
|
14186
|
+
$kendo-chip-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
14187
|
+
$kendo-chip-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
14188
|
+
$kendo-chip-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
14189
|
+
$kendo-chip-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
13442
14190
|
|
|
13443
14191
|
/// Font sizes of the chip.
|
|
13444
14192
|
/// @group chip
|
|
@@ -13485,42 +14233,42 @@ $kendo-chip-base-bg: $base-text !default;
|
|
|
13485
14233
|
/// @group chip
|
|
13486
14234
|
$kendo-chip-theme-colors: (
|
|
13487
14235
|
"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" )
|
|
14236
|
+
"error": k-map-get( $kendo-theme-colors, "error" ),
|
|
14237
|
+
"info": k-map-get( $kendo-theme-colors, "info" ),
|
|
14238
|
+
"warning": k-map-get( $kendo-theme-colors, "warning" ),
|
|
14239
|
+
"success": k-map-get( $kendo-theme-colors, "success" )
|
|
13492
14240
|
) !default;
|
|
13493
14241
|
|
|
13494
14242
|
/// The base background color of solid chip.
|
|
13495
14243
|
/// @group chip
|
|
13496
|
-
$kendo-chip-solid-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
14244
|
+
$kendo-chip-solid-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13497
14245
|
/// The base text color of solid chip.
|
|
13498
14246
|
/// @group chip
|
|
13499
14247
|
$kendo-chip-solid-text: $kendo-chip-base-bg !default;
|
|
13500
14248
|
/// The base border color of solid chip.
|
|
13501
14249
|
/// @group chip
|
|
13502
|
-
$kendo-chip-solid-border: try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
14250
|
+
$kendo-chip-solid-border: k-try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
13503
14251
|
/// The base shadow of solid chip.
|
|
13504
14252
|
/// @group chip
|
|
13505
14253
|
$kendo-chip-solid-shadow: 0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) !default;
|
|
13506
14254
|
|
|
13507
14255
|
/// The base background color of focused solid chip.
|
|
13508
14256
|
/// @group chip
|
|
13509
|
-
$kendo-chip-solid-focus-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
14257
|
+
$kendo-chip-solid-focus-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13510
14258
|
/// The base text color of focused solid chip.
|
|
13511
14259
|
/// @group chip
|
|
13512
14260
|
$kendo-chip-solid-focus-text: null !default;
|
|
13513
14261
|
|
|
13514
14262
|
/// The base background color of hovered solid chip.
|
|
13515
14263
|
/// @group chip
|
|
13516
|
-
$kendo-chip-solid-hover-bg: try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
14264
|
+
$kendo-chip-solid-hover-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
13517
14265
|
/// The base text color of hovered solid chip.
|
|
13518
14266
|
/// @group chip
|
|
13519
14267
|
$kendo-chip-solid-hover-text: null !default;
|
|
13520
14268
|
|
|
13521
14269
|
/// The base background color of selected solid chip.
|
|
13522
14270
|
/// @group chip
|
|
13523
|
-
$kendo-chip-solid-selected-bg: try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
14271
|
+
$kendo-chip-solid-selected-bg: k-try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
13524
14272
|
/// The base text color of selected solid chip.
|
|
13525
14273
|
/// @group chip
|
|
13526
14274
|
$kendo-chip-solid-selected-text: null !default;
|
|
@@ -13543,7 +14291,7 @@ $kendo-chip-outline-shadow: 0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) !default;
|
|
|
13543
14291
|
$kendo-chip-outline-hover-bg: $kendo-chip-base-bg !default;
|
|
13544
14292
|
/// The base text color of hovered outline chip.
|
|
13545
14293
|
/// @group chip
|
|
13546
|
-
$kendo-chip-outline-hover-text: contrast-
|
|
14294
|
+
$kendo-chip-outline-hover-text: k-contrast-color( $kendo-chip-base-bg ) !default;
|
|
13547
14295
|
|
|
13548
14296
|
/// The base background color of selected outline chip.
|
|
13549
14297
|
/// @group chip
|
|
@@ -13557,9 +14305,9 @@ $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
|
13557
14305
|
/// The sizes of the chip list.
|
|
13558
14306
|
/// @group chip
|
|
13559
14307
|
$kendo-chip-list-sizes: (
|
|
13560
|
-
sm: map-get( $spacing, 1 ),
|
|
13561
|
-
md: map-get( $spacing, 1 ),
|
|
13562
|
-
lg: map-get( $spacing, 1 )
|
|
14308
|
+
sm: k-map-get( $spacing, 1 ),
|
|
14309
|
+
md: k-map-get( $spacing, 1 ),
|
|
14310
|
+
lg: k-map-get( $spacing, 1 )
|
|
13563
14311
|
) !default;
|
|
13564
14312
|
|
|
13565
14313
|
// #endregion
|
|
@@ -14023,13 +14771,13 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
14023
14771
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/loader/_variables.scss
|
|
14024
14772
|
// Loader
|
|
14025
14773
|
$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;
|
|
14774
|
+
$loader-segment-size-sm: k-map-get( $spacing, 1 ) !default;
|
|
14775
|
+
$loader-segment-size-md: k-map-get( $spacing, 2 ) !default;
|
|
14776
|
+
$loader-segment-size-lg: k-map-get( $spacing, 4 ) !default;
|
|
14029
14777
|
|
|
14030
|
-
$loader-padding-sm: ( $loader-segment-size-sm
|
|
14031
|
-
$loader-padding-md: ( $loader-segment-size-md
|
|
14032
|
-
$loader-padding-lg: ( $loader-segment-size-lg
|
|
14778
|
+
$loader-padding-sm: k-math-div( $loader-segment-size-sm, 2 ) !default;
|
|
14779
|
+
$loader-padding-md: k-math-div( $loader-segment-size-md, 2 ) !default;
|
|
14780
|
+
$loader-padding-lg: k-math-div( $loader-segment-size-lg, 2 ) !default;
|
|
14033
14781
|
|
|
14034
14782
|
$loader-spinner-3-width-sm: ( $loader-segment-size-sm * 4 ) !default;
|
|
14035
14783
|
$loader-spinner-3-height-sm: ( $loader-spinner-3-width-sm * $equilateral-height ) !default;
|
|
@@ -14053,16 +14801,16 @@ $loader-container-panel-border-color: $component-border !default;
|
|
|
14053
14801
|
$loader-container-panel-border-radius: $kendo-border-radius-md !default;
|
|
14054
14802
|
$loader-container-panel-bg: $white !default;
|
|
14055
14803
|
|
|
14056
|
-
$loader-container-padding-sm: map-get( $spacing, 4 ) !default;
|
|
14057
|
-
$loader-container-gap-sm: map-get( $spacing, 1 ) !default;
|
|
14804
|
+
$loader-container-padding-sm: k-map-get( $spacing, 4 ) !default;
|
|
14805
|
+
$loader-container-gap-sm: k-map-get( $spacing, 1 ) !default;
|
|
14058
14806
|
$loader-container-font-size-sm: $font-size-sm !default;
|
|
14059
14807
|
|
|
14060
|
-
$loader-container-padding-md: map-get( $spacing, 5 ) !default;
|
|
14061
|
-
$loader-container-gap-md: map-get( $spacing, 2 ) !default;
|
|
14808
|
+
$loader-container-padding-md: k-map-get( $spacing, 5 ) !default;
|
|
14809
|
+
$loader-container-gap-md: k-map-get( $spacing, 2 ) !default;
|
|
14062
14810
|
$loader-container-font-size-md: $font-size-md !default;
|
|
14063
14811
|
|
|
14064
|
-
$loader-container-padding-lg: map-get( $spacing, 6 ) !default;
|
|
14065
|
-
$loader-container-gap-lg: map-get( $spacing, 3 ) !default;
|
|
14812
|
+
$loader-container-padding-lg: k-map-get( $spacing, 6 ) !default;
|
|
14813
|
+
$loader-container-gap-lg: k-map-get( $spacing, 3 ) !default;
|
|
14066
14814
|
$loader-container-font-size-lg: $font-size-lg !default;
|
|
14067
14815
|
|
|
14068
14816
|
// #endregion
|
|
@@ -14748,23 +15496,23 @@ $tooltip-title-line-height: 1 !default;
|
|
|
14748
15496
|
$tooltip-callout-size: $tooltip-arrow-height !default;
|
|
14749
15497
|
|
|
14750
15498
|
$tooltip-bg: $tooltip-bg !default;
|
|
14751
|
-
$tooltip-text: contrast-
|
|
15499
|
+
$tooltip-text: k-contrast-color( $tooltip-bg ) !default;
|
|
14752
15500
|
$tooltip-border: $tooltip-bg !default;
|
|
14753
15501
|
|
|
14754
15502
|
$tooltip-primary-bg: $primary !default;
|
|
14755
|
-
$tooltip-primary-text: contrast-
|
|
15503
|
+
$tooltip-primary-text: k-contrast-color( $tooltip-primary-bg ) !default;
|
|
14756
15504
|
$tooltip-primary-border: $tooltip-primary-bg !default;
|
|
14757
15505
|
$tooltip-info-bg: $info !default;
|
|
14758
|
-
$tooltip-info-text: contrast-
|
|
15506
|
+
$tooltip-info-text: k-contrast-color( $tooltip-info-bg ) !default;
|
|
14759
15507
|
$tooltip-info-border: $tooltip-info-bg !default;
|
|
14760
15508
|
$tooltip-success-bg: $success !default;
|
|
14761
|
-
$tooltip-success-text: contrast-
|
|
15509
|
+
$tooltip-success-text: k-contrast-color( $tooltip-success-bg ) !default;
|
|
14762
15510
|
$tooltip-success-border: $tooltip-success-bg !default;
|
|
14763
15511
|
$tooltip-warning-bg: $warning !default;
|
|
14764
|
-
$tooltip-warning-text: contrast-
|
|
15512
|
+
$tooltip-warning-text: k-contrast-color( $tooltip-warning-bg ) !default;
|
|
14765
15513
|
$tooltip-warning-border: $tooltip-warning-bg !default;
|
|
14766
15514
|
$tooltip-error-bg: $error !default;
|
|
14767
|
-
$tooltip-error-text: contrast-
|
|
15515
|
+
$tooltip-error-text: k-contrast-color( $tooltip-error-bg ) !default;
|
|
14768
15516
|
$tooltip-error-border: $tooltip-error-bg !default;
|
|
14769
15517
|
|
|
14770
15518
|
// #endregion
|
|
@@ -15188,7 +15936,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15188
15936
|
|
|
15189
15937
|
// #endregion
|
|
15190
15938
|
|
|
15191
|
-
@include exports("menu/layout/bootstrap") {
|
|
15939
|
+
@include exports( "menu/layout/bootstrap" ) {
|
|
15192
15940
|
|
|
15193
15941
|
.k-menu.k-menu-horizontal:not(.k-context-menu) {
|
|
15194
15942
|
padding: $navbar-padding-y $navbar-padding-x;
|
|
@@ -15477,7 +16225,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15477
16225
|
}
|
|
15478
16226
|
|
|
15479
16227
|
// Template item
|
|
15480
|
-
.k-toolbar-item:focus
|
|
16228
|
+
.k-toolbar-item:focus,
|
|
16229
|
+
.k-toolbar-item.k-focus {
|
|
15481
16230
|
text-decoration: none;
|
|
15482
16231
|
outline: 0;
|
|
15483
16232
|
}
|
|
@@ -15649,7 +16398,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15649
16398
|
// Template item
|
|
15650
16399
|
.k-toolbar-item:focus,
|
|
15651
16400
|
.k-toolbar-item.k-focus {
|
|
15652
|
-
@include box-shadow( $
|
|
16401
|
+
@include box-shadow( $toolbar-item-shadow );
|
|
15653
16402
|
}
|
|
15654
16403
|
|
|
15655
16404
|
|
|
@@ -15742,11 +16491,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15742
16491
|
// Component
|
|
15743
16492
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/action-buttons/_variables.scss
|
|
15744
16493
|
// 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;
|
|
16494
|
+
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
16495
|
+
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
16496
|
+
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
15748
16497
|
$actions-border-width: 0px !default;
|
|
15749
|
-
$actions-button-spacing: map-get( $spacing, 2 ) !default;
|
|
16498
|
+
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
15750
16499
|
|
|
15751
16500
|
$actions-bg: null !default;
|
|
15752
16501
|
$actions-text: null !default;
|
|
@@ -15865,8 +16614,8 @@ $window-font-family: $font-family !default;
|
|
|
15865
16614
|
$window-font-size: $font-size !default;
|
|
15866
16615
|
$window-line-height: $line-height !default;
|
|
15867
16616
|
|
|
15868
|
-
$window-titlebar-padding-x: map-get( $spacing, 4 ) !default;
|
|
15869
|
-
$window-titlebar-padding-y: map-get( $spacing, 4 ) !default;
|
|
16617
|
+
$window-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
16618
|
+
$window-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
15870
16619
|
$window-titlebar-border-width: 0 0 1px !default;
|
|
15871
16620
|
$window-titlebar-border-style: solid !default;
|
|
15872
16621
|
|
|
@@ -15878,8 +16627,8 @@ $window-actions-gap: .5rem !default;
|
|
|
15878
16627
|
$window-action-opacity: .5 !default;
|
|
15879
16628
|
$window-action-hover-opacity: .75 !default;
|
|
15880
16629
|
|
|
15881
|
-
$window-inner-padding-x: map-get( $spacing, 4 ) !default;
|
|
15882
|
-
$window-inner-padding-y: map-get( $spacing, 4 ) !default;
|
|
16630
|
+
$window-inner-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
16631
|
+
$window-inner-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
15883
16632
|
|
|
15884
16633
|
$window-buttongroup-padding-x: $actions-padding-x !default;
|
|
15885
16634
|
$window-buttongroup-padding-y: $actions-padding-y !default;
|
|
@@ -16359,7 +17108,7 @@ $fieldset-legend-border: null !default;
|
|
|
16359
17108
|
|
|
16360
17109
|
// #endregion
|
|
16361
17110
|
|
|
16362
|
-
@include exports("forms/layout/bootstrap") {
|
|
17111
|
+
@include exports( "forms/layout/bootstrap" ) {
|
|
16363
17112
|
|
|
16364
17113
|
// Forms
|
|
16365
17114
|
.k-form,
|
|
@@ -16401,7 +17150,7 @@ $fieldset-legend-border: null !default;
|
|
|
16401
17150
|
|
|
16402
17151
|
}
|
|
16403
17152
|
|
|
16404
|
-
@include exports("edit-form/layout/bootstrap") {
|
|
17153
|
+
@include exports( "edit-form/layout/bootstrap" ) {
|
|
16405
17154
|
|
|
16406
17155
|
.k-edit-label {
|
|
16407
17156
|
padding: calc( #{$padding-y} - #{$kendo-input-border-width} ) 0;
|
|
@@ -16409,7 +17158,6 @@ $fieldset-legend-border: null !default;
|
|
|
16409
17158
|
|
|
16410
17159
|
}
|
|
16411
17160
|
|
|
16412
|
-
|
|
16413
17161
|
// #endregion
|
|
16414
17162
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/forms/_theme.scss
|
|
16415
17163
|
// #region @import "~@progress/kendo-theme-default/scss/forms/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/forms/_theme.scss
|
|
@@ -17250,7 +17998,7 @@ $progressbar-font-size: $progress-font-size !default;
|
|
|
17250
17998
|
$progressbar-line-height: 1 !default;
|
|
17251
17999
|
|
|
17252
18000
|
$progressbar-bg: $gray-200 !default;
|
|
17253
|
-
$progressbar-text: contrast-
|
|
18001
|
+
$progressbar-text: k-contrast-color( $gray-200 ) !default;
|
|
17254
18002
|
$progressbar-border: null !default;
|
|
17255
18003
|
$progressbar-gradient: null !default;
|
|
17256
18004
|
|
|
@@ -17654,19 +18402,19 @@ $kendo-radio-border-width: 1px !default;
|
|
|
17654
18402
|
// Radio button sizes
|
|
17655
18403
|
$kendo-radio-sizes: (
|
|
17656
18404
|
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
|
|
18405
|
+
size: k-map-get( $spacing, 3 ),
|
|
18406
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
18407
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
17660
18408
|
),
|
|
17661
18409
|
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
|
|
18410
|
+
size: k-map-get( $spacing, 4 ),
|
|
18411
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
18412
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
17665
18413
|
),
|
|
17666
18414
|
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
|
|
18415
|
+
size: k-map-get( $spacing, 5 ),
|
|
18416
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
18417
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
17670
18418
|
)
|
|
17671
18419
|
) !default;
|
|
17672
18420
|
|
|
@@ -17769,14 +18517,14 @@ $kendo-radio-disabled-checked-image: null !default;
|
|
|
17769
18517
|
|
|
17770
18518
|
/// The horizontal margin of the radio button inside of a label.
|
|
17771
18519
|
/// @group radio
|
|
17772
|
-
$kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
18520
|
+
$kendo-radio-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
17773
18521
|
|
|
17774
18522
|
|
|
17775
18523
|
// Radio list
|
|
17776
18524
|
|
|
17777
18525
|
/// Spacing between items of horizontal radio button list.
|
|
17778
18526
|
/// @group radio
|
|
17779
|
-
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
18527
|
+
$kendo-radio-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
17780
18528
|
/// Horizontal padding of radio button list items.
|
|
17781
18529
|
/// @group radio
|
|
17782
18530
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
@@ -18151,18 +18899,18 @@ $slider-draghandle-active-scale: 1 !default;
|
|
|
18151
18899
|
$slider-draghandle-active-size: null !default;
|
|
18152
18900
|
|
|
18153
18901
|
$slider-draghandle-bg: $primary !default;
|
|
18154
|
-
$slider-draghandle-text: contrast-
|
|
18902
|
+
$slider-draghandle-text: k-contrast-color( $primary ) !default;
|
|
18155
18903
|
$slider-draghandle-border: $primary !default;
|
|
18156
18904
|
$slider-draghandle-gradient: null !default;
|
|
18157
18905
|
|
|
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;
|
|
18906
|
+
$slider-draghandle-hovered-bg: k-try-darken( $primary, 7.5% ) !default;
|
|
18907
|
+
$slider-draghandle-hovered-text: k-contrast-color( $primary ) !default;
|
|
18908
|
+
$slider-draghandle-hovered-border: k-try-darken( $primary, 10% ) !default;
|
|
18161
18909
|
$slider-draghandle-hovered-gradient: null !default;
|
|
18162
18910
|
|
|
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;
|
|
18911
|
+
$slider-draghandle-pressed-bg: k-try-darken( $primary, 10% ) !default;
|
|
18912
|
+
$slider-draghandle-pressed-text: k-contrast-color( $primary ) !default;
|
|
18913
|
+
$slider-draghandle-pressed-border: k-try-darken( $primary, 12.5% ) !default;
|
|
18166
18914
|
$slider-draghandle-pressed-gradient: null !default;
|
|
18167
18915
|
|
|
18168
18916
|
$slider-draghandle-focused-shadow: 0 0 0 3px rgba( $primary, .5 ) !default;
|
|
@@ -18767,8 +19515,8 @@ $calendar-bg: $component-bg !default;
|
|
|
18767
19515
|
$calendar-text: $component-text !default;
|
|
18768
19516
|
$calendar-border: $component-border !default;
|
|
18769
19517
|
|
|
18770
|
-
$calendar-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18771
|
-
$calendar-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
19518
|
+
$calendar-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19519
|
+
$calendar-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18772
19520
|
$calendar-header-border-width: 1px !default;
|
|
18773
19521
|
|
|
18774
19522
|
$calendar-header-bg: $header-bg !default;
|
|
@@ -18777,16 +19525,16 @@ $calendar-header-border: $header-border !default;
|
|
|
18777
19525
|
$calendar-header-gradient: $header-gradient !default;
|
|
18778
19526
|
$calendar-header-shadow: none !default;
|
|
18779
19527
|
|
|
18780
|
-
$calendar-nav-gap: map-get( $spacing, 1 ) !default;
|
|
19528
|
+
$calendar-nav-gap: k-map-get( $spacing, 1 ) !default;
|
|
18781
19529
|
|
|
18782
19530
|
$calendar-today-nav-text: $link-text !default;
|
|
18783
19531
|
$calendar-today-nav-hover-text: $link-hover-text !default;
|
|
18784
19532
|
|
|
18785
|
-
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18786
|
-
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
19533
|
+
$calendar-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19534
|
+
$calendar-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18787
19535
|
|
|
18788
|
-
$calendar-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18789
|
-
$calendar-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19536
|
+
$calendar-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19537
|
+
$calendar-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18790
19538
|
$calendar-cell-line-height: $calendar-line-height !default;
|
|
18791
19539
|
$calendar-cell-border-radius: $kendo-border-radius-md !default;
|
|
18792
19540
|
|
|
@@ -18800,8 +19548,8 @@ $calendar-header-cell-bg: null !default;
|
|
|
18800
19548
|
$calendar-header-cell-text: $subtle-text !default;
|
|
18801
19549
|
$calendar-header-cell-opacity: null !default;
|
|
18802
19550
|
|
|
18803
|
-
$calendar-caption-padding-x: map-get( $spacing, 3 ) !default;
|
|
18804
|
-
$calendar-caption-padding-y: map-get( $spacing, 1 ) !default;
|
|
19551
|
+
$calendar-caption-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
19552
|
+
$calendar-caption-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18805
19553
|
$calendar-caption-height: $calendar-cell-size !default;
|
|
18806
19554
|
$calendar-caption-font-size: null !default;
|
|
18807
19555
|
$calendar-caption-line-height: null !default;
|
|
@@ -18809,7 +19557,7 @@ $calendar-caption-font-weight: bold !default;
|
|
|
18809
19557
|
|
|
18810
19558
|
$calendar-view-width: ($calendar-cell-size * 7) !default;
|
|
18811
19559
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
18812
|
-
$calendar-view-gap: map-get( $spacing, 4 ) !default;
|
|
19560
|
+
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
18813
19561
|
|
|
18814
19562
|
$calendar-weekend-bg: null !default;
|
|
18815
19563
|
$calendar-weekend-text: null !default;
|
|
@@ -18844,7 +19592,7 @@ $calendar-cell-selected-hover-border: $selected-hover-border !default;
|
|
|
18844
19592
|
$calendar-cell-selected-hover-gradient: null !default;
|
|
18845
19593
|
|
|
18846
19594
|
$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;
|
|
19595
|
+
$calendar-cell-selected-focus-shadow: inset 0 0 0 2px rgba( k-try-darken( $primary, 12.5% ), .5 ) !default;
|
|
18848
19596
|
|
|
18849
19597
|
|
|
18850
19598
|
// Calendar navigation
|
|
@@ -18857,10 +19605,10 @@ $calendar-navigation-border: $calendar-header-border !default;
|
|
|
18857
19605
|
|
|
18858
19606
|
|
|
18859
19607
|
// Infinite calendar
|
|
18860
|
-
$infinite-calendar-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
18861
|
-
$infinite-calendar-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
19608
|
+
$infinite-calendar-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19609
|
+
$infinite-calendar-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18862
19610
|
|
|
18863
|
-
$infinite-calendar-view-padding-x: map-get( $spacing, 4 ) !default;
|
|
19611
|
+
$infinite-calendar-view-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
18864
19612
|
$infinite-calendar-view-padding-y: 0px !default;
|
|
18865
19613
|
$infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
18866
19614
|
|
|
@@ -18878,14 +19626,14 @@ $kendo-calendar-sm-cell-padding-y: .125rem !default;
|
|
|
18878
19626
|
$kendo-calendar-md-font-size: $font-size-md !default;
|
|
18879
19627
|
$kendo-calendar-md-line-height: $line-height-md !default;
|
|
18880
19628
|
$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;
|
|
19629
|
+
$kendo-calendar-md-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19630
|
+
$kendo-calendar-md-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18883
19631
|
|
|
18884
19632
|
$kendo-calendar-lg-font-size: $font-size-lg !default;
|
|
18885
19633
|
$kendo-calendar-lg-line-height: $line-height-lg !default;
|
|
18886
19634
|
$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;
|
|
19635
|
+
$kendo-calendar-lg-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19636
|
+
$kendo-calendar-lg-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18889
19637
|
|
|
18890
19638
|
$kendo-calendar-sizes: (
|
|
18891
19639
|
sm: (
|
|
@@ -19728,8 +20476,8 @@ $time-selector-bg: $component-bg !default;
|
|
|
19728
20476
|
$time-selector-text: $component-text !default;
|
|
19729
20477
|
$time-selector-border: $component-border !default;
|
|
19730
20478
|
|
|
19731
|
-
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
19732
|
-
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
20479
|
+
$time-selector-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
20480
|
+
$time-selector-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
19733
20481
|
$time-selector-header-border-width: 0px !default;
|
|
19734
20482
|
|
|
19735
20483
|
$time-list-width: 4em !default;
|
|
@@ -19749,7 +20497,7 @@ $time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-l
|
|
|
19749
20497
|
$time-list-highlight-bg: $component-bg !default;
|
|
19750
20498
|
$time-list-highlight-border: $component-border !default;
|
|
19751
20499
|
|
|
19752
|
-
$time-list-focused-bg: rgba(
|
|
20500
|
+
$time-list-focused-bg: rgba( black, .02 ) !default;
|
|
19753
20501
|
|
|
19754
20502
|
|
|
19755
20503
|
// Time selector sizes
|
|
@@ -19852,6 +20600,7 @@ $kendo-time-selector-sizes: (
|
|
|
19852
20600
|
display: flex;
|
|
19853
20601
|
position: relative;
|
|
19854
20602
|
flex: 1 1 auto;
|
|
20603
|
+
overflow: hidden;
|
|
19855
20604
|
}
|
|
19856
20605
|
|
|
19857
20606
|
|
|
@@ -20206,7 +20955,7 @@ $kendo-time-selector-sizes: (
|
|
|
20206
20955
|
// Component
|
|
20207
20956
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/captcha/_variables.scss
|
|
20208
20957
|
// Captcha
|
|
20209
|
-
$captcha-spacer: map-get( $spacing, 2 ) !default;
|
|
20958
|
+
$captcha-spacer: k-map-get( $spacing, 2 ) !default;
|
|
20210
20959
|
|
|
20211
20960
|
$captcha-width: 335px !default;
|
|
20212
20961
|
$captcha-font-family: $font-family !default;
|
|
@@ -20221,7 +20970,7 @@ $captcha-image-wrap-gap: $captcha-spacer !default;
|
|
|
20221
20970
|
|
|
20222
20971
|
$captcha-image-controls-gap: $captcha-spacer !default;
|
|
20223
20972
|
|
|
20224
|
-
$captcha-validation-message-margin-top: $captcha-spacer
|
|
20973
|
+
$captcha-validation-message-margin-top: k-math-div( $captcha-spacer, 2 ) !default;
|
|
20225
20974
|
$captcha-validation-message-font-size: $font-size-sm !default;
|
|
20226
20975
|
$captcha-validation-message-font-style: italic !default;
|
|
20227
20976
|
|
|
@@ -20335,7 +21084,7 @@ $colorpalette-font-family: $font-family !default;
|
|
|
20335
21084
|
$colorpalette-font-size: $font-size !default;
|
|
20336
21085
|
$colorpalette-line-height: 0 !default;
|
|
20337
21086
|
|
|
20338
|
-
$colorpalette-tile-width: map-get( $spacing, 6 ) !default;
|
|
21087
|
+
$colorpalette-tile-width: k-map-get( $spacing, 6 ) !default;
|
|
20339
21088
|
$colorpalette-tile-height: $colorpalette-tile-width !default;
|
|
20340
21089
|
$colorpalette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
|
|
20341
21090
|
$colorpalette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
|
|
@@ -20526,7 +21275,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
20526
21275
|
// #endregion
|
|
20527
21276
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/colorgradient/_variables.scss
|
|
20528
21277
|
// ColorGradient
|
|
20529
|
-
$colorgradient-spacer: map-get( $spacing, 4 ) !default;
|
|
21278
|
+
$colorgradient-spacer: k-map-get( $spacing, 4 ) !default;
|
|
20530
21279
|
|
|
20531
21280
|
$colorgradient-width: 328px !default;
|
|
20532
21281
|
$colorgradient-border-width: 1px !default;
|
|
@@ -20545,7 +21294,7 @@ $colorgradient-focus-border: $hovered-border !default;
|
|
|
20545
21294
|
$colorgradient-focus-shadow: null !default;
|
|
20546
21295
|
|
|
20547
21296
|
$colorgradient-canvas-border-radius: $kendo-border-radius-md !default;
|
|
20548
|
-
$colorgradient-canvas-gap: map-get( $spacing, 3 ) !default;
|
|
21297
|
+
$colorgradient-canvas-gap: k-map-get( $spacing, 3 ) !default;
|
|
20549
21298
|
$colorgradient-canvas-rectangle-height: 180px !default;
|
|
20550
21299
|
|
|
20551
21300
|
$colorgradient-slider-track-size: 10px !default;
|
|
@@ -20561,21 +21310,21 @@ $colorgradient-draghandle-border-width: 1px !default;
|
|
|
20561
21310
|
$colorgradient-draghandle-border-radius: 50% !default;
|
|
20562
21311
|
$colorgradient-draghandle-bg: transparent !default;
|
|
20563
21312
|
$colorgradient-draghandle-text: null !default;
|
|
20564
|
-
$colorgradient-draghandle-border: rgba(
|
|
20565
|
-
$colorgradient-draghandle-shadow: 0 1px 4px rgba(
|
|
21313
|
+
$colorgradient-draghandle-border: rgba( white, .8) !default;
|
|
21314
|
+
$colorgradient-draghandle-shadow: 0 1px 4px rgba( black, .5 ) !default;
|
|
20566
21315
|
$colorgradient-draghandle-focus-shadow: 0 1px 4px black !default;
|
|
20567
21316
|
$colorgradient-draghandle-hover-shadow: $colorgradient-draghandle-focus-shadow !default;
|
|
20568
21317
|
|
|
20569
|
-
$colorgradient-canvas-draghandle-margin-y: -( $colorgradient-draghandle-height
|
|
20570
|
-
$colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width
|
|
21318
|
+
$colorgradient-canvas-draghandle-margin-y: - k-math-div( $colorgradient-draghandle-height, 2 ) !default;
|
|
21319
|
+
$colorgradient-canvas-draghandle-margin-x: - k-math-div( $colorgradient-draghandle-width, 2 ) !default;
|
|
20571
21320
|
|
|
20572
21321
|
$colorgradient-input-width: 56px !default;
|
|
20573
|
-
$colorgradient-input-gap: ( $colorgradient-spacer
|
|
20574
|
-
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
21322
|
+
$colorgradient-input-gap: k-math-div( $colorgradient-spacer, 2 ) !default;
|
|
21323
|
+
$colorgradient-input-label-gap: k-map-get( $spacing, 1 ) !default;
|
|
20575
21324
|
$colorgradient-input-label-text: $subtle-text !default;
|
|
20576
21325
|
|
|
20577
21326
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
20578
|
-
$colorgradient-contrast-spacer: ( $colorgradient-spacer
|
|
21327
|
+
$colorgradient-contrast-spacer: k-math-div( $colorgradient-spacer, 2 ) !default;
|
|
20579
21328
|
|
|
20580
21329
|
// #endregion
|
|
20581
21330
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/colorgradient/_layout.scss
|
|
@@ -20898,7 +21647,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
|
20898
21647
|
// Component
|
|
20899
21648
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/coloreditor/_variables.scss
|
|
20900
21649
|
// Coloreditor/FlatColorPicker
|
|
20901
|
-
$coloreditor-spacer: map-get( $spacing, 4 ) !default;
|
|
21650
|
+
$coloreditor-spacer: k-map-get( $spacing, 4 ) !default;
|
|
20902
21651
|
|
|
20903
21652
|
$coloreditor-min-width: 328px !default;
|
|
20904
21653
|
$coloreditor-border-width: 1px !default;
|
|
@@ -20915,9 +21664,9 @@ $coloreditor-focus-shadow: null !default;
|
|
|
20915
21664
|
|
|
20916
21665
|
$coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
20917
21666
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
20918
|
-
$coloreditor-header-actions-gap: ( $coloreditor-spacer
|
|
21667
|
+
$coloreditor-header-actions-gap: k-math-div( $coloreditor-spacer, 2 ) !default;
|
|
20919
21668
|
|
|
20920
|
-
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
21669
|
+
$coloreditor-preview-gap: k-map-get( $spacing, 1 ) !default;
|
|
20921
21670
|
$coloreditor-color-preview-width: 32px !default;
|
|
20922
21671
|
$coloreditor-color-preview-height: 12px !default;
|
|
20923
21672
|
|
|
@@ -20925,7 +21674,6 @@ $coloreditor-views-padding-y: $coloreditor-spacer !default;
|
|
|
20925
21674
|
$coloreditor-views-padding-x: $coloreditor-views-padding-y !default;
|
|
20926
21675
|
$coloreditor-views-gap: $coloreditor-spacer !default;
|
|
20927
21676
|
|
|
20928
|
-
|
|
20929
21677
|
// #endregion
|
|
20930
21678
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/coloreditor/_layout.scss
|
|
20931
21679
|
// #region @import "~@progress/kendo-theme-default/scss/coloreditor/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss
|
|
@@ -21740,7 +22488,7 @@ $kendo-treeview-font-size-lg: $font-size-md !default;
|
|
|
21740
22488
|
/// Line height of the treeview component.
|
|
21741
22489
|
/// @group treeview
|
|
21742
22490
|
$kendo-treeview-line-height: $line-height !default;
|
|
21743
|
-
$kendo-treeview-line-height-sm: (20
|
|
22491
|
+
$kendo-treeview-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
21744
22492
|
$kendo-treeview-line-height-md: $line-height !default;
|
|
21745
22493
|
$kendo-treeview-line-height-lg: $line-height !default;
|
|
21746
22494
|
|
|
@@ -21750,22 +22498,22 @@ $kendo-treeview-indent: 16px !default;
|
|
|
21750
22498
|
|
|
21751
22499
|
/// Horizontal padding of treeview items.
|
|
21752
22500
|
/// @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;
|
|
22501
|
+
$kendo-treeview-item-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
22502
|
+
$kendo-treeview-item-padding-x-sm: k-map-get( $spacing, 2 ) !default;
|
|
22503
|
+
$kendo-treeview-item-padding-x-md: k-map-get( $spacing, 3 ) !default;
|
|
22504
|
+
$kendo-treeview-item-padding-x-lg: k-map-get( $spacing, 3 ) !default;
|
|
21757
22505
|
/// Vertical padding of treeview items.
|
|
21758
22506
|
/// @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;
|
|
22507
|
+
$kendo-treeview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
22508
|
+
$kendo-treeview-item-padding-y-sm: k-map-get( $spacing, 1 ) !default;
|
|
22509
|
+
$kendo-treeview-item-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
22510
|
+
$kendo-treeview-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
21763
22511
|
/// Border width of treeview items.
|
|
21764
22512
|
/// @group treeview
|
|
21765
22513
|
$kendo-treeview-item-border-width: 0px !default;
|
|
21766
22514
|
/// Border radius of treeview items.
|
|
21767
22515
|
/// @group treeview
|
|
21768
|
-
$kendo-treeview-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
22516
|
+
$kendo-treeview-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
21769
22517
|
|
|
21770
22518
|
|
|
21771
22519
|
/// The sizes of the treeview.
|
|
@@ -22164,8 +22912,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
22164
22912
|
// Component
|
|
22165
22913
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/dropdowntree/_variables.scss
|
|
22166
22914
|
// Dropdowntree
|
|
22167
|
-
$dropdowntree-popup-padding-x: map-get( $spacing, 2 ) !default;
|
|
22168
|
-
$dropdowntree-popup-padding-y: map-get( $spacing, 2 ) !default;
|
|
22915
|
+
$dropdowntree-popup-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
22916
|
+
$dropdowntree-popup-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22169
22917
|
|
|
22170
22918
|
// #endregion
|
|
22171
22919
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/dropdowntree/_layout.scss
|
|
@@ -22303,8 +23051,8 @@ $rating-icon-selected-text: $selected-bg !default;
|
|
|
22303
23051
|
$rating-icon-hover-text: $selected-bg !default;
|
|
22304
23052
|
$rating-icon-focused-text: $selected-bg !default;
|
|
22305
23053
|
|
|
22306
|
-
$rating-icon-focused-shadow: 0 2px 4px rgba(
|
|
22307
|
-
$rating-icon-focused-selected-shadow: 0 2px 4px rgba(
|
|
23054
|
+
$rating-icon-focused-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
23055
|
+
$rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
22308
23056
|
|
|
22309
23057
|
// #endregion
|
|
22310
23058
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/rating/_layout.scss
|
|
@@ -22576,7 +23324,7 @@ $kendo-switch-off-track-focus-bg: null !default;
|
|
|
22576
23324
|
$kendo-switch-off-track-focus-text: null !default;
|
|
22577
23325
|
/// The border color of the track when the focused switch is not checked.
|
|
22578
23326
|
/// @group switch
|
|
22579
|
-
$kendo-switch-off-track-focus-border: mix( $kendo-switch-off-track-bg, $primary ) !default;
|
|
23327
|
+
$kendo-switch-off-track-focus-border: k-color-mix( $kendo-switch-off-track-bg, $primary ) !default;
|
|
22580
23328
|
/// The background gradient of the track when the focused switch is not checked.
|
|
22581
23329
|
/// @group switch
|
|
22582
23330
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
@@ -22668,7 +23416,7 @@ $kendo-switch-on-track-focus-ring: .25rem solid rgba( $kendo-switch-on-track-bor
|
|
|
22668
23416
|
|
|
22669
23417
|
/// The background of the track when the disabled switch is checked.
|
|
22670
23418
|
/// @group switch
|
|
22671
|
-
$kendo-switch-on-track-disabled-bg: try-tint( $kendo-switch-on-track-bg, 50% ) !default;
|
|
23419
|
+
$kendo-switch-on-track-disabled-bg: k-try-tint( $kendo-switch-on-track-bg, 50% ) !default;
|
|
22672
23420
|
/// The text color of the track when the disabled switch is checked.
|
|
22673
23421
|
/// @group switch
|
|
22674
23422
|
$kendo-switch-on-track-disabled-text: null !default;
|
|
@@ -22681,7 +23429,7 @@ $kendo-switch-on-track-disabled-gradient: null !default;
|
|
|
22681
23429
|
|
|
22682
23430
|
/// The background of the thumb when the switch is checked.
|
|
22683
23431
|
/// @group switch
|
|
22684
|
-
$kendo-switch-on-thumb-bg: contrast-
|
|
23432
|
+
$kendo-switch-on-thumb-bg: k-contrast-color( $kendo-switch-on-track-bg ) !default;
|
|
22685
23433
|
/// The text color of the thumb when the switch is checked.
|
|
22686
23434
|
/// @group switch
|
|
22687
23435
|
$kendo-switch-on-thumb-text: null !default;
|
|
@@ -23077,8 +23825,8 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
23077
23825
|
// Component
|
|
23078
23826
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/dropzone/_variables.scss
|
|
23079
23827
|
// Dropzone
|
|
23080
|
-
$dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
23081
|
-
$dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23828
|
+
$dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23829
|
+
$dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
23082
23830
|
$dropzone-border-width: 1px !default;
|
|
23083
23831
|
$dropzone-min-height: 220px !default;
|
|
23084
23832
|
|
|
@@ -23086,17 +23834,17 @@ $dropzone-font-family: $font-family !default;
|
|
|
23086
23834
|
$dropzone-font-size: $font-size !default;
|
|
23087
23835
|
$dropzone-line-height: $line-height !default;
|
|
23088
23836
|
|
|
23089
|
-
$dropzone-bg:
|
|
23837
|
+
$dropzone-bg: if( k-is-light( $component-bg ), $gray-100, $gray-900 ) !default;
|
|
23090
23838
|
$dropzone-text: $component-text !default;
|
|
23091
23839
|
$dropzone-border: $component-border !default;
|
|
23092
23840
|
|
|
23093
23841
|
$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;
|
|
23842
|
+
$dropzone-icon-spacing: k-map-get( $spacing, 6 ) !default;
|
|
23843
|
+
$dropzone-icon-text: k-try-tint( $dropzone-text, 8 ) !default;
|
|
23096
23844
|
$dropzone-icon-hover-text: $primary !default;
|
|
23097
23845
|
|
|
23098
23846
|
$dropzone-hint-font-size: null !default;
|
|
23099
|
-
$dropzone-hint-spacing: map-get( $spacing, 2 ) !default;
|
|
23847
|
+
$dropzone-hint-spacing: k-map-get( $spacing, 2 ) !default;
|
|
23100
23848
|
$dropzone-hint-text: null !default;
|
|
23101
23849
|
|
|
23102
23850
|
$dropzone-note-font-size: $font-size-xs !default;
|
|
@@ -23213,18 +23961,18 @@ $upload-bg: $component-bg !default;
|
|
|
23213
23961
|
$upload-text: $component-text !default;
|
|
23214
23962
|
$upload-border: $component-border !default;
|
|
23215
23963
|
|
|
23216
|
-
$upload-dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
23217
|
-
$upload-dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23964
|
+
$upload-dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23965
|
+
$upload-dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
23218
23966
|
$upload-dropzone-bg: $header-bg !default;
|
|
23219
23967
|
$upload-dropzone-text: $header-text !default;
|
|
23220
23968
|
$upload-dropzone-border: $upload-border !default;
|
|
23221
|
-
$upload-dropzone-hover-bg: try-shade( $upload-dropzone-bg, .2 ) !default;
|
|
23969
|
+
$upload-dropzone-hover-bg: k-try-shade( $upload-dropzone-bg, .2 ) !default;
|
|
23222
23970
|
|
|
23223
23971
|
$upload-status-text: $subtle-text !default;
|
|
23224
23972
|
$upload-status-text-opacity: null !default;
|
|
23225
23973
|
|
|
23226
|
-
$upload-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
23227
|
-
$upload-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
23974
|
+
$upload-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
23975
|
+
$upload-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
23228
23976
|
|
|
23229
23977
|
$upload-multiple-items-spacing: 12px !default;
|
|
23230
23978
|
|
|
@@ -23860,8 +24608,8 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23860
24608
|
// Appbar
|
|
23861
24609
|
$appbar-margin-y: null !default;
|
|
23862
24610
|
$appbar-margin-x: null !default;
|
|
23863
|
-
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
23864
|
-
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
24611
|
+
$appbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24612
|
+
$appbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23865
24613
|
$appbar-border-width: 0px !default;
|
|
23866
24614
|
|
|
23867
24615
|
$appbar-zindex: 1000 !default;
|
|
@@ -23869,16 +24617,16 @@ $appbar-zindex: 1000 !default;
|
|
|
23869
24617
|
$appbar-font-size: $font-size !default;
|
|
23870
24618
|
$appbar-line-height: $line-height !default;
|
|
23871
24619
|
$appbar-font-family: $font-family !default;
|
|
23872
|
-
$appbar-gap: map-get( $spacing, 2 ) !default;
|
|
24620
|
+
$appbar-gap: k-map-get( $spacing, 2 ) !default;
|
|
23873
24621
|
|
|
23874
24622
|
$appbar-light-bg: $light !default;
|
|
23875
|
-
$appbar-light-text: contrast-
|
|
24623
|
+
$appbar-light-text: k-contrast-color( $light ) !default;
|
|
23876
24624
|
|
|
23877
24625
|
$appbar-dark-bg: $dark !default;
|
|
23878
|
-
$appbar-dark-text: contrast-
|
|
24626
|
+
$appbar-dark-text: k-contrast-color( $dark ) !default;
|
|
23879
24627
|
|
|
23880
|
-
$appbar-box-shadow: 0px 1px 1px rgba(
|
|
23881
|
-
$appbar-bottom-box-shadow: 0px -1px 1px rgba(
|
|
24628
|
+
$appbar-box-shadow: 0px 1px 1px rgba( black, .16 ) !default;
|
|
24629
|
+
$appbar-bottom-box-shadow: 0px -1px 1px rgba( black, .16 ) !default;
|
|
23882
24630
|
|
|
23883
24631
|
// #endregion
|
|
23884
24632
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/appbar/_layout.scss
|
|
@@ -24079,14 +24827,14 @@ $kendo-fab-line-height: $line-height !default;
|
|
|
24079
24827
|
/// Horizontal padding of the FAB.
|
|
24080
24828
|
/// @group floating-action-button
|
|
24081
24829
|
$kendo-fab-padding-x: $padding-x !default;
|
|
24082
|
-
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x
|
|
24830
|
+
$kendo-fab-padding-x-sm: k-math-div( $kendo-fab-padding-x, 2 ) !default;
|
|
24083
24831
|
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
24084
24832
|
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
24085
24833
|
|
|
24086
24834
|
/// Vertical padding of the FAB.
|
|
24087
24835
|
/// @group floating-action-button
|
|
24088
24836
|
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
24089
|
-
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y
|
|
24837
|
+
$kendo-fab-padding-y-sm: k-math-div( $kendo-fab-padding-y, 2 ) !default;
|
|
24090
24838
|
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
24091
24839
|
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
24092
24840
|
|
|
@@ -24098,18 +24846,18 @@ $kendo-fab-icon-width: 24px !default;
|
|
|
24098
24846
|
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
24099
24847
|
/// FAB icon spacing.
|
|
24100
24848
|
/// @group floating-action-button
|
|
24101
|
-
$kendo-fab-icon-spacing: map-get( $spacing, 1 )
|
|
24849
|
+
$kendo-fab-icon-spacing: k-math-div( k-map-get( $spacing, 1 ), 2 ) !default;
|
|
24102
24850
|
|
|
24103
24851
|
/// FAB items horizontal padding.
|
|
24104
24852
|
/// @group floating-action-button
|
|
24105
24853
|
$kendo-fab-items-padding-x: 0px !default;
|
|
24106
24854
|
/// FAB items vertical padding.
|
|
24107
24855
|
/// @group floating-action-button
|
|
24108
|
-
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
24856
|
+
$kendo-fab-items-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
24109
24857
|
|
|
24110
24858
|
/// FAB item text horizontal padding.
|
|
24111
24859
|
/// @group floating-action-button
|
|
24112
|
-
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
24860
|
+
$kendo-fab-item-text-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
24113
24861
|
/// FAB item text vertical padding.
|
|
24114
24862
|
/// @group floating-action-button
|
|
24115
24863
|
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
@@ -24128,7 +24876,7 @@ $kendo-fab-item-text-line-height: 14px !default;
|
|
|
24128
24876
|
|
|
24129
24877
|
/// FAB item icon horizontal padding.
|
|
24130
24878
|
/// @group floating-action-button
|
|
24131
|
-
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
24879
|
+
$kendo-fab-item-icon-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
24132
24880
|
/// FAB item icon vertical padding.
|
|
24133
24881
|
/// @group floating-action-button
|
|
24134
24882
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -24151,10 +24899,10 @@ $kendo-fab-theme-colors: $kendo-theme-colors !default;
|
|
|
24151
24899
|
|
|
24152
24900
|
/// The base shadow of the FAB.
|
|
24153
24901
|
/// @group floating-action-button
|
|
24154
|
-
$kendo-fab-shadow: 0px 6px 10px rgba(
|
|
24902
|
+
$kendo-fab-shadow: 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ), 0px 3px 5px rgba( black, .2 ) !default;
|
|
24155
24903
|
/// The disabled shadow of the FAB.
|
|
24156
24904
|
/// @group floating-action-button
|
|
24157
|
-
$kendo-fab-disabled-shadow: 0px 6px 10px try-tint( rgba(
|
|
24905
|
+
$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
24906
|
/// The active shadow of the FAB.
|
|
24159
24907
|
/// @group floating-action-button
|
|
24160
24908
|
$kendo-fab-active-shadow: null !default;
|
|
@@ -24364,11 +25112,11 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24364
25112
|
// Normal state
|
|
24365
25113
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24366
25114
|
.k-fab-solid-#{$name} {
|
|
24367
|
-
@include box-shadow($kendo-fab-shadow);
|
|
25115
|
+
@include box-shadow( $kendo-fab-shadow );
|
|
24368
25116
|
outline: $kendo-fab-border-width solid $color;
|
|
24369
25117
|
outline-offset: -$kendo-fab-border-width;
|
|
24370
25118
|
border-color: $color;
|
|
24371
|
-
color: contrast-
|
|
25119
|
+
color: k-contrast-color( $color );
|
|
24372
25120
|
background-color: $color;
|
|
24373
25121
|
}
|
|
24374
25122
|
}
|
|
@@ -24377,9 +25125,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24377
25125
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24378
25126
|
.k-fab-solid-#{$name}:hover,
|
|
24379
25127
|
.k-fab-solid-#{$name}.k-hover {
|
|
24380
|
-
border-color: try-darken( $color, 10% );
|
|
24381
|
-
color: contrast-
|
|
24382
|
-
background-color: try-darken( $color, 7.5% );
|
|
25128
|
+
border-color: k-try-darken( $color, 10% );
|
|
25129
|
+
color: k-contrast-color( k-try-darken( $color, 7.5% ) );
|
|
25130
|
+
background-color: k-try-darken( $color, 7.5% );
|
|
24383
25131
|
}
|
|
24384
25132
|
}
|
|
24385
25133
|
|
|
@@ -24398,10 +25146,10 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24398
25146
|
.k-fab-solid-#{$name}:active,
|
|
24399
25147
|
.k-fab-solid-#{$name}.k-active,
|
|
24400
25148
|
.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% );
|
|
25149
|
+
@include box-shadow( $kendo-fab-active-shadow );
|
|
25150
|
+
border-color: k-try-darken( $color, 12.5% );
|
|
25151
|
+
color: k-contrast-color( k-try-darken( $color, 10% ) );
|
|
25152
|
+
background-color: k-try-darken( $color, 10% );
|
|
24405
25153
|
}
|
|
24406
25154
|
}
|
|
24407
25155
|
|
|
@@ -24409,9 +25157,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24409
25157
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24410
25158
|
.k-fab-solid-#{$name}:disabled,
|
|
24411
25159
|
.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-
|
|
25160
|
+
@include box-shadow( $kendo-fab-disabled-shadow );
|
|
25161
|
+
background-color: k-try-tint( $color, 4.5 );
|
|
25162
|
+
color: k-try-tint( k-contrast-color( $color ), 5 );
|
|
24415
25163
|
opacity: 1;
|
|
24416
25164
|
}
|
|
24417
25165
|
}
|
|
@@ -24423,7 +25171,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24423
25171
|
$kendo-fab-item-bg,
|
|
24424
25172
|
$kendo-fab-item-border
|
|
24425
25173
|
);
|
|
24426
|
-
@include box-shadow($kendo-fab-item-shadow);
|
|
25174
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
24427
25175
|
}
|
|
24428
25176
|
.k-fab-item-icon {
|
|
24429
25177
|
@include fill(
|
|
@@ -24431,7 +25179,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24431
25179
|
$kendo-fab-item-icon-bg,
|
|
24432
25180
|
$kendo-fab-item-icon-border
|
|
24433
25181
|
);
|
|
24434
|
-
@include box-shadow($kendo-fab-item-shadow);
|
|
25182
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
24435
25183
|
outline: $kendo-fab-border-width solid $kendo-button-bg;
|
|
24436
25184
|
outline-offset: -$kendo-fab-border-width;
|
|
24437
25185
|
}
|
|
@@ -24439,12 +25187,12 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24439
25187
|
// Hover state
|
|
24440
25188
|
.k-fab-item:hover .k-fab-item-icon,
|
|
24441
25189
|
.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% );
|
|
25190
|
+
@include box-shadow( $kendo-fab-item-shadow );
|
|
25191
|
+
outline: $kendo-fab-border-width solid k-try-darken( $kendo-fab-item-icon-border, 10% );
|
|
24444
25192
|
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% );
|
|
25193
|
+
border-color: k-try-darken( $kendo-fab-item-icon-border, 10% );
|
|
25194
|
+
color: k-contrast-color( k-try-darken( $kendo-fab-item-icon-bg, 7.5% ) );
|
|
25195
|
+
background-color: k-try-darken( $kendo-fab-item-icon-bg, 7.5% );
|
|
24448
25196
|
}
|
|
24449
25197
|
|
|
24450
25198
|
// Focus state
|
|
@@ -24460,12 +25208,12 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24460
25208
|
// Active state
|
|
24461
25209
|
.k-fab-item:active .k-fab-item-icon,
|
|
24462
25210
|
.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% );
|
|
25211
|
+
@include box-shadow( $kendo-fab-item-active-shadow );
|
|
25212
|
+
outline: $kendo-fab-border-width solid k-try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
24465
25213
|
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% );
|
|
25214
|
+
border-color: k-try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
25215
|
+
color: k-contrast-color( k-try-darken( $kendo-fab-item-icon-bg, 10% ) );
|
|
25216
|
+
background-color: k-try-darken( $kendo-fab-item-icon-bg, 10% );
|
|
24469
25217
|
}
|
|
24470
25218
|
|
|
24471
25219
|
// Disabled state
|
|
@@ -24475,9 +25223,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24475
25223
|
|
|
24476
25224
|
.k-fab-item-text,
|
|
24477
25225
|
.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 );
|
|
25226
|
+
@include box-shadow( $kendo-fab-item-disabled-shadow );
|
|
25227
|
+
background-color: k-try-tint( $kendo-fab-item-bg, 8 );
|
|
25228
|
+
color: k-try-tint( $kendo-fab-item-text, 8 );
|
|
24481
25229
|
}
|
|
24482
25230
|
}
|
|
24483
25231
|
|
|
@@ -24526,7 +25274,8 @@ $actionsheet-padding-x: null !default;
|
|
|
24526
25274
|
$actionsheet-padding-y: null !default;
|
|
24527
25275
|
$actionsheet-width: 360px !default;
|
|
24528
25276
|
$actionsheet-max-width: 100% !default;
|
|
24529
|
-
$actionsheet-
|
|
25277
|
+
$actionsheet-height: 60vh !default;
|
|
25278
|
+
$actionsheet-max-height: 60vh !default;
|
|
24530
25279
|
|
|
24531
25280
|
$actionsheet-border-width: 0px !default;
|
|
24532
25281
|
$actionsheet-border-radius: 0px !default;
|
|
@@ -24538,28 +25287,33 @@ $actionsheet-line-height: $line-height !default;
|
|
|
24538
25287
|
$actionsheet-bg: $component-bg !default;
|
|
24539
25288
|
$actionsheet-text: $component-text !default;
|
|
24540
25289
|
$actionsheet-border: $component-border !default;
|
|
24541
|
-
$actionsheet-shadow: 0 8px 10px -5px rgba(
|
|
25290
|
+
$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
25291
|
|
|
24543
25292
|
|
|
24544
25293
|
// Actionsheet header
|
|
24545
|
-
$actionsheet-
|
|
24546
|
-
$actionsheet-
|
|
24547
|
-
$actionsheet-
|
|
24548
|
-
$actionsheet-
|
|
24549
|
-
$actionsheet-
|
|
24550
|
-
$actionsheet-
|
|
25294
|
+
$actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25295
|
+
$actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25296
|
+
$actionsheet-titlebar-border-width: null !default;
|
|
25297
|
+
$actionsheet-titlebar-font-size: null !default;
|
|
25298
|
+
$actionsheet-titlebar-font-family: null !default;
|
|
25299
|
+
$actionsheet-titlebar-line-height: null !default;
|
|
25300
|
+
$actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
|
|
25301
|
+
|
|
25302
|
+
$actionsheet-titlebar-bg: null !default;
|
|
25303
|
+
$actionsheet-titlebar-text: null !default;
|
|
25304
|
+
$actionsheet-titlebar-border: null !default;
|
|
25305
|
+
$actionsheet-titlebar-gradient: null !default;
|
|
25306
|
+
$actionsheet-titlebar-shadow: null !default;
|
|
24551
25307
|
|
|
24552
|
-
$actionsheet-
|
|
24553
|
-
$actionsheet-
|
|
24554
|
-
$actionsheet-
|
|
24555
|
-
$actionsheet-header-gradient: null !default;
|
|
24556
|
-
$actionsheet-header-shadow: null !default;
|
|
25308
|
+
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
25309
|
+
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
25310
|
+
$actionsheet-subtitle-text: $subtle-text !default;
|
|
24557
25311
|
|
|
24558
25312
|
|
|
24559
25313
|
// Actionsheet item
|
|
24560
25314
|
$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;
|
|
25315
|
+
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25316
|
+
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24563
25317
|
$actionsheet-item-border-width: 1px !default;
|
|
24564
25318
|
$actionsheet-item-spacing: 12px !default;
|
|
24565
25319
|
|
|
@@ -24581,7 +25335,7 @@ $actionsheet-item-focus-bg: null !default;
|
|
|
24581
25335
|
$actionsheet-item-focus-text: null !default;
|
|
24582
25336
|
$actionsheet-item-focus-border: null !default;
|
|
24583
25337
|
$actionsheet-item-focus-gradient: null !default;
|
|
24584
|
-
$actionsheet-item-focus-shadow: inset 0 0 0 2px rgba(
|
|
25338
|
+
$actionsheet-item-focus-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
24585
25339
|
|
|
24586
25340
|
$actionsheet-item-disabled-bg: null !default;
|
|
24587
25341
|
$actionsheet-item-disabled-text: null !default;
|
|
@@ -24589,27 +25343,86 @@ $actionsheet-item-disabled-border: null !default;
|
|
|
24589
25343
|
$actionsheet-item-disabled-gradient: null !default;
|
|
24590
25344
|
$actionsheet-item-disabled-shadow: null !default;
|
|
24591
25345
|
|
|
25346
|
+
|
|
25347
|
+
// Adaptive Actionsheet
|
|
25348
|
+
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
25349
|
+
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
25350
|
+
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
25351
|
+
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
25352
|
+
|
|
25353
|
+
$adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25354
|
+
$adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25355
|
+
|
|
25356
|
+
$adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25357
|
+
$adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25358
|
+
|
|
24592
25359
|
// #endregion
|
|
24593
25360
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/action-sheet/_layout.scss
|
|
24594
25361
|
// #region @import "~@progress/kendo-theme-default/scss/action-sheet/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss
|
|
24595
25362
|
@include exports("action-sheet/layout") {
|
|
24596
25363
|
|
|
25364
|
+
// Action sheet container
|
|
24597
25365
|
.k-actionsheet-container {
|
|
24598
|
-
width:
|
|
24599
|
-
height:
|
|
25366
|
+
width: 100%;
|
|
25367
|
+
height: 100%;
|
|
25368
|
+
max-width: unquote("max(100%, 100vw)");
|
|
25369
|
+
max-height: unquote("max(100%, 100vh)");
|
|
24600
25370
|
position: fixed;
|
|
24601
25371
|
top: 0;
|
|
24602
25372
|
left: 0;
|
|
24603
25373
|
z-index: 9999;
|
|
24604
25374
|
overflow: hidden;
|
|
25375
|
+
transform: translateZ(0);
|
|
25376
|
+
}
|
|
25377
|
+
|
|
25378
|
+
|
|
25379
|
+
// Animation container
|
|
25380
|
+
.k-actionsheet-container {
|
|
25381
|
+
|
|
25382
|
+
// Overlay
|
|
25383
|
+
> .k-overlay {
|
|
25384
|
+
position: absolute;
|
|
25385
|
+
z-index: 1;
|
|
25386
|
+
}
|
|
25387
|
+
|
|
25388
|
+
// Nested animation container
|
|
25389
|
+
> .k-animation-container {
|
|
25390
|
+
width: 100%;
|
|
25391
|
+
height: 100%;
|
|
25392
|
+
border-radius: 0;
|
|
25393
|
+
overflow: hidden;
|
|
25394
|
+
position: absolute;
|
|
25395
|
+
z-index: 2;
|
|
25396
|
+
top: 0;
|
|
25397
|
+
left: 0;
|
|
25398
|
+
pointer-events: none;
|
|
25399
|
+
|
|
25400
|
+
> .k-child-animation-container {
|
|
25401
|
+
position: absolute;
|
|
25402
|
+
}
|
|
25403
|
+
}
|
|
25404
|
+
|
|
25405
|
+
// No animation container
|
|
25406
|
+
> .k-actionsheet {
|
|
25407
|
+
position: absolute;
|
|
25408
|
+
z-index: 2;
|
|
25409
|
+
}
|
|
25410
|
+
|
|
25411
|
+
// Enable mouse events for action sheet
|
|
25412
|
+
.k-actionsheet {
|
|
25413
|
+
pointer-events: all;
|
|
25414
|
+
}
|
|
24605
25415
|
}
|
|
24606
25416
|
|
|
25417
|
+
|
|
24607
25418
|
// Actionsheet
|
|
24608
25419
|
.k-actionsheet {
|
|
24609
|
-
padding: $actionsheet-padding-y
|
|
24610
|
-
|
|
24611
|
-
|
|
24612
|
-
|
|
25420
|
+
padding-block: $actionsheet-padding-y;
|
|
25421
|
+
padding-inline: $actionsheet-padding-y;
|
|
25422
|
+
width: var( --kendo-actionsheet-width, #{$actionsheet-width} );
|
|
25423
|
+
height: var( --kendo-actionsheet-height, #{$actionsheet-height} );
|
|
25424
|
+
max-width: var( --kendo-actionsheet-max-width, #{$actionsheet-max-width} );
|
|
25425
|
+
max-height: var( --kendo-actionsheet-max-height, #{$actionsheet-max-height} );
|
|
24613
25426
|
border-width: 0;
|
|
24614
25427
|
border-style: solid;
|
|
24615
25428
|
border-color: transparent;
|
|
@@ -24617,10 +25430,8 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24617
25430
|
font-size: $actionsheet-font-size;
|
|
24618
25431
|
font-family: $actionsheet-font-family;
|
|
24619
25432
|
line-height: $actionsheet-line-height;
|
|
24620
|
-
overflow
|
|
24621
|
-
|
|
24622
|
-
position: fixed;
|
|
24623
|
-
z-index: 10002;
|
|
25433
|
+
overflow: hidden;
|
|
25434
|
+
position: relative;
|
|
24624
25435
|
|
|
24625
25436
|
*,
|
|
24626
25437
|
*::before,
|
|
@@ -24628,37 +25439,37 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24628
25439
|
box-sizing: border-box;
|
|
24629
25440
|
}
|
|
24630
25441
|
}
|
|
24631
|
-
.k-actionsheet-fullscreen {
|
|
24632
|
-
max-height: 100%;
|
|
24633
|
-
height: 100%;
|
|
24634
|
-
}
|
|
24635
25442
|
|
|
24636
25443
|
|
|
24637
|
-
// Actionsheet
|
|
24638
|
-
.k-actionsheet-
|
|
24639
|
-
padding: $actionsheet-
|
|
25444
|
+
// Actionsheet titlebar
|
|
25445
|
+
.k-actionsheet-titlebar {
|
|
25446
|
+
padding: $actionsheet-titlebar-padding-y $actionsheet-titlebar-padding-x;
|
|
24640
25447
|
border-width: 0;
|
|
24641
|
-
border-bottom-width: if( $actionsheet-
|
|
25448
|
+
border-bottom-width: if( $actionsheet-titlebar-border-width, $actionsheet-titlebar-border-width, null );
|
|
24642
25449
|
border-style: solid;
|
|
24643
25450
|
border-color: transparent;
|
|
24644
|
-
|
|
24645
|
-
font-
|
|
24646
|
-
|
|
24647
|
-
line-height: $actionsheet-header-line-height;
|
|
25451
|
+
font-size: $actionsheet-titlebar-font-size;
|
|
25452
|
+
font-family: $actionsheet-titlebar-font-family;
|
|
25453
|
+
line-height: $actionsheet-titlebar-line-height;
|
|
24648
25454
|
flex: none;
|
|
25455
|
+
display: flex;
|
|
25456
|
+
flex-flow: column nowrap;
|
|
25457
|
+
align-items: center;
|
|
25458
|
+
gap: $actionsheet-titlebar-gap;
|
|
24649
25459
|
}
|
|
24650
|
-
|
|
24651
|
-
|
|
24652
|
-
// Actionsheet titlebar
|
|
24653
|
-
.k-actionsheet-titlebar {
|
|
24654
|
-
@extend .k-actionsheet-header !optional;
|
|
25460
|
+
.k-actionsheet-titlebar-group {
|
|
24655
25461
|
display: flex;
|
|
24656
25462
|
flex-flow: row nowrap;
|
|
24657
25463
|
align-items: center;
|
|
25464
|
+
width: 100%;
|
|
24658
25465
|
}
|
|
24659
25466
|
.k-actionsheet-title {
|
|
24660
25467
|
flex: 1;
|
|
24661
25468
|
}
|
|
25469
|
+
.k-actionsheet-subtitle {
|
|
25470
|
+
font-size: $actionsheet-subtitle-font-size;
|
|
25471
|
+
line-height: $actionsheet-subtitle-line-height;
|
|
25472
|
+
}
|
|
24662
25473
|
.k-actionsheet-actions {
|
|
24663
25474
|
flex: none;
|
|
24664
25475
|
}
|
|
@@ -24668,6 +25479,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24668
25479
|
.k-actionsheet-content {
|
|
24669
25480
|
flex: 1;
|
|
24670
25481
|
overflow: auto;
|
|
25482
|
+
position: relative;
|
|
24671
25483
|
}
|
|
24672
25484
|
|
|
24673
25485
|
|
|
@@ -24682,6 +25494,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24682
25494
|
margin: 0;
|
|
24683
25495
|
padding: 0;
|
|
24684
25496
|
list-style: none;
|
|
25497
|
+
flex: none;
|
|
24685
25498
|
}
|
|
24686
25499
|
|
|
24687
25500
|
|
|
@@ -24700,7 +25513,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24700
25513
|
outline: 0;
|
|
24701
25514
|
display: flex;
|
|
24702
25515
|
flex-flow: row nowrap;
|
|
24703
|
-
align-items:
|
|
25516
|
+
align-items: flex-start;
|
|
24704
25517
|
gap: $actionsheet-item-spacing;
|
|
24705
25518
|
}
|
|
24706
25519
|
.k-actionsheet-item-icon {
|
|
@@ -24723,6 +25536,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24723
25536
|
.k-actionsheet > .k-hr {
|
|
24724
25537
|
margin: 0;
|
|
24725
25538
|
border-color: inherit;
|
|
25539
|
+
flex: none;
|
|
24726
25540
|
}
|
|
24727
25541
|
|
|
24728
25542
|
|
|
@@ -24759,6 +25573,12 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24759
25573
|
top: 50%;
|
|
24760
25574
|
transform: translateY( -50% );
|
|
24761
25575
|
}
|
|
25576
|
+
.k-actionsheet-fullscreen {
|
|
25577
|
+
width: 100%;
|
|
25578
|
+
max-width: 100%;
|
|
25579
|
+
max-height: 100%;
|
|
25580
|
+
height: 100%;
|
|
25581
|
+
}
|
|
24762
25582
|
|
|
24763
25583
|
|
|
24764
25584
|
// Action sheet in popup
|
|
@@ -24780,6 +25600,28 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24780
25600
|
display: flex;
|
|
24781
25601
|
flex-flow: column nowrap;
|
|
24782
25602
|
|
|
25603
|
+
.k-actionsheet-titlebar {
|
|
25604
|
+
padding: $adaptive-actionsheet-titlebar-padding-y $adaptive-actionsheet-titlebar-padding-x;
|
|
25605
|
+
border-bottom-width: $adaptive-actionsheet-titlebar-border-width;
|
|
25606
|
+
}
|
|
25607
|
+
|
|
25608
|
+
.k-actionsheet-content {
|
|
25609
|
+
padding: $adaptive-actionsheet-content-padding-y $adaptive-actionsheet-content-padding-x;
|
|
25610
|
+
}
|
|
25611
|
+
|
|
25612
|
+
.k-actionsheet-footer {
|
|
25613
|
+
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
25614
|
+
}
|
|
25615
|
+
|
|
25616
|
+
.k-list-container,
|
|
25617
|
+
.k-treeview {
|
|
25618
|
+
height: 100%;
|
|
25619
|
+
}
|
|
25620
|
+
.k-list-filter {
|
|
25621
|
+
width: 100%;
|
|
25622
|
+
padding-inline: 0;
|
|
25623
|
+
}
|
|
25624
|
+
|
|
24783
25625
|
.k-calendar {
|
|
24784
25626
|
margin-inline: auto;
|
|
24785
25627
|
border-width: 0;
|
|
@@ -24799,6 +25641,58 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24799
25641
|
height: 100%;
|
|
24800
25642
|
}
|
|
24801
25643
|
}
|
|
25644
|
+
|
|
25645
|
+
.k-datetime-wrap {
|
|
25646
|
+
width: 100%;
|
|
25647
|
+
height: 100%;
|
|
25648
|
+
display: flex;
|
|
25649
|
+
flex-flow: column nowrap;
|
|
25650
|
+
}
|
|
25651
|
+
.k-datetime-selector {
|
|
25652
|
+
flex: 1 1 auto;
|
|
25653
|
+
}
|
|
25654
|
+
|
|
25655
|
+
.k-datetime-calendar-wrap {
|
|
25656
|
+
width: 100%;
|
|
25657
|
+
position: absolute;
|
|
25658
|
+
top: 0;
|
|
25659
|
+
left: 0;
|
|
25660
|
+
bottom: 0;
|
|
25661
|
+
flex: 0 0 100%;
|
|
25662
|
+
}
|
|
25663
|
+
|
|
25664
|
+
.k-datetime-time-wrap {
|
|
25665
|
+
width: 100%;
|
|
25666
|
+
position: absolute;
|
|
25667
|
+
top: 0;
|
|
25668
|
+
left: 100%;
|
|
25669
|
+
bottom: 0;
|
|
25670
|
+
flex: 0 0 100%;
|
|
25671
|
+
}
|
|
25672
|
+
|
|
25673
|
+
.k-scrollable-wrap {
|
|
25674
|
+
height: 100%;
|
|
25675
|
+
overflow-y: auto;
|
|
25676
|
+
}
|
|
25677
|
+
}
|
|
25678
|
+
|
|
25679
|
+
}
|
|
25680
|
+
|
|
25681
|
+
@include exports("action-sheet/layout/legacy") {
|
|
25682
|
+
|
|
25683
|
+
.k-actionsheet-jq {
|
|
25684
|
+
&.k-actionsheet {
|
|
25685
|
+
height: auto;
|
|
25686
|
+
}
|
|
25687
|
+
|
|
25688
|
+
.k-actionsheet-header {
|
|
25689
|
+
@extend .k-actionsheet-titlebar !optional;
|
|
25690
|
+
align-items: flex-start;
|
|
25691
|
+
}
|
|
25692
|
+
|
|
25693
|
+
.k-actionsheet-action {
|
|
25694
|
+
align-items: center;
|
|
25695
|
+
}
|
|
24802
25696
|
}
|
|
24803
25697
|
|
|
24804
25698
|
}
|
|
@@ -24822,14 +25716,17 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24822
25716
|
|
|
24823
25717
|
|
|
24824
25718
|
// Actionsheet header
|
|
24825
|
-
.k-actionsheet-
|
|
25719
|
+
.k-actionsheet-titlebar {
|
|
24826
25720
|
@include fill(
|
|
24827
|
-
$actionsheet-
|
|
24828
|
-
$actionsheet-
|
|
24829
|
-
$actionsheet-
|
|
24830
|
-
$actionsheet-
|
|
25721
|
+
$actionsheet-titlebar-text,
|
|
25722
|
+
$actionsheet-titlebar-bg,
|
|
25723
|
+
$actionsheet-titlebar-border,
|
|
25724
|
+
$actionsheet-titlebar-gradient
|
|
24831
25725
|
);
|
|
24832
|
-
@include box-shadow( $actionsheet-
|
|
25726
|
+
@include box-shadow( $actionsheet-titlebar-shadow );
|
|
25727
|
+
}
|
|
25728
|
+
.k-actionsheet-subtitle {
|
|
25729
|
+
@include fill( $color: $actionsheet-subtitle-text );
|
|
24833
25730
|
}
|
|
24834
25731
|
|
|
24835
25732
|
|
|
@@ -24838,17 +25735,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24838
25735
|
|
|
24839
25736
|
|
|
24840
25737
|
// Actionsheet item
|
|
24841
|
-
.k-actionsheet-item {
|
|
24842
|
-
|
|
24843
|
-
|
|
24844
|
-
// Actionsheet item description
|
|
24845
|
-
.k-actionsheet-item-description {
|
|
24846
|
-
@include fill( $color: $actionsheet-item-description-text );
|
|
24847
|
-
}
|
|
24848
|
-
|
|
24849
|
-
|
|
24850
|
-
// Actionsheet action
|
|
24851
|
-
.k-actionsheet-action {
|
|
25738
|
+
.k-actionsheet-item {
|
|
24852
25739
|
|
|
24853
25740
|
|
|
24854
25741
|
// Hover state
|
|
@@ -24877,7 +25764,7 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24877
25764
|
}
|
|
24878
25765
|
|
|
24879
25766
|
|
|
24880
|
-
//
|
|
25767
|
+
// Disabled state
|
|
24881
25768
|
&:disabled,
|
|
24882
25769
|
&.k-disabled {
|
|
24883
25770
|
@include fill(
|
|
@@ -24890,6 +25777,22 @@ $actionsheet-item-disabled-shadow: null !default;
|
|
|
24890
25777
|
}
|
|
24891
25778
|
}
|
|
24892
25779
|
|
|
25780
|
+
|
|
25781
|
+
// Actionsheet item description
|
|
25782
|
+
.k-actionsheet-item-description {
|
|
25783
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
25784
|
+
}
|
|
25785
|
+
|
|
25786
|
+
|
|
25787
|
+
// Actionsheet action
|
|
25788
|
+
.k-actionsheet-action {}
|
|
25789
|
+
|
|
25790
|
+
|
|
25791
|
+
// Adaptive Actionsheet
|
|
25792
|
+
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
25793
|
+
@include fill( $border: $adaptive-actionsheet-titlebar-border );
|
|
25794
|
+
}
|
|
25795
|
+
|
|
24893
25796
|
}
|
|
24894
25797
|
|
|
24895
25798
|
// #endregion
|
|
@@ -25252,7 +26155,7 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
25252
26155
|
|
|
25253
26156
|
// #endregion
|
|
25254
26157
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/dialog/_theme.scss
|
|
25255
|
-
@include exports("dialog/theme") {
|
|
26158
|
+
@include exports( "dialog/theme" ) {
|
|
25256
26159
|
|
|
25257
26160
|
.k-dialog {}
|
|
25258
26161
|
|
|
@@ -25308,15 +26211,15 @@ $drawer-font-size: $font-size !default;
|
|
|
25308
26211
|
$drawer-line-height: $line-height !default;
|
|
25309
26212
|
$drawer-content-padding-x: $padding-x !default;
|
|
25310
26213
|
$drawer-content-padding-y: $padding-y !default;
|
|
25311
|
-
$drawer-item-level-padding-x: map-get( $spacing, 4 ) !default;
|
|
26214
|
+
$drawer-item-level-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25312
26215
|
|
|
25313
26216
|
$drawer-item-level-count: 5 !default;
|
|
25314
26217
|
|
|
25315
26218
|
$drawer-scrollbar-width: 7px !default;
|
|
25316
|
-
$drawer-scrollbar-color: rgba(156, 156, 156, .7) !default;
|
|
26219
|
+
$drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
|
|
25317
26220
|
$drawer-scrollbar-bg: #dedede !default;
|
|
25318
26221
|
$drawer-scrollbar-radius: 20px !default;
|
|
25319
|
-
$drawer-scrollbar-hovered-color: rgba(156, 156, 156, 1) !default;
|
|
26222
|
+
$drawer-scrollbar-hovered-color: rgba( 156, 156, 156, 1 ) !default;
|
|
25320
26223
|
|
|
25321
26224
|
$drawer-item-padding-x: $padding-x !default;
|
|
25322
26225
|
$drawer-item-padding-y: $padding-y !default;
|
|
@@ -25324,17 +26227,17 @@ $drawer-item-font-size: 16px !default;
|
|
|
25324
26227
|
$drawer-item-line-height: $line-height-lg !default;
|
|
25325
26228
|
$drawer-icon-size: $icon-size !default;
|
|
25326
26229
|
|
|
25327
|
-
$drawer-mini-initial-width: calc(2 * #{$drawer-item-padding-x} + #{$drawer-icon-size}) !default;
|
|
26230
|
+
$drawer-mini-initial-width: calc( 2 * #{$drawer-item-padding-x} + #{$drawer-icon-size} ) !default;
|
|
25328
26231
|
|
|
25329
26232
|
$drawer-hovered-bg: $hovered-bg !default;
|
|
25330
26233
|
$drawer-hovered-text: $hovered-text !default;
|
|
25331
26234
|
|
|
25332
26235
|
$drawer-focused-bg: $hovered-bg !default;
|
|
25333
|
-
$drawer-focused-shadow: inset 0 0 0 2px rgba(
|
|
26236
|
+
$drawer-focused-shadow: inset 0 0 0 2px rgba( black, .15 ) !default;
|
|
25334
26237
|
|
|
25335
26238
|
$drawer-selected-bg: $selected-bg !default;
|
|
25336
26239
|
$drawer-selected-text: $selected-text !default;
|
|
25337
|
-
$drawer-selected-hover-bg: try-shade( $selected-bg, 1 ) !default;
|
|
26240
|
+
$drawer-selected-hover-bg: k-try-shade( $selected-bg, 1 ) !default;
|
|
25338
26241
|
$drawer-selected-hover-text: $selected-text !default;
|
|
25339
26242
|
|
|
25340
26243
|
// #endregion
|
|
@@ -25723,10 +26626,10 @@ $notification-border: $component-border !default;
|
|
|
25723
26626
|
|
|
25724
26627
|
// sass-lint:disable-block indentation
|
|
25725
26628
|
@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 ),
|
|
26629
|
+
$_theme: k-map-merge(( $name: (
|
|
26630
|
+
color: k-color-shade( $color, 6 ),
|
|
26631
|
+
background-color: k-color-tint( $color, 9 ),
|
|
26632
|
+
border: k-color-tint( $color, 10 ),
|
|
25730
26633
|
)), $_theme );
|
|
25731
26634
|
}
|
|
25732
26635
|
|
|
@@ -25923,7 +26826,7 @@ $card-font-family: $font-family !default;
|
|
|
25923
26826
|
$card-font-size: $font-size !default;
|
|
25924
26827
|
$card-line-height: $line-height !default;
|
|
25925
26828
|
|
|
25926
|
-
$card-deck-gap: map-get( $spacing, 4 ) !default;
|
|
26829
|
+
$card-deck-gap: k-map-get( $spacing, 4 ) !default;
|
|
25927
26830
|
|
|
25928
26831
|
$card-bg: $component-bg !default;
|
|
25929
26832
|
$card-text: $component-text !default;
|
|
@@ -25952,14 +26855,14 @@ $card-footer-bg: $card-header-bg !default;
|
|
|
25952
26855
|
$card-footer-text: $card-header-text !default;
|
|
25953
26856
|
$card-footer-border: $card-header-border !default;
|
|
25954
26857
|
|
|
25955
|
-
$card-title-margin-bottom: map-get( $spacing, md ) !default;
|
|
26858
|
+
$card-title-margin-bottom: k-map-get( $spacing, md ) !default;
|
|
25956
26859
|
$card-title-font-size: $h5-font-size !default;
|
|
25957
26860
|
$card-title-font-family: $headings-font-family !default;
|
|
25958
26861
|
$card-title-line-height: $headings-line-height !default;
|
|
25959
26862
|
$card-title-font-weight: $headings-font-weight !default;
|
|
25960
26863
|
$card-title-letter-spacing: null !default;
|
|
25961
26864
|
|
|
25962
|
-
$card-subtitle-margin-bottom: map-get( $spacing, md ) !default;
|
|
26865
|
+
$card-subtitle-margin-bottom: k-map-get( $spacing, md ) !default;
|
|
25963
26866
|
$card-subtitle-font-size: $h6-font-size !default;
|
|
25964
26867
|
$card-subtitle-font-family: $headings-font-family !default;
|
|
25965
26868
|
$card-subtitle-line-height: $headings-line-height !default;
|
|
@@ -25971,10 +26874,10 @@ $card-img-max-width: 100px !default;
|
|
|
25971
26874
|
$card-avatar-size: 45px !default;
|
|
25972
26875
|
$card-avatar-spacing: $card-header-padding-x !default;
|
|
25973
26876
|
|
|
25974
|
-
$card-actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
25975
|
-
$card-actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
26877
|
+
$card-actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26878
|
+
$card-actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25976
26879
|
$card-actions-border-width: 1px !default;
|
|
25977
|
-
$card-actions-gap: map-get( $spacing, 2 ) !default;
|
|
26880
|
+
$card-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
25978
26881
|
|
|
25979
26882
|
$card-deck-scroll-button-radius: 0px !default;
|
|
25980
26883
|
$card-deck-scroll-button-offset: -$kendo-button-border-width !default;
|
|
@@ -26746,11 +27649,6 @@ $popover-callout-border: $popover-border !default;
|
|
|
26746
27649
|
|
|
26747
27650
|
// #endregion
|
|
26748
27651
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/responsivepanel/_theme.scss
|
|
26749
|
-
@include exports("responsivepanel/theme") {
|
|
26750
|
-
|
|
26751
|
-
.k-rpanel {}
|
|
26752
|
-
|
|
26753
|
-
}
|
|
26754
27652
|
|
|
26755
27653
|
// #endregion
|
|
26756
27654
|
|
|
@@ -26795,20 +27693,20 @@ $bottom-nav-font-size: $font-size !default;
|
|
|
26795
27693
|
$bottom-nav-line-height: normal !default;
|
|
26796
27694
|
$bottom-nav-letter-spacing: .2px !default;
|
|
26797
27695
|
|
|
26798
|
-
$bottom-nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
27696
|
+
$bottom-nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26799
27697
|
$bottom-nav-item-padding-y: 0 !default;
|
|
26800
27698
|
$bottom-nav-item-min-width: 72px !default;
|
|
26801
27699
|
$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;
|
|
27700
|
+
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{k-map-get( $spacing, 2 ) * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
26803
27701
|
$bottom-nav-item-border-radius: null !default;
|
|
26804
|
-
$bottom-nav-item-gap: 0 map-get( $spacing, 1 ) !default;
|
|
27702
|
+
$bottom-nav-item-gap: 0 k-map-get( $spacing, 1 ) !default;
|
|
26805
27703
|
|
|
26806
|
-
$bottom-nav-item-icon-margin-y: map-get( $spacing, 2 ) !default;
|
|
27704
|
+
$bottom-nav-item-icon-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
26807
27705
|
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
26808
|
-
$bottom-nav-item-icon-size: map-get( $spacing, 6 ) !default;
|
|
27706
|
+
$bottom-nav-item-icon-size: k-map-get( $spacing, 6 ) !default;
|
|
26809
27707
|
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
26810
27708
|
|
|
26811
|
-
$bottom-nav-shadow: 0px 0px 5px rgba(
|
|
27709
|
+
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26812
27710
|
|
|
26813
27711
|
$bottom-nav-flat-bg: $component-bg !default;
|
|
26814
27712
|
$bottom-nav-flat-text: $component-text !default;
|
|
@@ -27034,7 +27932,7 @@ $breadcrumb-delimiter-icon-font-size: $icon-size * .75 !default;
|
|
|
27034
27932
|
$breadcrumb-delimiter-icon-padding-x: $kendo-button-padding-y !default;
|
|
27035
27933
|
$breadcrumb-delimiter-icon-padding-y: 0px !default;
|
|
27036
27934
|
|
|
27037
|
-
$breadcrumb-link-padding-x: $padding-x-lg
|
|
27935
|
+
$breadcrumb-link-padding-x: k-math-div( $padding-x-lg, 2 ) !default;
|
|
27038
27936
|
$breadcrumb-link-padding-y: $padding-y !default;
|
|
27039
27937
|
$breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
27040
27938
|
|
|
@@ -27072,7 +27970,7 @@ $breadcrumb-root-link-focused-text: null !default;
|
|
|
27072
27970
|
$breadcrumb-root-link-focused-border: null !default;
|
|
27073
27971
|
$breadcrumb-root-link-focused-shadow: $breadcrumb-link-focused-shadow !default;
|
|
27074
27972
|
|
|
27075
|
-
$breadcrumb-focused-shadow: 0 0 2px 1px rgba(
|
|
27973
|
+
$breadcrumb-focused-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
27076
27974
|
|
|
27077
27975
|
// #endregion
|
|
27078
27976
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/breadcrumb/_layout.scss
|
|
@@ -27363,8 +28261,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
27363
28261
|
// Component
|
|
27364
28262
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/pager/_variables.scss
|
|
27365
28263
|
// Pager
|
|
27366
|
-
$pager-padding-x: map-get( $spacing, 2 ) !default;
|
|
27367
|
-
$pager-padding-y: map-get( $spacing, 2 ) !default;
|
|
28264
|
+
$pager-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
28265
|
+
$pager-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
27368
28266
|
$pager-border-width: 1px !default;
|
|
27369
28267
|
|
|
27370
28268
|
$pager-font-family: $font-family !default;
|
|
@@ -27376,15 +28274,15 @@ $pager-text: $header-text !default;
|
|
|
27376
28274
|
$pager-border: $header-border !default;
|
|
27377
28275
|
|
|
27378
28276
|
$pager-focus-bg: null !default;
|
|
27379
|
-
$pager-focus-shadow: inset 0 0 0 2px rgba(
|
|
28277
|
+
$pager-focus-shadow: inset 0 0 0 2px rgba( black, .08) !default;
|
|
27380
28278
|
|
|
27381
|
-
$pager-section-spacing: map-get( $spacing, 4 ) !default;
|
|
28279
|
+
$pager-section-spacing: k-map-get( $spacing, 4 ) !default;
|
|
27382
28280
|
|
|
27383
28281
|
$pager-item-padding-x: $kendo-button-padding-y !default;
|
|
27384
28282
|
$pager-item-padding-y: $kendo-button-padding-y !default;
|
|
27385
28283
|
$pager-item-border-width: 1px !default;
|
|
27386
|
-
$pager-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
27387
|
-
$pager-item-spacing:
|
|
28284
|
+
$pager-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
28285
|
+
$pager-item-spacing: -$pager-item-border-width !default;
|
|
27388
28286
|
|
|
27389
28287
|
$pager-item-bg: $component-bg !default;
|
|
27390
28288
|
$pager-item-text: $link-text !default;
|
|
@@ -27400,7 +28298,7 @@ $pager-item-selected-border: $pager-item-selected-bg !default;
|
|
|
27400
28298
|
|
|
27401
28299
|
$pager-item-focus-opacity: null !default;
|
|
27402
28300
|
$pager-item-focus-bg: $pager-item-bg !default;
|
|
27403
|
-
$pager-item-focus-shadow: 0 0 0 3px rgba($primary, .25) !default;
|
|
28301
|
+
$pager-item-focus-shadow: 0 0 0 3px rgba( $primary, .25 ) !default;
|
|
27404
28302
|
|
|
27405
28303
|
$pager-number-padding-x: $pager-item-padding-x !default;
|
|
27406
28304
|
$pager-number-padding-y: $pager-item-padding-y !default;
|
|
@@ -27703,7 +28601,7 @@ $pager-dropdown-width: 5em !default;
|
|
|
27703
28601
|
|
|
27704
28602
|
// #endregion
|
|
27705
28603
|
|
|
27706
|
-
@include exports("pager/layout/bootstrap") {
|
|
28604
|
+
@include exports( "pager/layout/bootstrap" ) {
|
|
27707
28605
|
|
|
27708
28606
|
|
|
27709
28607
|
// Pager items
|
|
@@ -27980,7 +28878,7 @@ $stepper-indicator-bg: $component-bg !default;
|
|
|
27980
28878
|
$stepper-indicator-text: $component-text !default;
|
|
27981
28879
|
$stepper-indicator-border: $component-border !default;
|
|
27982
28880
|
|
|
27983
|
-
$stepper-indicator-hover-bg: try-shade( $stepper-indicator-bg ) !default;
|
|
28881
|
+
$stepper-indicator-hover-bg: k-try-shade( $stepper-indicator-bg ) !default;
|
|
27984
28882
|
$stepper-indicator-hover-text: null !default;
|
|
27985
28883
|
$stepper-indicator-hover-border: null !default;
|
|
27986
28884
|
|
|
@@ -27989,15 +28887,15 @@ $stepper-indicator-disabled-text: $disabled-text !default;
|
|
|
27989
28887
|
$stepper-indicator-disabled-border: null !default;
|
|
27990
28888
|
|
|
27991
28889
|
$stepper-indicator-done-bg: $primary !default;
|
|
27992
|
-
$stepper-indicator-done-text: contrast-
|
|
28890
|
+
$stepper-indicator-done-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27993
28891
|
$stepper-indicator-done-border: $stepper-indicator-done-bg !default;
|
|
27994
28892
|
|
|
27995
|
-
$stepper-indicator-done-hover-bg: try-shade( $stepper-indicator-done-bg ) !default;
|
|
28893
|
+
$stepper-indicator-done-hover-bg: k-try-shade( $stepper-indicator-done-bg ) !default;
|
|
27996
28894
|
$stepper-indicator-done-hover-text: null !default;
|
|
27997
28895
|
$stepper-indicator-done-hover-border: null !default;
|
|
27998
28896
|
|
|
27999
|
-
$stepper-indicator-done-disabled-bg: mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28000
|
-
$stepper-indicator-done-disabled-text: contrast-
|
|
28897
|
+
$stepper-indicator-done-disabled-bg: k-color-mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28898
|
+
$stepper-indicator-done-disabled-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
28001
28899
|
$stepper-indicator-done-disabled-border: $stepper-indicator-done-disabled-bg !default;
|
|
28002
28900
|
|
|
28003
28901
|
$stepper-indicator-current-bg: $stepper-indicator-done-bg !default;
|
|
@@ -28580,7 +29478,7 @@ $tabstrip-item-padding-y: $nav-item-padding-y !default;
|
|
|
28580
29478
|
$tabstrip-item-border-width: 1px !default;
|
|
28581
29479
|
/// Border radius of tabs
|
|
28582
29480
|
/// @group tabstrip
|
|
28583
|
-
$tabstrip-item-border-radius: map-get( $spacing, 1 ) !default;
|
|
29481
|
+
$tabstrip-item-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
28584
29482
|
/// Spacing between tabs
|
|
28585
29483
|
/// @group tabstrip
|
|
28586
29484
|
$tabstrip-item-gap: $nav-item-margin !default;
|
|
@@ -28626,17 +29524,17 @@ $tabstrip-item-selected-gradient: null !default;
|
|
|
28626
29524
|
|
|
28627
29525
|
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
28628
29526
|
|
|
28629
|
-
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba(
|
|
29527
|
+
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba( black, .15 ) !default;
|
|
28630
29528
|
|
|
28631
29529
|
$tabstrip-indicator-size: null !default;
|
|
28632
29530
|
$tabstrip-indicator-color: null !default;
|
|
28633
29531
|
|
|
28634
29532
|
/// Horizontal padding of tabstrip content
|
|
28635
29533
|
/// @group tabstrip
|
|
28636
|
-
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
29534
|
+
$tabstrip-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
28637
29535
|
/// Vertical padding of tabstrip content
|
|
28638
29536
|
/// @group tabstrip
|
|
28639
|
-
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
29537
|
+
$tabstrip-content-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
28640
29538
|
/// Width of border around tabstrip content
|
|
28641
29539
|
/// @group tabstrip
|
|
28642
29540
|
$tabstrip-content-border-width: $tabstrip-border-width !default;
|
|
@@ -29128,7 +30026,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29128
30026
|
// #endregion
|
|
29129
30027
|
|
|
29130
30028
|
|
|
29131
|
-
@include exports("tabstrip/theme/bootstrap") {
|
|
30029
|
+
@include exports( "tabstrip/theme/bootstrap" ) {
|
|
29132
30030
|
|
|
29133
30031
|
// Tabstrip variants
|
|
29134
30032
|
.k-tabstrip-top {
|
|
@@ -29211,7 +30109,7 @@ $wizard-line-height: $line-height !default;
|
|
|
29211
30109
|
$wizard-font-family: $font-family !default;
|
|
29212
30110
|
|
|
29213
30111
|
$wizard-step-border-focused: #656565 !default;
|
|
29214
|
-
$wizard-focused-shadow: inset 0 0 0 2px rgba(
|
|
30112
|
+
$wizard-focused-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
29215
30113
|
|
|
29216
30114
|
// #endregion
|
|
29217
30115
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/wizard/_layout.scss
|
|
@@ -29406,7 +30304,7 @@ $expander-border-width: 1px !default;
|
|
|
29406
30304
|
$expander-header-padding-x: $padding-x-lg !default;
|
|
29407
30305
|
$expander-header-padding-y: $padding-y * 2 !default;
|
|
29408
30306
|
|
|
29409
|
-
$expander-indicator-margin-x: calc(#{$padding-x / 2} * 1.5) !default;
|
|
30307
|
+
$expander-indicator-margin-x: calc( #{$padding-x / 2} * 1.5 ) !default;
|
|
29410
30308
|
|
|
29411
30309
|
$expander-bg: $component-bg !default;
|
|
29412
30310
|
$expander-text: $component-text !default;
|
|
@@ -29418,7 +30316,7 @@ $expander-header-bg: transparent !default;
|
|
|
29418
30316
|
$expander-header-text: $expander-text !default;
|
|
29419
30317
|
$expander-header-border: null !default;
|
|
29420
30318
|
|
|
29421
|
-
$expander-header-hover-bg: rgba(
|
|
30319
|
+
$expander-header-hover-bg: rgba( black, .04 ) !default;
|
|
29422
30320
|
|
|
29423
30321
|
$expander-header-focused-bg: null !default;
|
|
29424
30322
|
$expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
@@ -29591,11 +30489,11 @@ $panelbar-border-style: solid !default;
|
|
|
29591
30489
|
$panelbar-item-border-width: 1px !default;
|
|
29592
30490
|
$panelbar-item-border-style: solid !default;
|
|
29593
30491
|
|
|
29594
|
-
$panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
|
|
29595
|
-
$panelbar-header-padding-y: map-get( $spacing, 4 ) !default;
|
|
30492
|
+
$panelbar-header-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30493
|
+
$panelbar-header-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
29596
30494
|
|
|
29597
|
-
$panelbar-item-padding-x: map-get( $spacing, 6 ) !default;
|
|
29598
|
-
$panelbar-item-padding-y: map-get( $spacing, 3 ) !default;
|
|
30495
|
+
$panelbar-item-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30496
|
+
$panelbar-item-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29599
30497
|
|
|
29600
30498
|
$panelbar-item-level-count: 4 !default;
|
|
29601
30499
|
|
|
@@ -29608,7 +30506,7 @@ $panelbar-header-text: $link-text !default;
|
|
|
29608
30506
|
$panelbar-header-border: null !default;
|
|
29609
30507
|
$panelbar-header-gradient: null !default;
|
|
29610
30508
|
|
|
29611
|
-
$panelbar-header-hovered-bg: try-shade( $panelbar-header-bg, .5 ) !default;
|
|
30509
|
+
$panelbar-header-hovered-bg: k-try-shade( $panelbar-header-bg, .5 ) !default;
|
|
29612
30510
|
$panelbar-header-hovered-text: null !default;
|
|
29613
30511
|
$panelbar-header-hovered-border: null !default;
|
|
29614
30512
|
$panelbar-header-hovered-gradient: null !default;
|
|
@@ -29629,7 +30527,7 @@ $panelbar-header-selected-text: $selected-text !default;
|
|
|
29629
30527
|
$panelbar-header-selected-border: null !default;
|
|
29630
30528
|
$panelbar-header-selected-gradient: null !default;
|
|
29631
30529
|
|
|
29632
|
-
$panelbar-header-selected-hovered-bg: try-shade( $panelbar-header-selected-bg ) !default;
|
|
30530
|
+
$panelbar-header-selected-hovered-bg: k-try-shade( $panelbar-header-selected-bg ) !default;
|
|
29633
30531
|
$panelbar-header-selected-hovered-text: null !default;
|
|
29634
30532
|
$panelbar-header-selected-hovered-border: null !default;
|
|
29635
30533
|
$panelbar-header-selected-hovered-gradient: null !default;
|
|
@@ -29644,7 +30542,7 @@ $panelbar-header-selected-hovered-focused-text: null !default;
|
|
|
29644
30542
|
$panelbar-header-selected-hovered-focused-border: null !default;
|
|
29645
30543
|
$panelbar-header-selected-hovered-focused-gradient: null !default;
|
|
29646
30544
|
|
|
29647
|
-
$panelbar-item-hovered-bg: try-shade( $panelbar-bg, 1 ) !default;
|
|
30545
|
+
$panelbar-item-hovered-bg: k-try-shade( $panelbar-bg, 1 ) !default;
|
|
29648
30546
|
$panelbar-item-hovered-text: null !default;
|
|
29649
30547
|
$panelbar-item-hovered-border: null !default;
|
|
29650
30548
|
$panelbar-item-hovered-gradient: null !default;
|
|
@@ -29665,7 +30563,7 @@ $panelbar-item-selected-text: $selected-text !default;
|
|
|
29665
30563
|
$panelbar-item-selected-border: null !default;
|
|
29666
30564
|
$panelbar-item-selected-gradient: null !default;
|
|
29667
30565
|
|
|
29668
|
-
$panelbar-item-selected-hovered-bg: try-shade( $panelbar-item-selected-bg ) !default;
|
|
30566
|
+
$panelbar-item-selected-hovered-bg: k-try-shade( $panelbar-item-selected-bg ) !default;
|
|
29669
30567
|
$panelbar-item-selected-hovered-text: null !default;
|
|
29670
30568
|
$panelbar-item-selected-hovered-border: null !default;
|
|
29671
30569
|
$panelbar-item-selected-hovered-gradient: null !default;
|
|
@@ -30138,7 +31036,7 @@ $splitter-drag-icon-margin: 7px !default;
|
|
|
30138
31036
|
$splitbar-bg: $base-bg !default;
|
|
30139
31037
|
$splitbar-text: $base-text !default;
|
|
30140
31038
|
|
|
30141
|
-
$splitbar-hover-bg: try-shade( $splitbar-bg, .5 ) !default;
|
|
31039
|
+
$splitbar-hover-bg: k-try-shade( $splitbar-bg, .5 ) !default;
|
|
30142
31040
|
$splitbar-hover-text: $splitbar-text !default;
|
|
30143
31041
|
|
|
30144
31042
|
$splitbar-selected-bg: $selected-bg !default;
|
|
@@ -30424,7 +31322,7 @@ $tilelayout-hint-border-radius: $card-border-radius !default;
|
|
|
30424
31322
|
|
|
30425
31323
|
$tilelayout-bg: $gray-100 !default;
|
|
30426
31324
|
|
|
30427
|
-
$tilelayout-hint-bg: rgba(
|
|
31325
|
+
$tilelayout-hint-bg: rgba( white, .2 ) !default;
|
|
30428
31326
|
$tilelayout-hint-border: $component-border !default;
|
|
30429
31327
|
|
|
30430
31328
|
// #endregion
|
|
@@ -30553,7 +31451,7 @@ $adaptive-content-bg: $app-bg !default;
|
|
|
30553
31451
|
$adaptive-content-text: $app-text !default;
|
|
30554
31452
|
|
|
30555
31453
|
$adaptive-menu-bg: $primary !default;
|
|
30556
|
-
$adaptive-menu-text: contrast-
|
|
31454
|
+
$adaptive-menu-text: k-contrast-color( $adaptive-menu-bg ) !default;
|
|
30557
31455
|
|
|
30558
31456
|
$adaptive-menu-clear-text: $primary !default;
|
|
30559
31457
|
|
|
@@ -32726,7 +33624,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32726
33624
|
|
|
32727
33625
|
// #endregion
|
|
32728
33626
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/grid/_theme.scss
|
|
32729
|
-
@include exports("grid/theme") {
|
|
33627
|
+
@include exports( "grid/theme" ) {
|
|
32730
33628
|
|
|
32731
33629
|
// Theme
|
|
32732
33630
|
.k-grid {
|
|
@@ -32870,7 +33768,7 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32870
33768
|
.k-hierarchy-cell .k-icon {
|
|
32871
33769
|
&:focus,
|
|
32872
33770
|
&.k-focus {
|
|
32873
|
-
box-shadow: inset 0 0 0 2px rgba(
|
|
33771
|
+
box-shadow: inset 0 0 0 2px rgba( black, .1 );
|
|
32874
33772
|
}
|
|
32875
33773
|
&.k-active {
|
|
32876
33774
|
color: $selected-text;
|
|
@@ -33194,8 +34092,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
33194
34092
|
// Component
|
|
33195
34093
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/listview/_variables.scss
|
|
33196
34094
|
// Listview
|
|
33197
|
-
$listview-padding-x: map-get( $spacing, 1 ) !default;
|
|
33198
|
-
$listview-padding-y: map-get( $spacing, 1 ) !default;
|
|
34095
|
+
$listview-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34096
|
+
$listview-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33199
34097
|
$listview-border-width: 1px !default;
|
|
33200
34098
|
$listview-font-family: $font-family !default;
|
|
33201
34099
|
$listview-font-size: $font-size !default;
|
|
@@ -33207,8 +34105,8 @@ $listview-border: $component-border !default;
|
|
|
33207
34105
|
|
|
33208
34106
|
$listview-grid-gap: 10px !default;
|
|
33209
34107
|
|
|
33210
|
-
$listview-item-padding-x: map-get( $spacing, 1 ) !default;
|
|
33211
|
-
$listview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
34108
|
+
$listview-item-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34109
|
+
$listview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33212
34110
|
|
|
33213
34111
|
$listview-item-selected-bg: rgba( $selected-bg, .25 ) !default;
|
|
33214
34112
|
$listview-item-selected-text: null !default;
|
|
@@ -33480,7 +34378,7 @@ $spreadsheet-insert-image-dialog-preview-height: 230px !default;
|
|
|
33480
34378
|
$spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
|
|
33481
34379
|
$spreadsheet-insert-image-dialog-preview-border: $component-border !default;
|
|
33482
34380
|
$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(
|
|
34381
|
+
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
|
|
33484
34382
|
$spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
|
|
33485
34383
|
$spreadsheet-insert-image-dialog-overlay-hovered-text: $component-bg !default;
|
|
33486
34384
|
|
|
@@ -34424,7 +35322,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34424
35322
|
|
|
34425
35323
|
// #endregion
|
|
34426
35324
|
|
|
34427
|
-
@include exports("spreadsheet/filter/layout/bootstrap") {
|
|
35325
|
+
@include exports( "spreadsheet/filter/layout/bootstrap" ) {
|
|
34428
35326
|
|
|
34429
35327
|
// Filter menu
|
|
34430
35328
|
.k-spreadsheet-filter-menu {
|
|
@@ -34441,7 +35339,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34441
35339
|
|
|
34442
35340
|
// #endregion
|
|
34443
35341
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/spreadsheet/_theme.scss
|
|
34444
|
-
@include exports("sreadsheet/theme") {
|
|
35342
|
+
@include exports( "sreadsheet/theme" ) {
|
|
34445
35343
|
|
|
34446
35344
|
// Spreadsheet
|
|
34447
35345
|
.k-spreadsheet {
|
|
@@ -34685,7 +35583,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34685
35583
|
|
|
34686
35584
|
|
|
34687
35585
|
|
|
34688
|
-
@include exports("spreadsheet/rtl/theme") {
|
|
35586
|
+
@include exports( "spreadsheet/rtl/theme" ) {
|
|
34689
35587
|
|
|
34690
35588
|
.k-rtl .k-spreadsheet,
|
|
34691
35589
|
.k-spreadsheet[dir="rtl"],
|
|
@@ -34748,7 +35646,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34748
35646
|
// Component
|
|
34749
35647
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/pivotgrid/_variables.scss
|
|
34750
35648
|
// Pivot grid
|
|
34751
|
-
$pivotgrid-spacer: map-get( $spacing, 4 ) !default;
|
|
35649
|
+
$pivotgrid-spacer: k-map-get( $spacing, 4 ) !default;
|
|
34752
35650
|
$pivotgrid-padding-x: null !default;
|
|
34753
35651
|
$pivotgrid-padding-y: null !default;
|
|
34754
35652
|
$pivotgrid-font-family: $font-family !default;
|
|
@@ -34768,21 +35666,21 @@ $pivotgrid-bg: $component-bg !default;
|
|
|
34768
35666
|
$pivotgrid-text: $component-text !default;
|
|
34769
35667
|
$pivotgrid-border: $component-border !default;
|
|
34770
35668
|
|
|
34771
|
-
$pivotgrid-alt-border: try-shade($pivotgrid-border, 2) !default;
|
|
35669
|
+
$pivotgrid-alt-border: k-try-shade( $pivotgrid-border, 2 ) !default;
|
|
34772
35670
|
|
|
34773
35671
|
$pivotgrid-headers-bg: $header-bg !default;
|
|
34774
35672
|
$pivotgrid-headers-text: $header-text !default;
|
|
34775
35673
|
$pivotgrid-headers-border: $header-border !default;
|
|
34776
35674
|
|
|
34777
|
-
$pivotgrid-total-bg: try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35675
|
+
$pivotgrid-total-bg: k-try-shade( $pivotgrid-bg, 1 ) !default;
|
|
34778
35676
|
$pivotgrid-total-text: $header-text !default;
|
|
34779
35677
|
$pivotgrid-total-border: $header-border !default;
|
|
34780
35678
|
|
|
34781
|
-
$pivotgrid-hover-bg: darken($pivotgrid-bg, 7%) !default;
|
|
35679
|
+
$pivotgrid-hover-bg: k-color-darken( $pivotgrid-bg, 7% ) !default;
|
|
34782
35680
|
$pivotgrid-hover-text: null !default;
|
|
34783
35681
|
$pivotgrid-hover-border: null !default;
|
|
34784
35682
|
|
|
34785
|
-
$pivotgrid-selected-bg: rgba($selected-bg, .25) !default;
|
|
35683
|
+
$pivotgrid-selected-bg: rgba( $selected-bg, .25 ) !default;
|
|
34786
35684
|
$pivotgrid-selected-text: null !default;
|
|
34787
35685
|
$pivotgrid-selected-border: null !default;
|
|
34788
35686
|
|
|
@@ -34802,7 +35700,7 @@ $pivotgrid-configurator-content-padding-x: $pivotgrid-spacer !default;
|
|
|
34802
35700
|
$pivotgrid-configurator-content-padding-y: .25rem !default;
|
|
34803
35701
|
|
|
34804
35702
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
34805
|
-
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer
|
|
35703
|
+
$pivotgrid-configurator-fields-margin-y: k-math-div( $pivotgrid-spacer, 2 ) !default;
|
|
34806
35704
|
|
|
34807
35705
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
34808
35706
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
@@ -34815,13 +35713,13 @@ $pivotgrid-configurator-header-bg: null !default;
|
|
|
34815
35713
|
$pivotgrid-configurator-header-text: $header-text !default;
|
|
34816
35714
|
$pivotgrid-configurator-header-border: null !default;
|
|
34817
35715
|
|
|
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(
|
|
35716
|
+
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba( black, .16 ) !default;
|
|
35717
|
+
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba( black, .16 ) !default;
|
|
35718
|
+
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba( black, .16 ) !default;
|
|
35719
|
+
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba( black, .16 ) !default;
|
|
34822
35720
|
|
|
34823
|
-
$pivotgrid-configurator-button-padding-x: map-get($spacing, 1) !default;
|
|
34824
|
-
$pivotgrid-configurator-button-padding-y: map-get($spacing, 1) !default;
|
|
35721
|
+
$pivotgrid-configurator-button-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
35722
|
+
$pivotgrid-configurator-button-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
34825
35723
|
$pivotgrid-configurator-button-border-width: 1px !default;
|
|
34826
35724
|
$pivotgrid-configurator-button-size: calc( #{$pivotgrid-line-height * 1em} + #{$pivotgrid-configurator-button-padding-y * 2} + #{$pivotgrid-configurator-button-border-width * 2} ) !default;
|
|
34827
35725
|
|
|
@@ -34850,7 +35748,7 @@ $pivotgrid-alt-text: $grid-header-text !default;
|
|
|
34850
35748
|
$pivotgrid-chrome-border: $grid-border !default;
|
|
34851
35749
|
|
|
34852
35750
|
$pivotgrid-container-bg: $header-bg !default;
|
|
34853
|
-
$pivotgrid-row-headers-bg: try-shade( $header-bg, .5 ) !default;
|
|
35751
|
+
$pivotgrid-row-headers-bg: k-try-shade( $header-bg, .5 ) !default;
|
|
34854
35752
|
|
|
34855
35753
|
$pivotgrid-button-bg: null !default;
|
|
34856
35754
|
$pivotgrid-button-text: null !default;
|
|
@@ -35957,7 +36855,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35957
36855
|
|
|
35958
36856
|
// #endregion
|
|
35959
36857
|
|
|
35960
|
-
@include exports("treelist/layout/bootstrap") {
|
|
36858
|
+
@include exports( "treelist/layout/bootstrap" ) {
|
|
35961
36859
|
.k-treelist {
|
|
35962
36860
|
tr.k-footer td,
|
|
35963
36861
|
tr.k-footer-template td {
|
|
@@ -35972,7 +36870,6 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35972
36870
|
}
|
|
35973
36871
|
}
|
|
35974
36872
|
|
|
35975
|
-
|
|
35976
36873
|
// #endregion
|
|
35977
36874
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/treelist/_theme.scss
|
|
35978
36875
|
// #region @import "~@progress/kendo-theme-default/scss/treelist/_theme.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/treelist/_theme.scss
|
|
@@ -35990,7 +36887,7 @@ $treelist-footer-row-border-width: 1px !default;
|
|
|
35990
36887
|
|
|
35991
36888
|
// #endregion
|
|
35992
36889
|
|
|
35993
|
-
@include exports("treelist/theme/bootstrap") {
|
|
36890
|
+
@include exports( "treelist/theme/bootstrap" ) {
|
|
35994
36891
|
.k-treelist {
|
|
35995
36892
|
tr.k-footer,
|
|
35996
36893
|
tr.k-footer-template {
|
|
@@ -36059,6 +36956,8 @@ $filter-operator-dropdown-width: 15em !default;
|
|
|
36059
36956
|
$filter-preview-field-text: $primary !default;
|
|
36060
36957
|
$filter-preview-operator-text: $subtle-text !default;
|
|
36061
36958
|
|
|
36959
|
+
$filter-toolbar-focus-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
36960
|
+
|
|
36062
36961
|
// #endregion
|
|
36063
36962
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/filter/_layout.scss
|
|
36064
36963
|
// #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/bootstrap/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
|
|
@@ -36210,6 +37109,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36210
37109
|
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36211
37110
|
background-color: $component-border;
|
|
36212
37111
|
}
|
|
37112
|
+
|
|
37113
|
+
// Focus
|
|
37114
|
+
.k-toolbar:focus,
|
|
37115
|
+
.k-toolbar.k-focus {
|
|
37116
|
+
@include box-shadow( $filter-toolbar-focus-shadow );
|
|
37117
|
+
}
|
|
36213
37118
|
}
|
|
36214
37119
|
|
|
36215
37120
|
}
|
|
@@ -36267,7 +37172,7 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36267
37172
|
// Component
|
|
36268
37173
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/filemanager/_variables.scss
|
|
36269
37174
|
// File manager
|
|
36270
|
-
$filemanager-spacer: map-get( $spacing, 4 ) !default;
|
|
37175
|
+
$filemanager-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36271
37176
|
$filemanager-border-width: 1px !default;
|
|
36272
37177
|
$filemanager-font-family: $font-family !default;
|
|
36273
37178
|
$filemanager-font-size: $font-size !default;
|
|
@@ -36290,8 +37195,8 @@ $filemanager-navigation-bg: null !default;
|
|
|
36290
37195
|
$filemanager-navigation-text: null !default;
|
|
36291
37196
|
$filemanager-navigation-border: null !default;
|
|
36292
37197
|
|
|
36293
|
-
$filemanager-breadcrumb-padding-x: map-get( $spacing, 2 ) !default;
|
|
36294
|
-
$filemanager-breadcrumb-padding-y: map-get( $spacing, 2 ) !default;
|
|
37198
|
+
$filemanager-breadcrumb-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
37199
|
+
$filemanager-breadcrumb-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
36295
37200
|
$filemanager-breadcrumb-border-width: $filemanager-border-width !default;
|
|
36296
37201
|
$filemanager-breadcrumb-bg: $toolbar-bg !default;
|
|
36297
37202
|
$filemanager-breadcrumb-text: null !default;
|
|
@@ -36301,8 +37206,8 @@ $filemanager-listview-bg: null !default;
|
|
|
36301
37206
|
$filemanager-listview-text: null !default;
|
|
36302
37207
|
$filemanager-listview-border: null !default;
|
|
36303
37208
|
|
|
36304
|
-
$filemanager-listview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
36305
|
-
$filemanager-listview-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
37209
|
+
$filemanager-listview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
37210
|
+
$filemanager-listview-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
36306
37211
|
$filemanager-listview-item-width: 120px !default;
|
|
36307
37212
|
$filemanager-listview-item-height: 120px !default;
|
|
36308
37213
|
$filemanager-listview-item-bg: null !default;
|
|
@@ -36311,7 +37216,7 @@ $filemanager-listview-item-border: null !default;
|
|
|
36311
37216
|
|
|
36312
37217
|
$filemanager-listview-item-icon-size: ($icon-size * 3) !default;
|
|
36313
37218
|
$filemanager-listview-item-icon-bg: null !default;
|
|
36314
|
-
$filemanager-listview-item-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37219
|
+
$filemanager-listview-item-icon-text: k-try-tint( $filemanager-text, 4 ) !default;
|
|
36315
37220
|
$filemanager-listview-item-icon-border: null !default;
|
|
36316
37221
|
$filemanager-listview-item-icon-selected-bg: null !default;
|
|
36317
37222
|
$filemanager-listview-item-icon-selected-text: inherit !default;
|
|
@@ -36332,7 +37237,7 @@ $filemanager-preview-border: null !default;
|
|
|
36332
37237
|
|
|
36333
37238
|
$filemanager-preview-icon-size: ($icon-size * 6) !default;
|
|
36334
37239
|
$filemanager-preview-icon-bg: null !default;
|
|
36335
|
-
$filemanager-preview-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37240
|
+
$filemanager-preview-icon-text: k-try-tint( $filemanager-text, 4 ) !default;
|
|
36336
37241
|
$filemanager-preview-icon-border: null !default;
|
|
36337
37242
|
|
|
36338
37243
|
// #endregion
|
|
@@ -36735,7 +37640,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
36735
37640
|
// Component
|
|
36736
37641
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/taskboard/_variables.scss
|
|
36737
37642
|
// TaskBoard
|
|
36738
|
-
$taskboard-spacer: map-get( $spacing, 4 ) !default;
|
|
37643
|
+
$taskboard-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36739
37644
|
$taskboard-padding-y: null !default;
|
|
36740
37645
|
$taskboard-padding-x: null !default;
|
|
36741
37646
|
$taskboard-font-family: $font-family !default;
|
|
@@ -36769,12 +37674,12 @@ $taskboard-column-border: transparent !default;
|
|
|
36769
37674
|
|
|
36770
37675
|
$taskboard-column-focus-bg: null !default;
|
|
36771
37676
|
$taskboard-column-focus-text: null !default;
|
|
36772
|
-
$taskboard-column-focus-border: try-shade( $base-border, 2.5 ) !default;
|
|
37677
|
+
$taskboard-column-focus-border: k-try-shade( $base-border, 2.5 ) !default;
|
|
36773
37678
|
|
|
36774
37679
|
$taskboard-column-header-padding-y: $taskboard-spacer * .75 !default;
|
|
36775
37680
|
$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
|
|
37681
|
+
$taskboard-column-header-gap: k-math-div( $taskboard-spacer, 4 ) !default;
|
|
37682
|
+
$taskboard-column-header-actions-gap: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
36778
37683
|
$taskboard-column-header-font-weight: 500 !default;
|
|
36779
37684
|
$taskboard-column-header-text: $header-text !default;
|
|
36780
37685
|
|
|
@@ -36812,12 +37717,12 @@ $taskboard-card-shadow: $card-shadow !default;
|
|
|
36812
37717
|
|
|
36813
37718
|
$taskboard-card-category-border-width: 4px !default;
|
|
36814
37719
|
|
|
36815
|
-
$taskboard-card-focus-border: try-shade( $taskboard-card-border, 18% ) !default;
|
|
37720
|
+
$taskboard-card-focus-border: k-try-shade( $taskboard-card-border, 18% ) !default;
|
|
36816
37721
|
$taskboard-card-focus-shadow: $card-focus-shadow !default;
|
|
36817
37722
|
|
|
36818
|
-
$taskboard-card-hover-border: try-shade( $taskboard-card-border, 10% ) !default;
|
|
37723
|
+
$taskboard-card-hover-border: k-try-shade( $taskboard-card-border, 10% ) !default;
|
|
36819
37724
|
|
|
36820
|
-
$taskboard-card-selected-border: tint( $primary-lighter, 8 ) !default;
|
|
37725
|
+
$taskboard-card-selected-border: k-color-tint( $primary-lighter, 8 ) !default;
|
|
36821
37726
|
$taskboard-card-selected-shadow: none !default;
|
|
36822
37727
|
|
|
36823
37728
|
$taskboard-card-header-text: $primary !default;
|
|
@@ -36826,7 +37731,7 @@ $taskboard-card-header-hover-text: $primary-darker !default;
|
|
|
36826
37731
|
|
|
36827
37732
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
36828
37733
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
|
36829
|
-
$taskboard-drag-placeholder-bg: rgba( if( $dark-theme, $white, $black ), .1) !default;
|
|
37734
|
+
$taskboard-drag-placeholder-bg: rgba( if( $dark-theme, $white, $black ), .1 ) !default;
|
|
36830
37735
|
$taskboard-drag-placeholder-border: $component-border !default;
|
|
36831
37736
|
|
|
36832
37737
|
// #endregion
|
|
@@ -37246,7 +38151,7 @@ $editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
37246
38151
|
$editor-selected-text: $primary-contrast !default;
|
|
37247
38152
|
$editor-selected-bg: $primary !default;
|
|
37248
38153
|
|
|
37249
|
-
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
38154
|
+
$editor-highlighted-bg: k-color-mix( $primary, #ffffff, 20% ) !default;
|
|
37250
38155
|
|
|
37251
38156
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
37252
38157
|
|
|
@@ -38109,9 +39014,9 @@ $imageeditor-font-family: $font-family !default;
|
|
|
38109
39014
|
|
|
38110
39015
|
$imageeditor-content-border-width: 1px !default;
|
|
38111
39016
|
|
|
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}) );
|
|
39017
|
+
$imageeditor-action-pane-padding-y: k-map-get( $spacing, 8 ) !default;
|
|
39018
|
+
$imageeditor-action-pane-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
39019
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc( 240px + #{$imageeditor-content-border-width} ) );
|
|
38115
39020
|
|
|
38116
39021
|
$imageeditor-crop-border-width: 1px !default;
|
|
38117
39022
|
$imageeditor-crop-border-style: dashed !default;
|
|
@@ -38137,7 +39042,7 @@ $imageeditor-crop-bg: null !default;
|
|
|
38137
39042
|
$imageeditor-crop-text: null !default;
|
|
38138
39043
|
$imageeditor-crop-border: white !default;
|
|
38139
39044
|
|
|
38140
|
-
$imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
39045
|
+
$imageeditor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
38141
39046
|
|
|
38142
39047
|
// #endregion
|
|
38143
39048
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/imageeditor/_layout.scss
|
|
@@ -38426,12 +39331,12 @@ $gantt-treelist-bg: null !default;
|
|
|
38426
39331
|
$gantt-treelist-text: null !default;
|
|
38427
39332
|
$gantt-treelist-border: null !default;
|
|
38428
39333
|
|
|
38429
|
-
$gantt-nonwork-bg: rgba( contrast-
|
|
39334
|
+
$gantt-nonwork-bg: rgba( k-contrast-color( $gantt-bg ), .025 ) !default;
|
|
38430
39335
|
$gantt-nonwork-text: null !default;
|
|
38431
39336
|
$gantt-nonwork-border: null !default;
|
|
38432
39337
|
|
|
38433
39338
|
$gantt-line-size: 2px !default;
|
|
38434
|
-
$gantt-line-fill: mix( $panel-text, $panel-bg ) !default;
|
|
39339
|
+
$gantt-line-fill: k-color-mix( $panel-text, $panel-bg ) !default;
|
|
38435
39340
|
$gantt-line-selected-fill: $selected-bg !default;
|
|
38436
39341
|
|
|
38437
39342
|
$gantt-dot-size: 8px !default;
|
|
@@ -38441,24 +39346,24 @@ $gantt-dot-border: null !default;
|
|
|
38441
39346
|
$gantt-dot-hover-bg: $gantt-bg !default;
|
|
38442
39347
|
$gantt-dot-hover-border: $gantt-text !default;
|
|
38443
39348
|
|
|
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;
|
|
39349
|
+
$gantt-milestone-bg: if( k-is-light( $gantt-bg ), $gray-300, $gray-700 ) !default;
|
|
39350
|
+
$gantt-milestone-border: k-try-shade( $gantt-milestone-bg, 2 ) !default;
|
|
38446
39351
|
$gantt-milestone-selected-bg: $selected-bg !default;
|
|
38447
39352
|
$gantt-milestone-selected-border: $selected-border !default;
|
|
38448
39353
|
|
|
38449
|
-
$gantt-summary-bg: mix( $gantt-text, $gantt-bg ) !default;
|
|
39354
|
+
$gantt-summary-bg: k-color-mix( $gantt-text, $gantt-bg ) !default;
|
|
38450
39355
|
$gantt-summary-progress-bg: $gantt-text !default;
|
|
38451
|
-
$gantt-summary-selected-bg: mix( $selected-bg, $gantt-bg ) !default;
|
|
39356
|
+
$gantt-summary-selected-bg: k-color-mix( $selected-bg, $gantt-bg ) !default;
|
|
38452
39357
|
$gantt-summary-progress-selected-bg: $selected-bg !default;
|
|
38453
39358
|
|
|
38454
|
-
$gantt-task-padding-x: map-get( $spacing, 2 ) !default;
|
|
38455
|
-
$gantt-task-padding-y: map-get( $spacing, 1 ) !default;
|
|
39359
|
+
$gantt-task-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
39360
|
+
$gantt-task-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
38456
39361
|
$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;
|
|
39362
|
+
$gantt-task-bg: if( k-is-light( $gantt-bg ), $gray-300, $gray-700 ) !default;
|
|
39363
|
+
$gantt-task-text: k-contrast-color( $gantt-task-bg ) !default;
|
|
39364
|
+
$gantt-task-border: if( k-is-light( $gantt-bg ), $gray-400, $gray-600 ) !default;
|
|
39365
|
+
$gantt-task-progress-bg: if( k-is-light( $gantt-bg ), $gray-400, $gray-600 ) !default;
|
|
39366
|
+
$gantt-task-selected-bg: k-color-mix( $selected-bg, $gantt-bg ) !default;
|
|
38462
39367
|
$gantt-task-selected-text: $selected-text !default;
|
|
38463
39368
|
$gantt-task-selected-border: $selected-bg !default;
|
|
38464
39369
|
$gantt-task-progress-selected-bg: $selected-bg !default;
|
|
@@ -38492,10 +39397,10 @@ $gantt-planned-bg: $primary !default;
|
|
|
38492
39397
|
$gantt-planned-border: $gantt-planned-bg !default;
|
|
38493
39398
|
|
|
38494
39399
|
$gantt-delayed-bg: $error !default;
|
|
38495
|
-
$gantt-delayed-bg-lighter: tint($gantt-delayed-bg, 5) !default;
|
|
39400
|
+
$gantt-delayed-bg-lighter: k-color-tint( $gantt-delayed-bg, 5 ) !default;
|
|
38496
39401
|
|
|
38497
39402
|
$gantt-advanced-bg: $success !default;
|
|
38498
|
-
$gantt-advanced-bg-lighter: tint($gantt-advanced-bg, 5) !default;
|
|
39403
|
+
$gantt-advanced-bg-lighter: k-color-tint( $gantt-advanced-bg, 5 ) !default;
|
|
38499
39404
|
|
|
38500
39405
|
$gantt-action-on-offset-text: #000000 !default;
|
|
38501
39406
|
$gantt-offset-resize-handler-top: 45% !default;
|
|
@@ -39730,7 +40635,7 @@ $scheduler-event-min-height: 25px !default;
|
|
|
39730
40635
|
$scheduler-event-border-radius: $kendo-border-radius-md !default;
|
|
39731
40636
|
$scheduler-event-line-height: calc( #{$scheduler-event-min-height} - (2 * #{$padding-y-sm}) ) !default;
|
|
39732
40637
|
|
|
39733
|
-
$scheduler-event-bg: tint( $selected-bg, 2 ) !default;
|
|
40638
|
+
$scheduler-event-bg: k-color-tint( $selected-bg, 2 ) !default;
|
|
39734
40639
|
$scheduler-event-text: $selected-text !default;
|
|
39735
40640
|
$scheduler-event-border: null !default;
|
|
39736
40641
|
$scheduler-event-gradient: null !default;
|
|
@@ -39746,31 +40651,31 @@ $scheduler-event-selected-bg: $selected-bg !default;
|
|
|
39746
40651
|
$scheduler-event-selected-text: $selected-text !default;
|
|
39747
40652
|
$scheduler-event-selected-border: null !default;
|
|
39748
40653
|
$scheduler-event-selected-gradient: null !default;
|
|
39749
|
-
$scheduler-event-selected-shadow: inset 0 0 0 3px rgba(
|
|
40654
|
+
$scheduler-event-selected-shadow: inset 0 0 0 3px rgba( white, .5 ) !default;
|
|
39750
40655
|
|
|
39751
40656
|
$scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
39752
40657
|
|
|
39753
|
-
$scheduler-cell-padding-x: map-get( $spacing, 3 ) !default;
|
|
39754
|
-
$scheduler-cell-padding-y: map-get( $spacing, 3 ) !default;
|
|
40658
|
+
$scheduler-cell-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
40659
|
+
$scheduler-cell-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
39755
40660
|
$scheduler-cell-height: $line-height-em !default;
|
|
39756
40661
|
$scheduler-datecolumn-width: 12em !default;
|
|
39757
40662
|
$scheduler-timecolumn-width: 11em !default;
|
|
39758
40663
|
|
|
39759
40664
|
$scheduler-current-time-color: #ff0000 !default;
|
|
39760
40665
|
|
|
39761
|
-
$scheduler-nonwork-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40666
|
+
$scheduler-nonwork-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
39762
40667
|
$scheduler-nonwork-text: null !default;
|
|
39763
40668
|
|
|
39764
40669
|
$scheduler-weekend-bg: null !default;
|
|
39765
40670
|
$scheduler-weekend-text: null !default;
|
|
39766
40671
|
|
|
39767
|
-
$scheduler-othermonth-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
40672
|
+
$scheduler-othermonth-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
39768
40673
|
$scheduler-othermonth-text: null !default;
|
|
39769
40674
|
|
|
39770
|
-
$scheduler-yearview-padding-x: map-get( $spacing, 4 ) !default;
|
|
40675
|
+
$scheduler-yearview-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
39771
40676
|
$scheduler-yearview-padding-y: $scheduler-yearview-padding-x !default;
|
|
39772
40677
|
|
|
39773
|
-
$scheduler-yearview-calendar-gap: map-get( $spacing, 4 ) !default;
|
|
40678
|
+
$scheduler-yearview-calendar-gap: k-map-get( $spacing, 4 ) !default;
|
|
39774
40679
|
|
|
39775
40680
|
$scheduler-yearview-indicator-size: 3px !default;
|
|
39776
40681
|
$scheduler-yearview-indicator-calc-offset-top: calc( #{$calendar-cell-size} - (#{$calendar-cell-padding-y} * 2)) !default;
|
|
@@ -39779,13 +40684,13 @@ $scheduler-yearview-indicator-border-radius: 50% !default;
|
|
|
39779
40684
|
$scheduler-yearview-indicator-bg: $primary !default;
|
|
39780
40685
|
$scheduler-yearview-indicator-selected-bg: $primary-contrast !default;
|
|
39781
40686
|
|
|
39782
|
-
$scheduler-tooltip-padding-x: map-get( $spacing, 3 ) !default;
|
|
40687
|
+
$scheduler-tooltip-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
39783
40688
|
$scheduler-tooltip-padding-y: $scheduler-tooltip-padding-x !default;
|
|
39784
40689
|
$scheduler-tooltip-border-width: 0 !default;
|
|
39785
40690
|
$scheduler-tooltip-bg: $primary-contrast !default;
|
|
39786
40691
|
$scheduler-tooltip-text: $base-text !default;
|
|
39787
40692
|
$scheduler-tooltip-border: null !default;
|
|
39788
|
-
$scheduler-tooltip-shadow: 0px 0px 10px rgba(
|
|
40693
|
+
$scheduler-tooltip-shadow: 0px 0px 10px rgba( black, .2 ) !default;
|
|
39789
40694
|
|
|
39790
40695
|
$scheduler-tooltip-title-margin-y: $padding-y-lg !default;
|
|
39791
40696
|
$scheduler-tooltip-month-font-size: $font-size-sm !default;
|
|
@@ -41303,7 +42208,7 @@ $chat-bubble-hover-shadow: none !default;
|
|
|
41303
42208
|
$chat-bubble-selected-shadow: none !default;
|
|
41304
42209
|
|
|
41305
42210
|
$chat-alt-bubble-bg: $primary !default;
|
|
41306
|
-
$chat-alt-bubble-text: contrast-
|
|
42211
|
+
$chat-alt-bubble-text: k-contrast-color( $chat-alt-bubble-bg ) !default;
|
|
41307
42212
|
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;
|
|
41308
42213
|
$chat-alt-bubble-shadow: none !default;
|
|
41309
42214
|
$chat-alt-bubble-hover-shadow: none !default;
|
|
@@ -42007,8 +42912,8 @@ $mediaplayer-bg: $component-bg !default;
|
|
|
42007
42912
|
$mediaplayer-text: $component-text !default;
|
|
42008
42913
|
$mediaplayer-border: $component-border !default;
|
|
42009
42914
|
|
|
42010
|
-
$mediaplayer-titlebar-padding-x: map-get( $spacing, 2 ) !default;
|
|
42011
|
-
$mediaplayer-titlebar-padding-y: map-get( $spacing, 2 ) !default;
|
|
42915
|
+
$mediaplayer-titlebar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
42916
|
+
$mediaplayer-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
42012
42917
|
$mediaplayer-titlebar-bg: null !default;
|
|
42013
42918
|
$mediaplayer-titlebar-text: $mediaplayer-bg !default;
|
|
42014
42919
|
$mediaplayer-titlebar-border: null !default;
|
|
@@ -42193,9 +43098,9 @@ $timeline-mobile-spacing-y: $padding-x !default;
|
|
|
42193
43098
|
$timeline-track-arrow-width: 38px !default;
|
|
42194
43099
|
$timeline-track-arrow-height: 38px !default;
|
|
42195
43100
|
|
|
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;
|
|
43101
|
+
$timeline-track-arrow-disabled-text: k-true-mix( $kendo-button-text, $body-bg, 65% ) !default;
|
|
43102
|
+
$timeline-track-arrow-disabled-bg: k-true-mix( $kendo-button-bg, $body-bg, 65% ) !default;
|
|
43103
|
+
$timeline-track-arrow-disabled-border: k-true-mix( $kendo-button-border, $body-bg, 65% ) !default;
|
|
42199
43104
|
|
|
42200
43105
|
$timeline-track-size: 6px !default;
|
|
42201
43106
|
$timeline-track-wrap-padding-bottom: $timeline-track-size / 2 !default;
|
|
@@ -42207,7 +43112,7 @@ $timeline-track-end-calc: calc(#{$timeline-track-arrow-width} - 2 * #{$timeline-
|
|
|
42207
43112
|
$timeline-track-bg: $kendo-button-bg !default;
|
|
42208
43113
|
$timeline-track-border-color: $timeline-track-bg !default;
|
|
42209
43114
|
|
|
42210
|
-
$timeline-track-item-focus-shadow: 0 0 0 3px rgba($primary, .5) !default;
|
|
43115
|
+
$timeline-track-item-focus-shadow: 0 0 0 3px rgba( $primary, .5 ) !default;
|
|
42211
43116
|
|
|
42212
43117
|
$timeline-track-event-offset: 36px !default;
|
|
42213
43118
|
|
|
@@ -42219,7 +43124,7 @@ $timeline-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-spa
|
|
|
42219
43124
|
$timeline-mobile-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-mobile-spacing-x}) !default;
|
|
42220
43125
|
$timeline-horizontal-flag-min-width: 80px !default;
|
|
42221
43126
|
$timeline-flag-bg: $primary !default;
|
|
42222
|
-
$timeline-flag-text: contrast-
|
|
43127
|
+
$timeline-flag-text: k-contrast-color( $timeline-flag-bg ) !default;
|
|
42223
43128
|
|
|
42224
43129
|
$timeline-flag-callout-width: 10px !default;
|
|
42225
43130
|
$timeline-flag-callout-height: 10px !default;
|
|
@@ -42829,14 +43734,14 @@ $pdf-viewer-page-spacing: 30px !default;
|
|
|
42829
43734
|
$pdf-viewer-page-bg: white !default;
|
|
42830
43735
|
$pdf-viewer-page-text: $component-text !default;
|
|
42831
43736
|
$pdf-viewer-page-border: $component-border !default;
|
|
42832
|
-
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing
|
|
43737
|
+
$pdf-viewer-page-shadow: 0 0 k-math-div( $pdf-viewer-page-spacing, 2 ) $pdf-viewer-page-border !default;
|
|
42833
43738
|
|
|
42834
43739
|
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
42835
43740
|
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
42836
43741
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
42837
43742
|
|
|
42838
43743
|
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
42839
|
-
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
43744
|
+
$pdf-viewer-search-panel-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
42840
43745
|
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
42841
43746
|
$pdf-viewer-search-panel-text: $component-text !default;
|
|
42842
43747
|
$pdf-viewer-search-panel-border: $component-border !default;
|
|
@@ -43277,7 +44182,7 @@ $scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
|
43277
44182
|
$scrollview-pagebutton-border: $kendo-button-border !default;
|
|
43278
44183
|
$scrollview-pagebutton-primary-bg: $primary !default;
|
|
43279
44184
|
$scrollview-pagebutton-primary-border: $primary !default;
|
|
43280
|
-
$scrollview-pagebutton-shadow: 0 0 0 2px rgba(
|
|
44185
|
+
$scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
43281
44186
|
|
|
43282
44187
|
$scrollview-pager-offset: 0 !default;
|
|
43283
44188
|
$scrollview-pager-item-spacing: 20px !default;
|
|
@@ -43291,14 +44196,14 @@ $scrollview-pager-multidot-step: 1px !default;
|
|
|
43291
44196
|
$scrollview-arrow-icon-size: 4.5em !default;
|
|
43292
44197
|
$scrollview-arrow-tap-highlight-color: $rgba-transparent !default;
|
|
43293
44198
|
$scrollview-navigation-color: white !default;
|
|
43294
|
-
$scrollview-navigation-icon-shadow: rgba(
|
|
43295
|
-
$scrollview-navigation-bg: rgba(
|
|
44199
|
+
$scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
44200
|
+
$scrollview-navigation-bg: rgba( black, 0 ) !default;
|
|
43296
44201
|
$scrollview-navigation-default-opacity: .7 !default;
|
|
43297
44202
|
$scrollview-navigation-hover-opacity: 1 !default;
|
|
43298
44203
|
$scrollview-navigation-hover-span-bg: null !default;
|
|
43299
44204
|
|
|
43300
|
-
$scrollview-light-bg: rgba(
|
|
43301
|
-
$scrollview-dark-bg: rgba(
|
|
44205
|
+
$scrollview-light-bg: rgba( white, .4 ) !default;
|
|
44206
|
+
$scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
43302
44207
|
|
|
43303
44208
|
$scrollview-transition-duration: .3s !default;
|
|
43304
44209
|
$scrollview-transition-timing-function: ease-in-out !default;
|
|
@@ -43511,7 +44416,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43511
44416
|
|
|
43512
44417
|
// #endregion
|
|
43513
44418
|
// #region @import "_theme.scss"; -> packages/bootstrap/scss/scrollview/_theme.scss
|
|
43514
|
-
@include exports("scrollview/theme") {
|
|
44419
|
+
@include exports( "scrollview/theme" ) {
|
|
43515
44420
|
|
|
43516
44421
|
// refactor when https://github.com/telerik/kendo-angular-scrollview/issues/130 is done
|
|
43517
44422
|
kendo-scrollview.k-scrollview-wrap,
|
|
@@ -43600,7 +44505,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43600
44505
|
}
|
|
43601
44506
|
|
|
43602
44507
|
.k-scrollview-pageable > .k-button {
|
|
43603
|
-
box-shadow: inset 0 0 2px rgba(
|
|
44508
|
+
box-shadow: inset 0 0 2px rgba( black, .08 );
|
|
43604
44509
|
}
|
|
43605
44510
|
|
|
43606
44511
|
}
|
|
@@ -43638,50 +44543,50 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
43638
44543
|
/// The first base series color and its light and dark shades.
|
|
43639
44544
|
/// @group charts
|
|
43640
44545
|
$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;
|
|
44546
|
+
$series-a-dark: k-color-mix( black, $series-a, 25% ) !default;
|
|
44547
|
+
$series-a-darker: k-color-mix( black, $series-a, 50% ) !default;
|
|
44548
|
+
$series-a-light: k-color-mix( white, $series-a, 25% ) !default;
|
|
44549
|
+
$series-a-lighter: k-color-mix( white, $series-a, 50% ) !default;
|
|
43645
44550
|
|
|
43646
44551
|
/// The second base series color and its light and dark shades.
|
|
43647
44552
|
/// @group charts
|
|
43648
44553
|
$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;
|
|
44554
|
+
$series-b-dark: k-color-mix( black, $series-b, 25% ) !default;
|
|
44555
|
+
$series-b-darker: k-color-mix( black, $series-b, 50% ) !default;
|
|
44556
|
+
$series-b-light: k-color-mix( white, $series-b, 25% ) !default;
|
|
44557
|
+
$series-b-lighter: k-color-mix( white, $series-b, 50% ) !default;
|
|
43653
44558
|
|
|
43654
44559
|
/// The third base series color and its light and dark shades.
|
|
43655
44560
|
/// @group charts
|
|
43656
44561
|
$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;
|
|
44562
|
+
$series-c-dark: k-color-mix( black, $series-c, 25% ) !default;
|
|
44563
|
+
$series-c-darker: k-color-mix( black, $series-c, 50% ) !default;
|
|
44564
|
+
$series-c-light: k-color-mix( white, $series-c, 25% ) !default;
|
|
44565
|
+
$series-c-lighter: k-color-mix( white, $series-c, 50% ) !default;
|
|
43661
44566
|
|
|
43662
44567
|
/// The fourth base series color and its light and dark shades.
|
|
43663
44568
|
/// @group charts
|
|
43664
44569
|
$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;
|
|
44570
|
+
$series-d-dark: k-color-mix( black, $series-d, 25% ) !default;
|
|
44571
|
+
$series-d-darker: k-color-mix( black, $series-d, 50% ) !default;
|
|
44572
|
+
$series-d-light: k-color-mix( white, $series-d, 25% ) !default;
|
|
44573
|
+
$series-d-lighter: k-color-mix( white, $series-d, 50% ) !default;
|
|
43669
44574
|
|
|
43670
44575
|
/// The fifth base series color and its light and dark shades.
|
|
43671
44576
|
/// @group charts
|
|
43672
44577
|
$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;
|
|
44578
|
+
$series-e-dark: k-color-mix( black, $series-e, 25% ) !default;
|
|
44579
|
+
$series-e-darker: k-color-mix( black, $series-e, 50% ) !default;
|
|
44580
|
+
$series-e-light: k-color-mix( white, $series-e, 25% ) !default;
|
|
44581
|
+
$series-e-lighter: k-color-mix( white, $series-e, 50% ) !default;
|
|
43677
44582
|
|
|
43678
44583
|
/// The sixth base series color and its light and dark shades.
|
|
43679
44584
|
/// @group charts
|
|
43680
44585
|
$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;
|
|
44586
|
+
$series-f-dark: k-color-mix( black, $series-f, 25% ) !default;
|
|
44587
|
+
$series-f-darker: k-color-mix( black, $series-f, 50% ) !default;
|
|
44588
|
+
$series-f-light: k-color-mix( white, $series-f, 25% ) !default;
|
|
44589
|
+
$series-f-lighter: k-color-mix( white, $series-f, 50% ) !default;
|
|
43685
44590
|
|
|
43686
44591
|
/// The series colors in order:
|
|
43687
44592
|
/// base, light, dark, lighter, darker
|
|
@@ -43750,7 +44655,7 @@ $chart-border: $component-border !default;
|
|
|
43750
44655
|
|
|
43751
44656
|
$chart-crosshair-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
43752
44657
|
$chart-crosshair-shared-tooltip-color: $chart-text !default;
|
|
43753
|
-
$chart-crosshair-shared-tooltip-background: try-shade( $chart-bg, 1 ) !default;
|
|
44658
|
+
$chart-crosshair-shared-tooltip-background: k-try-shade( $chart-bg, 1 ) !default;
|
|
43754
44659
|
$chart-crosshair-shared-tooltip-border: rgba( if( $dark-theme, $white, $black ), .08) !default;
|
|
43755
44660
|
|
|
43756
44661
|
$chart-notes-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
@@ -44702,7 +45607,7 @@ $map-marker-fill: $primary !default;
|
|
|
44702
45607
|
// Component
|
|
44703
45608
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/orgchart/_variables.scss
|
|
44704
45609
|
// Orgchart
|
|
44705
|
-
$orgchart-spacer: map-get( $spacing, 6 ) !default;
|
|
45610
|
+
$orgchart-spacer: k-map-get( $spacing, 6 ) !default;
|
|
44706
45611
|
$orgchart-padding-y: $orgchart-spacer !default;
|
|
44707
45612
|
$orgchart-padding-x: $orgchart-padding-y !default;
|
|
44708
45613
|
$orgchart-font-family: $font-family !default;
|
|
@@ -44952,15 +45857,15 @@ $kendo-signature-lg-min-height: 110px;
|
|
|
44952
45857
|
$kendo-signature-maximized-width: 750px !default;
|
|
44953
45858
|
$kendo-signature-maximized-height: 252px !default;
|
|
44954
45859
|
|
|
44955
|
-
$kendo-signature-padding-x: map-get( $spacing, 3 ) !default;
|
|
44956
|
-
$kendo-signature-padding-x-sm: map-get( $spacing, 2 ) !default;
|
|
45860
|
+
$kendo-signature-padding-x: k-map-get( $spacing, 3 ) !default;
|
|
45861
|
+
$kendo-signature-padding-x-sm: k-map-get( $spacing, 2 ) !default;
|
|
44957
45862
|
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
44958
|
-
$kendo-signature-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
45863
|
+
$kendo-signature-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
44959
45864
|
|
|
44960
|
-
$kendo-signature-padding-y: map-get( $spacing, 1 ) !default;
|
|
44961
|
-
$kendo-signature-padding-y-sm: map-get( $spacing, thin ) !default;
|
|
45865
|
+
$kendo-signature-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
45866
|
+
$kendo-signature-padding-y-sm: k-map-get( $spacing, thin ) !default;
|
|
44962
45867
|
$kendo-signature-padding-y-md: $kendo-signature-padding-y !default;
|
|
44963
|
-
$kendo-signature-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
45868
|
+
$kendo-signature-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
44964
45869
|
|
|
44965
45870
|
$kendo-signature-line-width: 1px !default;
|
|
44966
45871
|
$kendo-signature-line-style: dashed !default;
|
|
@@ -44991,8 +45896,8 @@ $kendo-signature-sizes: (
|
|
|
44991
45896
|
)
|
|
44992
45897
|
) !default;
|
|
44993
45898
|
|
|
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;
|
|
45899
|
+
$kendo-signature-actions-gap: k-map-get( $spacing, 1 ) !default;
|
|
45900
|
+
$kendo-signature-maximized-line-width: k-map-get( $spacing, 1 ) - k-map-get( $spacing, hair ) !default;
|
|
44996
45901
|
|
|
44997
45902
|
// #endregion
|
|
44998
45903
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/signature/_layout.scss
|
|
@@ -45034,6 +45939,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
45034
45939
|
height: 100%;
|
|
45035
45940
|
display: block;
|
|
45036
45941
|
z-index: 1;
|
|
45942
|
+
outline: none;
|
|
45037
45943
|
}
|
|
45038
45944
|
|
|
45039
45945
|
.k-signature-line {
|