@progress/kendo-theme-bootstrap 5.4.2-dev.6 → 5.5.1-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +348 -362
- package/dist/all.scss +436 -281
- 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 +8 -11
- package/scss/breadcrumb/_layout.scss +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/button/_variables.scss +36 -16
- package/scss/chip/_variables.scss +2 -2
- package/scss/grid/_theme.scss +25 -25
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +21 -4
- package/scss/list/_variables.scss +6 -6
- package/scss/pager/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +1 -0
- package/scss/scrollview/_theme.scss +4 -4
- package/scss/signature/_index.scss +10 -0
- package/scss/signature/_layout.scss +1 -0
- package/scss/signature/_theme.scss +1 -0
- package/scss/signature/_variables.scss +45 -0
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/tabstrip/_theme.scss +4 -4
- package/scss/treeview/_variables.scss +5 -5
package/dist/all.css
CHANGED
|
@@ -6563,32 +6563,23 @@ kendo-sortable {
|
|
|
6563
6563
|
}
|
|
6564
6564
|
|
|
6565
6565
|
.k-user-select-none {
|
|
6566
|
-
|
|
6567
|
-
-ms-user-select: none !important;
|
|
6568
|
-
user-select: none !important;
|
|
6566
|
+
user-select: none !important;
|
|
6569
6567
|
}
|
|
6570
6568
|
|
|
6571
6569
|
.k-user-select-auto {
|
|
6572
|
-
|
|
6573
|
-
-ms-user-select: auto !important;
|
|
6574
|
-
user-select: auto !important;
|
|
6570
|
+
user-select: auto !important;
|
|
6575
6571
|
}
|
|
6576
6572
|
|
|
6577
6573
|
.k-user-select-text {
|
|
6578
|
-
|
|
6579
|
-
-ms-user-select: text !important;
|
|
6580
|
-
user-select: text !important;
|
|
6574
|
+
user-select: text !important;
|
|
6581
6575
|
}
|
|
6582
6576
|
|
|
6583
6577
|
.k-user-select-all {
|
|
6584
|
-
|
|
6585
|
-
user-select: all !important;
|
|
6578
|
+
user-select: all !important;
|
|
6586
6579
|
}
|
|
6587
6580
|
|
|
6588
6581
|
.k-user-select-contain {
|
|
6589
|
-
|
|
6590
|
-
-ms-user-select: element !important;
|
|
6591
|
-
user-select: contain !important;
|
|
6582
|
+
user-select: contain !important;
|
|
6592
6583
|
}
|
|
6593
6584
|
|
|
6594
6585
|
.k-cursor-auto {
|
|
@@ -11341,15 +11332,16 @@ kendo-sortable {
|
|
|
11341
11332
|
}
|
|
11342
11333
|
|
|
11343
11334
|
.k-list-sm {
|
|
11344
|
-
font-size:
|
|
11335
|
+
font-size: 0.875rem;
|
|
11336
|
+
line-height: 1.4285714286;
|
|
11345
11337
|
}
|
|
11346
11338
|
|
|
11347
11339
|
.k-list-sm .k-list-group-sticky-header {
|
|
11348
|
-
padding: 0.
|
|
11340
|
+
padding: 0.25rem 1rem;
|
|
11349
11341
|
}
|
|
11350
11342
|
|
|
11351
11343
|
.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
|
|
11352
|
-
padding: 0.
|
|
11344
|
+
padding: 0.25rem 1rem;
|
|
11353
11345
|
}
|
|
11354
11346
|
|
|
11355
11347
|
.k-list-sm .k-list-group-item {
|
|
@@ -11377,11 +11369,11 @@ kendo-sortable {
|
|
|
11377
11369
|
}
|
|
11378
11370
|
|
|
11379
11371
|
.k-list-lg .k-list-group-sticky-header {
|
|
11380
|
-
padding: 0.
|
|
11372
|
+
padding: 0.5rem 1rem;
|
|
11381
11373
|
}
|
|
11382
11374
|
|
|
11383
11375
|
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
|
|
11384
|
-
padding: 0.
|
|
11376
|
+
padding: 0.5rem 1rem;
|
|
11385
11377
|
}
|
|
11386
11378
|
|
|
11387
11379
|
.k-list-lg .k-list-group-item {
|
|
@@ -11885,18 +11877,18 @@ a.k-badge:hover,
|
|
|
11885
11877
|
}
|
|
11886
11878
|
|
|
11887
11879
|
.k-badge-circle.k-badge-sm {
|
|
11888
|
-
width: calc(
|
|
11889
|
-
height: calc(
|
|
11880
|
+
width: calc( 1em + 0.35em + 2px);
|
|
11881
|
+
height: calc( 1em + 0.35em + 2px);
|
|
11890
11882
|
}
|
|
11891
11883
|
|
|
11892
11884
|
.k-badge-circle.k-badge-md {
|
|
11893
|
-
width: calc(
|
|
11894
|
-
height: calc(
|
|
11885
|
+
width: calc( 1em + 0.7em + 2px);
|
|
11886
|
+
height: calc( 1em + 0.7em + 2px);
|
|
11895
11887
|
}
|
|
11896
11888
|
|
|
11897
11889
|
.k-badge-circle.k-badge-lg {
|
|
11898
|
-
width: calc(
|
|
11899
|
-
height: calc(
|
|
11890
|
+
width: calc( 1.25em + 1.05em + 2px);
|
|
11891
|
+
height: calc( 1.25em + 1.05em + 2px);
|
|
11900
11892
|
}
|
|
11901
11893
|
|
|
11902
11894
|
.k-badge-dot {
|
|
@@ -12148,9 +12140,7 @@ kendo-badge-container {
|
|
|
12148
12140
|
justify-content: center;
|
|
12149
12141
|
gap: 0.5rem;
|
|
12150
12142
|
vertical-align: middle;
|
|
12151
|
-
|
|
12152
|
-
-ms-user-select: none;
|
|
12153
|
-
user-select: none;
|
|
12143
|
+
user-select: none;
|
|
12154
12144
|
cursor: pointer;
|
|
12155
12145
|
outline: none;
|
|
12156
12146
|
-webkit-appearance: none;
|
|
@@ -12199,48 +12189,48 @@ kendo-badge-container {
|
|
|
12199
12189
|
}
|
|
12200
12190
|
|
|
12201
12191
|
.k-button-sm {
|
|
12202
|
-
padding: 0.25rem 0.
|
|
12203
|
-
font-size:
|
|
12204
|
-
line-height: 1.
|
|
12192
|
+
padding: 0.25rem 0.5rem;
|
|
12193
|
+
font-size: 0.875rem;
|
|
12194
|
+
line-height: 1.4285714286;
|
|
12205
12195
|
}
|
|
12206
12196
|
|
|
12207
|
-
.k-button-
|
|
12208
|
-
padding: 0.
|
|
12209
|
-
font-size: 1rem;
|
|
12210
|
-
line-height: 1.5;
|
|
12197
|
+
.k-button-sm.k-icon-button {
|
|
12198
|
+
padding: 0.25rem;
|
|
12211
12199
|
}
|
|
12212
12200
|
|
|
12213
|
-
.k-button-
|
|
12214
|
-
|
|
12215
|
-
|
|
12216
|
-
line-height: 1.5;
|
|
12201
|
+
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12202
|
+
min-width: calc( 0.875rem * 1.4285714286);
|
|
12203
|
+
min-height: calc( 0.875rem * 1.4285714286);
|
|
12217
12204
|
}
|
|
12218
12205
|
|
|
12219
|
-
.k-
|
|
12220
|
-
padding: 0.
|
|
12206
|
+
.k-button-md {
|
|
12207
|
+
padding: 0.375rem 0.75rem;
|
|
12208
|
+
font-size: 1rem;
|
|
12209
|
+
line-height: 1.5;
|
|
12221
12210
|
}
|
|
12222
12211
|
|
|
12223
|
-
.k-
|
|
12224
|
-
|
|
12225
|
-
min-height: 1.5rem;
|
|
12212
|
+
.k-button-md.k-icon-button {
|
|
12213
|
+
padding: 0.375rem;
|
|
12226
12214
|
}
|
|
12227
12215
|
|
|
12228
|
-
.k-icon-button.k-button-
|
|
12229
|
-
|
|
12216
|
+
.k-button-md.k-icon-button > .k-button-icon {
|
|
12217
|
+
min-width: calc( 1rem * 1.5);
|
|
12218
|
+
min-height: calc( 1rem * 1.5);
|
|
12230
12219
|
}
|
|
12231
12220
|
|
|
12232
|
-
.k-
|
|
12233
|
-
|
|
12234
|
-
|
|
12221
|
+
.k-button-lg {
|
|
12222
|
+
padding: 0.5rem 1rem;
|
|
12223
|
+
font-size: 1rem;
|
|
12224
|
+
line-height: 1.5;
|
|
12235
12225
|
}
|
|
12236
12226
|
|
|
12237
|
-
.k-
|
|
12227
|
+
.k-button-lg.k-icon-button {
|
|
12238
12228
|
padding: 0.5rem;
|
|
12239
12229
|
}
|
|
12240
12230
|
|
|
12241
|
-
.k-
|
|
12242
|
-
min-width: 1.
|
|
12243
|
-
min-height: 1.
|
|
12231
|
+
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12232
|
+
min-width: calc( 1rem * 1.5);
|
|
12233
|
+
min-height: calc( 1rem * 1.5);
|
|
12244
12234
|
}
|
|
12245
12235
|
|
|
12246
12236
|
.k-button-square {
|
|
@@ -13423,20 +13413,11 @@ kendo-badge-container {
|
|
|
13423
13413
|
margin: 0;
|
|
13424
13414
|
}
|
|
13425
13415
|
|
|
13426
|
-
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13427
|
-
color: #6c757d;
|
|
13428
|
-
opacity: 1;
|
|
13429
|
-
-ms-user-select: none;
|
|
13430
|
-
user-select: none;
|
|
13431
|
-
}
|
|
13432
|
-
|
|
13433
13416
|
.k-input::placeholder,
|
|
13434
13417
|
.k-picker::placeholder {
|
|
13435
13418
|
color: #6c757d;
|
|
13436
13419
|
opacity: 1;
|
|
13437
|
-
|
|
13438
|
-
-ms-user-select: none;
|
|
13439
|
-
user-select: none;
|
|
13420
|
+
user-select: none;
|
|
13440
13421
|
}
|
|
13441
13422
|
|
|
13442
13423
|
.k-input:-ms-input-placeholder,
|
|
@@ -13485,8 +13466,7 @@ textarea.k-textarea[disabled] {
|
|
|
13485
13466
|
|
|
13486
13467
|
select.k-picker {
|
|
13487
13468
|
padding: 0.375rem 0.75rem;
|
|
13488
|
-
|
|
13489
|
-
appearance: auto;
|
|
13469
|
+
appearance: auto;
|
|
13490
13470
|
}
|
|
13491
13471
|
|
|
13492
13472
|
select.k-picker:disabled, select.k-picker[disabled] {
|
|
@@ -13527,19 +13507,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13527
13507
|
display: none;
|
|
13528
13508
|
}
|
|
13529
13509
|
|
|
13530
|
-
.k-input-inner:-ms-input-placeholder {
|
|
13531
|
-
color: #6c757d;
|
|
13532
|
-
opacity: 1;
|
|
13533
|
-
-ms-user-select: none;
|
|
13534
|
-
user-select: none;
|
|
13535
|
-
}
|
|
13536
|
-
|
|
13537
13510
|
.k-input-inner::placeholder {
|
|
13538
13511
|
color: #6c757d;
|
|
13539
13512
|
opacity: 1;
|
|
13540
|
-
|
|
13541
|
-
-ms-user-select: none;
|
|
13542
|
-
user-select: none;
|
|
13513
|
+
user-select: none;
|
|
13543
13514
|
}
|
|
13544
13515
|
|
|
13545
13516
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13746,8 +13717,8 @@ textarea.k-input-inner {
|
|
|
13746
13717
|
|
|
13747
13718
|
.k-input-sm,
|
|
13748
13719
|
.k-picker-sm {
|
|
13749
|
-
font-size:
|
|
13750
|
-
line-height: 1.
|
|
13720
|
+
font-size: 0.875rem;
|
|
13721
|
+
line-height: 1.4285714286;
|
|
13751
13722
|
}
|
|
13752
13723
|
|
|
13753
13724
|
.k-input-sm .k-input-values,
|
|
@@ -13767,7 +13738,7 @@ textarea.k-input-inner {
|
|
|
13767
13738
|
|
|
13768
13739
|
.k-input-sm .k-input-inner,
|
|
13769
13740
|
.k-picker-sm .k-input-inner {
|
|
13770
|
-
padding: 0.25rem 0.
|
|
13741
|
+
padding: 0.25rem 0.5rem;
|
|
13771
13742
|
}
|
|
13772
13743
|
|
|
13773
13744
|
.k-input-sm .k-input-button,
|
|
@@ -13791,14 +13762,14 @@ textarea.k-input-inner {
|
|
|
13791
13762
|
.k-picker-sm .k-clear-value,
|
|
13792
13763
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13793
13764
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13794
|
-
width: calc(16px + 0.5rem);
|
|
13795
|
-
height: calc(16px + 0.5rem);
|
|
13765
|
+
width: calc( 16px + 0.5rem);
|
|
13766
|
+
height: calc( 16px + 0.5rem);
|
|
13796
13767
|
}
|
|
13797
13768
|
|
|
13798
13769
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13799
13770
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13800
|
-
width: 1.
|
|
13801
|
-
height: 1.
|
|
13771
|
+
width: calc( 1.4285714286em);
|
|
13772
|
+
height: calc( 1.4285714286em);
|
|
13802
13773
|
padding: 0.25rem;
|
|
13803
13774
|
box-sizing: content-box;
|
|
13804
13775
|
}
|
|
@@ -13854,14 +13825,14 @@ textarea.k-input-inner {
|
|
|
13854
13825
|
.k-picker-md .k-clear-value,
|
|
13855
13826
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13856
13827
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13857
|
-
width: calc(16px + 0.75rem);
|
|
13858
|
-
height: calc(16px + 0.75rem);
|
|
13828
|
+
width: calc( 16px + 0.75rem);
|
|
13829
|
+
height: calc( 16px + 0.75rem);
|
|
13859
13830
|
}
|
|
13860
13831
|
|
|
13861
13832
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13862
13833
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13863
|
-
width: 1.5em;
|
|
13864
|
-
height: 1.5em;
|
|
13834
|
+
width: calc( 1.5em);
|
|
13835
|
+
height: calc( 1.5em);
|
|
13865
13836
|
padding: 0.375rem;
|
|
13866
13837
|
box-sizing: content-box;
|
|
13867
13838
|
}
|
|
@@ -13893,7 +13864,7 @@ textarea.k-input-inner {
|
|
|
13893
13864
|
|
|
13894
13865
|
.k-input-lg .k-input-inner,
|
|
13895
13866
|
.k-picker-lg .k-input-inner {
|
|
13896
|
-
padding: 0.5rem
|
|
13867
|
+
padding: 0.5rem 1rem;
|
|
13897
13868
|
}
|
|
13898
13869
|
|
|
13899
13870
|
.k-input-lg .k-input-button,
|
|
@@ -13917,14 +13888,14 @@ textarea.k-input-inner {
|
|
|
13917
13888
|
.k-picker-lg .k-clear-value,
|
|
13918
13889
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13919
13890
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13920
|
-
width: calc(16px + 1rem);
|
|
13921
|
-
height: calc(16px + 1rem);
|
|
13891
|
+
width: calc( 16px + 1rem);
|
|
13892
|
+
height: calc( 16px + 1rem);
|
|
13922
13893
|
}
|
|
13923
13894
|
|
|
13924
13895
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13925
13896
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13926
|
-
width: 1.5em;
|
|
13927
|
-
height: 1.5em;
|
|
13897
|
+
width: calc( 1.5em);
|
|
13898
|
+
height: calc( 1.5em);
|
|
13928
13899
|
padding: 0.5rem;
|
|
13929
13900
|
box-sizing: content-box;
|
|
13930
13901
|
}
|
|
@@ -14191,7 +14162,7 @@ textarea.k-input-inner {
|
|
|
14191
14162
|
}
|
|
14192
14163
|
|
|
14193
14164
|
.k-floating-label-container {
|
|
14194
|
-
padding-top: 1.
|
|
14165
|
+
padding-top: calc( 1.5 * 1rem);
|
|
14195
14166
|
box-sizing: border-box;
|
|
14196
14167
|
display: inline-flex;
|
|
14197
14168
|
vertical-align: middle;
|
|
@@ -14213,8 +14184,8 @@ textarea.k-input-inner {
|
|
|
14213
14184
|
white-space: nowrap;
|
|
14214
14185
|
text-overflow: ellipsis;
|
|
14215
14186
|
position: absolute;
|
|
14216
|
-
top: calc(1.
|
|
14217
|
-
left: calc(0.75rem + 1px);
|
|
14187
|
+
top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
|
|
14188
|
+
left: calc( 0.75rem + 1px);
|
|
14218
14189
|
overflow: hidden;
|
|
14219
14190
|
cursor: text;
|
|
14220
14191
|
transform-origin: left center;
|
|
@@ -14227,8 +14198,8 @@ textarea.k-input-inner {
|
|
|
14227
14198
|
}
|
|
14228
14199
|
|
|
14229
14200
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14230
|
-
top: calc(1.
|
|
14231
|
-
left: calc(0.75rem + 1px);
|
|
14201
|
+
top: calc( calc( 1.5 * 1rem) + 1px + 0.375rem);
|
|
14202
|
+
left: calc( 0.75rem + 1px);
|
|
14232
14203
|
transform: scale(1);
|
|
14233
14204
|
pointer-events: none;
|
|
14234
14205
|
}
|
|
@@ -14247,10 +14218,6 @@ textarea.k-input-inner {
|
|
|
14247
14218
|
transform: scale(1);
|
|
14248
14219
|
}
|
|
14249
14220
|
|
|
14250
|
-
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
|
|
14251
|
-
color: transparent;
|
|
14252
|
-
}
|
|
14253
|
-
|
|
14254
14221
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14255
14222
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14256
14223
|
color: transparent;
|
|
@@ -14266,7 +14233,7 @@ textarea.k-input-inner {
|
|
|
14266
14233
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14267
14234
|
.k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
|
|
14268
14235
|
left: auto;
|
|
14269
|
-
right: calc(0.75rem + 1px);
|
|
14236
|
+
right: calc( 0.75rem + 1px);
|
|
14270
14237
|
}
|
|
14271
14238
|
|
|
14272
14239
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -14859,9 +14826,7 @@ textarea.k-input-inner {
|
|
|
14859
14826
|
position: relative;
|
|
14860
14827
|
overflow: hidden;
|
|
14861
14828
|
cursor: pointer;
|
|
14862
|
-
|
|
14863
|
-
-ms-user-select: none;
|
|
14864
|
-
user-select: none;
|
|
14829
|
+
user-select: none;
|
|
14865
14830
|
}
|
|
14866
14831
|
|
|
14867
14832
|
.k-chip *,
|
|
@@ -14974,7 +14939,7 @@ textarea.k-input-inner {
|
|
|
14974
14939
|
|
|
14975
14940
|
.k-chip-sm {
|
|
14976
14941
|
padding: 0.125rem 0.25rem;
|
|
14977
|
-
font-size:
|
|
14942
|
+
font-size: 0.875rem;
|
|
14978
14943
|
line-height: 1.25;
|
|
14979
14944
|
}
|
|
14980
14945
|
|
|
@@ -15250,7 +15215,7 @@ textarea.k-input-inner {
|
|
|
15250
15215
|
}
|
|
15251
15216
|
|
|
15252
15217
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15253
|
-
width:
|
|
15218
|
+
width: calc( 16px - 2px);
|
|
15254
15219
|
height: 2px;
|
|
15255
15220
|
}
|
|
15256
15221
|
|
|
@@ -15413,32 +15378,32 @@ textarea.k-input-inner {
|
|
|
15413
15378
|
top: 100%;
|
|
15414
15379
|
left: 0;
|
|
15415
15380
|
animation: spinner-3-segment 2s ease infinite;
|
|
15416
|
-
animation-delay: -
|
|
15381
|
+
animation-delay: calc( -2s / 3);
|
|
15417
15382
|
}
|
|
15418
15383
|
|
|
15419
15384
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15420
15385
|
top: 100%;
|
|
15421
15386
|
left: 100%;
|
|
15422
15387
|
animation: spinner-3-segment 2s ease infinite;
|
|
15423
|
-
animation-delay: -
|
|
15388
|
+
animation-delay: calc( -4s / 3);
|
|
15424
15389
|
}
|
|
15425
15390
|
|
|
15426
15391
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15427
15392
|
margin: 0.125rem;
|
|
15428
|
-
width: 0.
|
|
15429
|
-
height: 0.
|
|
15393
|
+
width: calc( 1rem - 0.25rem);
|
|
15394
|
+
height: calc( 0.8660254038rem - 0.25rem);
|
|
15430
15395
|
}
|
|
15431
15396
|
|
|
15432
15397
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15433
15398
|
margin: 0.25rem;
|
|
15434
|
-
width:
|
|
15435
|
-
height: 1.
|
|
15399
|
+
width: calc( 2rem - 0.5rem);
|
|
15400
|
+
height: calc( 1.7320508076rem - 0.5rem);
|
|
15436
15401
|
}
|
|
15437
15402
|
|
|
15438
15403
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15439
15404
|
margin: 0.5rem;
|
|
15440
|
-
width:
|
|
15441
|
-
height:
|
|
15405
|
+
width: calc( 4rem - 1rem);
|
|
15406
|
+
height: calc( 3.4641016152rem - 1rem);
|
|
15442
15407
|
}
|
|
15443
15408
|
|
|
15444
15409
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15818,9 +15783,7 @@ textarea.k-input-inner {
|
|
|
15818
15783
|
flex-flow: column nowrap;
|
|
15819
15784
|
flex: none;
|
|
15820
15785
|
position: relative;
|
|
15821
|
-
|
|
15822
|
-
-ms-user-select: none;
|
|
15823
|
-
user-select: none;
|
|
15786
|
+
user-select: none;
|
|
15824
15787
|
}
|
|
15825
15788
|
|
|
15826
15789
|
.k-menu-item-content {
|
|
@@ -15892,12 +15855,12 @@ textarea.k-input-inner {
|
|
|
15892
15855
|
|
|
15893
15856
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15894
15857
|
padding: 0.25rem 1rem;
|
|
15895
|
-
padding-right: calc(2rem + 16px);
|
|
15858
|
+
padding-right: calc( 2rem + 16px);
|
|
15896
15859
|
}
|
|
15897
15860
|
|
|
15898
15861
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15899
15862
|
margin-inline-start: 1rem;
|
|
15900
|
-
margin-inline-end: calc(-1
|
|
15863
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15901
15864
|
}
|
|
15902
15865
|
|
|
15903
15866
|
.k-menu-vertical > .k-separator {
|
|
@@ -15961,12 +15924,12 @@ textarea.k-input-inner {
|
|
|
15961
15924
|
|
|
15962
15925
|
.k-menu-group-sm .k-menu-link {
|
|
15963
15926
|
padding: 0.125rem 1rem;
|
|
15964
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15927
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
15965
15928
|
}
|
|
15966
15929
|
|
|
15967
15930
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15968
15931
|
margin-inline-start: 1rem;
|
|
15969
|
-
margin-inline-end: calc(-1
|
|
15932
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15970
15933
|
}
|
|
15971
15934
|
|
|
15972
15935
|
.k-menu-group-md {
|
|
@@ -15981,12 +15944,12 @@ textarea.k-input-inner {
|
|
|
15981
15944
|
|
|
15982
15945
|
.k-menu-group-md .k-menu-link {
|
|
15983
15946
|
padding: 0.25rem 1rem;
|
|
15984
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15947
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
15985
15948
|
}
|
|
15986
15949
|
|
|
15987
15950
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15988
15951
|
margin-inline-start: 1rem;
|
|
15989
|
-
margin-inline-end: calc(-1
|
|
15952
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
15990
15953
|
}
|
|
15991
15954
|
|
|
15992
15955
|
.k-menu-group-lg {
|
|
@@ -16001,12 +15964,12 @@ textarea.k-input-inner {
|
|
|
16001
15964
|
|
|
16002
15965
|
.k-menu-group-lg .k-menu-link {
|
|
16003
15966
|
padding: 0.375rem 1rem;
|
|
16004
|
-
padding-inline-end: calc(2rem + 16px);
|
|
15967
|
+
padding-inline-end: calc( 2rem + 16px);
|
|
16005
15968
|
}
|
|
16006
15969
|
|
|
16007
15970
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
16008
15971
|
margin-inline-start: 1rem;
|
|
16009
|
-
margin-inline-end: calc(-1
|
|
15972
|
+
margin-inline-end: calc( -1 * (calc( 2rem + 16px) - 0.5rem));
|
|
16010
15973
|
}
|
|
16011
15974
|
|
|
16012
15975
|
.k-popups-wrapper {
|
|
@@ -16106,13 +16069,13 @@ textarea.k-input-inner {
|
|
|
16106
16069
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16107
16070
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16108
16071
|
padding-right: 1rem;
|
|
16109
|
-
padding-left: calc(2rem + 16px);
|
|
16072
|
+
padding-left: calc( 2rem + 16px);
|
|
16110
16073
|
}
|
|
16111
16074
|
|
|
16112
16075
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16113
16076
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16114
16077
|
padding-right: 1rem;
|
|
16115
|
-
padding-left: calc(2rem + 16px);
|
|
16078
|
+
padding-left: calc( 2rem + 16px);
|
|
16116
16079
|
}
|
|
16117
16080
|
|
|
16118
16081
|
.k-menu.k-menu-horizontal:not(.k-context-menu) {
|
|
@@ -16230,7 +16193,7 @@ textarea.k-input-inner {
|
|
|
16230
16193
|
|
|
16231
16194
|
.k-toolbar::before {
|
|
16232
16195
|
content: "";
|
|
16233
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
16196
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
16234
16197
|
margin-inline-start: -0.5rem;
|
|
16235
16198
|
}
|
|
16236
16199
|
|
|
@@ -16646,7 +16609,8 @@ kendo-label > .k-label {
|
|
|
16646
16609
|
|
|
16647
16610
|
.k-form .k-multiselect,
|
|
16648
16611
|
.k-form .k-floating-label-container,
|
|
16649
|
-
.k-form .k-daterangepicker .k-dateinput
|
|
16612
|
+
.k-form .k-daterangepicker .k-dateinput,
|
|
16613
|
+
.k-form .k-signature {
|
|
16650
16614
|
display: inline-flex;
|
|
16651
16615
|
width: 100%;
|
|
16652
16616
|
}
|
|
@@ -16705,7 +16669,7 @@ kendo-label > .k-label {
|
|
|
16705
16669
|
}
|
|
16706
16670
|
|
|
16707
16671
|
.k-form-horizontal .k-form-field-wrap {
|
|
16708
|
-
max-width: calc(
|
|
16672
|
+
max-width: calc( ( 100% - 25% ) - 10px);
|
|
16709
16673
|
flex: 1 1 auto;
|
|
16710
16674
|
}
|
|
16711
16675
|
|
|
@@ -16772,7 +16736,7 @@ kendo-label > .k-label {
|
|
|
16772
16736
|
width: 25%;
|
|
16773
16737
|
text-align: right;
|
|
16774
16738
|
line-height: 1.5;
|
|
16775
|
-
padding: calc(0.5rem + 1px) 0;
|
|
16739
|
+
padding: calc( 0.5rem + 1px) 0;
|
|
16776
16740
|
padding-right: 1.5rem;
|
|
16777
16741
|
align-self: center;
|
|
16778
16742
|
}
|
|
@@ -16821,7 +16785,7 @@ kendo-label > .k-label {
|
|
|
16821
16785
|
|
|
16822
16786
|
.k-edit-label {
|
|
16823
16787
|
margin: 0 0 1rem 0;
|
|
16824
|
-
padding: calc(0.375rem + 1px) 0;
|
|
16788
|
+
padding: calc( 0.375rem + 1px) 0;
|
|
16825
16789
|
width: 30%;
|
|
16826
16790
|
line-height: 1.5;
|
|
16827
16791
|
text-align: right;
|
|
@@ -16838,7 +16802,7 @@ kendo-label > .k-label {
|
|
|
16838
16802
|
}
|
|
16839
16803
|
|
|
16840
16804
|
.k-edit-field.k-no-editor {
|
|
16841
|
-
padding: calc(0.375rem + 1px) 0;
|
|
16805
|
+
padding: calc( 0.375rem + 1px) 0;
|
|
16842
16806
|
}
|
|
16843
16807
|
|
|
16844
16808
|
.k-edit-field > .k-widget {
|
|
@@ -16890,12 +16854,12 @@ kendo-label > .k-label {
|
|
|
16890
16854
|
}
|
|
16891
16855
|
|
|
16892
16856
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
16893
|
-
padding: calc(0.5rem - 1px) 0;
|
|
16857
|
+
padding: calc( 0.5rem - 1px) 0;
|
|
16894
16858
|
padding-right: 1rem;
|
|
16895
16859
|
}
|
|
16896
16860
|
|
|
16897
16861
|
.k-edit-label {
|
|
16898
|
-
padding: calc(0.5rem - 1px) 0;
|
|
16862
|
+
padding: calc( 0.5rem - 1px) 0;
|
|
16899
16863
|
}
|
|
16900
16864
|
|
|
16901
16865
|
.k-form,
|
|
@@ -17090,7 +17054,7 @@ kendo-label > .k-label {
|
|
|
17090
17054
|
}
|
|
17091
17055
|
|
|
17092
17056
|
.k-validator-tooltip {
|
|
17093
|
-
margin-top: 0.4rem;
|
|
17057
|
+
margin-top: calc( 0.4rem + 0px);
|
|
17094
17058
|
width: auto;
|
|
17095
17059
|
white-space: normal;
|
|
17096
17060
|
display: flex;
|
|
@@ -17369,7 +17333,7 @@ kendo-label > .k-label {
|
|
|
17369
17333
|
}
|
|
17370
17334
|
|
|
17371
17335
|
.k-progressbar-horizontal {
|
|
17372
|
-
width:
|
|
17336
|
+
width: 100%;
|
|
17373
17337
|
height: 1rem;
|
|
17374
17338
|
grid-template-columns: 1fr;
|
|
17375
17339
|
grid-template-rows: 100%;
|
|
@@ -17382,13 +17346,13 @@ kendo-label > .k-label {
|
|
|
17382
17346
|
.k-progressbar-horizontal > .k-state-selected,
|
|
17383
17347
|
.k-progressbar-horizontal > .k-selected {
|
|
17384
17348
|
width: 0;
|
|
17385
|
-
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17349
|
+
width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17386
17350
|
flex-direction: row;
|
|
17387
17351
|
}
|
|
17388
17352
|
|
|
17389
17353
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17390
17354
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17391
|
-
width: calc(100
|
|
17355
|
+
width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17392
17356
|
}
|
|
17393
17357
|
|
|
17394
17358
|
.k-progressbar-horizontal > ul {
|
|
@@ -17419,14 +17383,13 @@ kendo-label > .k-label {
|
|
|
17419
17383
|
}
|
|
17420
17384
|
|
|
17421
17385
|
.k-progressbar-vertical .k-progress-status {
|
|
17422
|
-
|
|
17423
|
-
writing-mode: vertical-lr;
|
|
17386
|
+
writing-mode: vertical-lr;
|
|
17424
17387
|
}
|
|
17425
17388
|
|
|
17426
17389
|
.k-progressbar-vertical > .k-state-selected,
|
|
17427
17390
|
.k-progressbar-vertical > .k-selected {
|
|
17428
17391
|
height: 0;
|
|
17429
|
-
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17392
|
+
height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
17430
17393
|
flex-direction: column-reverse;
|
|
17431
17394
|
align-self: flex-end;
|
|
17432
17395
|
align-items: flex-end;
|
|
@@ -17434,7 +17397,7 @@ kendo-label > .k-label {
|
|
|
17434
17397
|
|
|
17435
17398
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17436
17399
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17437
|
-
height: calc(100
|
|
17400
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
17438
17401
|
}
|
|
17439
17402
|
|
|
17440
17403
|
.k-progressbar-vertical > ul {
|
|
@@ -17853,7 +17816,7 @@ kendo-label > .k-label {
|
|
|
17853
17816
|
.k-slider {
|
|
17854
17817
|
width: min-content;
|
|
17855
17818
|
height: min-content;
|
|
17856
|
-
gap:
|
|
17819
|
+
gap: calc( 14px / 2);
|
|
17857
17820
|
}
|
|
17858
17821
|
|
|
17859
17822
|
.k-slider .k-button {
|
|
@@ -17876,9 +17839,7 @@ kendo-label > .k-label {
|
|
|
17876
17839
|
display: flex;
|
|
17877
17840
|
flex-flow: inherit;
|
|
17878
17841
|
justify-content: space-between;
|
|
17879
|
-
|
|
17880
|
-
-ms-user-select: none;
|
|
17881
|
-
user-select: none;
|
|
17842
|
+
user-select: none;
|
|
17882
17843
|
}
|
|
17883
17844
|
|
|
17884
17845
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17918,31 +17879,31 @@ kendo-label > .k-label {
|
|
|
17918
17879
|
}
|
|
17919
17880
|
|
|
17920
17881
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17921
|
-
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17922
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17882
|
+
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17883
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17923
17884
|
}
|
|
17924
17885
|
|
|
17925
17886
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17926
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17887
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17927
17888
|
}
|
|
17928
17889
|
|
|
17929
17890
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17930
|
-
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17891
|
+
left: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17931
17892
|
}
|
|
17932
17893
|
|
|
17933
17894
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17934
17895
|
left: unset;
|
|
17935
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17896
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17936
17897
|
}
|
|
17937
17898
|
|
|
17938
17899
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17939
17900
|
left: unset;
|
|
17940
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17901
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17941
17902
|
}
|
|
17942
17903
|
|
|
17943
17904
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17944
17905
|
left: unset;
|
|
17945
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17906
|
+
right: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17946
17907
|
}
|
|
17947
17908
|
|
|
17948
17909
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17973,16 +17934,16 @@ kendo-label > .k-label {
|
|
|
17973
17934
|
}
|
|
17974
17935
|
|
|
17975
17936
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17976
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17977
|
-
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17937
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17938
|
+
height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
17978
17939
|
}
|
|
17979
17940
|
|
|
17980
17941
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17981
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17942
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
17982
17943
|
}
|
|
17983
17944
|
|
|
17984
17945
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17985
|
-
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17946
|
+
bottom: calc( var(--kendo-slider-end, 0) * 1%);
|
|
17986
17947
|
}
|
|
17987
17948
|
|
|
17988
17949
|
.k-slider-vertical {
|
|
@@ -18301,13 +18262,13 @@ kendo-label > .k-label {
|
|
|
18301
18262
|
}
|
|
18302
18263
|
|
|
18303
18264
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18304
|
-
padding-left:
|
|
18305
|
-
padding-right:
|
|
18265
|
+
padding-left: calc( 14px / 2);
|
|
18266
|
+
padding-right: calc( 14px / 2);
|
|
18306
18267
|
}
|
|
18307
18268
|
|
|
18308
18269
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18309
|
-
padding-top:
|
|
18310
|
-
padding-bottom:
|
|
18270
|
+
padding-top: calc( 14px / 2);
|
|
18271
|
+
padding-bottom: calc( 14px / 2);
|
|
18311
18272
|
}
|
|
18312
18273
|
|
|
18313
18274
|
.k-slider {
|
|
@@ -18374,9 +18335,7 @@ kendo-label > .k-label {
|
|
|
18374
18335
|
overflow: hidden;
|
|
18375
18336
|
display: inline-flex;
|
|
18376
18337
|
flex-flow: column nowrap;
|
|
18377
|
-
|
|
18378
|
-
-ms-user-select: none;
|
|
18379
|
-
user-select: none;
|
|
18338
|
+
user-select: none;
|
|
18380
18339
|
-webkit-touch-callout: none;
|
|
18381
18340
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18382
18341
|
}
|
|
@@ -18723,6 +18682,10 @@ kendo-label > .k-label {
|
|
|
18723
18682
|
display: none;
|
|
18724
18683
|
}
|
|
18725
18684
|
|
|
18685
|
+
.k-calendar-range .k-calendar-view:focus {
|
|
18686
|
+
outline: 0;
|
|
18687
|
+
}
|
|
18688
|
+
|
|
18726
18689
|
.k-calendar-range .k-range-start {
|
|
18727
18690
|
border-color: inherit;
|
|
18728
18691
|
border-top-right-radius: 0;
|
|
@@ -18974,9 +18937,7 @@ kendo-label > .k-label {
|
|
|
18974
18937
|
overflow: hidden;
|
|
18975
18938
|
display: flex;
|
|
18976
18939
|
flex-flow: column nowrap;
|
|
18977
|
-
|
|
18978
|
-
-ms-user-select: none;
|
|
18979
|
-
user-select: none;
|
|
18940
|
+
user-select: none;
|
|
18980
18941
|
-webkit-touch-callout: none;
|
|
18981
18942
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18982
18943
|
}
|
|
@@ -19020,12 +18981,12 @@ kendo-label > .k-label {
|
|
|
19020
18981
|
.k-time-highlight,
|
|
19021
18982
|
.k-time-list-highlight {
|
|
19022
18983
|
width: 100%;
|
|
19023
|
-
height:
|
|
18984
|
+
height: calc( 1.5rem + 0.5rem);
|
|
19024
18985
|
border-width: 1px 0px;
|
|
19025
18986
|
border-style: solid;
|
|
19026
18987
|
box-sizing: border-box;
|
|
19027
18988
|
position: absolute;
|
|
19028
|
-
top: calc(50% + 0.65625rem);
|
|
18989
|
+
top: calc( 50% + 0.65625rem);
|
|
19029
18990
|
left: 0;
|
|
19030
18991
|
right: 0;
|
|
19031
18992
|
transform: translateY(-50%);
|
|
@@ -19061,7 +19022,7 @@ kendo-label > .k-label {
|
|
|
19061
19022
|
width: 100%;
|
|
19062
19023
|
left: 0;
|
|
19063
19024
|
pointer-events: none;
|
|
19064
|
-
height: calc(50% -
|
|
19025
|
+
height: calc( 50% - calc( 1.5rem + 0.5rem)/2);
|
|
19065
19026
|
box-sizing: border-box;
|
|
19066
19027
|
border-width: 0;
|
|
19067
19028
|
border-style: solid;
|
|
@@ -19151,14 +19112,14 @@ kendo-label > .k-label {
|
|
|
19151
19112
|
|
|
19152
19113
|
.k-time-separator {
|
|
19153
19114
|
width: 0;
|
|
19154
|
-
height:
|
|
19115
|
+
height: calc( 1.5rem + 0.5rem);
|
|
19155
19116
|
align-self: center;
|
|
19156
19117
|
display: inline-flex;
|
|
19157
19118
|
justify-content: center;
|
|
19158
19119
|
align-items: center;
|
|
19159
19120
|
position: relative;
|
|
19160
19121
|
z-index: 11;
|
|
19161
|
-
top: 0.65625rem;
|
|
19122
|
+
top: calc( 0.65625rem);
|
|
19162
19123
|
}
|
|
19163
19124
|
|
|
19164
19125
|
.k-timeselector {
|
|
@@ -19356,9 +19317,7 @@ kendo-label > .k-label {
|
|
|
19356
19317
|
border-radius: 0.25rem;
|
|
19357
19318
|
position: relative;
|
|
19358
19319
|
flex: 1 1 auto;
|
|
19359
|
-
|
|
19360
|
-
-ms-user-select: none;
|
|
19361
|
-
user-select: none;
|
|
19320
|
+
user-select: none;
|
|
19362
19321
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19363
19322
|
}
|
|
19364
19323
|
|
|
@@ -19604,7 +19563,7 @@ kendo-label > .k-label {
|
|
|
19604
19563
|
}
|
|
19605
19564
|
|
|
19606
19565
|
.k-coloreditor-views {
|
|
19607
|
-
min-width: calc(var(--kendo-color-preview-width, 1.5rem)*var(--kendo-color-preview-columns, 10));
|
|
19566
|
+
min-width: calc( var(--kendo-color-preview-width, 1.5rem) * var(--kendo-color-preview-columns, 10));
|
|
19608
19567
|
padding: 1rem 1rem;
|
|
19609
19568
|
gap: 1rem;
|
|
19610
19569
|
}
|
|
@@ -19652,7 +19611,7 @@ kendo-label > .k-label {
|
|
|
19652
19611
|
}
|
|
19653
19612
|
|
|
19654
19613
|
.k-datetime-wrap {
|
|
19655
|
-
width: calc(304px + 2rem);
|
|
19614
|
+
width: calc( 304px + 2rem);
|
|
19656
19615
|
overflow: hidden;
|
|
19657
19616
|
}
|
|
19658
19617
|
|
|
@@ -19669,7 +19628,7 @@ kendo-label > .k-label {
|
|
|
19669
19628
|
.k-datetime-calendar-wrap,
|
|
19670
19629
|
.k-datetime-time-wrap {
|
|
19671
19630
|
text-align: center;
|
|
19672
|
-
flex: 0 0 calc(304px + 2rem);
|
|
19631
|
+
flex: 0 0 calc( 304px + 2rem);
|
|
19673
19632
|
}
|
|
19674
19633
|
|
|
19675
19634
|
.k-date-tab .k-datetime-selector {
|
|
@@ -19885,12 +19844,12 @@ kendo-label > .k-label {
|
|
|
19885
19844
|
}
|
|
19886
19845
|
|
|
19887
19846
|
.k-treeview-sm {
|
|
19888
|
-
font-size:
|
|
19889
|
-
line-height: 1.
|
|
19847
|
+
font-size: 0.875rem;
|
|
19848
|
+
line-height: 1.4285714286;
|
|
19890
19849
|
}
|
|
19891
19850
|
|
|
19892
19851
|
.k-treeview-sm .k-treeview-leaf {
|
|
19893
|
-
padding: 0.
|
|
19852
|
+
padding: 0.25rem 0.5rem;
|
|
19894
19853
|
}
|
|
19895
19854
|
|
|
19896
19855
|
.k-treeview-md {
|
|
@@ -19908,7 +19867,7 @@ kendo-label > .k-label {
|
|
|
19908
19867
|
}
|
|
19909
19868
|
|
|
19910
19869
|
.k-treeview-lg .k-treeview-leaf {
|
|
19911
|
-
padding: 0.
|
|
19870
|
+
padding: 0.5rem 0.75rem;
|
|
19912
19871
|
}
|
|
19913
19872
|
|
|
19914
19873
|
.k-treeview-leaf {
|
|
@@ -20091,9 +20050,7 @@ kendo-label > .k-label {
|
|
|
20091
20050
|
line-height: 1;
|
|
20092
20051
|
position: relative;
|
|
20093
20052
|
cursor: pointer;
|
|
20094
|
-
|
|
20095
|
-
-ms-user-select: none;
|
|
20096
|
-
user-select: none;
|
|
20053
|
+
user-select: none;
|
|
20097
20054
|
-webkit-touch-callout: none;
|
|
20098
20055
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
20099
20056
|
}
|
|
@@ -20167,11 +20124,11 @@ kendo-label > .k-label {
|
|
|
20167
20124
|
}
|
|
20168
20125
|
|
|
20169
20126
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20170
|
-
left: calc(100% -
|
|
20127
|
+
left: calc( 100% - 10px - 3px);
|
|
20171
20128
|
}
|
|
20172
20129
|
|
|
20173
20130
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20174
|
-
left:
|
|
20131
|
+
left: calc( 10px + 3px);
|
|
20175
20132
|
}
|
|
20176
20133
|
|
|
20177
20134
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20189,13 +20146,13 @@ kendo-label > .k-label {
|
|
|
20189
20146
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20190
20147
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20191
20148
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20192
|
-
left:
|
|
20149
|
+
left: calc( 10px + 3px);
|
|
20193
20150
|
}
|
|
20194
20151
|
|
|
20195
20152
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20196
20153
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20197
20154
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20198
|
-
left: calc(100% -
|
|
20155
|
+
left: calc( 100% - 10px - 3px);
|
|
20199
20156
|
}
|
|
20200
20157
|
|
|
20201
20158
|
.k-switch-md {
|
|
@@ -20214,11 +20171,11 @@ kendo-label > .k-label {
|
|
|
20214
20171
|
}
|
|
20215
20172
|
|
|
20216
20173
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20217
|
-
left: calc(100% -
|
|
20174
|
+
left: calc( 100% - 12px - 3px);
|
|
20218
20175
|
}
|
|
20219
20176
|
|
|
20220
20177
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20221
|
-
left:
|
|
20178
|
+
left: calc( 12px + 3px);
|
|
20222
20179
|
}
|
|
20223
20180
|
|
|
20224
20181
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20236,13 +20193,13 @@ kendo-label > .k-label {
|
|
|
20236
20193
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20237
20194
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20238
20195
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20239
|
-
left:
|
|
20196
|
+
left: calc( 12px + 3px);
|
|
20240
20197
|
}
|
|
20241
20198
|
|
|
20242
20199
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20243
20200
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20244
20201
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20245
|
-
left: calc(100% -
|
|
20202
|
+
left: calc( 100% - 12px - 3px);
|
|
20246
20203
|
}
|
|
20247
20204
|
|
|
20248
20205
|
.k-switch-lg {
|
|
@@ -20261,11 +20218,11 @@ kendo-label > .k-label {
|
|
|
20261
20218
|
}
|
|
20262
20219
|
|
|
20263
20220
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20264
|
-
left: calc(100% -
|
|
20221
|
+
left: calc( 100% - 14px - 3px);
|
|
20265
20222
|
}
|
|
20266
20223
|
|
|
20267
20224
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20268
|
-
left:
|
|
20225
|
+
left: calc( 14px + 3px);
|
|
20269
20226
|
}
|
|
20270
20227
|
|
|
20271
20228
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20283,13 +20240,13 @@ kendo-label > .k-label {
|
|
|
20283
20240
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20284
20241
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20285
20242
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20286
|
-
left:
|
|
20243
|
+
left: calc( 14px + 3px);
|
|
20287
20244
|
}
|
|
20288
20245
|
|
|
20289
20246
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20290
20247
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20291
20248
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20292
|
-
left: calc(100% -
|
|
20249
|
+
left: calc( 100% - 14px - 3px);
|
|
20293
20250
|
}
|
|
20294
20251
|
|
|
20295
20252
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20610,7 +20567,7 @@ kendo-label > .k-label {
|
|
|
20610
20567
|
|
|
20611
20568
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20612
20569
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20613
|
-
margin-left: calc(24px + 1rem);
|
|
20570
|
+
margin-left: calc( 24px + 1rem);
|
|
20614
20571
|
min-height: 38px;
|
|
20615
20572
|
display: block;
|
|
20616
20573
|
overflow: hidden;
|
|
@@ -20618,7 +20575,7 @@ kendo-label > .k-label {
|
|
|
20618
20575
|
|
|
20619
20576
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20620
20577
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20621
|
-
margin-left: calc(24px + 1rem);
|
|
20578
|
+
margin-left: calc( 24px + 1rem);
|
|
20622
20579
|
}
|
|
20623
20580
|
|
|
20624
20581
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20736,7 +20693,7 @@ kendo-label > .k-label {
|
|
|
20736
20693
|
height: 2px;
|
|
20737
20694
|
position: absolute;
|
|
20738
20695
|
bottom: 0.5rem;
|
|
20739
|
-
width: calc(100% -
|
|
20696
|
+
width: calc(100% - 1rem * 2);
|
|
20740
20697
|
}
|
|
20741
20698
|
|
|
20742
20699
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -21891,7 +21848,7 @@ kendo-label > .k-label {
|
|
|
21891
21848
|
|
|
21892
21849
|
.k-window-actions {
|
|
21893
21850
|
margin: -5em 0;
|
|
21894
|
-
margin-inline-end:
|
|
21851
|
+
margin-inline-end: calc( 1rem - 1rem);
|
|
21895
21852
|
line-height: 1;
|
|
21896
21853
|
display: flex;
|
|
21897
21854
|
gap: 0.5rem;
|
|
@@ -22252,7 +22209,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22252
22209
|
}
|
|
22253
22210
|
|
|
22254
22211
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22255
|
-
width: calc(
|
|
22212
|
+
width: calc(2 * 1rem + 16px);
|
|
22256
22213
|
}
|
|
22257
22214
|
|
|
22258
22215
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -23200,7 +23157,7 @@ kendo-card-footer {
|
|
|
23200
23157
|
.k-bottom-nav-item {
|
|
23201
23158
|
padding: 0 0.5rem;
|
|
23202
23159
|
min-width: 72px;
|
|
23203
|
-
min-height: calc(40px + 1rem);
|
|
23160
|
+
min-height: calc( 40px + 1rem - 0px);
|
|
23204
23161
|
border-width: 0;
|
|
23205
23162
|
box-sizing: border-box;
|
|
23206
23163
|
font: inherit;
|
|
@@ -23747,8 +23704,8 @@ kendo-card-footer {
|
|
|
23747
23704
|
}
|
|
23748
23705
|
|
|
23749
23706
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23750
|
-
min-width: calc(1.5em + 0.75rem + 2px);
|
|
23751
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
23707
|
+
min-width: calc( 1.5em + 0.75rem + 2px);
|
|
23708
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
23752
23709
|
color: inherit;
|
|
23753
23710
|
text-align: center;
|
|
23754
23711
|
display: inline-flex;
|
|
@@ -23890,7 +23847,7 @@ kendo-card-footer {
|
|
|
23890
23847
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
23891
23848
|
margin-left: 1rem;
|
|
23892
23849
|
margin-right: 1rem;
|
|
23893
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
23850
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
23894
23851
|
border-color: inherit;
|
|
23895
23852
|
}
|
|
23896
23853
|
|
|
@@ -24121,10 +24078,10 @@ kendo-card-footer {
|
|
|
24121
24078
|
pointer-events: none;
|
|
24122
24079
|
display: none;
|
|
24123
24080
|
position: absolute;
|
|
24124
|
-
top: -
|
|
24125
|
-
right: -
|
|
24126
|
-
bottom: -
|
|
24127
|
-
left: -
|
|
24081
|
+
top: calc( -1 * calc( 1px + 3px));
|
|
24082
|
+
right: calc( -1 * calc( 1px + 3px));
|
|
24083
|
+
bottom: calc( -1 * calc( 1px + 3px));
|
|
24084
|
+
left: calc( -1 * calc( 1px + 3px));
|
|
24128
24085
|
z-index: 2;
|
|
24129
24086
|
}
|
|
24130
24087
|
|
|
@@ -24149,7 +24106,7 @@ kendo-card-footer {
|
|
|
24149
24106
|
}
|
|
24150
24107
|
|
|
24151
24108
|
.k-stepper .k-step-label .k-step-text {
|
|
24152
|
-
max-width: calc(10em - 16px
|
|
24109
|
+
max-width: calc(10em - (16px + 0.5rem));
|
|
24153
24110
|
flex-grow: 1;
|
|
24154
24111
|
white-space: nowrap;
|
|
24155
24112
|
text-overflow: ellipsis;
|
|
@@ -24210,13 +24167,13 @@ kendo-card-footer {
|
|
|
24210
24167
|
}
|
|
24211
24168
|
|
|
24212
24169
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
24213
|
-
margin-top:
|
|
24170
|
+
margin-top: calc(8px - 3px);
|
|
24214
24171
|
}
|
|
24215
24172
|
|
|
24216
24173
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
24217
24174
|
width: 100%;
|
|
24218
24175
|
height: 2px;
|
|
24219
|
-
top:
|
|
24176
|
+
top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
|
|
24220
24177
|
}
|
|
24221
24178
|
|
|
24222
24179
|
.k-step-list-vertical {
|
|
@@ -24224,7 +24181,7 @@ kendo-card-footer {
|
|
|
24224
24181
|
}
|
|
24225
24182
|
|
|
24226
24183
|
.k-step-list-vertical .k-step {
|
|
24227
|
-
min-height:
|
|
24184
|
+
min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
|
|
24228
24185
|
}
|
|
24229
24186
|
|
|
24230
24187
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24239,7 +24196,7 @@ kendo-card-footer {
|
|
|
24239
24196
|
width: 2px;
|
|
24240
24197
|
height: 100%;
|
|
24241
24198
|
min-height: 20px;
|
|
24242
|
-
left:
|
|
24199
|
+
left: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24243
24200
|
}
|
|
24244
24201
|
|
|
24245
24202
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24278,7 +24235,7 @@ kendo-card-footer {
|
|
|
24278
24235
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24279
24236
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24280
24237
|
left: auto;
|
|
24281
|
-
right:
|
|
24238
|
+
right: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
24282
24239
|
}
|
|
24283
24240
|
|
|
24284
24241
|
.k-stepper {
|
|
@@ -24906,7 +24863,7 @@ kendo-card-footer {
|
|
|
24906
24863
|
|
|
24907
24864
|
.k-rtl .k-expander .k-expander-indicator, .k-expander.k-rtl .k-expander-indicator, .k-expander[dir="rtl"] .k-expander-indicator {
|
|
24908
24865
|
margin-left: 0;
|
|
24909
|
-
margin-right: 0.
|
|
24866
|
+
margin-right: calc(0.5rem * 1.5);
|
|
24910
24867
|
}
|
|
24911
24868
|
|
|
24912
24869
|
.k-expander-header {
|
|
@@ -24927,7 +24884,7 @@ kendo-card-footer {
|
|
|
24927
24884
|
}
|
|
24928
24885
|
|
|
24929
24886
|
.k-expander-indicator {
|
|
24930
|
-
margin-left: 0.
|
|
24887
|
+
margin-left: calc(0.5rem * 1.5);
|
|
24931
24888
|
}
|
|
24932
24889
|
|
|
24933
24890
|
.k-expander-content {
|
|
@@ -25018,9 +24975,7 @@ kendo-card-footer {
|
|
|
25018
24975
|
align-items: center;
|
|
25019
24976
|
align-content: center;
|
|
25020
24977
|
position: relative;
|
|
25021
|
-
|
|
25022
|
-
-ms-user-select: none;
|
|
25023
|
-
user-select: none;
|
|
24978
|
+
user-select: none;
|
|
25024
24979
|
cursor: default;
|
|
25025
24980
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
25026
24981
|
}
|
|
@@ -25057,9 +25012,7 @@ kendo-card-footer {
|
|
|
25057
25012
|
align-items: center;
|
|
25058
25013
|
align-content: center;
|
|
25059
25014
|
position: relative;
|
|
25060
|
-
|
|
25061
|
-
-ms-user-select: none;
|
|
25062
|
-
user-select: none;
|
|
25015
|
+
user-select: none;
|
|
25063
25016
|
cursor: default;
|
|
25064
25017
|
transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
|
|
25065
25018
|
}
|
|
@@ -25097,7 +25050,7 @@ kendo-card-footer {
|
|
|
25097
25050
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
25098
25051
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
25099
25052
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
25100
|
-
margin-inline-end:
|
|
25053
|
+
margin-inline-end: calc( 1.5rem - 1.5rem);
|
|
25101
25054
|
}
|
|
25102
25055
|
|
|
25103
25056
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -25141,7 +25094,7 @@ kendo-card-footer {
|
|
|
25141
25094
|
.k-ie .k-group .k-panelbar-expand,
|
|
25142
25095
|
.k-ie .k-group .k-panelbar-collapse,
|
|
25143
25096
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
25144
|
-
margin-right:
|
|
25097
|
+
margin-right: calc( 1.5rem - 1.5rem);
|
|
25145
25098
|
}
|
|
25146
25099
|
|
|
25147
25100
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -25162,7 +25115,7 @@ kendo-card-footer {
|
|
|
25162
25115
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
25163
25116
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
25164
25117
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
25165
|
-
margin-left:
|
|
25118
|
+
margin-left: calc( 1.5rem - 1.5rem);
|
|
25166
25119
|
}
|
|
25167
25120
|
|
|
25168
25121
|
.k-panelbar {
|
|
@@ -25349,6 +25302,7 @@ kendo-card-footer {
|
|
|
25349
25302
|
outline: 0;
|
|
25350
25303
|
position: absolute;
|
|
25351
25304
|
-webkit-user-select: none;
|
|
25305
|
+
-moz-user-select: none;
|
|
25352
25306
|
-ms-user-select: none;
|
|
25353
25307
|
user-select: none;
|
|
25354
25308
|
display: flex;
|
|
@@ -25600,9 +25554,7 @@ kendo-card-footer {
|
|
|
25600
25554
|
.k-pane-wrapper .k-pane {
|
|
25601
25555
|
width: 100%;
|
|
25602
25556
|
height: 100%;
|
|
25603
|
-
|
|
25604
|
-
-ms-user-select: none;
|
|
25605
|
-
user-select: none;
|
|
25557
|
+
user-select: none;
|
|
25606
25558
|
box-sizing: border-box;
|
|
25607
25559
|
font-family: sans-serif;
|
|
25608
25560
|
overflow-x: hidden;
|
|
@@ -25684,8 +25636,8 @@ kendo-card-footer {
|
|
|
25684
25636
|
.k-grid-mobile .k-header a {
|
|
25685
25637
|
-webkit-touch-callout: none;
|
|
25686
25638
|
-webkit-user-select: none;
|
|
25687
|
-
-
|
|
25688
|
-
|
|
25639
|
+
-moz-user-select: none;
|
|
25640
|
+
user-select: none;
|
|
25689
25641
|
-webkit-user-drag: none;
|
|
25690
25642
|
-moz-user-drag: none;
|
|
25691
25643
|
}
|
|
@@ -25884,8 +25836,7 @@ kendo-card-footer {
|
|
|
25884
25836
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
25885
25837
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
25886
25838
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
25887
|
-
|
|
25888
|
-
writing-mode: vertical-lr;
|
|
25839
|
+
writing-mode: vertical-lr;
|
|
25889
25840
|
transform: rotate(180deg);
|
|
25890
25841
|
white-space: nowrap;
|
|
25891
25842
|
}
|
|
@@ -26246,7 +26197,7 @@ kendo-card-footer {
|
|
|
26246
26197
|
}
|
|
26247
26198
|
|
|
26248
26199
|
.k-grid .k-grouping-row .k-icon {
|
|
26249
|
-
margin-left: calc(8px - 0.5rem);
|
|
26200
|
+
margin-left: calc( 8px - 0.5rem);
|
|
26250
26201
|
margin-right: 8px;
|
|
26251
26202
|
text-decoration: none;
|
|
26252
26203
|
}
|
|
@@ -26415,7 +26366,7 @@ kendo-card-footer {
|
|
|
26415
26366
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26416
26367
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26417
26368
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26418
|
-
padding-left: calc(1.5em +
|
|
26369
|
+
padding-left: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26419
26370
|
padding-right: 0.5rem;
|
|
26420
26371
|
}
|
|
26421
26372
|
|
|
@@ -26471,7 +26422,7 @@ kendo-card-footer {
|
|
|
26471
26422
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26472
26423
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26473
26424
|
margin-left: 8px;
|
|
26474
|
-
margin-right: calc(8px - 0.5rem);
|
|
26425
|
+
margin-right: calc( 8px - 0.5rem);
|
|
26475
26426
|
}
|
|
26476
26427
|
|
|
26477
26428
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26547,7 +26498,7 @@ kendo-card-footer {
|
|
|
26547
26498
|
|
|
26548
26499
|
.k-grouping-header::before {
|
|
26549
26500
|
content: "";
|
|
26550
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26501
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26551
26502
|
display: inline-block;
|
|
26552
26503
|
vertical-align: middle;
|
|
26553
26504
|
}
|
|
@@ -26626,7 +26577,7 @@ kendo-card-footer {
|
|
|
26626
26577
|
|
|
26627
26578
|
.k-grouping-dropclue {
|
|
26628
26579
|
width: 12px;
|
|
26629
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26580
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26630
26581
|
position: absolute;
|
|
26631
26582
|
top: 3px;
|
|
26632
26583
|
box-sizing: content-box;
|
|
@@ -26651,7 +26602,7 @@ kendo-card-footer {
|
|
|
26651
26602
|
width: 2px;
|
|
26652
26603
|
height: calc(100% - 6px);
|
|
26653
26604
|
top: 6px;
|
|
26654
|
-
left:
|
|
26605
|
+
left: calc( 6px - 1px);
|
|
26655
26606
|
}
|
|
26656
26607
|
|
|
26657
26608
|
.k-grid-header-wrap,
|
|
@@ -26704,9 +26655,7 @@ div.k-grid-footer {
|
|
|
26704
26655
|
}
|
|
26705
26656
|
|
|
26706
26657
|
.k-grid-header.k-grid-draggable-header {
|
|
26707
|
-
|
|
26708
|
-
-ms-user-select: none;
|
|
26709
|
-
user-select: none;
|
|
26658
|
+
user-select: none;
|
|
26710
26659
|
touch-action: none;
|
|
26711
26660
|
}
|
|
26712
26661
|
|
|
@@ -26741,12 +26690,12 @@ div.k-grid-footer {
|
|
|
26741
26690
|
|
|
26742
26691
|
.k-grid-header .k-with-icon,
|
|
26743
26692
|
.k-grid-header .k-filterable {
|
|
26744
|
-
padding-right: calc(1.5em +
|
|
26693
|
+
padding-right: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26745
26694
|
}
|
|
26746
26695
|
|
|
26747
26696
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26748
26697
|
.k-grid-header .k-filterable {
|
|
26749
|
-
padding-right: calc(1.5em +
|
|
26698
|
+
padding-right: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
26750
26699
|
}
|
|
26751
26700
|
|
|
26752
26701
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26756,8 +26705,8 @@ div.k-grid-footer {
|
|
|
26756
26705
|
.k-grid-header .k-grid-filter,
|
|
26757
26706
|
.k-grid-header .k-header-column-menu {
|
|
26758
26707
|
padding: 0.375rem;
|
|
26759
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
26760
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
26708
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
26709
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
26761
26710
|
box-sizing: border-box;
|
|
26762
26711
|
outline: 0;
|
|
26763
26712
|
line-height: 1.5;
|
|
@@ -26767,7 +26716,7 @@ div.k-grid-footer {
|
|
|
26767
26716
|
justify-content: center;
|
|
26768
26717
|
position: absolute;
|
|
26769
26718
|
right: 0.5rem;
|
|
26770
|
-
bottom: 0.
|
|
26719
|
+
bottom: calc( 0.5rem + 0.75em - calc( 1.5em + 0.75rem)/2);
|
|
26771
26720
|
z-index: 1;
|
|
26772
26721
|
}
|
|
26773
26722
|
|
|
@@ -26778,7 +26727,7 @@ div.k-grid-footer {
|
|
|
26778
26727
|
|
|
26779
26728
|
.k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm {
|
|
26780
26729
|
vertical-align: text-top;
|
|
26781
|
-
margin-
|
|
26730
|
+
margin-inline-start: calc( 1rem - 1px);
|
|
26782
26731
|
}
|
|
26783
26732
|
|
|
26784
26733
|
.k-grid-header .k-sort-order {
|
|
@@ -26787,7 +26736,7 @@ div.k-grid-footer {
|
|
|
26787
26736
|
height: 16px;
|
|
26788
26737
|
font-size: 12px;
|
|
26789
26738
|
margin-top: 2px;
|
|
26790
|
-
margin-
|
|
26739
|
+
margin-inline-start: -2px;
|
|
26791
26740
|
}
|
|
26792
26741
|
|
|
26793
26742
|
.k-column-resizer {
|
|
@@ -27185,15 +27134,15 @@ div.k-grid-norecords {
|
|
|
27185
27134
|
}
|
|
27186
27135
|
|
|
27187
27136
|
.k-header > .k-cell-inner {
|
|
27188
|
-
margin: -0.5rem
|
|
27137
|
+
margin: -0.5rem -0.5rem;
|
|
27189
27138
|
}
|
|
27190
27139
|
|
|
27191
27140
|
.k-filterable > .k-cell-inner {
|
|
27192
|
-
margin: -
|
|
27141
|
+
margin-inline-end: calc(-1 * calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem));
|
|
27193
27142
|
}
|
|
27194
27143
|
|
|
27195
27144
|
.k-filterable > .k-cell-inner .k-link {
|
|
27196
|
-
padding-
|
|
27145
|
+
padding-inline-end: 0;
|
|
27197
27146
|
}
|
|
27198
27147
|
|
|
27199
27148
|
.k-cell-inner {
|
|
@@ -27230,6 +27179,7 @@ div.k-grid-norecords {
|
|
|
27230
27179
|
.k-cell-inner .k-grid-filter,
|
|
27231
27180
|
.k-cell-inner .k-header-column-menu {
|
|
27232
27181
|
position: static;
|
|
27182
|
+
margin-inline-end: 0.5rem;
|
|
27233
27183
|
}
|
|
27234
27184
|
|
|
27235
27185
|
.k-cell-inner .k-grid-filter,
|
|
@@ -27508,9 +27458,7 @@ div.k-grid-norecords {
|
|
|
27508
27458
|
display: flex;
|
|
27509
27459
|
flex: 0 0 auto;
|
|
27510
27460
|
position: relative;
|
|
27511
|
-
|
|
27512
|
-
-ms-user-select: none;
|
|
27513
|
-
user-select: none;
|
|
27461
|
+
user-select: none;
|
|
27514
27462
|
}
|
|
27515
27463
|
|
|
27516
27464
|
.k-column-menu-group-header-text {
|
|
@@ -27529,30 +27477,6 @@ div.k-grid-norecords {
|
|
|
27529
27477
|
margin-right: 0;
|
|
27530
27478
|
}
|
|
27531
27479
|
|
|
27532
|
-
[dir="rtl"] .k-header > .k-cell-inner,
|
|
27533
|
-
.k-rtl .k-header > .k-cell-inner {
|
|
27534
|
-
margin-right: -0.5rem;
|
|
27535
|
-
margin-left: calc(-1.5em + -0.25rem + -2px);
|
|
27536
|
-
}
|
|
27537
|
-
|
|
27538
|
-
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
27539
|
-
.k-rtl .k-header > .k-cell-inner .k-sort-order {
|
|
27540
|
-
margin-right: -2px;
|
|
27541
|
-
margin-left: 0;
|
|
27542
|
-
}
|
|
27543
|
-
|
|
27544
|
-
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
27545
|
-
.k-rtl .k-filterable > .k-cell-inner {
|
|
27546
|
-
margin-right: -0.5rem;
|
|
27547
|
-
margin-left: calc(-1.5em + -0.75rem + -2px);
|
|
27548
|
-
}
|
|
27549
|
-
|
|
27550
|
-
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
27551
|
-
.k-rtl .k-filterable > .k-cell-inner .k-link {
|
|
27552
|
-
padding-right: 0.5rem;
|
|
27553
|
-
padding-left: 0;
|
|
27554
|
-
}
|
|
27555
|
-
|
|
27556
27480
|
.k-ie .k-grid-header,
|
|
27557
27481
|
.k-ie .k-grid-footer {
|
|
27558
27482
|
padding-right: 17px;
|
|
@@ -27589,9 +27513,9 @@ div.k-grid-norecords {
|
|
|
27589
27513
|
background-color: rgba(0, 0, 0, 0.04);
|
|
27590
27514
|
}
|
|
27591
27515
|
|
|
27592
|
-
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
27593
|
-
.k-grid tbody tr:not(.k-detail-row).k-state-hover,
|
|
27594
|
-
.k-grid tbody tr:not(.k-detail-row).k-hover {
|
|
27516
|
+
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
27517
|
+
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
27518
|
+
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
27595
27519
|
background-color: rgba(0, 0, 0, 0.08);
|
|
27596
27520
|
}
|
|
27597
27521
|
|
|
@@ -28382,6 +28306,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28382
28306
|
border-color: inherit;
|
|
28383
28307
|
box-sizing: border-box;
|
|
28384
28308
|
-webkit-user-select: none;
|
|
28309
|
+
-moz-user-select: none;
|
|
28385
28310
|
-ms-user-select: none;
|
|
28386
28311
|
user-select: none;
|
|
28387
28312
|
position: absolute;
|
|
@@ -28705,12 +28630,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28705
28630
|
|
|
28706
28631
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28707
28632
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28708
|
-
padding-left: calc(16px + 1rem);
|
|
28633
|
+
padding-left: calc( 16px + 1rem);
|
|
28709
28634
|
}
|
|
28710
28635
|
|
|
28711
28636
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28712
28637
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28713
|
-
margin-left: calc(-16px +
|
|
28638
|
+
margin-left: calc(-1 * ( 16px + 0.5rem ));
|
|
28714
28639
|
margin-right: 0.5rem;
|
|
28715
28640
|
}
|
|
28716
28641
|
|
|
@@ -29381,9 +29306,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29381
29306
|
border-style: solid;
|
|
29382
29307
|
box-sizing: border-box;
|
|
29383
29308
|
cursor: pointer;
|
|
29384
|
-
|
|
29385
|
-
-ms-user-select: none;
|
|
29386
|
-
user-select: none;
|
|
29309
|
+
user-select: none;
|
|
29387
29310
|
}
|
|
29388
29311
|
|
|
29389
29312
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29394,8 +29317,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29394
29317
|
|
|
29395
29318
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29396
29319
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29397
|
-
|
|
29398
|
-
writing-mode: vertical-rl;
|
|
29320
|
+
writing-mode: vertical-rl;
|
|
29399
29321
|
}
|
|
29400
29322
|
|
|
29401
29323
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29420,19 +29342,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29420
29342
|
}
|
|
29421
29343
|
|
|
29422
29344
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29423
|
-
right: calc(1.5em + 0.5rem + 2px);
|
|
29345
|
+
right: calc( 1.5em + 0.5rem + 2px);
|
|
29424
29346
|
}
|
|
29425
29347
|
|
|
29426
29348
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29427
|
-
left: calc(1.5em + 0.5rem + 2px);
|
|
29349
|
+
left: calc( 1.5em + 0.5rem + 2px);
|
|
29428
29350
|
}
|
|
29429
29351
|
|
|
29430
29352
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29431
|
-
bottom: calc(1.5em + 0.5rem + 2px);
|
|
29353
|
+
bottom: calc( 1.5em + 0.5rem + 2px);
|
|
29432
29354
|
}
|
|
29433
29355
|
|
|
29434
29356
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29435
|
-
top: calc(1.5em + 0.5rem + 2px);
|
|
29357
|
+
top: calc( 1.5em + 0.5rem + 2px);
|
|
29436
29358
|
}
|
|
29437
29359
|
|
|
29438
29360
|
.k-pivotgrid-configurator-header {
|
|
@@ -30400,7 +30322,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30400
30322
|
.k-filemanager-preview {
|
|
30401
30323
|
padding: 3rem 1rem 1rem;
|
|
30402
30324
|
width: 20%;
|
|
30403
|
-
min-height: calc(
|
|
30325
|
+
min-height: calc( 4rem + 192px + 3rem);
|
|
30404
30326
|
border-width: 0;
|
|
30405
30327
|
border-left-width: 1px;
|
|
30406
30328
|
border-style: solid;
|
|
@@ -30955,8 +30877,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
30955
30877
|
|
|
30956
30878
|
.k-editor-toolbar .k-tool {
|
|
30957
30879
|
padding: 0.375rem;
|
|
30958
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
30959
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
30880
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
30881
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
30960
30882
|
}
|
|
30961
30883
|
|
|
30962
30884
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -31018,9 +30940,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31018
30940
|
float: left;
|
|
31019
30941
|
opacity: 1;
|
|
31020
30942
|
cursor: text;
|
|
31021
|
-
|
|
31022
|
-
-ms-user-select: none;
|
|
31023
|
-
user-select: none;
|
|
30943
|
+
user-select: none;
|
|
31024
30944
|
}
|
|
31025
30945
|
|
|
31026
30946
|
td.k-editor-content {
|
|
@@ -31130,7 +31050,7 @@ td.k-editor-content {
|
|
|
31130
31050
|
|
|
31131
31051
|
.k-editor-dialog .k-edit-label {
|
|
31132
31052
|
width: 30%;
|
|
31133
|
-
padding: calc(0.5rem + 1px) 0;
|
|
31053
|
+
padding: calc( 0.5rem + 1px) 0;
|
|
31134
31054
|
}
|
|
31135
31055
|
|
|
31136
31056
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31558,7 +31478,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31558
31478
|
|
|
31559
31479
|
.k-imageeditor-action-pane {
|
|
31560
31480
|
padding: 2rem 1rem;
|
|
31561
|
-
width:
|
|
31481
|
+
width: calc(240px + 1px);
|
|
31562
31482
|
border-width: 0;
|
|
31563
31483
|
border-left-width: 1px;
|
|
31564
31484
|
border-style: solid;
|
|
@@ -31606,14 +31526,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31606
31526
|
|
|
31607
31527
|
.k-imageeditor-crop .k-resize-n,
|
|
31608
31528
|
.k-imageeditor-crop .k-resize-s {
|
|
31609
|
-
left: calc(50% - 7.5px);
|
|
31529
|
+
left: calc( 50% - (7.5px));
|
|
31610
31530
|
width: 15px;
|
|
31611
31531
|
height: 0;
|
|
31612
31532
|
}
|
|
31613
31533
|
|
|
31614
31534
|
.k-imageeditor-crop .k-resize-w,
|
|
31615
31535
|
.k-imageeditor-crop .k-resize-e {
|
|
31616
|
-
top: calc(50% - 7.5px);
|
|
31536
|
+
top: calc( 50% - (7.5px));
|
|
31617
31537
|
width: 0;
|
|
31618
31538
|
height: 15px;
|
|
31619
31539
|
}
|
|
@@ -31664,7 +31584,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31664
31584
|
.k-imageeditor-canvas {
|
|
31665
31585
|
background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
|
|
31666
31586
|
background-repeat: repeat, repeat;
|
|
31667
|
-
background-position: 0px 0px,
|
|
31587
|
+
background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
|
|
31668
31588
|
transform-origin: 0 0 0;
|
|
31669
31589
|
background-origin: padding-box, padding-box;
|
|
31670
31590
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31709,7 +31629,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31709
31629
|
}
|
|
31710
31630
|
|
|
31711
31631
|
.k-gantt .k-grid-header tr {
|
|
31712
|
-
height: calc(1.5em + 1rem + 1px);
|
|
31632
|
+
height: calc( 1.5em + 1rem + 1px);
|
|
31713
31633
|
}
|
|
31714
31634
|
|
|
31715
31635
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31721,11 +31641,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31721
31641
|
}
|
|
31722
31642
|
|
|
31723
31643
|
.k-gantt .k-grid-content tr {
|
|
31724
|
-
height: calc(1.5em + 1rem);
|
|
31644
|
+
height: calc( 1.5em + 1rem + 0px);
|
|
31725
31645
|
}
|
|
31726
31646
|
|
|
31727
31647
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31728
|
-
height: calc(2.55em + 1rem);
|
|
31648
|
+
height: calc( 2.55em + 1rem + 0px);
|
|
31729
31649
|
}
|
|
31730
31650
|
|
|
31731
31651
|
.k-gantt .k-gantt-layout {
|
|
@@ -31892,8 +31812,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31892
31812
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
31893
31813
|
.k-gantt-toolbar .k-gantt-create {
|
|
31894
31814
|
padding: 0.375rem;
|
|
31895
|
-
width: calc(1.5em + 0.75rem + 2px);
|
|
31896
|
-
height: calc(1.5em + 0.75rem + 2px);
|
|
31815
|
+
width: calc( 1.5em + 0.75rem + 2px);
|
|
31816
|
+
height: calc( 1.5em + 0.75rem + 2px);
|
|
31897
31817
|
}
|
|
31898
31818
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
31899
31819
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -31929,7 +31849,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31929
31849
|
}
|
|
31930
31850
|
|
|
31931
31851
|
.k-gantt-treelist .k-grid-header tr {
|
|
31932
|
-
height: calc(3em + 2rem + 2px);
|
|
31852
|
+
height: calc( 3em + 2rem + 2px);
|
|
31933
31853
|
vertical-align: bottom;
|
|
31934
31854
|
}
|
|
31935
31855
|
|
|
@@ -31943,7 +31863,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31943
31863
|
}
|
|
31944
31864
|
|
|
31945
31865
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
31946
|
-
height: calc(1.5em + 1rem + 1px);
|
|
31866
|
+
height: calc( 1.5em + 1rem + 1px);
|
|
31947
31867
|
}
|
|
31948
31868
|
|
|
31949
31869
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -32064,8 +31984,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32064
31984
|
}
|
|
32065
31985
|
|
|
32066
31986
|
.k-task-dot {
|
|
32067
|
-
width:
|
|
32068
|
-
height:
|
|
31987
|
+
width: calc( 8px + 8px);
|
|
31988
|
+
height: calc( 8px + 8px);
|
|
32069
31989
|
line-height: 1;
|
|
32070
31990
|
cursor: pointer;
|
|
32071
31991
|
display: none;
|
|
@@ -32336,7 +32256,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32336
32256
|
|
|
32337
32257
|
.k-task-planned .k-task-moment {
|
|
32338
32258
|
border-width: 2px;
|
|
32339
|
-
border-radius:
|
|
32259
|
+
border-radius: calc( ( 4px + 6px ) / 2);
|
|
32340
32260
|
border-style: solid;
|
|
32341
32261
|
height: 6px;
|
|
32342
32262
|
width: 6px;
|
|
@@ -32347,11 +32267,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32347
32267
|
}
|
|
32348
32268
|
|
|
32349
32269
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32350
|
-
margin-left: -4px;
|
|
32270
|
+
margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
|
|
32351
32271
|
}
|
|
32352
32272
|
|
|
32353
32273
|
.k-task-planned:hover .k-task-duration {
|
|
32354
|
-
height:
|
|
32274
|
+
height: calc( 2px + 1px);
|
|
32355
32275
|
}
|
|
32356
32276
|
|
|
32357
32277
|
.k-milestone-wrap .k-task-moment {
|
|
@@ -33158,7 +33078,7 @@ kendo-scheduler .k-event > div,
|
|
|
33158
33078
|
|
|
33159
33079
|
kendo-scheduler .k-event .k-event-template,
|
|
33160
33080
|
.k-event .k-event-template {
|
|
33161
|
-
line-height: calc(25px - 0.
|
|
33081
|
+
line-height: calc( 25px - (2 * 0.25rem));
|
|
33162
33082
|
padding: 0.5rem 1rem;
|
|
33163
33083
|
}
|
|
33164
33084
|
|
|
@@ -33574,12 +33494,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33574
33494
|
}
|
|
33575
33495
|
|
|
33576
33496
|
.k-scheduler-yearview .k-day-indicator {
|
|
33577
|
-
margin-top: calc(38px -
|
|
33497
|
+
margin-top: calc( 38px - (0.5rem * 2));
|
|
33578
33498
|
width: 3px;
|
|
33579
33499
|
height: 3px;
|
|
33580
33500
|
border-radius: 50%;
|
|
33581
33501
|
position: absolute;
|
|
33582
|
-
left: calc(50% -
|
|
33502
|
+
left: calc( 50% - (3px / 2));
|
|
33583
33503
|
}
|
|
33584
33504
|
|
|
33585
33505
|
.k-scheduler-tooltip {
|
|
@@ -34163,11 +34083,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34163
34083
|
}
|
|
34164
34084
|
|
|
34165
34085
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34166
|
-
padding-left:
|
|
34086
|
+
padding-left: calc( 32px + 8px);
|
|
34167
34087
|
}
|
|
34168
34088
|
|
|
34169
34089
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34170
|
-
padding-right:
|
|
34090
|
+
padding-right: calc( 32px + 8px);
|
|
34171
34091
|
}
|
|
34172
34092
|
|
|
34173
34093
|
.k-author {
|
|
@@ -34201,9 +34121,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34201
34121
|
border-style: solid;
|
|
34202
34122
|
line-height: 1.25;
|
|
34203
34123
|
cursor: pointer;
|
|
34204
|
-
|
|
34205
|
-
-ms-user-select: none;
|
|
34206
|
-
user-select: none;
|
|
34124
|
+
user-select: none;
|
|
34207
34125
|
display: inline-block;
|
|
34208
34126
|
flex: 0 0 auto;
|
|
34209
34127
|
transition-property: color, background-color, border-color;
|
|
@@ -34465,13 +34383,13 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34465
34383
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34466
34384
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34467
34385
|
padding-left: 0;
|
|
34468
|
-
padding-right:
|
|
34386
|
+
padding-right: calc( 32px + 8px);
|
|
34469
34387
|
}
|
|
34470
34388
|
|
|
34471
34389
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34472
34390
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34473
34391
|
padding-right: 0;
|
|
34474
|
-
padding-left:
|
|
34392
|
+
padding-left: calc( 32px + 8px);
|
|
34475
34393
|
}
|
|
34476
34394
|
|
|
34477
34395
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34702,7 +34620,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34702
34620
|
border-radius: 0.25rem;
|
|
34703
34621
|
line-height: 1.5;
|
|
34704
34622
|
min-width: 80px;
|
|
34705
|
-
max-width:
|
|
34623
|
+
max-width: calc(80px + 2 * 40px);
|
|
34706
34624
|
position: relative;
|
|
34707
34625
|
z-index: 1;
|
|
34708
34626
|
}
|
|
@@ -34782,11 +34700,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34782
34700
|
}
|
|
34783
34701
|
|
|
34784
34702
|
.k-timeline-vertical {
|
|
34785
|
-
padding-left:
|
|
34703
|
+
padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
|
|
34786
34704
|
}
|
|
34787
34705
|
|
|
34788
34706
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
34789
|
-
padding-left:
|
|
34707
|
+
padding-left: calc(40px + (80px - 6px) / 2);
|
|
34790
34708
|
}
|
|
34791
34709
|
|
|
34792
34710
|
.k-timeline-vertical::after {
|
|
@@ -34829,7 +34747,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34829
34747
|
|
|
34830
34748
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
34831
34749
|
margin-left: 1rem;
|
|
34832
|
-
min-height:
|
|
34750
|
+
min-height: calc(2 * (36px - 1px));
|
|
34833
34751
|
width: 400px;
|
|
34834
34752
|
max-width: 100%;
|
|
34835
34753
|
}
|
|
@@ -34981,9 +34899,9 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34981
34899
|
|
|
34982
34900
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
34983
34901
|
top: auto;
|
|
34984
|
-
bottom:
|
|
34985
|
-
left:
|
|
34986
|
-
right:
|
|
34902
|
+
bottom: calc((38px / 2) + 3px);
|
|
34903
|
+
left: calc(38px - 2 * 1px);
|
|
34904
|
+
right: calc(38px - 2 * 1px);
|
|
34987
34905
|
transform: translateY(-50%);
|
|
34988
34906
|
height: 6px;
|
|
34989
34907
|
}
|
|
@@ -35000,7 +34918,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35000
34918
|
}
|
|
35001
34919
|
|
|
35002
34920
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
35003
|
-
margin-bottom:
|
|
34921
|
+
margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
|
|
35004
34922
|
position: relative;
|
|
35005
34923
|
min-width: 80px;
|
|
35006
34924
|
}
|
|
@@ -35026,7 +34944,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35026
34944
|
height: 38px;
|
|
35027
34945
|
border-radius: 50%;
|
|
35028
34946
|
position: absolute;
|
|
35029
|
-
bottom:
|
|
34947
|
+
bottom: calc(6px + 3px + 2 * 1px);
|
|
35030
34948
|
z-index: 3;
|
|
35031
34949
|
display: flex;
|
|
35032
34950
|
align-items: center;
|
|
@@ -35047,7 +34965,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35047
34965
|
}
|
|
35048
34966
|
|
|
35049
34967
|
.k-timeline-mobile .k-timeline-flag {
|
|
35050
|
-
max-width: calc(80px +
|
|
34968
|
+
max-width: calc(80px + 2 * 1rem);
|
|
35051
34969
|
}
|
|
35052
34970
|
|
|
35053
34971
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -35055,11 +34973,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35055
34973
|
}
|
|
35056
34974
|
|
|
35057
34975
|
.k-timeline-mobile.k-timeline-vertical {
|
|
35058
|
-
padding-left: calc(1rem +
|
|
34976
|
+
padding-left: calc(calc(1rem + (80px - 6px) / 2) + 50px);
|
|
35059
34977
|
}
|
|
35060
34978
|
|
|
35061
34979
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
35062
|
-
padding-left: calc(1rem +
|
|
34980
|
+
padding-left: calc(1rem + (80px - 6px) / 2);
|
|
35063
34981
|
}
|
|
35064
34982
|
|
|
35065
34983
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -35174,6 +35092,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35174
35092
|
|
|
35175
35093
|
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
|
|
35176
35094
|
-webkit-user-select: text;
|
|
35095
|
+
-moz-user-select: text;
|
|
35177
35096
|
-ms-user-select: text;
|
|
35178
35097
|
user-select: text;
|
|
35179
35098
|
cursor: text;
|
|
@@ -35273,9 +35192,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35273
35192
|
|
|
35274
35193
|
.km-scrollview,
|
|
35275
35194
|
.km-scroll-container {
|
|
35276
|
-
|
|
35277
|
-
-ms-user-select: none;
|
|
35278
|
-
user-select: none;
|
|
35195
|
+
user-select: none;
|
|
35279
35196
|
border-collapse: separate;
|
|
35280
35197
|
}
|
|
35281
35198
|
|
|
@@ -35390,9 +35307,7 @@ kendo-scrollview.k-scrollview,
|
|
|
35390
35307
|
|
|
35391
35308
|
.k-scrollview-wrap .k-scrollview img,
|
|
35392
35309
|
.k-scrollview .k-scrollview-wrap img {
|
|
35393
|
-
|
|
35394
|
-
-ms-user-select: none;
|
|
35395
|
-
user-select: none;
|
|
35310
|
+
user-select: none;
|
|
35396
35311
|
}
|
|
35397
35312
|
|
|
35398
35313
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35414,20 +35329,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35414
35329
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35415
35330
|
display: flex;
|
|
35416
35331
|
flex-flow: row nowrap;
|
|
35417
|
-
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35332
|
+
width: calc( var(--kendo-scrollview-views, 1) * 100%);
|
|
35418
35333
|
transition-duration: 0.3s;
|
|
35419
35334
|
transition-timing-function: ease-in-out;
|
|
35420
|
-
transform: translateX(calc(-100
|
|
35335
|
+
transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35421
35336
|
}
|
|
35422
35337
|
|
|
35423
35338
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35424
|
-
width: calc(100
|
|
35425
|
-
flex: 0 0 calc(100
|
|
35339
|
+
width: calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35340
|
+
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
|
|
35426
35341
|
}
|
|
35427
35342
|
|
|
35428
35343
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35429
35344
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35430
|
-
transform: translateX(calc(100
|
|
35345
|
+
transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
35431
35346
|
}
|
|
35432
35347
|
|
|
35433
35348
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35439,7 +35354,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35439
35354
|
left: 0;
|
|
35440
35355
|
right: 0;
|
|
35441
35356
|
bottom: 0;
|
|
35442
|
-
height:
|
|
35357
|
+
height: calc( 10px + 0px + 40px);
|
|
35443
35358
|
text-align: center;
|
|
35444
35359
|
}
|
|
35445
35360
|
|
|
@@ -35515,9 +35430,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35515
35430
|
height: 60%;
|
|
35516
35431
|
top: 20%;
|
|
35517
35432
|
text-decoration: none;
|
|
35518
|
-
|
|
35519
|
-
-ms-user-select: none;
|
|
35520
|
-
user-select: none;
|
|
35433
|
+
user-select: none;
|
|
35521
35434
|
cursor: pointer;
|
|
35522
35435
|
}
|
|
35523
35436
|
|
|
@@ -35982,11 +35895,11 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
35982
35895
|
}
|
|
35983
35896
|
|
|
35984
35897
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
35985
|
-
top: calc(
|
|
35898
|
+
top: calc( 0.5rem + (1.5 * 1rem) + 1px);
|
|
35986
35899
|
}
|
|
35987
35900
|
|
|
35988
35901
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
35989
|
-
left: calc(
|
|
35902
|
+
left: calc( 0.5rem + (1.5 * 1rem) + 1px);
|
|
35990
35903
|
}
|
|
35991
35904
|
|
|
35992
35905
|
.k-treemap .k-leaf {
|
|
@@ -36386,9 +36299,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36386
36299
|
.k-map .km-scroll-wrapper {
|
|
36387
36300
|
width: 100%;
|
|
36388
36301
|
height: 100%;
|
|
36389
|
-
|
|
36390
|
-
-ms-user-select: none;
|
|
36391
|
-
user-select: none;
|
|
36302
|
+
user-select: none;
|
|
36392
36303
|
position: absolute;
|
|
36393
36304
|
}
|
|
36394
36305
|
|
|
@@ -36429,8 +36340,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36429
36340
|
|
|
36430
36341
|
.k-navigator {
|
|
36431
36342
|
margin: 1rem;
|
|
36432
|
-
width:
|
|
36433
|
-
height:
|
|
36343
|
+
width: calc( 48px + 4px);
|
|
36344
|
+
height: calc( 48px + 4px);
|
|
36434
36345
|
border-width: 1px;
|
|
36435
36346
|
border-style: solid;
|
|
36436
36347
|
box-sizing: border-box;
|
|
@@ -36648,3 +36559,78 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36648
36559
|
.k-orgchart-line-v {
|
|
36649
36560
|
color: #e4e5e6;
|
|
36650
36561
|
}
|
|
36562
|
+
|
|
36563
|
+
.k-signature {
|
|
36564
|
+
width: 246px;
|
|
36565
|
+
height: 108px;
|
|
36566
|
+
position: relative;
|
|
36567
|
+
box-sizing: border-box;
|
|
36568
|
+
display: flex;
|
|
36569
|
+
flex-direction: column;
|
|
36570
|
+
justify-content: space-between;
|
|
36571
|
+
}
|
|
36572
|
+
|
|
36573
|
+
.k-signature.k-signature-maximized {
|
|
36574
|
+
width: 750px;
|
|
36575
|
+
height: 252px;
|
|
36576
|
+
}
|
|
36577
|
+
|
|
36578
|
+
.k-signature.k-signature-maximized > .k-signature-line {
|
|
36579
|
+
border-bottom-width: 0.1875rem;
|
|
36580
|
+
}
|
|
36581
|
+
|
|
36582
|
+
.k-signature-actions {
|
|
36583
|
+
display: flex;
|
|
36584
|
+
width: min-content;
|
|
36585
|
+
margin-inline-start: auto;
|
|
36586
|
+
gap: 0.25rem;
|
|
36587
|
+
z-index: 2;
|
|
36588
|
+
}
|
|
36589
|
+
|
|
36590
|
+
.k-signature-canvas {
|
|
36591
|
+
position: absolute;
|
|
36592
|
+
top: 0;
|
|
36593
|
+
left: 0;
|
|
36594
|
+
width: 100%;
|
|
36595
|
+
height: 100%;
|
|
36596
|
+
display: block;
|
|
36597
|
+
z-index: 1;
|
|
36598
|
+
}
|
|
36599
|
+
|
|
36600
|
+
.k-signature-line {
|
|
36601
|
+
position: absolute;
|
|
36602
|
+
z-index: 0;
|
|
36603
|
+
border-bottom-width: 1px;
|
|
36604
|
+
border-bottom-style: dashed;
|
|
36605
|
+
}
|
|
36606
|
+
|
|
36607
|
+
.k-signature-sm {
|
|
36608
|
+
padding: 0.25rem;
|
|
36609
|
+
}
|
|
36610
|
+
|
|
36611
|
+
.k-signature-sm .k-signature-line {
|
|
36612
|
+
width: calc( 100% - 2 * 0.25rem);
|
|
36613
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.25rem);
|
|
36614
|
+
}
|
|
36615
|
+
|
|
36616
|
+
.k-signature-md {
|
|
36617
|
+
padding: 0.375rem;
|
|
36618
|
+
}
|
|
36619
|
+
|
|
36620
|
+
.k-signature-md .k-signature-line {
|
|
36621
|
+
width: calc( 100% - 2 * 0.375rem);
|
|
36622
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.375rem);
|
|
36623
|
+
}
|
|
36624
|
+
|
|
36625
|
+
.k-signature-lg {
|
|
36626
|
+
padding: 0.5rem;
|
|
36627
|
+
}
|
|
36628
|
+
|
|
36629
|
+
.k-signature-lg .k-signature-line {
|
|
36630
|
+
width: calc( 100% - 2 * 0.5rem);
|
|
36631
|
+
bottom: calc( calc( 1.5em + 0.75rem + 2px) + 0.5rem);
|
|
36632
|
+
}
|
|
36633
|
+
|
|
36634
|
+
.k-signature .k-signature-line {
|
|
36635
|
+
border-bottom-color: rgba(13, 202, 240, 0.24);
|
|
36636
|
+
}
|