@progress/kendo-theme-material 5.5.0 → 5.5.1-dev.2
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 +710 -458
- package/dist/all.scss +846 -406
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +8 -11
- package/scss/button/_variables.scss +33 -13
- package/scss/calendar/_theme.scss +3 -3
- package/scss/calendar/_variables.scss +44 -1
- package/scss/chip/_variables.scss +1 -1
- package/scss/drawer/_theme.scss +2 -2
- package/scss/editor/_theme.scss +2 -2
- package/scss/grid/_theme.scss +13 -13
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +19 -2
- package/scss/list/_variables.scss +7 -7
- package/scss/listview/_theme.scss +1 -1
- package/scss/progressbar/_theme.scss +5 -23
- package/scss/progressbar/_variables.scss +5 -0
- package/scss/scheduler/_layout.scss +1 -1
- 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/slider/_theme.scss +1 -1
- package/scss/spreadsheet/_theme.scss +7 -7
- package/scss/timeline/_layout.scss +2 -2
- package/scss/timeselector/_variables.scss +38 -0
- package/scss/treeview/_variables.scss +6 -6
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 {
|
|
@@ -11346,8 +11337,8 @@ kendo-sortable {
|
|
|
11346
11337
|
}
|
|
11347
11338
|
|
|
11348
11339
|
.k-list-sm {
|
|
11349
|
-
font-size:
|
|
11350
|
-
line-height: 1.
|
|
11340
|
+
font-size: 14px;
|
|
11341
|
+
line-height: 1.4285714286;
|
|
11351
11342
|
}
|
|
11352
11343
|
|
|
11353
11344
|
.k-list-sm .k-list-group-sticky-header {
|
|
@@ -11363,8 +11354,8 @@ kendo-sortable {
|
|
|
11363
11354
|
}
|
|
11364
11355
|
|
|
11365
11356
|
.k-list-md {
|
|
11366
|
-
font-size:
|
|
11367
|
-
line-height: 1.
|
|
11357
|
+
font-size: 14px;
|
|
11358
|
+
line-height: 1.4285714286;
|
|
11368
11359
|
}
|
|
11369
11360
|
|
|
11370
11361
|
.k-list-md .k-list-group-sticky-header {
|
|
@@ -11381,15 +11372,15 @@ kendo-sortable {
|
|
|
11381
11372
|
|
|
11382
11373
|
.k-list-lg {
|
|
11383
11374
|
font-size: 16px;
|
|
11384
|
-
line-height: 1.
|
|
11375
|
+
line-height: 1.5;
|
|
11385
11376
|
}
|
|
11386
11377
|
|
|
11387
11378
|
.k-list-lg .k-list-group-sticky-header {
|
|
11388
|
-
padding:
|
|
11379
|
+
padding: 8px 16px;
|
|
11389
11380
|
}
|
|
11390
11381
|
|
|
11391
11382
|
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
|
|
11392
|
-
padding:
|
|
11383
|
+
padding: 8px 16px;
|
|
11393
11384
|
}
|
|
11394
11385
|
|
|
11395
11386
|
.k-list-lg .k-list-group-item {
|
|
@@ -11887,18 +11878,18 @@ a.k-badge:hover,
|
|
|
11887
11878
|
}
|
|
11888
11879
|
|
|
11889
11880
|
.k-badge-circle.k-badge-sm {
|
|
11890
|
-
width: calc(1em +
|
|
11891
|
-
height: calc(1em +
|
|
11881
|
+
width: calc( 1em + 4px + 2px);
|
|
11882
|
+
height: calc( 1em + 4px + 2px);
|
|
11892
11883
|
}
|
|
11893
11884
|
|
|
11894
11885
|
.k-badge-circle.k-badge-md {
|
|
11895
|
-
width: calc(1em +
|
|
11896
|
-
height: calc(1em +
|
|
11886
|
+
width: calc( 1em + 8px + 2px);
|
|
11887
|
+
height: calc( 1em + 8px + 2px);
|
|
11897
11888
|
}
|
|
11898
11889
|
|
|
11899
11890
|
.k-badge-circle.k-badge-lg {
|
|
11900
|
-
width: calc(1em +
|
|
11901
|
-
height: calc(1em +
|
|
11891
|
+
width: calc( 1em + 12px + 2px);
|
|
11892
|
+
height: calc( 1em + 12px + 2px);
|
|
11902
11893
|
}
|
|
11903
11894
|
|
|
11904
11895
|
.k-badge-dot {
|
|
@@ -12150,9 +12141,7 @@ kendo-badge-container {
|
|
|
12150
12141
|
justify-content: center;
|
|
12151
12142
|
gap: 8px;
|
|
12152
12143
|
vertical-align: middle;
|
|
12153
|
-
|
|
12154
|
-
-ms-user-select: none;
|
|
12155
|
-
user-select: none;
|
|
12144
|
+
user-select: none;
|
|
12156
12145
|
cursor: pointer;
|
|
12157
12146
|
outline: none;
|
|
12158
12147
|
-webkit-appearance: none;
|
|
@@ -12206,43 +12195,43 @@ kendo-badge-container {
|
|
|
12206
12195
|
line-height: 1.4285714286;
|
|
12207
12196
|
}
|
|
12208
12197
|
|
|
12209
|
-
.k-button-
|
|
12210
|
-
padding:
|
|
12211
|
-
font-size: 14px;
|
|
12212
|
-
line-height: 1.4285714286;
|
|
12198
|
+
.k-button-sm.k-icon-button {
|
|
12199
|
+
padding: 6px;
|
|
12213
12200
|
}
|
|
12214
12201
|
|
|
12215
|
-
.k-button-
|
|
12216
|
-
|
|
12202
|
+
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12203
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12204
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12205
|
+
}
|
|
12206
|
+
|
|
12207
|
+
.k-button-md {
|
|
12208
|
+
padding: 8px 16px;
|
|
12217
12209
|
font-size: 14px;
|
|
12218
12210
|
line-height: 1.4285714286;
|
|
12219
12211
|
}
|
|
12220
12212
|
|
|
12221
|
-
.k-
|
|
12222
|
-
padding:
|
|
12213
|
+
.k-button-md.k-icon-button {
|
|
12214
|
+
padding: 8px;
|
|
12223
12215
|
}
|
|
12224
12216
|
|
|
12225
|
-
.k-
|
|
12226
|
-
min-width:
|
|
12227
|
-
min-height:
|
|
12217
|
+
.k-button-md.k-icon-button > .k-button-icon {
|
|
12218
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12219
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12228
12220
|
}
|
|
12229
12221
|
|
|
12230
|
-
.k-
|
|
12231
|
-
padding:
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
.k-icon-button.k-button-md > .k-button-icon {
|
|
12235
|
-
min-width: 20.0000000004px;
|
|
12236
|
-
min-height: 20.0000000004px;
|
|
12222
|
+
.k-button-lg {
|
|
12223
|
+
padding: 10px 16px;
|
|
12224
|
+
font-size: 14px;
|
|
12225
|
+
line-height: 1.4285714286;
|
|
12237
12226
|
}
|
|
12238
12227
|
|
|
12239
|
-
.k-
|
|
12228
|
+
.k-button-lg.k-icon-button {
|
|
12240
12229
|
padding: 10px;
|
|
12241
12230
|
}
|
|
12242
12231
|
|
|
12243
|
-
.k-
|
|
12244
|
-
min-width:
|
|
12245
|
-
min-height:
|
|
12232
|
+
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12233
|
+
min-width: calc( 14px * 1.4285714286);
|
|
12234
|
+
min-height: calc( 14px * 1.4285714286);
|
|
12246
12235
|
}
|
|
12247
12236
|
|
|
12248
12237
|
.k-button-square {
|
|
@@ -13797,20 +13786,11 @@ kendo-badge-container {
|
|
|
13797
13786
|
margin: 0;
|
|
13798
13787
|
}
|
|
13799
13788
|
|
|
13800
|
-
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13801
|
-
color: rgba(0, 0, 0, 0.54);
|
|
13802
|
-
opacity: 1;
|
|
13803
|
-
-ms-user-select: none;
|
|
13804
|
-
user-select: none;
|
|
13805
|
-
}
|
|
13806
|
-
|
|
13807
13789
|
.k-input::placeholder,
|
|
13808
13790
|
.k-picker::placeholder {
|
|
13809
13791
|
color: rgba(0, 0, 0, 0.54);
|
|
13810
13792
|
opacity: 1;
|
|
13811
|
-
|
|
13812
|
-
-ms-user-select: none;
|
|
13813
|
-
user-select: none;
|
|
13793
|
+
user-select: none;
|
|
13814
13794
|
}
|
|
13815
13795
|
|
|
13816
13796
|
.k-input:-ms-input-placeholder,
|
|
@@ -13859,8 +13839,7 @@ textarea.k-textarea[disabled] {
|
|
|
13859
13839
|
|
|
13860
13840
|
select.k-picker {
|
|
13861
13841
|
padding: 8px 16px;
|
|
13862
|
-
|
|
13863
|
-
appearance: auto;
|
|
13842
|
+
appearance: auto;
|
|
13864
13843
|
}
|
|
13865
13844
|
|
|
13866
13845
|
select.k-picker:disabled, select.k-picker[disabled] {
|
|
@@ -13901,19 +13880,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13901
13880
|
display: none;
|
|
13902
13881
|
}
|
|
13903
13882
|
|
|
13904
|
-
.k-input-inner:-ms-input-placeholder {
|
|
13905
|
-
color: rgba(0, 0, 0, 0.54);
|
|
13906
|
-
opacity: 1;
|
|
13907
|
-
-ms-user-select: none;
|
|
13908
|
-
user-select: none;
|
|
13909
|
-
}
|
|
13910
|
-
|
|
13911
13883
|
.k-input-inner::placeholder {
|
|
13912
13884
|
color: rgba(0, 0, 0, 0.54);
|
|
13913
13885
|
opacity: 1;
|
|
13914
|
-
|
|
13915
|
-
-ms-user-select: none;
|
|
13916
|
-
user-select: none;
|
|
13886
|
+
user-select: none;
|
|
13917
13887
|
}
|
|
13918
13888
|
|
|
13919
13889
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -14165,14 +14135,14 @@ textarea.k-input-inner {
|
|
|
14165
14135
|
.k-picker-sm .k-clear-value,
|
|
14166
14136
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
14167
14137
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
14168
|
-
width:
|
|
14169
|
-
height:
|
|
14138
|
+
width: calc( 16px + 12px);
|
|
14139
|
+
height: calc( 16px + 12px);
|
|
14170
14140
|
}
|
|
14171
14141
|
|
|
14172
14142
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
14173
14143
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
14174
|
-
width: 1.25em;
|
|
14175
|
-
height: 1.25em;
|
|
14144
|
+
width: calc( 1.25em);
|
|
14145
|
+
height: calc( 1.25em);
|
|
14176
14146
|
padding: 6px;
|
|
14177
14147
|
box-sizing: content-box;
|
|
14178
14148
|
}
|
|
@@ -14228,14 +14198,14 @@ textarea.k-input-inner {
|
|
|
14228
14198
|
.k-picker-md .k-clear-value,
|
|
14229
14199
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
14230
14200
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
14231
|
-
width:
|
|
14232
|
-
height:
|
|
14201
|
+
width: calc( 16px + 16px);
|
|
14202
|
+
height: calc( 16px + 16px);
|
|
14233
14203
|
}
|
|
14234
14204
|
|
|
14235
14205
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
14236
14206
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
14237
|
-
width: 1.25em;
|
|
14238
|
-
height: 1.25em;
|
|
14207
|
+
width: calc( 1.25em);
|
|
14208
|
+
height: calc( 1.25em);
|
|
14239
14209
|
padding: 8px;
|
|
14240
14210
|
box-sizing: content-box;
|
|
14241
14211
|
}
|
|
@@ -14247,14 +14217,14 @@ textarea.k-input-inner {
|
|
|
14247
14217
|
.k-input-lg,
|
|
14248
14218
|
.k-picker-lg {
|
|
14249
14219
|
font-size: 16px;
|
|
14250
|
-
line-height: 1.
|
|
14220
|
+
line-height: 1.5;
|
|
14251
14221
|
}
|
|
14252
14222
|
|
|
14253
14223
|
.k-input-lg .k-input-values,
|
|
14254
14224
|
.k-picker-lg .k-input-values {
|
|
14255
14225
|
width: 100%;
|
|
14256
|
-
padding:
|
|
14257
|
-
gap:
|
|
14226
|
+
padding: 4px;
|
|
14227
|
+
gap: 4px;
|
|
14258
14228
|
cursor: text;
|
|
14259
14229
|
}
|
|
14260
14230
|
|
|
@@ -14262,12 +14232,12 @@ textarea.k-input-inner {
|
|
|
14262
14232
|
.k-input-lg .k-input-values > .k-input-inner,
|
|
14263
14233
|
.k-picker-lg .k-input-values > .k-searchbar,
|
|
14264
14234
|
.k-picker-lg .k-input-values > .k-input-inner {
|
|
14265
|
-
margin: -
|
|
14235
|
+
margin: -4px;
|
|
14266
14236
|
}
|
|
14267
14237
|
|
|
14268
14238
|
.k-input-lg .k-input-inner,
|
|
14269
14239
|
.k-picker-lg .k-input-inner {
|
|
14270
|
-
padding:
|
|
14240
|
+
padding: 8px 16px;
|
|
14271
14241
|
}
|
|
14272
14242
|
|
|
14273
14243
|
.k-input-lg .k-input-button,
|
|
@@ -14291,20 +14261,20 @@ textarea.k-input-inner {
|
|
|
14291
14261
|
.k-picker-lg .k-clear-value,
|
|
14292
14262
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
14293
14263
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
14294
|
-
width:
|
|
14295
|
-
height:
|
|
14264
|
+
width: calc( 16px + 16px);
|
|
14265
|
+
height: calc( 16px + 16px);
|
|
14296
14266
|
}
|
|
14297
14267
|
|
|
14298
14268
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
14299
14269
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
14300
|
-
width: 1.
|
|
14301
|
-
height: 1.
|
|
14302
|
-
padding:
|
|
14270
|
+
width: calc( 1.5em);
|
|
14271
|
+
height: calc( 1.5em);
|
|
14272
|
+
padding: 8px;
|
|
14303
14273
|
box-sizing: content-box;
|
|
14304
14274
|
}
|
|
14305
14275
|
|
|
14306
14276
|
.k-dropdown-operator.k-picker-lg .k-input-button {
|
|
14307
|
-
padding:
|
|
14277
|
+
padding: 8px;
|
|
14308
14278
|
}
|
|
14309
14279
|
|
|
14310
14280
|
.k-input > kendo-popup,
|
|
@@ -14664,7 +14634,7 @@ textarea.k-input-inner {
|
|
|
14664
14634
|
}
|
|
14665
14635
|
|
|
14666
14636
|
.k-floating-label-container {
|
|
14667
|
-
padding-top:
|
|
14637
|
+
padding-top: calc( 1.25 * 16px);
|
|
14668
14638
|
box-sizing: border-box;
|
|
14669
14639
|
display: inline-flex;
|
|
14670
14640
|
vertical-align: middle;
|
|
@@ -14686,8 +14656,8 @@ textarea.k-input-inner {
|
|
|
14686
14656
|
white-space: nowrap;
|
|
14687
14657
|
text-overflow: ellipsis;
|
|
14688
14658
|
position: absolute;
|
|
14689
|
-
top:
|
|
14690
|
-
left:
|
|
14659
|
+
top: calc( calc( 1.25 * 16px) + 1px + 8px);
|
|
14660
|
+
left: calc( 16px + 1px);
|
|
14691
14661
|
overflow: hidden;
|
|
14692
14662
|
cursor: text;
|
|
14693
14663
|
transform-origin: left center;
|
|
@@ -14700,8 +14670,8 @@ textarea.k-input-inner {
|
|
|
14700
14670
|
}
|
|
14701
14671
|
|
|
14702
14672
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14703
|
-
top:
|
|
14704
|
-
left:
|
|
14673
|
+
top: calc( calc( 1.25 * 16px) + 1px + 8px);
|
|
14674
|
+
left: calc( 16px + 1px);
|
|
14705
14675
|
transform: scale(1);
|
|
14706
14676
|
pointer-events: none;
|
|
14707
14677
|
}
|
|
@@ -14720,10 +14690,6 @@ textarea.k-input-inner {
|
|
|
14720
14690
|
transform: scale(0.75);
|
|
14721
14691
|
}
|
|
14722
14692
|
|
|
14723
|
-
.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 {
|
|
14724
|
-
color: transparent;
|
|
14725
|
-
}
|
|
14726
|
-
|
|
14727
14693
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14728
14694
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14729
14695
|
color: transparent;
|
|
@@ -14739,7 +14705,7 @@ textarea.k-input-inner {
|
|
|
14739
14705
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14740
14706
|
.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 {
|
|
14741
14707
|
left: auto;
|
|
14742
|
-
right:
|
|
14708
|
+
right: calc( 16px + 1px);
|
|
14743
14709
|
}
|
|
14744
14710
|
|
|
14745
14711
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -15353,9 +15319,7 @@ textarea.k-input-inner {
|
|
|
15353
15319
|
position: relative;
|
|
15354
15320
|
overflow: hidden;
|
|
15355
15321
|
cursor: pointer;
|
|
15356
|
-
|
|
15357
|
-
-ms-user-select: none;
|
|
15358
|
-
user-select: none;
|
|
15322
|
+
user-select: none;
|
|
15359
15323
|
}
|
|
15360
15324
|
|
|
15361
15325
|
.k-chip *,
|
|
@@ -15898,7 +15862,7 @@ textarea.k-input-inner {
|
|
|
15898
15862
|
}
|
|
15899
15863
|
|
|
15900
15864
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15901
|
-
width:
|
|
15865
|
+
width: calc( 16px - 2px);
|
|
15902
15866
|
height: 2px;
|
|
15903
15867
|
}
|
|
15904
15868
|
|
|
@@ -16061,32 +16025,32 @@ textarea.k-input-inner {
|
|
|
16061
16025
|
top: 100%;
|
|
16062
16026
|
left: 0;
|
|
16063
16027
|
animation: spinner-3-segment 2s ease infinite;
|
|
16064
|
-
animation-delay: -
|
|
16028
|
+
animation-delay: calc( -2s / 3);
|
|
16065
16029
|
}
|
|
16066
16030
|
|
|
16067
16031
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
16068
16032
|
top: 100%;
|
|
16069
16033
|
left: 100%;
|
|
16070
16034
|
animation: spinner-3-segment 2s ease infinite;
|
|
16071
|
-
animation-delay: -
|
|
16035
|
+
animation-delay: calc( -4s / 3);
|
|
16072
16036
|
}
|
|
16073
16037
|
|
|
16074
16038
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
16075
16039
|
margin: 2px;
|
|
16076
|
-
width:
|
|
16077
|
-
height:
|
|
16040
|
+
width: calc( 16px - 4px);
|
|
16041
|
+
height: calc( 13.8564064608px - 4px);
|
|
16078
16042
|
}
|
|
16079
16043
|
|
|
16080
16044
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
16081
16045
|
margin: 4px;
|
|
16082
|
-
width:
|
|
16083
|
-
height:
|
|
16046
|
+
width: calc( 32px - 8px);
|
|
16047
|
+
height: calc( 27.7128129216px - 8px);
|
|
16084
16048
|
}
|
|
16085
16049
|
|
|
16086
16050
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
16087
16051
|
margin: 8px;
|
|
16088
|
-
width:
|
|
16089
|
-
height:
|
|
16052
|
+
width: calc( 64px - 16px);
|
|
16053
|
+
height: calc( 55.4256258432px - 16px);
|
|
16090
16054
|
}
|
|
16091
16055
|
|
|
16092
16056
|
@keyframes spinner-4-segment-1 {
|
|
@@ -16466,9 +16430,7 @@ textarea.k-input-inner {
|
|
|
16466
16430
|
flex-flow: column nowrap;
|
|
16467
16431
|
flex: none;
|
|
16468
16432
|
position: relative;
|
|
16469
|
-
|
|
16470
|
-
-ms-user-select: none;
|
|
16471
|
-
user-select: none;
|
|
16433
|
+
user-select: none;
|
|
16472
16434
|
}
|
|
16473
16435
|
|
|
16474
16436
|
.k-menu-item-content {
|
|
@@ -16540,12 +16502,12 @@ textarea.k-input-inner {
|
|
|
16540
16502
|
|
|
16541
16503
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16542
16504
|
padding: 8px 16px;
|
|
16543
|
-
padding-right:
|
|
16505
|
+
padding-right: calc( 32px + 16px);
|
|
16544
16506
|
}
|
|
16545
16507
|
|
|
16546
16508
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
16547
16509
|
margin-inline-start: 16px;
|
|
16548
|
-
margin-inline-end: -
|
|
16510
|
+
margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
|
|
16549
16511
|
}
|
|
16550
16512
|
|
|
16551
16513
|
.k-menu-vertical > .k-separator {
|
|
@@ -16609,12 +16571,12 @@ textarea.k-input-inner {
|
|
|
16609
16571
|
|
|
16610
16572
|
.k-menu-group-sm .k-menu-link {
|
|
16611
16573
|
padding: 6px 16px;
|
|
16612
|
-
padding-inline-end:
|
|
16574
|
+
padding-inline-end: calc( 32px + 16px);
|
|
16613
16575
|
}
|
|
16614
16576
|
|
|
16615
16577
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
16616
16578
|
margin-inline-start: 16px;
|
|
16617
|
-
margin-inline-end: -
|
|
16579
|
+
margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
|
|
16618
16580
|
}
|
|
16619
16581
|
|
|
16620
16582
|
.k-menu-group-md {
|
|
@@ -16629,12 +16591,12 @@ textarea.k-input-inner {
|
|
|
16629
16591
|
|
|
16630
16592
|
.k-menu-group-md .k-menu-link {
|
|
16631
16593
|
padding: 8px 16px;
|
|
16632
|
-
padding-inline-end:
|
|
16594
|
+
padding-inline-end: calc( 32px + 16px);
|
|
16633
16595
|
}
|
|
16634
16596
|
|
|
16635
16597
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
16636
16598
|
margin-inline-start: 16px;
|
|
16637
|
-
margin-inline-end: -
|
|
16599
|
+
margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
|
|
16638
16600
|
}
|
|
16639
16601
|
|
|
16640
16602
|
.k-menu-group-lg {
|
|
@@ -16649,12 +16611,12 @@ textarea.k-input-inner {
|
|
|
16649
16611
|
|
|
16650
16612
|
.k-menu-group-lg .k-menu-link {
|
|
16651
16613
|
padding: 10px 16px;
|
|
16652
|
-
padding-inline-end:
|
|
16614
|
+
padding-inline-end: calc( 32px + 16px);
|
|
16653
16615
|
}
|
|
16654
16616
|
|
|
16655
16617
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
16656
16618
|
margin-inline-start: 16px;
|
|
16657
|
-
margin-inline-end: -
|
|
16619
|
+
margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
|
|
16658
16620
|
}
|
|
16659
16621
|
|
|
16660
16622
|
.k-popups-wrapper {
|
|
@@ -16754,13 +16716,13 @@ textarea.k-input-inner {
|
|
|
16754
16716
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16755
16717
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16756
16718
|
padding-right: 16px;
|
|
16757
|
-
padding-left:
|
|
16719
|
+
padding-left: calc( 32px + 16px);
|
|
16758
16720
|
}
|
|
16759
16721
|
|
|
16760
16722
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16761
16723
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16762
16724
|
padding-right: 16px;
|
|
16763
|
-
padding-left:
|
|
16725
|
+
padding-left: calc( 32px + 16px);
|
|
16764
16726
|
}
|
|
16765
16727
|
|
|
16766
16728
|
.k-menu:not(.k-context-menu) > .k-menu-item {
|
|
@@ -16772,11 +16734,11 @@ textarea.k-input-inner {
|
|
|
16772
16734
|
}
|
|
16773
16735
|
|
|
16774
16736
|
.k-menu-scroll-wrapper.horizontal .k-menu-scroll-button {
|
|
16775
|
-
width: calc(2em + 4px);
|
|
16737
|
+
width: calc( 2em + 4px);
|
|
16776
16738
|
}
|
|
16777
16739
|
|
|
16778
16740
|
.k-menu-scroll-wrapper.vertical .k-menu-scroll-button {
|
|
16779
|
-
height: calc(2em + 4px);
|
|
16741
|
+
height: calc( 2em + 4px);
|
|
16780
16742
|
}
|
|
16781
16743
|
|
|
16782
16744
|
.k-menu:not(.k-context-menu) {
|
|
@@ -16883,7 +16845,7 @@ textarea.k-input-inner {
|
|
|
16883
16845
|
|
|
16884
16846
|
.k-toolbar::before {
|
|
16885
16847
|
content: "";
|
|
16886
|
-
height: calc(1.4285714286em +
|
|
16848
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
16887
16849
|
margin-inline-start: -8px;
|
|
16888
16850
|
}
|
|
16889
16851
|
|
|
@@ -17350,7 +17312,8 @@ kendo-label > .k-label {
|
|
|
17350
17312
|
|
|
17351
17313
|
.k-form .k-multiselect,
|
|
17352
17314
|
.k-form .k-floating-label-container,
|
|
17353
|
-
.k-form .k-daterangepicker .k-dateinput
|
|
17315
|
+
.k-form .k-daterangepicker .k-dateinput,
|
|
17316
|
+
.k-form .k-signature {
|
|
17354
17317
|
display: inline-flex;
|
|
17355
17318
|
width: 100%;
|
|
17356
17319
|
}
|
|
@@ -17409,7 +17372,7 @@ kendo-label > .k-label {
|
|
|
17409
17372
|
}
|
|
17410
17373
|
|
|
17411
17374
|
.k-form-horizontal .k-form-field-wrap {
|
|
17412
|
-
max-width: calc(
|
|
17375
|
+
max-width: calc( ( 100% - 25% ) - 10px);
|
|
17413
17376
|
flex: 1 1 auto;
|
|
17414
17377
|
}
|
|
17415
17378
|
|
|
@@ -17476,7 +17439,7 @@ kendo-label > .k-label {
|
|
|
17476
17439
|
width: 25%;
|
|
17477
17440
|
text-align: right;
|
|
17478
17441
|
line-height: 2;
|
|
17479
|
-
padding:
|
|
17442
|
+
padding: calc( 4px + 1px) 0;
|
|
17480
17443
|
padding-right: 24px;
|
|
17481
17444
|
align-self: center;
|
|
17482
17445
|
}
|
|
@@ -17525,7 +17488,7 @@ kendo-label > .k-label {
|
|
|
17525
17488
|
|
|
17526
17489
|
.k-edit-label {
|
|
17527
17490
|
margin: 0 0 1em 0;
|
|
17528
|
-
padding:
|
|
17491
|
+
padding: calc( 8px + 1px) 0;
|
|
17529
17492
|
width: 30%;
|
|
17530
17493
|
line-height: 2;
|
|
17531
17494
|
text-align: right;
|
|
@@ -17542,7 +17505,7 @@ kendo-label > .k-label {
|
|
|
17542
17505
|
}
|
|
17543
17506
|
|
|
17544
17507
|
.k-edit-field.k-no-editor {
|
|
17545
|
-
padding:
|
|
17508
|
+
padding: calc( 8px + 1px) 0;
|
|
17546
17509
|
}
|
|
17547
17510
|
|
|
17548
17511
|
.k-edit-field > .k-widget {
|
|
@@ -17798,7 +17761,7 @@ kendo-label > .k-label {
|
|
|
17798
17761
|
}
|
|
17799
17762
|
|
|
17800
17763
|
.k-validator-tooltip {
|
|
17801
|
-
margin-top: 6px;
|
|
17764
|
+
margin-top: calc( 6px + 0px);
|
|
17802
17765
|
width: auto;
|
|
17803
17766
|
white-space: normal;
|
|
17804
17767
|
display: flex;
|
|
@@ -17870,8 +17833,8 @@ kendo-label > .k-label {
|
|
|
17870
17833
|
border-width: 0;
|
|
17871
17834
|
outline: 0;
|
|
17872
17835
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
17873
|
-
font-size:
|
|
17874
|
-
line-height: 1.
|
|
17836
|
+
font-size: 14px;
|
|
17837
|
+
line-height: 1.4285714286;
|
|
17875
17838
|
vertical-align: top;
|
|
17876
17839
|
background-color: transparent;
|
|
17877
17840
|
display: inline-flex;
|
|
@@ -18076,7 +18039,7 @@ kendo-label > .k-label {
|
|
|
18076
18039
|
}
|
|
18077
18040
|
|
|
18078
18041
|
.k-progressbar-horizontal {
|
|
18079
|
-
width:
|
|
18042
|
+
width: 100%;
|
|
18080
18043
|
height: 5px;
|
|
18081
18044
|
grid-template-columns: 1fr;
|
|
18082
18045
|
grid-template-rows: 100%;
|
|
@@ -18089,13 +18052,13 @@ kendo-label > .k-label {
|
|
|
18089
18052
|
.k-progressbar-horizontal > .k-state-selected,
|
|
18090
18053
|
.k-progressbar-horizontal > .k-selected {
|
|
18091
18054
|
width: 0;
|
|
18092
|
-
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
18055
|
+
width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
18093
18056
|
flex-direction: row;
|
|
18094
18057
|
}
|
|
18095
18058
|
|
|
18096
18059
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
18097
18060
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
18098
|
-
width: calc(100
|
|
18061
|
+
width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
18099
18062
|
}
|
|
18100
18063
|
|
|
18101
18064
|
.k-progressbar-horizontal > ul {
|
|
@@ -18126,14 +18089,13 @@ kendo-label > .k-label {
|
|
|
18126
18089
|
}
|
|
18127
18090
|
|
|
18128
18091
|
.k-progressbar-vertical .k-progress-status {
|
|
18129
|
-
|
|
18130
|
-
writing-mode: vertical-lr;
|
|
18092
|
+
writing-mode: vertical-lr;
|
|
18131
18093
|
}
|
|
18132
18094
|
|
|
18133
18095
|
.k-progressbar-vertical > .k-state-selected,
|
|
18134
18096
|
.k-progressbar-vertical > .k-selected {
|
|
18135
18097
|
height: 0;
|
|
18136
|
-
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
18098
|
+
height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
|
|
18137
18099
|
flex-direction: column-reverse;
|
|
18138
18100
|
align-self: flex-end;
|
|
18139
18101
|
align-items: flex-end;
|
|
@@ -18141,7 +18103,7 @@ kendo-label > .k-label {
|
|
|
18141
18103
|
|
|
18142
18104
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
18143
18105
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
18144
|
-
height: calc(100
|
|
18106
|
+
height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
|
|
18145
18107
|
}
|
|
18146
18108
|
|
|
18147
18109
|
.k-progressbar-vertical > ul {
|
|
@@ -18219,6 +18181,45 @@ kendo-label > .k-label {
|
|
|
18219
18181
|
-ms-grid-row-align: start;
|
|
18220
18182
|
}
|
|
18221
18183
|
|
|
18184
|
+
.k-circular-progressbar {
|
|
18185
|
+
display: inline-block;
|
|
18186
|
+
text-align: left;
|
|
18187
|
+
position: relative;
|
|
18188
|
+
}
|
|
18189
|
+
|
|
18190
|
+
.k-circular-progressbar-surface {
|
|
18191
|
+
height: 100%;
|
|
18192
|
+
}
|
|
18193
|
+
|
|
18194
|
+
.k-circular-progressbar-surface > div {
|
|
18195
|
+
width: 100%;
|
|
18196
|
+
height: 100%;
|
|
18197
|
+
}
|
|
18198
|
+
|
|
18199
|
+
.k-circular-progressbar-surface svg {
|
|
18200
|
+
width: 100%;
|
|
18201
|
+
height: 100%;
|
|
18202
|
+
}
|
|
18203
|
+
|
|
18204
|
+
.k-circular-progressbar-scale {
|
|
18205
|
+
fill: none;
|
|
18206
|
+
}
|
|
18207
|
+
|
|
18208
|
+
.k-circular-progressbar-arc {
|
|
18209
|
+
transform-box: fill-box;
|
|
18210
|
+
transform-origin: center center;
|
|
18211
|
+
transform: rotate(-90deg);
|
|
18212
|
+
stroke-linecap: round;
|
|
18213
|
+
fill: none;
|
|
18214
|
+
}
|
|
18215
|
+
|
|
18216
|
+
.k-circular-progressbar-label {
|
|
18217
|
+
position: absolute;
|
|
18218
|
+
text-align: center;
|
|
18219
|
+
padding: 0;
|
|
18220
|
+
margin: 0;
|
|
18221
|
+
}
|
|
18222
|
+
|
|
18222
18223
|
.k-progressbar {
|
|
18223
18224
|
border-radius: 0;
|
|
18224
18225
|
overflow: visible;
|
|
@@ -18282,6 +18283,47 @@ kendo-label > .k-label {
|
|
|
18282
18283
|
animation: progressbar-secondary-indeterminate-vertical 2s infinite;
|
|
18283
18284
|
}
|
|
18284
18285
|
|
|
18286
|
+
@keyframes progressbar-indeterminate-animation {
|
|
18287
|
+
from {
|
|
18288
|
+
background-position: 0 0;
|
|
18289
|
+
}
|
|
18290
|
+
to {
|
|
18291
|
+
background-position: 5px 0;
|
|
18292
|
+
}
|
|
18293
|
+
}
|
|
18294
|
+
|
|
18295
|
+
.k-progressbar {
|
|
18296
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18297
|
+
background-color: #bac0e4;
|
|
18298
|
+
}
|
|
18299
|
+
|
|
18300
|
+
.k-progressbar .k-state-selected,
|
|
18301
|
+
.k-progressbar .k-selected {
|
|
18302
|
+
color: white;
|
|
18303
|
+
background-color: #3f51b5;
|
|
18304
|
+
}
|
|
18305
|
+
|
|
18306
|
+
.k-progressbar .k-item {
|
|
18307
|
+
border-color: white;
|
|
18308
|
+
}
|
|
18309
|
+
|
|
18310
|
+
.k-progressbar-indeterminate {
|
|
18311
|
+
color: rgba(0, 0, 0, 0.87);
|
|
18312
|
+
background-color: #bac0e4;
|
|
18313
|
+
background-image: linear-gradient(45deg, #abb1d2 25%, transparent 25%, transparent 50%, #abb1d2 50%, #abb1d2 75%, transparent 75%, transparent);
|
|
18314
|
+
background-size: 5px 5px;
|
|
18315
|
+
animation: progressbar-indeterminate-animation;
|
|
18316
|
+
}
|
|
18317
|
+
|
|
18318
|
+
.k-circular-progressbar-scale {
|
|
18319
|
+
stroke: #bac0e4;
|
|
18320
|
+
}
|
|
18321
|
+
|
|
18322
|
+
.k-circular-progressbar-arc {
|
|
18323
|
+
stroke: #3f51b5;
|
|
18324
|
+
transition: stroke .5s ease;
|
|
18325
|
+
}
|
|
18326
|
+
|
|
18285
18327
|
@keyframes progressbar-primary-indeterminate-horizontal {
|
|
18286
18328
|
0% {
|
|
18287
18329
|
transform: translateX(0) scaleX(0);
|
|
@@ -18352,19 +18394,8 @@ kendo-label > .k-label {
|
|
|
18352
18394
|
}
|
|
18353
18395
|
}
|
|
18354
18396
|
|
|
18355
|
-
.k-progressbar {
|
|
18356
|
-
|
|
18357
|
-
background-color: #bac0e4;
|
|
18358
|
-
}
|
|
18359
|
-
|
|
18360
|
-
.k-progressbar .k-state-selected,
|
|
18361
|
-
.k-progressbar .k-selected {
|
|
18362
|
-
color: white;
|
|
18363
|
-
background-color: #3f51b5;
|
|
18364
|
-
}
|
|
18365
|
-
|
|
18366
|
-
.k-progressbar .k-item {
|
|
18367
|
-
border-color: white;
|
|
18397
|
+
.k-progressbar-indeterminate {
|
|
18398
|
+
background-image: none;
|
|
18368
18399
|
}
|
|
18369
18400
|
|
|
18370
18401
|
.k-radio {
|
|
@@ -18686,7 +18717,7 @@ kendo-label > .k-label {
|
|
|
18686
18717
|
.k-slider {
|
|
18687
18718
|
width: min-content;
|
|
18688
18719
|
height: min-content;
|
|
18689
|
-
gap:
|
|
18720
|
+
gap: calc( 14px / 2);
|
|
18690
18721
|
}
|
|
18691
18722
|
|
|
18692
18723
|
.k-slider .k-button {
|
|
@@ -18709,9 +18740,7 @@ kendo-label > .k-label {
|
|
|
18709
18740
|
display: flex;
|
|
18710
18741
|
flex-flow: inherit;
|
|
18711
18742
|
justify-content: space-between;
|
|
18712
|
-
|
|
18713
|
-
-ms-user-select: none;
|
|
18714
|
-
user-select: none;
|
|
18743
|
+
user-select: none;
|
|
18715
18744
|
}
|
|
18716
18745
|
|
|
18717
18746
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -18751,31 +18780,31 @@ kendo-label > .k-label {
|
|
|
18751
18780
|
}
|
|
18752
18781
|
|
|
18753
18782
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
18754
|
-
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
18755
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
18783
|
+
width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
18784
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18756
18785
|
}
|
|
18757
18786
|
|
|
18758
18787
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
18759
|
-
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
18788
|
+
left: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18760
18789
|
}
|
|
18761
18790
|
|
|
18762
18791
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
18763
|
-
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
18792
|
+
left: calc( var(--kendo-slider-end, 0) * 1%);
|
|
18764
18793
|
}
|
|
18765
18794
|
|
|
18766
18795
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
18767
18796
|
left: unset;
|
|
18768
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
18797
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18769
18798
|
}
|
|
18770
18799
|
|
|
18771
18800
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
18772
18801
|
left: unset;
|
|
18773
|
-
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
18802
|
+
right: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18774
18803
|
}
|
|
18775
18804
|
|
|
18776
18805
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
18777
18806
|
left: unset;
|
|
18778
|
-
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
18807
|
+
right: calc( var(--kendo-slider-end, 0) * 1%);
|
|
18779
18808
|
}
|
|
18780
18809
|
|
|
18781
18810
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -18806,16 +18835,16 @@ kendo-label > .k-label {
|
|
|
18806
18835
|
}
|
|
18807
18836
|
|
|
18808
18837
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
18809
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
18810
|
-
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
18838
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18839
|
+
height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
|
|
18811
18840
|
}
|
|
18812
18841
|
|
|
18813
18842
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
18814
|
-
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
18843
|
+
bottom: calc( var(--kendo-slider-start, 0) * 1%);
|
|
18815
18844
|
}
|
|
18816
18845
|
|
|
18817
18846
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
18818
|
-
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
18847
|
+
bottom: calc( var(--kendo-slider-end, 0) * 1%);
|
|
18819
18848
|
}
|
|
18820
18849
|
|
|
18821
18850
|
.k-slider-vertical {
|
|
@@ -19134,13 +19163,13 @@ kendo-label > .k-label {
|
|
|
19134
19163
|
}
|
|
19135
19164
|
|
|
19136
19165
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
19137
|
-
padding-left:
|
|
19138
|
-
padding-right:
|
|
19166
|
+
padding-left: calc( 14px / 2);
|
|
19167
|
+
padding-right: calc( 14px / 2);
|
|
19139
19168
|
}
|
|
19140
19169
|
|
|
19141
19170
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
19142
|
-
padding-top:
|
|
19143
|
-
padding-bottom:
|
|
19171
|
+
padding-top: calc( 14px / 2);
|
|
19172
|
+
padding-bottom: calc( 14px / 2);
|
|
19144
19173
|
}
|
|
19145
19174
|
|
|
19146
19175
|
.k-slider .k-tick {
|
|
@@ -19254,6 +19283,8 @@ kendo-label > .k-label {
|
|
|
19254
19283
|
}
|
|
19255
19284
|
|
|
19256
19285
|
.k-calendar {
|
|
19286
|
+
inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
|
|
19287
|
+
block-size: var(--INTERNAL--kendo-calendar-height, min-content);
|
|
19257
19288
|
border-width: 1px;
|
|
19258
19289
|
border-style: solid;
|
|
19259
19290
|
box-sizing: border-box;
|
|
@@ -19265,9 +19296,7 @@ kendo-label > .k-label {
|
|
|
19265
19296
|
overflow: hidden;
|
|
19266
19297
|
display: inline-flex;
|
|
19267
19298
|
flex-flow: column nowrap;
|
|
19268
|
-
|
|
19269
|
-
-ms-user-select: none;
|
|
19270
|
-
user-select: none;
|
|
19299
|
+
user-select: none;
|
|
19271
19300
|
-webkit-touch-callout: none;
|
|
19272
19301
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19273
19302
|
}
|
|
@@ -19276,14 +19305,8 @@ kendo-label > .k-label {
|
|
|
19276
19305
|
border: 0;
|
|
19277
19306
|
}
|
|
19278
19307
|
|
|
19279
|
-
.k-calendar .k-link {
|
|
19280
|
-
white-space: normal;
|
|
19281
|
-
position: relative;
|
|
19282
|
-
overflow: hidden;
|
|
19283
|
-
}
|
|
19284
|
-
|
|
19285
19308
|
.k-calendar-table {
|
|
19286
|
-
margin: 0;
|
|
19309
|
+
margin: 0 auto;
|
|
19287
19310
|
border-width: 0;
|
|
19288
19311
|
border-color: inherit;
|
|
19289
19312
|
border-spacing: 0;
|
|
@@ -19291,8 +19314,7 @@ kendo-label > .k-label {
|
|
|
19291
19314
|
table-layout: fixed;
|
|
19292
19315
|
text-align: center;
|
|
19293
19316
|
outline: 0;
|
|
19294
|
-
display:
|
|
19295
|
-
vertical-align: top;
|
|
19317
|
+
display: table;
|
|
19296
19318
|
position: relative;
|
|
19297
19319
|
z-index: 1;
|
|
19298
19320
|
}
|
|
@@ -19331,9 +19353,28 @@ kendo-label > .k-label {
|
|
|
19331
19353
|
|
|
19332
19354
|
.k-calendar-td {
|
|
19333
19355
|
border-radius: 100px;
|
|
19356
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
|
|
19357
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
|
|
19334
19358
|
border-color: transparent;
|
|
19335
19359
|
}
|
|
19336
19360
|
|
|
19361
|
+
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
19362
|
+
border-radius: 100px;
|
|
19363
|
+
padding: 0.5em 0.5em;
|
|
19364
|
+
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.5em);
|
|
19365
|
+
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.5em);
|
|
19366
|
+
width: 100%;
|
|
19367
|
+
height: 100%;
|
|
19368
|
+
box-sizing: border-box;
|
|
19369
|
+
display: flex;
|
|
19370
|
+
flex-direction: row;
|
|
19371
|
+
align-items: center;
|
|
19372
|
+
justify-content: center;
|
|
19373
|
+
white-space: normal;
|
|
19374
|
+
position: relative;
|
|
19375
|
+
overflow: hidden;
|
|
19376
|
+
}
|
|
19377
|
+
|
|
19337
19378
|
.k-calendar .k-header {
|
|
19338
19379
|
padding: 4px 4px;
|
|
19339
19380
|
border-bottom-width: 0px;
|
|
@@ -19386,6 +19427,7 @@ kendo-label > .k-label {
|
|
|
19386
19427
|
margin: auto;
|
|
19387
19428
|
padding: 0 4px;
|
|
19388
19429
|
width: 252px;
|
|
19430
|
+
inline-size: var(--INTERNAL--kendo-calendar-view-width, 252px);
|
|
19389
19431
|
min-height: 252px;
|
|
19390
19432
|
box-sizing: content-box;
|
|
19391
19433
|
gap: 16px;
|
|
@@ -19394,58 +19436,45 @@ kendo-label > .k-label {
|
|
|
19394
19436
|
overflow: hidden;
|
|
19395
19437
|
}
|
|
19396
19438
|
|
|
19397
|
-
.k-calendar-view .k-link {
|
|
19398
|
-
border-radius: 100px;
|
|
19399
|
-
padding: 0.5em 0.5em;
|
|
19400
|
-
box-sizing: border-box;
|
|
19401
|
-
display: flex;
|
|
19402
|
-
flex-direction: row;
|
|
19403
|
-
align-items: center;
|
|
19404
|
-
justify-content: center;
|
|
19405
|
-
}
|
|
19406
|
-
|
|
19407
19439
|
.k-week-number .k-calendar-view {
|
|
19408
19440
|
width: 288px;
|
|
19409
19441
|
}
|
|
19410
19442
|
|
|
19443
|
+
.k-month-calendar .k-calendar-td,
|
|
19411
19444
|
.k-calendar-monthview .k-calendar-td {
|
|
19412
19445
|
width: 36px;
|
|
19413
19446
|
height: 36px;
|
|
19447
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 36px);
|
|
19448
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 36px);
|
|
19414
19449
|
}
|
|
19415
19450
|
|
|
19416
|
-
.k-calendar
|
|
19417
|
-
width: 36px;
|
|
19418
|
-
height: 36px;
|
|
19419
|
-
}
|
|
19420
|
-
|
|
19451
|
+
.k-year-calendar .k-calendar-td,
|
|
19421
19452
|
.k-calendar-yearview .k-calendar-td {
|
|
19422
|
-
width: auto;
|
|
19423
|
-
height: auto;
|
|
19424
|
-
}
|
|
19425
|
-
|
|
19426
|
-
.k-calendar-yearview .k-link {
|
|
19427
19453
|
width: 63px;
|
|
19428
19454
|
height: 63px;
|
|
19455
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19456
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19429
19457
|
}
|
|
19430
19458
|
|
|
19459
|
+
.k-decade-calendar .k-calendar-td,
|
|
19431
19460
|
.k-calendar-decadeview .k-calendar-td {
|
|
19432
|
-
width: auto;
|
|
19433
|
-
height: auto;
|
|
19434
|
-
}
|
|
19435
|
-
|
|
19436
|
-
.k-calendar-decadeview .k-link {
|
|
19437
19461
|
width: 63px;
|
|
19438
19462
|
height: 63px;
|
|
19463
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19464
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19439
19465
|
}
|
|
19440
19466
|
|
|
19467
|
+
.k-century-calendar .k-calendar-td,
|
|
19441
19468
|
.k-calendar-centuryview .k-calendar-td {
|
|
19442
|
-
width:
|
|
19443
|
-
height:
|
|
19469
|
+
width: 63px;
|
|
19470
|
+
height: 63px;
|
|
19471
|
+
inline-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19472
|
+
block-size: var(--INTERNAL--kendo-calendar-cell-size, 63px);
|
|
19444
19473
|
}
|
|
19445
19474
|
|
|
19475
|
+
.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
|
|
19476
|
+
.k-calendar-centuryview .k-calendar-cell-inner,
|
|
19446
19477
|
.k-calendar-centuryview .k-link {
|
|
19447
|
-
width: 63px;
|
|
19448
|
-
height: 63px;
|
|
19449
19478
|
text-align: left;
|
|
19450
19479
|
}
|
|
19451
19480
|
|
|
@@ -19483,6 +19512,90 @@ kendo-label > .k-label {
|
|
|
19483
19512
|
right: 0;
|
|
19484
19513
|
}
|
|
19485
19514
|
|
|
19515
|
+
.k-calendar-sm {
|
|
19516
|
+
--INTERNAL--kendo-calendar-view-width: 256px;
|
|
19517
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 0.125rem );
|
|
19518
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 0.125rem );
|
|
19519
|
+
font-size: 14px;
|
|
19520
|
+
line-height: 2;
|
|
19521
|
+
}
|
|
19522
|
+
|
|
19523
|
+
.k-calendar-sm.k-month-calendar,
|
|
19524
|
+
.k-calendar-sm .k-calendar-monthview {
|
|
19525
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 32px );
|
|
19526
|
+
}
|
|
19527
|
+
|
|
19528
|
+
.k-calendar-sm.k-year-calendar,
|
|
19529
|
+
.k-calendar-sm .k-calendar-yearview {
|
|
19530
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px );
|
|
19531
|
+
}
|
|
19532
|
+
|
|
19533
|
+
.k-calendar-sm.k-decade-calendar,
|
|
19534
|
+
.k-calendar-sm .k-calendar-decadeview {
|
|
19535
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px );
|
|
19536
|
+
}
|
|
19537
|
+
|
|
19538
|
+
.k-calendar-sm.k-century-calendar,
|
|
19539
|
+
.k-calendar-sm .k-calendar-centuryview {
|
|
19540
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px );
|
|
19541
|
+
}
|
|
19542
|
+
|
|
19543
|
+
.k-calendar-md {
|
|
19544
|
+
--INTERNAL--kendo-calendar-view-width: 288px;
|
|
19545
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
|
|
19546
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
|
|
19547
|
+
font-size: 14px;
|
|
19548
|
+
line-height: 2;
|
|
19549
|
+
}
|
|
19550
|
+
|
|
19551
|
+
.k-calendar-md.k-month-calendar,
|
|
19552
|
+
.k-calendar-md .k-calendar-monthview {
|
|
19553
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 36px );
|
|
19554
|
+
}
|
|
19555
|
+
|
|
19556
|
+
.k-calendar-md.k-year-calendar,
|
|
19557
|
+
.k-calendar-md .k-calendar-yearview {
|
|
19558
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 63px );
|
|
19559
|
+
}
|
|
19560
|
+
|
|
19561
|
+
.k-calendar-md.k-decade-calendar,
|
|
19562
|
+
.k-calendar-md .k-calendar-decadeview {
|
|
19563
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 63px );
|
|
19564
|
+
}
|
|
19565
|
+
|
|
19566
|
+
.k-calendar-md.k-century-calendar,
|
|
19567
|
+
.k-calendar-md .k-calendar-centuryview {
|
|
19568
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 63px );
|
|
19569
|
+
}
|
|
19570
|
+
|
|
19571
|
+
.k-calendar-lg {
|
|
19572
|
+
--INTERNAL--kendo-calendar-view-width: 320px;
|
|
19573
|
+
--INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 4px );
|
|
19574
|
+
--INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 4px );
|
|
19575
|
+
font-size: 16px;
|
|
19576
|
+
line-height: 1.5;
|
|
19577
|
+
}
|
|
19578
|
+
|
|
19579
|
+
.k-calendar-lg.k-month-calendar,
|
|
19580
|
+
.k-calendar-lg .k-calendar-monthview {
|
|
19581
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
|
|
19582
|
+
}
|
|
19583
|
+
|
|
19584
|
+
.k-calendar-lg.k-year-calendar,
|
|
19585
|
+
.k-calendar-lg .k-calendar-yearview {
|
|
19586
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 70px );
|
|
19587
|
+
}
|
|
19588
|
+
|
|
19589
|
+
.k-calendar-lg.k-decade-calendar,
|
|
19590
|
+
.k-calendar-lg .k-calendar-decadeview {
|
|
19591
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 70px );
|
|
19592
|
+
}
|
|
19593
|
+
|
|
19594
|
+
.k-calendar-lg.k-century-calendar,
|
|
19595
|
+
.k-calendar-lg .k-calendar-centuryview {
|
|
19596
|
+
--INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 70px );
|
|
19597
|
+
}
|
|
19598
|
+
|
|
19486
19599
|
.k-calendar-infinite {
|
|
19487
19600
|
box-sizing: content-box;
|
|
19488
19601
|
display: inline-flex;
|
|
@@ -19614,6 +19727,10 @@ kendo-label > .k-label {
|
|
|
19614
19727
|
display: none;
|
|
19615
19728
|
}
|
|
19616
19729
|
|
|
19730
|
+
.k-calendar-range .k-calendar-view:focus {
|
|
19731
|
+
outline: 0;
|
|
19732
|
+
}
|
|
19733
|
+
|
|
19617
19734
|
.k-calendar-range .k-range-start {
|
|
19618
19735
|
border-color: inherit;
|
|
19619
19736
|
border-top-right-radius: 0;
|
|
@@ -19707,7 +19824,7 @@ kendo-label > .k-label {
|
|
|
19707
19824
|
color: #e51a5f;
|
|
19708
19825
|
}
|
|
19709
19826
|
|
|
19710
|
-
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-
|
|
19827
|
+
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus {
|
|
19711
19828
|
color: #c2185b;
|
|
19712
19829
|
}
|
|
19713
19830
|
|
|
@@ -19736,27 +19853,29 @@ kendo-label > .k-label {
|
|
|
19736
19853
|
visibility: hidden;
|
|
19737
19854
|
}
|
|
19738
19855
|
|
|
19739
|
-
.k-calendar .k-calendar-td:hover .k-link,
|
|
19740
|
-
.k-calendar .k-calendar-td.k-
|
|
19741
|
-
.k-calendar .k-calendar-td.k-hover .k-link
|
|
19856
|
+
.k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
|
|
19857
|
+
.k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
|
|
19858
|
+
.k-calendar .k-calendar-td.k-hover .k-link,
|
|
19859
|
+
.k-calendar .k-calendar-td.k-state-hover .k-calendar-cell-inner,
|
|
19860
|
+
.k-calendar .k-calendar-td.k-state-hover .k-link {
|
|
19742
19861
|
border-color: rgba(0, 0, 0, 0.15);
|
|
19743
19862
|
color: rgba(0, 0, 0, 0.87);
|
|
19744
19863
|
background-color: rgba(0, 0, 0, 0.04);
|
|
19745
19864
|
}
|
|
19746
19865
|
|
|
19747
|
-
.k-calendar .k-calendar-td.k-
|
|
19748
|
-
.k-calendar .k-calendar-td.k-selected .k-
|
|
19866
|
+
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link,
|
|
19867
|
+
.k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
|
|
19868
|
+
.k-calendar .k-calendar-td.k-state-selected .k-link {
|
|
19749
19869
|
border-color: #3f51b5;
|
|
19750
19870
|
color: white;
|
|
19751
19871
|
background-color: #3f51b5;
|
|
19752
19872
|
}
|
|
19753
19873
|
|
|
19754
|
-
.k-calendar .k-calendar-td.k-
|
|
19755
|
-
.k-calendar .k-calendar-td.k-selected
|
|
19756
|
-
.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
|
|
19874
|
+
.k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
|
|
19875
|
+
.k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
|
|
19757
19876
|
.k-calendar .k-calendar-td.k-selected.k-hover .k-link,
|
|
19758
|
-
.k-calendar .k-calendar-td.k-selected:hover .k-
|
|
19759
|
-
.k-calendar .k-calendar-td.k-selected
|
|
19877
|
+
.k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
|
|
19878
|
+
.k-calendar .k-calendar-td.k-state-selected:hover .k-link {
|
|
19760
19879
|
color: white;
|
|
19761
19880
|
background-color: #3c4eae;
|
|
19762
19881
|
}
|
|
@@ -19768,8 +19887,8 @@ kendo-label > .k-label {
|
|
|
19768
19887
|
}
|
|
19769
19888
|
|
|
19770
19889
|
.k-calendar .k-calendar-navigation li:hover,
|
|
19771
|
-
.k-calendar .k-calendar-navigation li.k-
|
|
19772
|
-
.k-calendar .k-calendar-navigation li.k-hover {
|
|
19890
|
+
.k-calendar .k-calendar-navigation li.k-hover,
|
|
19891
|
+
.k-calendar .k-calendar-navigation li.k-state-hover {
|
|
19773
19892
|
color: #c2185b;
|
|
19774
19893
|
}
|
|
19775
19894
|
|
|
@@ -19796,13 +19915,6 @@ kendo-label > .k-label {
|
|
|
19796
19915
|
.k-calendar .k-range-start,
|
|
19797
19916
|
.k-calendar .k-range-end,
|
|
19798
19917
|
.k-calendar .k-range-mid {
|
|
19799
|
-
background-image: linear-gradient(transparent 1px, rgba(63, 81, 181, 0.25) 1px, rgba(63, 81, 181, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
|
|
19800
|
-
}
|
|
19801
|
-
|
|
19802
|
-
.k-ie .k-calendar .k-range-start, .k-ie
|
|
19803
|
-
.k-calendar .k-range-end, .k-ie
|
|
19804
|
-
.k-calendar .k-range-mid {
|
|
19805
|
-
background-image: none;
|
|
19806
19918
|
background-color: rgba(63, 81, 181, 0.25);
|
|
19807
19919
|
}
|
|
19808
19920
|
|
|
@@ -19811,15 +19923,19 @@ kendo-label > .k-label {
|
|
|
19811
19923
|
background-color: transparent;
|
|
19812
19924
|
}
|
|
19813
19925
|
|
|
19814
|
-
.k-calendar .k-range-start .k-link,
|
|
19926
|
+
.k-calendar .k-range-start .k-calendar-cell-inner, .k-calendar .k-range-start .k-link,
|
|
19927
|
+
.k-calendar .k-range-end .k-calendar-cell-inner,
|
|
19815
19928
|
.k-calendar .k-range-end .k-link {
|
|
19816
19929
|
background-color: #3f51b5;
|
|
19817
19930
|
}
|
|
19818
19931
|
|
|
19932
|
+
.k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
|
|
19933
|
+
.k-calendar .k-range-start.k-state-active .k-calendar-cell-inner,
|
|
19819
19934
|
.k-calendar .k-range-start.k-state-active .k-link,
|
|
19820
|
-
.k-calendar .k-range-
|
|
19821
|
-
.k-calendar .k-range-end.k-
|
|
19822
|
-
.k-calendar .k-range-end.k-active .k-
|
|
19935
|
+
.k-calendar .k-range-end.k-active .k-calendar-cell-inner,
|
|
19936
|
+
.k-calendar .k-range-end.k-active .k-link,
|
|
19937
|
+
.k-calendar .k-range-end.k-state-active .k-calendar-cell-inner,
|
|
19938
|
+
.k-calendar .k-range-end.k-state-active .k-link {
|
|
19823
19939
|
box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
|
|
19824
19940
|
}
|
|
19825
19941
|
|
|
@@ -19833,8 +19949,8 @@ kendo-label > .k-label {
|
|
|
19833
19949
|
content: "";
|
|
19834
19950
|
display: block;
|
|
19835
19951
|
position: absolute;
|
|
19836
|
-
top:
|
|
19837
|
-
bottom:
|
|
19952
|
+
top: 0;
|
|
19953
|
+
bottom: 0;
|
|
19838
19954
|
width: 5px;
|
|
19839
19955
|
}
|
|
19840
19956
|
|
|
@@ -19858,7 +19974,7 @@ kendo-label > .k-label {
|
|
|
19858
19974
|
}
|
|
19859
19975
|
|
|
19860
19976
|
.k-calendar .k-state-selected.k-state-focused .k-link,
|
|
19861
|
-
.k-calendar .k-selected.k-
|
|
19977
|
+
.k-calendar .k-selected.k-focus .k-link {
|
|
19862
19978
|
border-color: #3f51b5;
|
|
19863
19979
|
color: white;
|
|
19864
19980
|
background-color: #4e5fbb;
|
|
@@ -19876,9 +19992,7 @@ kendo-label > .k-label {
|
|
|
19876
19992
|
overflow: hidden;
|
|
19877
19993
|
display: flex;
|
|
19878
19994
|
flex-flow: column nowrap;
|
|
19879
|
-
|
|
19880
|
-
-ms-user-select: none;
|
|
19881
|
-
user-select: none;
|
|
19995
|
+
user-select: none;
|
|
19882
19996
|
-webkit-touch-callout: none;
|
|
19883
19997
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19884
19998
|
}
|
|
@@ -19922,12 +20036,12 @@ kendo-label > .k-label {
|
|
|
19922
20036
|
.k-time-highlight,
|
|
19923
20037
|
.k-time-list-highlight {
|
|
19924
20038
|
width: 100%;
|
|
19925
|
-
height:
|
|
20039
|
+
height: calc( 20px + 16px);
|
|
19926
20040
|
border-width: 1px 0px;
|
|
19927
20041
|
border-style: solid;
|
|
19928
20042
|
box-sizing: border-box;
|
|
19929
20043
|
position: absolute;
|
|
19930
|
-
top: calc(50% + 9px);
|
|
20044
|
+
top: calc( 50% + 9px);
|
|
19931
20045
|
left: 0;
|
|
19932
20046
|
right: 0;
|
|
19933
20047
|
transform: translateY(-50%);
|
|
@@ -19963,7 +20077,7 @@ kendo-label > .k-label {
|
|
|
19963
20077
|
width: 100%;
|
|
19964
20078
|
left: 0;
|
|
19965
20079
|
pointer-events: none;
|
|
19966
|
-
height: calc(50% -
|
|
20080
|
+
height: calc( 50% - calc( 20px + 16px)/2);
|
|
19967
20081
|
box-sizing: border-box;
|
|
19968
20082
|
border-width: 0;
|
|
19969
20083
|
border-style: solid;
|
|
@@ -20053,14 +20167,71 @@ kendo-label > .k-label {
|
|
|
20053
20167
|
|
|
20054
20168
|
.k-time-separator {
|
|
20055
20169
|
width: 0;
|
|
20056
|
-
height:
|
|
20170
|
+
height: calc( 20px + 16px);
|
|
20057
20171
|
align-self: center;
|
|
20058
20172
|
display: inline-flex;
|
|
20059
20173
|
justify-content: center;
|
|
20060
20174
|
align-items: center;
|
|
20061
20175
|
position: relative;
|
|
20062
20176
|
z-index: 11;
|
|
20063
|
-
top: 9px;
|
|
20177
|
+
top: calc( 9px);
|
|
20178
|
+
}
|
|
20179
|
+
|
|
20180
|
+
.k-timeselector-sm {
|
|
20181
|
+
font-size: 14px;
|
|
20182
|
+
line-height: 1.4285714286;
|
|
20183
|
+
}
|
|
20184
|
+
|
|
20185
|
+
.k-timeselector-sm .k-time-highlight,
|
|
20186
|
+
.k-timeselector-sm .k-time-list-highlight {
|
|
20187
|
+
height: calc( 20px + 12px);
|
|
20188
|
+
}
|
|
20189
|
+
|
|
20190
|
+
.k-timeselector-sm .k-time-separator {
|
|
20191
|
+
height: calc( 20px + 12px);
|
|
20192
|
+
}
|
|
20193
|
+
|
|
20194
|
+
.k-timeselector-sm .k-time-list-item,
|
|
20195
|
+
.k-timeselector-sm .k-time-list .k-item {
|
|
20196
|
+
padding: 6px 16px;
|
|
20197
|
+
}
|
|
20198
|
+
|
|
20199
|
+
.k-timeselector-md {
|
|
20200
|
+
font-size: 14px;
|
|
20201
|
+
line-height: 1.4285714286;
|
|
20202
|
+
}
|
|
20203
|
+
|
|
20204
|
+
.k-timeselector-md .k-time-highlight,
|
|
20205
|
+
.k-timeselector-md .k-time-list-highlight {
|
|
20206
|
+
height: calc( 20px + 16px);
|
|
20207
|
+
}
|
|
20208
|
+
|
|
20209
|
+
.k-timeselector-md .k-time-separator {
|
|
20210
|
+
height: calc( 20px + 16px);
|
|
20211
|
+
}
|
|
20212
|
+
|
|
20213
|
+
.k-timeselector-md .k-time-list-item,
|
|
20214
|
+
.k-timeselector-md .k-time-list .k-item {
|
|
20215
|
+
padding: 8px 16px;
|
|
20216
|
+
}
|
|
20217
|
+
|
|
20218
|
+
.k-timeselector-lg {
|
|
20219
|
+
font-size: 16px;
|
|
20220
|
+
line-height: 1.5;
|
|
20221
|
+
}
|
|
20222
|
+
|
|
20223
|
+
.k-timeselector-lg .k-time-highlight,
|
|
20224
|
+
.k-timeselector-lg .k-time-list-highlight {
|
|
20225
|
+
height: calc( 24px + 16px);
|
|
20226
|
+
}
|
|
20227
|
+
|
|
20228
|
+
.k-timeselector-lg .k-time-separator {
|
|
20229
|
+
height: calc( 24px + 16px);
|
|
20230
|
+
}
|
|
20231
|
+
|
|
20232
|
+
.k-timeselector-lg .k-time-list-item,
|
|
20233
|
+
.k-timeselector-lg .k-time-list .k-item {
|
|
20234
|
+
padding: 8px 16px;
|
|
20064
20235
|
}
|
|
20065
20236
|
|
|
20066
20237
|
.k-timeselector {
|
|
@@ -20259,9 +20430,7 @@ kendo-label > .k-label {
|
|
|
20259
20430
|
border-radius: 4px;
|
|
20260
20431
|
position: relative;
|
|
20261
20432
|
flex: 1 1 auto;
|
|
20262
|
-
|
|
20263
|
-
-ms-user-select: none;
|
|
20264
|
-
user-select: none;
|
|
20433
|
+
user-select: none;
|
|
20265
20434
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
20266
20435
|
}
|
|
20267
20436
|
|
|
@@ -20508,7 +20677,7 @@ kendo-label > .k-label {
|
|
|
20508
20677
|
}
|
|
20509
20678
|
|
|
20510
20679
|
.k-coloreditor-views {
|
|
20511
|
-
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
20680
|
+
min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
|
|
20512
20681
|
padding: 12px 12px;
|
|
20513
20682
|
gap: 12px;
|
|
20514
20683
|
}
|
|
@@ -20557,7 +20726,7 @@ kendo-label > .k-label {
|
|
|
20557
20726
|
}
|
|
20558
20727
|
|
|
20559
20728
|
.k-datetime-wrap {
|
|
20560
|
-
width:
|
|
20729
|
+
width: calc( 288px + 32px);
|
|
20561
20730
|
overflow: hidden;
|
|
20562
20731
|
}
|
|
20563
20732
|
|
|
@@ -20574,7 +20743,7 @@ kendo-label > .k-label {
|
|
|
20574
20743
|
.k-datetime-calendar-wrap,
|
|
20575
20744
|
.k-datetime-time-wrap {
|
|
20576
20745
|
text-align: center;
|
|
20577
|
-
flex: 0 0
|
|
20746
|
+
flex: 0 0 calc( 288px + 32px);
|
|
20578
20747
|
}
|
|
20579
20748
|
|
|
20580
20749
|
.k-date-tab .k-datetime-selector {
|
|
@@ -20789,8 +20958,8 @@ kendo-label > .k-label {
|
|
|
20789
20958
|
}
|
|
20790
20959
|
|
|
20791
20960
|
.k-treeview-sm {
|
|
20792
|
-
font-size:
|
|
20793
|
-
line-height: 1.
|
|
20961
|
+
font-size: 14px;
|
|
20962
|
+
line-height: 1.4285714286;
|
|
20794
20963
|
}
|
|
20795
20964
|
|
|
20796
20965
|
.k-treeview-sm .k-treeview-leaf {
|
|
@@ -20798,8 +20967,8 @@ kendo-label > .k-label {
|
|
|
20798
20967
|
}
|
|
20799
20968
|
|
|
20800
20969
|
.k-treeview-md {
|
|
20801
|
-
font-size:
|
|
20802
|
-
line-height: 1.
|
|
20970
|
+
font-size: 14px;
|
|
20971
|
+
line-height: 1.4285714286;
|
|
20803
20972
|
}
|
|
20804
20973
|
|
|
20805
20974
|
.k-treeview-md .k-treeview-leaf {
|
|
@@ -20808,11 +20977,11 @@ kendo-label > .k-label {
|
|
|
20808
20977
|
|
|
20809
20978
|
.k-treeview-lg {
|
|
20810
20979
|
font-size: 16px;
|
|
20811
|
-
line-height: 1.
|
|
20980
|
+
line-height: 1.5;
|
|
20812
20981
|
}
|
|
20813
20982
|
|
|
20814
20983
|
.k-treeview-lg .k-treeview-leaf {
|
|
20815
|
-
padding:
|
|
20984
|
+
padding: 8px 16px;
|
|
20816
20985
|
}
|
|
20817
20986
|
|
|
20818
20987
|
.k-treeview {
|
|
@@ -20994,9 +21163,7 @@ kendo-label > .k-label {
|
|
|
20994
21163
|
line-height: 1;
|
|
20995
21164
|
position: relative;
|
|
20996
21165
|
cursor: pointer;
|
|
20997
|
-
|
|
20998
|
-
-ms-user-select: none;
|
|
20999
|
-
user-select: none;
|
|
21166
|
+
user-select: none;
|
|
21000
21167
|
-webkit-touch-callout: none;
|
|
21001
21168
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
21002
21169
|
}
|
|
@@ -21076,11 +21243,11 @@ kendo-label > .k-label {
|
|
|
21076
21243
|
}
|
|
21077
21244
|
|
|
21078
21245
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
21079
|
-
left: calc(100% -
|
|
21246
|
+
left: calc( 100% - 8px - -2px);
|
|
21080
21247
|
}
|
|
21081
21248
|
|
|
21082
21249
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
21083
|
-
left:
|
|
21250
|
+
left: calc( 8px + -2px);
|
|
21084
21251
|
}
|
|
21085
21252
|
|
|
21086
21253
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -21100,13 +21267,13 @@ kendo-label > .k-label {
|
|
|
21100
21267
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21101
21268
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
21102
21269
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
21103
|
-
left:
|
|
21270
|
+
left: calc( 8px + -2px);
|
|
21104
21271
|
}
|
|
21105
21272
|
|
|
21106
21273
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21107
21274
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
21108
21275
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
21109
|
-
left: calc(100% -
|
|
21276
|
+
left: calc( 100% - 8px - -2px);
|
|
21110
21277
|
}
|
|
21111
21278
|
|
|
21112
21279
|
.k-switch-md {
|
|
@@ -21133,11 +21300,11 @@ kendo-label > .k-label {
|
|
|
21133
21300
|
}
|
|
21134
21301
|
|
|
21135
21302
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
21136
|
-
left: calc(100% -
|
|
21303
|
+
left: calc( 100% - 10px - -3px);
|
|
21137
21304
|
}
|
|
21138
21305
|
|
|
21139
21306
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
21140
|
-
left:
|
|
21307
|
+
left: calc( 10px + -3px);
|
|
21141
21308
|
}
|
|
21142
21309
|
|
|
21143
21310
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -21157,13 +21324,13 @@ kendo-label > .k-label {
|
|
|
21157
21324
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21158
21325
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
21159
21326
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
21160
|
-
left:
|
|
21327
|
+
left: calc( 10px + -3px);
|
|
21161
21328
|
}
|
|
21162
21329
|
|
|
21163
21330
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21164
21331
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
21165
21332
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
21166
|
-
left: calc(100% -
|
|
21333
|
+
left: calc( 100% - 10px - -3px);
|
|
21167
21334
|
}
|
|
21168
21335
|
|
|
21169
21336
|
.k-switch-lg {
|
|
@@ -21190,11 +21357,11 @@ kendo-label > .k-label {
|
|
|
21190
21357
|
}
|
|
21191
21358
|
|
|
21192
21359
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
21193
|
-
left: calc(100% -
|
|
21360
|
+
left: calc( 100% - 12px - -4px);
|
|
21194
21361
|
}
|
|
21195
21362
|
|
|
21196
21363
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
21197
|
-
left:
|
|
21364
|
+
left: calc( 12px + -4px);
|
|
21198
21365
|
}
|
|
21199
21366
|
|
|
21200
21367
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -21214,13 +21381,13 @@ kendo-label > .k-label {
|
|
|
21214
21381
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
21215
21382
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
21216
21383
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
21217
|
-
left:
|
|
21384
|
+
left: calc( 12px + -4px);
|
|
21218
21385
|
}
|
|
21219
21386
|
|
|
21220
21387
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
21221
21388
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
21222
21389
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
21223
|
-
left: calc(100% -
|
|
21390
|
+
left: calc( 100% - 12px - -4px);
|
|
21224
21391
|
}
|
|
21225
21392
|
|
|
21226
21393
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -21443,7 +21610,7 @@ kendo-label > .k-label {
|
|
|
21443
21610
|
}
|
|
21444
21611
|
|
|
21445
21612
|
.k-upload .k-upload-files .k-file {
|
|
21446
|
-
padding: 16px 16px
|
|
21613
|
+
padding: 16px 16px calc(16px + 2px);
|
|
21447
21614
|
border-width: 0 0 1px;
|
|
21448
21615
|
border-style: solid;
|
|
21449
21616
|
outline: none;
|
|
@@ -21553,7 +21720,7 @@ kendo-label > .k-label {
|
|
|
21553
21720
|
|
|
21554
21721
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
21555
21722
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
21556
|
-
margin-left: calc(24px + 1em);
|
|
21723
|
+
margin-left: calc( 24px + 1em);
|
|
21557
21724
|
min-height: 38px;
|
|
21558
21725
|
display: block;
|
|
21559
21726
|
overflow: hidden;
|
|
@@ -21561,7 +21728,7 @@ kendo-label > .k-label {
|
|
|
21561
21728
|
|
|
21562
21729
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
21563
21730
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
21564
|
-
margin-left: calc(24px + 1em);
|
|
21731
|
+
margin-left: calc( 24px + 1em);
|
|
21565
21732
|
}
|
|
21566
21733
|
|
|
21567
21734
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -21679,7 +21846,7 @@ kendo-label > .k-label {
|
|
|
21679
21846
|
height: 2px;
|
|
21680
21847
|
position: absolute;
|
|
21681
21848
|
bottom: 8px;
|
|
21682
|
-
width: calc(100% -
|
|
21849
|
+
width: calc(100% - 16px * 2);
|
|
21683
21850
|
}
|
|
21684
21851
|
|
|
21685
21852
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -22622,12 +22789,41 @@ kendo-label > .k-label {
|
|
|
22622
22789
|
box-sizing: border-box;
|
|
22623
22790
|
}
|
|
22624
22791
|
|
|
22625
|
-
.k-actionsheet-
|
|
22792
|
+
.k-actionsheet-fullscreen {
|
|
22793
|
+
max-height: 100%;
|
|
22794
|
+
height: 100%;
|
|
22795
|
+
}
|
|
22796
|
+
|
|
22797
|
+
.k-actionsheet-header, .k-actionsheet-titlebar {
|
|
22626
22798
|
padding: 8px 16px;
|
|
22627
22799
|
border-width: 0;
|
|
22628
22800
|
border-style: solid;
|
|
22629
22801
|
border-color: transparent;
|
|
22630
22802
|
box-sizing: border-box;
|
|
22803
|
+
flex: none;
|
|
22804
|
+
}
|
|
22805
|
+
|
|
22806
|
+
.k-actionsheet-titlebar {
|
|
22807
|
+
display: flex;
|
|
22808
|
+
flex-flow: row nowrap;
|
|
22809
|
+
align-items: center;
|
|
22810
|
+
}
|
|
22811
|
+
|
|
22812
|
+
.k-actionsheet-title {
|
|
22813
|
+
flex: 1;
|
|
22814
|
+
}
|
|
22815
|
+
|
|
22816
|
+
.k-actionsheet-actions {
|
|
22817
|
+
flex: none;
|
|
22818
|
+
}
|
|
22819
|
+
|
|
22820
|
+
.k-actionsheet-content {
|
|
22821
|
+
flex: 1;
|
|
22822
|
+
overflow: auto;
|
|
22823
|
+
}
|
|
22824
|
+
|
|
22825
|
+
.k-actionsheet-footer {
|
|
22826
|
+
flex: none;
|
|
22631
22827
|
}
|
|
22632
22828
|
|
|
22633
22829
|
.k-actionsheet-items {
|
|
@@ -22717,6 +22913,33 @@ kendo-label > .k-label {
|
|
|
22717
22913
|
transform: none;
|
|
22718
22914
|
}
|
|
22719
22915
|
|
|
22916
|
+
.k-adaptive-actionsheet {
|
|
22917
|
+
max-width: 100%;
|
|
22918
|
+
width: 100%;
|
|
22919
|
+
display: flex;
|
|
22920
|
+
flex-flow: column nowrap;
|
|
22921
|
+
}
|
|
22922
|
+
|
|
22923
|
+
.k-adaptive-actionsheet .k-calendar {
|
|
22924
|
+
margin-inline: auto;
|
|
22925
|
+
border-width: 0;
|
|
22926
|
+
display: flex;
|
|
22927
|
+
}
|
|
22928
|
+
|
|
22929
|
+
.k-adaptive-actionsheet .k-timeselector {
|
|
22930
|
+
height: 100%;
|
|
22931
|
+
border-width: 0;
|
|
22932
|
+
overflow: hidden;
|
|
22933
|
+
}
|
|
22934
|
+
|
|
22935
|
+
.k-adaptive-actionsheet .k-timeselector .k-time-part {
|
|
22936
|
+
display: contents;
|
|
22937
|
+
}
|
|
22938
|
+
|
|
22939
|
+
.k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
|
|
22940
|
+
height: 100%;
|
|
22941
|
+
}
|
|
22942
|
+
|
|
22720
22943
|
.k-actionsheet {
|
|
22721
22944
|
border-color: rgba(0, 0, 0, 0.12);
|
|
22722
22945
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -22808,7 +23031,7 @@ kendo-label > .k-label {
|
|
|
22808
23031
|
|
|
22809
23032
|
.k-window-actions {
|
|
22810
23033
|
margin: -5em 0;
|
|
22811
|
-
margin-inline-end: -
|
|
23034
|
+
margin-inline-end: calc( 16px - 24px);
|
|
22812
23035
|
line-height: 1;
|
|
22813
23036
|
display: flex;
|
|
22814
23037
|
flex-flow: row nowrap;
|
|
@@ -23171,7 +23394,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
23171
23394
|
}
|
|
23172
23395
|
|
|
23173
23396
|
.k-drawer-mini .k-drawer-wrapper {
|
|
23174
|
-
width:
|
|
23397
|
+
width: calc(2 * 16px + 16px);
|
|
23175
23398
|
}
|
|
23176
23399
|
|
|
23177
23400
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -23475,7 +23698,7 @@ kendo-card-footer {
|
|
|
23475
23698
|
}
|
|
23476
23699
|
|
|
23477
23700
|
.k-card > .k-card-inner {
|
|
23478
|
-
border-radius: 4px;
|
|
23701
|
+
border-radius: calc( 4px - 0px);
|
|
23479
23702
|
display: flex;
|
|
23480
23703
|
flex-direction: inherit;
|
|
23481
23704
|
overflow: hidden;
|
|
@@ -24133,7 +24356,7 @@ kendo-card-footer {
|
|
|
24133
24356
|
.k-bottom-nav-item {
|
|
24134
24357
|
padding: 0 8px;
|
|
24135
24358
|
min-width: 72px;
|
|
24136
|
-
min-height:
|
|
24359
|
+
min-height: calc( 40px + 16px - 0px);
|
|
24137
24360
|
border-width: 0;
|
|
24138
24361
|
box-sizing: border-box;
|
|
24139
24362
|
font: inherit;
|
|
@@ -24660,8 +24883,8 @@ kendo-card-footer {
|
|
|
24660
24883
|
}
|
|
24661
24884
|
|
|
24662
24885
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
24663
|
-
min-width: calc(1.4285714286em +
|
|
24664
|
-
height: calc(1.4285714286em +
|
|
24886
|
+
min-width: calc( 1.4285714286em + 16px + 2px);
|
|
24887
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
24665
24888
|
color: inherit;
|
|
24666
24889
|
text-align: center;
|
|
24667
24890
|
display: inline-flex;
|
|
@@ -24803,7 +25026,7 @@ kendo-card-footer {
|
|
|
24803
25026
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
24804
25027
|
margin-left: 8px;
|
|
24805
25028
|
margin-right: 8px;
|
|
24806
|
-
height: calc(1.4285714286em +
|
|
25029
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
24807
25030
|
border-color: inherit;
|
|
24808
25031
|
}
|
|
24809
25032
|
|
|
@@ -24985,10 +25208,10 @@ kendo-card-footer {
|
|
|
24985
25208
|
pointer-events: none;
|
|
24986
25209
|
display: none;
|
|
24987
25210
|
position: absolute;
|
|
24988
|
-
top: -
|
|
24989
|
-
right: -
|
|
24990
|
-
bottom: -
|
|
24991
|
-
left: -
|
|
25211
|
+
top: calc( -1 * calc( 1px + 3px));
|
|
25212
|
+
right: calc( -1 * calc( 1px + 3px));
|
|
25213
|
+
bottom: calc( -1 * calc( 1px + 3px));
|
|
25214
|
+
left: calc( -1 * calc( 1px + 3px));
|
|
24992
25215
|
z-index: 2;
|
|
24993
25216
|
}
|
|
24994
25217
|
|
|
@@ -25013,7 +25236,7 @@ kendo-card-footer {
|
|
|
25013
25236
|
}
|
|
25014
25237
|
|
|
25015
25238
|
.k-stepper .k-step-label .k-step-text {
|
|
25016
|
-
max-width: calc(10em -
|
|
25239
|
+
max-width: calc(10em - (16px + 8px));
|
|
25017
25240
|
flex-grow: 1;
|
|
25018
25241
|
white-space: nowrap;
|
|
25019
25242
|
text-overflow: ellipsis;
|
|
@@ -25074,13 +25297,13 @@ kendo-card-footer {
|
|
|
25074
25297
|
}
|
|
25075
25298
|
|
|
25076
25299
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
25077
|
-
margin-top:
|
|
25300
|
+
margin-top: calc(8px - 3px);
|
|
25078
25301
|
}
|
|
25079
25302
|
|
|
25080
25303
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
25081
25304
|
width: 100%;
|
|
25082
25305
|
height: 2px;
|
|
25083
|
-
top:
|
|
25306
|
+
top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
|
|
25084
25307
|
}
|
|
25085
25308
|
|
|
25086
25309
|
.k-step-list-vertical {
|
|
@@ -25088,7 +25311,7 @@ kendo-card-footer {
|
|
|
25088
25311
|
}
|
|
25089
25312
|
|
|
25090
25313
|
.k-step-list-vertical .k-step {
|
|
25091
|
-
min-height:
|
|
25314
|
+
min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
|
|
25092
25315
|
}
|
|
25093
25316
|
|
|
25094
25317
|
.k-step-list-vertical .k-step-label {
|
|
@@ -25103,7 +25326,7 @@ kendo-card-footer {
|
|
|
25103
25326
|
width: 2px;
|
|
25104
25327
|
height: 100%;
|
|
25105
25328
|
min-height: 20px;
|
|
25106
|
-
left:
|
|
25329
|
+
left: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
25107
25330
|
}
|
|
25108
25331
|
|
|
25109
25332
|
.k-step-list-vertical .k-step-content {
|
|
@@ -25142,7 +25365,7 @@ kendo-card-footer {
|
|
|
25142
25365
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
25143
25366
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
25144
25367
|
left: auto;
|
|
25145
|
-
right:
|
|
25368
|
+
right: calc((28px + 2 * 1px + 2 * 2px) / 2);
|
|
25146
25369
|
}
|
|
25147
25370
|
|
|
25148
25371
|
.k-step-current .k-step-label {
|
|
@@ -25685,7 +25908,7 @@ kendo-card-footer {
|
|
|
25685
25908
|
|
|
25686
25909
|
.k-wizard .k-wizard-step {
|
|
25687
25910
|
box-sizing: border-box;
|
|
25688
|
-
padding:
|
|
25911
|
+
padding: calc(8px + 2px);
|
|
25689
25912
|
width: 100%;
|
|
25690
25913
|
display: flex;
|
|
25691
25914
|
flex-direction: column;
|
|
@@ -25915,9 +26138,7 @@ kendo-card-footer {
|
|
|
25915
26138
|
align-items: center;
|
|
25916
26139
|
align-content: center;
|
|
25917
26140
|
position: relative;
|
|
25918
|
-
|
|
25919
|
-
-ms-user-select: none;
|
|
25920
|
-
user-select: none;
|
|
26141
|
+
user-select: none;
|
|
25921
26142
|
cursor: default;
|
|
25922
26143
|
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;
|
|
25923
26144
|
}
|
|
@@ -25954,9 +26175,7 @@ kendo-card-footer {
|
|
|
25954
26175
|
align-items: center;
|
|
25955
26176
|
align-content: center;
|
|
25956
26177
|
position: relative;
|
|
25957
|
-
|
|
25958
|
-
-ms-user-select: none;
|
|
25959
|
-
user-select: none;
|
|
26178
|
+
user-select: none;
|
|
25960
26179
|
cursor: default;
|
|
25961
26180
|
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;
|
|
25962
26181
|
}
|
|
@@ -25994,7 +26213,7 @@ kendo-card-footer {
|
|
|
25994
26213
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
25995
26214
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
25996
26215
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
25997
|
-
margin-inline-end:
|
|
26216
|
+
margin-inline-end: calc( 24px - 24px);
|
|
25998
26217
|
}
|
|
25999
26218
|
|
|
26000
26219
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -26038,7 +26257,7 @@ kendo-card-footer {
|
|
|
26038
26257
|
.k-ie .k-group .k-panelbar-expand,
|
|
26039
26258
|
.k-ie .k-group .k-panelbar-collapse,
|
|
26040
26259
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
26041
|
-
margin-right:
|
|
26260
|
+
margin-right: calc( 24px - 24px);
|
|
26042
26261
|
}
|
|
26043
26262
|
|
|
26044
26263
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -26059,7 +26278,7 @@ kendo-card-footer {
|
|
|
26059
26278
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
26060
26279
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
26061
26280
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
26062
|
-
margin-left:
|
|
26281
|
+
margin-left: calc( 24px - 24px);
|
|
26063
26282
|
}
|
|
26064
26283
|
|
|
26065
26284
|
.k-panelbar {
|
|
@@ -26354,6 +26573,7 @@ kendo-card-footer {
|
|
|
26354
26573
|
outline: 0;
|
|
26355
26574
|
position: absolute;
|
|
26356
26575
|
-webkit-user-select: none;
|
|
26576
|
+
-moz-user-select: none;
|
|
26357
26577
|
-ms-user-select: none;
|
|
26358
26578
|
user-select: none;
|
|
26359
26579
|
display: flex;
|
|
@@ -26605,9 +26825,7 @@ kendo-card-footer {
|
|
|
26605
26825
|
.k-pane-wrapper .k-pane {
|
|
26606
26826
|
width: 100%;
|
|
26607
26827
|
height: 100%;
|
|
26608
|
-
|
|
26609
|
-
-ms-user-select: none;
|
|
26610
|
-
user-select: none;
|
|
26828
|
+
user-select: none;
|
|
26611
26829
|
box-sizing: border-box;
|
|
26612
26830
|
font-family: sans-serif;
|
|
26613
26831
|
overflow-x: hidden;
|
|
@@ -26689,8 +26907,8 @@ kendo-card-footer {
|
|
|
26689
26907
|
.k-grid-mobile .k-header a {
|
|
26690
26908
|
-webkit-touch-callout: none;
|
|
26691
26909
|
-webkit-user-select: none;
|
|
26692
|
-
-
|
|
26693
|
-
|
|
26910
|
+
-moz-user-select: none;
|
|
26911
|
+
user-select: none;
|
|
26694
26912
|
-webkit-user-drag: none;
|
|
26695
26913
|
-moz-user-drag: none;
|
|
26696
26914
|
}
|
|
@@ -26889,8 +27107,7 @@ kendo-card-footer {
|
|
|
26889
27107
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
26890
27108
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
26891
27109
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
26892
|
-
|
|
26893
|
-
writing-mode: vertical-lr;
|
|
27110
|
+
writing-mode: vertical-lr;
|
|
26894
27111
|
transform: rotate(180deg);
|
|
26895
27112
|
white-space: nowrap;
|
|
26896
27113
|
}
|
|
@@ -27251,7 +27468,7 @@ kendo-card-footer {
|
|
|
27251
27468
|
}
|
|
27252
27469
|
|
|
27253
27470
|
.k-grid .k-grouping-row .k-icon {
|
|
27254
|
-
margin-left: -
|
|
27471
|
+
margin-left: calc( 8px - 24px);
|
|
27255
27472
|
margin-right: 8px;
|
|
27256
27473
|
text-decoration: none;
|
|
27257
27474
|
}
|
|
@@ -27420,7 +27637,7 @@ kendo-card-footer {
|
|
|
27420
27637
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
27421
27638
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
27422
27639
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
27423
|
-
padding-left: calc(1.4285714286em +
|
|
27640
|
+
padding-left: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
|
|
27424
27641
|
padding-right: 24px;
|
|
27425
27642
|
}
|
|
27426
27643
|
|
|
@@ -27476,7 +27693,7 @@ kendo-card-footer {
|
|
|
27476
27693
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
27477
27694
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
27478
27695
|
margin-left: 8px;
|
|
27479
|
-
margin-right: -
|
|
27696
|
+
margin-right: calc( 8px - 24px);
|
|
27480
27697
|
}
|
|
27481
27698
|
|
|
27482
27699
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -27552,7 +27769,7 @@ kendo-card-footer {
|
|
|
27552
27769
|
|
|
27553
27770
|
.k-grouping-header::before {
|
|
27554
27771
|
content: "";
|
|
27555
|
-
height: calc(1.4285714286em +
|
|
27772
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
27556
27773
|
display: inline-block;
|
|
27557
27774
|
vertical-align: middle;
|
|
27558
27775
|
}
|
|
@@ -27582,7 +27799,7 @@ kendo-card-footer {
|
|
|
27582
27799
|
}
|
|
27583
27800
|
|
|
27584
27801
|
.k-group-indicator {
|
|
27585
|
-
border-radius:
|
|
27802
|
+
border-radius: calc( 14px + 8px);
|
|
27586
27803
|
margin: 0;
|
|
27587
27804
|
padding: 8px 16px;
|
|
27588
27805
|
border-width: 1px;
|
|
@@ -27631,9 +27848,9 @@ kendo-card-footer {
|
|
|
27631
27848
|
|
|
27632
27849
|
.k-grouping-dropclue {
|
|
27633
27850
|
width: 12px;
|
|
27634
|
-
height:
|
|
27851
|
+
height: calc( 28px + 8px);
|
|
27635
27852
|
position: absolute;
|
|
27636
|
-
top: calc(
|
|
27853
|
+
top: calc( ( calc( 1.4285714286em + 16px + 2px) + 16px - calc( 28px + 8px) ) / 2);
|
|
27637
27854
|
box-sizing: content-box;
|
|
27638
27855
|
}
|
|
27639
27856
|
|
|
@@ -27656,7 +27873,7 @@ kendo-card-footer {
|
|
|
27656
27873
|
width: 2px;
|
|
27657
27874
|
height: calc(100% - 6px);
|
|
27658
27875
|
top: 6px;
|
|
27659
|
-
left:
|
|
27876
|
+
left: calc( 6px - 1px);
|
|
27660
27877
|
}
|
|
27661
27878
|
|
|
27662
27879
|
.k-grid-header-wrap,
|
|
@@ -27710,9 +27927,7 @@ div.k-grid-footer {
|
|
|
27710
27927
|
}
|
|
27711
27928
|
|
|
27712
27929
|
.k-grid-header.k-grid-draggable-header {
|
|
27713
|
-
|
|
27714
|
-
-ms-user-select: none;
|
|
27715
|
-
user-select: none;
|
|
27930
|
+
user-select: none;
|
|
27716
27931
|
touch-action: none;
|
|
27717
27932
|
}
|
|
27718
27933
|
|
|
@@ -27747,12 +27962,12 @@ div.k-grid-footer {
|
|
|
27747
27962
|
|
|
27748
27963
|
.k-grid-header .k-with-icon,
|
|
27749
27964
|
.k-grid-header .k-filterable {
|
|
27750
|
-
padding-right: calc(1.4285714286em +
|
|
27965
|
+
padding-right: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
|
|
27751
27966
|
}
|
|
27752
27967
|
|
|
27753
27968
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
27754
27969
|
.k-grid-header .k-filterable {
|
|
27755
|
-
padding-right: calc(1.4285714286em +
|
|
27970
|
+
padding-right: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
|
|
27756
27971
|
}
|
|
27757
27972
|
|
|
27758
27973
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -27762,8 +27977,8 @@ div.k-grid-footer {
|
|
|
27762
27977
|
.k-grid-header .k-grid-filter,
|
|
27763
27978
|
.k-grid-header .k-header-column-menu {
|
|
27764
27979
|
padding: 8px;
|
|
27765
|
-
width: calc(1.4285714286em +
|
|
27766
|
-
height: calc(1.4285714286em +
|
|
27980
|
+
width: calc( 1.4285714286em + 16px + 2px);
|
|
27981
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
27767
27982
|
box-sizing: border-box;
|
|
27768
27983
|
outline: 0;
|
|
27769
27984
|
line-height: 2;
|
|
@@ -27773,7 +27988,7 @@ div.k-grid-footer {
|
|
|
27773
27988
|
justify-content: center;
|
|
27774
27989
|
position: absolute;
|
|
27775
27990
|
right: 14px;
|
|
27776
|
-
bottom: calc(
|
|
27991
|
+
bottom: calc( 16px + 1em - calc( 1.4285714286em + 16px)/2);
|
|
27777
27992
|
z-index: 1;
|
|
27778
27993
|
}
|
|
27779
27994
|
|
|
@@ -27784,7 +27999,7 @@ div.k-grid-footer {
|
|
|
27784
27999
|
|
|
27785
28000
|
.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 {
|
|
27786
28001
|
vertical-align: text-top;
|
|
27787
|
-
margin-
|
|
28002
|
+
margin-inline-start: 4px;
|
|
27788
28003
|
}
|
|
27789
28004
|
|
|
27790
28005
|
.k-grid-header .k-sort-order {
|
|
@@ -27793,7 +28008,7 @@ div.k-grid-footer {
|
|
|
27793
28008
|
height: 16px;
|
|
27794
28009
|
font-size: 12px;
|
|
27795
28010
|
margin-top: 4px;
|
|
27796
|
-
margin-
|
|
28011
|
+
margin-inline-start: -4px;
|
|
27797
28012
|
}
|
|
27798
28013
|
|
|
27799
28014
|
.k-column-resizer {
|
|
@@ -28191,15 +28406,15 @@ div.k-grid-norecords {
|
|
|
28191
28406
|
}
|
|
28192
28407
|
|
|
28193
28408
|
.k-header > .k-cell-inner {
|
|
28194
|
-
margin: -16px
|
|
28409
|
+
margin: -16px -24px;
|
|
28195
28410
|
}
|
|
28196
28411
|
|
|
28197
28412
|
.k-filterable > .k-cell-inner {
|
|
28198
|
-
margin: -
|
|
28413
|
+
margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 16px + 2px) + 14px));
|
|
28199
28414
|
}
|
|
28200
28415
|
|
|
28201
28416
|
.k-filterable > .k-cell-inner .k-link {
|
|
28202
|
-
padding-
|
|
28417
|
+
padding-inline-end: 0;
|
|
28203
28418
|
}
|
|
28204
28419
|
|
|
28205
28420
|
.k-cell-inner {
|
|
@@ -28236,6 +28451,7 @@ div.k-grid-norecords {
|
|
|
28236
28451
|
.k-cell-inner .k-grid-filter,
|
|
28237
28452
|
.k-cell-inner .k-header-column-menu {
|
|
28238
28453
|
position: static;
|
|
28454
|
+
margin-inline-end: 14px;
|
|
28239
28455
|
}
|
|
28240
28456
|
|
|
28241
28457
|
.k-cell-inner .k-grid-filter,
|
|
@@ -28514,9 +28730,7 @@ div.k-grid-norecords {
|
|
|
28514
28730
|
display: flex;
|
|
28515
28731
|
flex: 0 0 auto;
|
|
28516
28732
|
position: relative;
|
|
28517
|
-
|
|
28518
|
-
-ms-user-select: none;
|
|
28519
|
-
user-select: none;
|
|
28733
|
+
user-select: none;
|
|
28520
28734
|
}
|
|
28521
28735
|
|
|
28522
28736
|
.k-column-menu-group-header-text {
|
|
@@ -28535,30 +28749,6 @@ div.k-grid-norecords {
|
|
|
28535
28749
|
margin-right: 0;
|
|
28536
28750
|
}
|
|
28537
28751
|
|
|
28538
|
-
[dir="rtl"] .k-header > .k-cell-inner,
|
|
28539
|
-
.k-rtl .k-header > .k-cell-inner {
|
|
28540
|
-
margin-right: -24px;
|
|
28541
|
-
margin-left: calc(-1.4285714286em - -6px);
|
|
28542
|
-
}
|
|
28543
|
-
|
|
28544
|
-
[dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
|
|
28545
|
-
.k-rtl .k-header > .k-cell-inner .k-sort-order {
|
|
28546
|
-
margin-right: -4px;
|
|
28547
|
-
margin-left: 0;
|
|
28548
|
-
}
|
|
28549
|
-
|
|
28550
|
-
[dir="rtl"] .k-filterable > .k-cell-inner,
|
|
28551
|
-
.k-rtl .k-filterable > .k-cell-inner {
|
|
28552
|
-
margin-right: -24px;
|
|
28553
|
-
margin-left: calc(-1.4285714286em + -18px);
|
|
28554
|
-
}
|
|
28555
|
-
|
|
28556
|
-
[dir="rtl"] .k-filterable > .k-cell-inner .k-link,
|
|
28557
|
-
.k-rtl .k-filterable > .k-cell-inner .k-link {
|
|
28558
|
-
padding-right: 24px;
|
|
28559
|
-
padding-left: 0;
|
|
28560
|
-
}
|
|
28561
|
-
|
|
28562
28752
|
.k-ie .k-grid-header,
|
|
28563
28753
|
.k-ie .k-grid-footer {
|
|
28564
28754
|
padding-right: 17px;
|
|
@@ -28632,8 +28822,8 @@ div.k-grid-norecords {
|
|
|
28632
28822
|
|
|
28633
28823
|
.k-grouping-dropclue {
|
|
28634
28824
|
width: 0;
|
|
28635
|
-
height:
|
|
28636
|
-
top: calc(
|
|
28825
|
+
height: calc( 28px + 8px);
|
|
28826
|
+
top: calc( ( calc( 1.4285714286em + 16px + 2px) + 16px - calc( 28px + 8px) ) / 2);
|
|
28637
28827
|
border-style: solid;
|
|
28638
28828
|
border-width: 0 2px 0 0;
|
|
28639
28829
|
}
|
|
@@ -28726,9 +28916,9 @@ tbody .k-group-cell {
|
|
|
28726
28916
|
background-color: transparent;
|
|
28727
28917
|
}
|
|
28728
28918
|
|
|
28729
|
-
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
28730
|
-
.k-grid tbody tr:not(.k-detail-row).k-state-hover,
|
|
28731
|
-
.k-grid tbody tr:not(.k-detail-row).k-hover {
|
|
28919
|
+
.k-grid tbody > tr:not(.k-detail-row):hover,
|
|
28920
|
+
.k-grid tbody > tr:not(.k-detail-row).k-state-hover,
|
|
28921
|
+
.k-grid tbody > tr:not(.k-detail-row).k-hover {
|
|
28732
28922
|
background-color: rgba(0, 0, 0, 0.07);
|
|
28733
28923
|
}
|
|
28734
28924
|
|
|
@@ -29067,9 +29257,9 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29067
29257
|
background-color: transparent;
|
|
29068
29258
|
}
|
|
29069
29259
|
|
|
29070
|
-
.k-grid table tr:not(.k-detail-row):hover,
|
|
29071
|
-
.k-grid table tr:not(.k-detail-row).k-state-hover,
|
|
29072
|
-
.k-grid table tr:not(.k-detail-row).k-hover,
|
|
29260
|
+
.k-grid table > tr:not(.k-detail-row):hover,
|
|
29261
|
+
.k-grid table > tr:not(.k-detail-row).k-state-hover,
|
|
29262
|
+
.k-grid table > tr:not(.k-detail-row).k-hover,
|
|
29073
29263
|
.k-grid table td.k-state-focused,
|
|
29074
29264
|
.k-grid table td.k-focus,
|
|
29075
29265
|
.k-grid table th.k-state-focused,
|
|
@@ -29737,6 +29927,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
29737
29927
|
border-color: inherit;
|
|
29738
29928
|
box-sizing: border-box;
|
|
29739
29929
|
-webkit-user-select: none;
|
|
29930
|
+
-moz-user-select: none;
|
|
29740
29931
|
-ms-user-select: none;
|
|
29741
29932
|
user-select: none;
|
|
29742
29933
|
position: absolute;
|
|
@@ -30060,12 +30251,12 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30060
30251
|
|
|
30061
30252
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
30062
30253
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
30063
|
-
padding-left:
|
|
30254
|
+
padding-left: calc( 16px + 8px);
|
|
30064
30255
|
}
|
|
30065
30256
|
|
|
30066
30257
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
30067
30258
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
30068
|
-
margin-left: -
|
|
30259
|
+
margin-left: calc(-1 * ( 16px + 4px ));
|
|
30069
30260
|
margin-right: 4px;
|
|
30070
30261
|
}
|
|
30071
30262
|
|
|
@@ -30792,9 +30983,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30792
30983
|
border-style: solid;
|
|
30793
30984
|
box-sizing: border-box;
|
|
30794
30985
|
cursor: pointer;
|
|
30795
|
-
|
|
30796
|
-
-ms-user-select: none;
|
|
30797
|
-
user-select: none;
|
|
30986
|
+
user-select: none;
|
|
30798
30987
|
}
|
|
30799
30988
|
|
|
30800
30989
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -30805,8 +30994,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30805
30994
|
|
|
30806
30995
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
30807
30996
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
30808
|
-
|
|
30809
|
-
writing-mode: vertical-rl;
|
|
30997
|
+
writing-mode: vertical-rl;
|
|
30810
30998
|
}
|
|
30811
30999
|
|
|
30812
31000
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -30831,19 +31019,19 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
30831
31019
|
}
|
|
30832
31020
|
|
|
30833
31021
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
30834
|
-
right: calc(2em +
|
|
31022
|
+
right: calc( 2em + 8px + 2px);
|
|
30835
31023
|
}
|
|
30836
31024
|
|
|
30837
31025
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
30838
|
-
left: calc(2em +
|
|
31026
|
+
left: calc( 2em + 8px + 2px);
|
|
30839
31027
|
}
|
|
30840
31028
|
|
|
30841
31029
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
30842
|
-
bottom: calc(2em +
|
|
31030
|
+
bottom: calc( 2em + 8px + 2px);
|
|
30843
31031
|
}
|
|
30844
31032
|
|
|
30845
31033
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
30846
|
-
top: calc(2em +
|
|
31034
|
+
top: calc( 2em + 8px + 2px);
|
|
30847
31035
|
}
|
|
30848
31036
|
|
|
30849
31037
|
.k-pivotgrid-configurator-header {
|
|
@@ -31639,7 +31827,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31639
31827
|
content: "";
|
|
31640
31828
|
position: absolute;
|
|
31641
31829
|
width: 1px;
|
|
31642
|
-
top: -
|
|
31830
|
+
top: calc(-8px - 1px);
|
|
31643
31831
|
bottom: 50%;
|
|
31644
31832
|
left: -8px;
|
|
31645
31833
|
}
|
|
@@ -31826,7 +32014,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
|
|
|
31826
32014
|
.k-filemanager-preview {
|
|
31827
32015
|
padding: 48px 16px 16px;
|
|
31828
32016
|
width: 20%;
|
|
31829
|
-
min-height:
|
|
32017
|
+
min-height: calc( 64px + 192px + 48px);
|
|
31830
32018
|
border-width: 0;
|
|
31831
32019
|
border-left-width: 1px;
|
|
31832
32020
|
border-style: solid;
|
|
@@ -32385,8 +32573,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32385
32573
|
|
|
32386
32574
|
.k-editor-toolbar .k-tool {
|
|
32387
32575
|
padding: 8px;
|
|
32388
|
-
width: calc(1.4285714286em +
|
|
32389
|
-
height: calc(1.4285714286em +
|
|
32576
|
+
width: calc( 1.4285714286em + 16px + 2px);
|
|
32577
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
32390
32578
|
}
|
|
32391
32579
|
|
|
32392
32580
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -32448,9 +32636,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32448
32636
|
float: left;
|
|
32449
32637
|
opacity: 1;
|
|
32450
32638
|
cursor: text;
|
|
32451
|
-
|
|
32452
|
-
-ms-user-select: none;
|
|
32453
|
-
user-select: none;
|
|
32639
|
+
user-select: none;
|
|
32454
32640
|
}
|
|
32455
32641
|
|
|
32456
32642
|
td.k-editor-content {
|
|
@@ -32560,7 +32746,7 @@ td.k-editor-content {
|
|
|
32560
32746
|
|
|
32561
32747
|
.k-editor-dialog .k-edit-label {
|
|
32562
32748
|
width: 30%;
|
|
32563
|
-
padding:
|
|
32749
|
+
padding: calc( 4px + 1px) 0;
|
|
32564
32750
|
}
|
|
32565
32751
|
|
|
32566
32752
|
.k-editor-dialog .k-edit-field {
|
|
@@ -32909,7 +33095,7 @@ td.k-editor-content {
|
|
|
32909
33095
|
}
|
|
32910
33096
|
|
|
32911
33097
|
.k-editor-dialog .k-edit-label {
|
|
32912
|
-
padding:
|
|
33098
|
+
padding: calc( 4px - 1px) 0;
|
|
32913
33099
|
margin: 0 0 -.5em;
|
|
32914
33100
|
width: auto;
|
|
32915
33101
|
font-size: 12px;
|
|
@@ -33030,7 +33216,7 @@ td.k-editor-content {
|
|
|
33030
33216
|
|
|
33031
33217
|
.k-imageeditor-action-pane {
|
|
33032
33218
|
padding: 32px 16px;
|
|
33033
|
-
width:
|
|
33219
|
+
width: calc(240px + 1px);
|
|
33034
33220
|
border-width: 0;
|
|
33035
33221
|
border-left-width: 1px;
|
|
33036
33222
|
border-style: solid;
|
|
@@ -33078,14 +33264,14 @@ td.k-editor-content {
|
|
|
33078
33264
|
|
|
33079
33265
|
.k-imageeditor-crop .k-resize-n,
|
|
33080
33266
|
.k-imageeditor-crop .k-resize-s {
|
|
33081
|
-
left: calc(50% - 7.5px);
|
|
33267
|
+
left: calc( 50% - (7.5px));
|
|
33082
33268
|
width: 15px;
|
|
33083
33269
|
height: 0;
|
|
33084
33270
|
}
|
|
33085
33271
|
|
|
33086
33272
|
.k-imageeditor-crop .k-resize-w,
|
|
33087
33273
|
.k-imageeditor-crop .k-resize-e {
|
|
33088
|
-
top: calc(50% - 7.5px);
|
|
33274
|
+
top: calc( 50% - (7.5px));
|
|
33089
33275
|
width: 0;
|
|
33090
33276
|
height: 15px;
|
|
33091
33277
|
}
|
|
@@ -33136,7 +33322,7 @@ td.k-editor-content {
|
|
|
33136
33322
|
.k-imageeditor-canvas {
|
|
33137
33323
|
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;
|
|
33138
33324
|
background-repeat: repeat, repeat;
|
|
33139
|
-
background-position: 0px 0px,
|
|
33325
|
+
background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
|
|
33140
33326
|
transform-origin: 0 0 0;
|
|
33141
33327
|
background-origin: padding-box, padding-box;
|
|
33142
33328
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -33181,7 +33367,7 @@ td.k-editor-content {
|
|
|
33181
33367
|
}
|
|
33182
33368
|
|
|
33183
33369
|
.k-gantt .k-grid-header tr {
|
|
33184
|
-
height: calc(2em +
|
|
33370
|
+
height: calc( 2em + 32px + 1px);
|
|
33185
33371
|
}
|
|
33186
33372
|
|
|
33187
33373
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -33193,11 +33379,11 @@ td.k-editor-content {
|
|
|
33193
33379
|
}
|
|
33194
33380
|
|
|
33195
33381
|
.k-gantt .k-grid-content tr {
|
|
33196
|
-
height: calc(2em +
|
|
33382
|
+
height: calc( 2em + 20px + 1px);
|
|
33197
33383
|
}
|
|
33198
33384
|
|
|
33199
33385
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
33200
|
-
height: calc(3.4em +
|
|
33386
|
+
height: calc( 3.4em + 20px + 1px);
|
|
33201
33387
|
}
|
|
33202
33388
|
|
|
33203
33389
|
.k-gantt .k-gantt-layout {
|
|
@@ -33364,8 +33550,8 @@ td.k-editor-content {
|
|
|
33364
33550
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
33365
33551
|
.k-gantt-toolbar .k-gantt-create {
|
|
33366
33552
|
padding: 8px;
|
|
33367
|
-
width: calc(1.4285714286em +
|
|
33368
|
-
height: calc(1.4285714286em +
|
|
33553
|
+
width: calc( 1.4285714286em + 16px + 2px);
|
|
33554
|
+
height: calc( 1.4285714286em + 16px + 2px);
|
|
33369
33555
|
}
|
|
33370
33556
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
33371
33557
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -33401,7 +33587,7 @@ td.k-editor-content {
|
|
|
33401
33587
|
}
|
|
33402
33588
|
|
|
33403
33589
|
.k-gantt-treelist .k-grid-header tr {
|
|
33404
|
-
height: calc(4em +
|
|
33590
|
+
height: calc( 4em + 64px + 2px);
|
|
33405
33591
|
vertical-align: bottom;
|
|
33406
33592
|
}
|
|
33407
33593
|
|
|
@@ -33415,7 +33601,7 @@ td.k-editor-content {
|
|
|
33415
33601
|
}
|
|
33416
33602
|
|
|
33417
33603
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
33418
|
-
height: calc(2em +
|
|
33604
|
+
height: calc( 2em + 32px + 1px);
|
|
33419
33605
|
}
|
|
33420
33606
|
|
|
33421
33607
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -33536,8 +33722,8 @@ td.k-editor-content {
|
|
|
33536
33722
|
}
|
|
33537
33723
|
|
|
33538
33724
|
.k-task-dot {
|
|
33539
|
-
width:
|
|
33540
|
-
height:
|
|
33725
|
+
width: calc( 8px + 8px);
|
|
33726
|
+
height: calc( 8px + 8px);
|
|
33541
33727
|
line-height: 1;
|
|
33542
33728
|
cursor: pointer;
|
|
33543
33729
|
display: none;
|
|
@@ -33808,7 +33994,7 @@ td.k-editor-content {
|
|
|
33808
33994
|
|
|
33809
33995
|
.k-task-planned .k-task-moment {
|
|
33810
33996
|
border-width: 2px;
|
|
33811
|
-
border-radius:
|
|
33997
|
+
border-radius: calc( ( 4px + 6px ) / 2);
|
|
33812
33998
|
border-style: solid;
|
|
33813
33999
|
height: 6px;
|
|
33814
34000
|
width: 6px;
|
|
@@ -33819,15 +34005,15 @@ td.k-editor-content {
|
|
|
33819
34005
|
}
|
|
33820
34006
|
|
|
33821
34007
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
33822
|
-
margin-left: -4px;
|
|
34008
|
+
margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
|
|
33823
34009
|
}
|
|
33824
34010
|
|
|
33825
34011
|
.k-task-planned:hover .k-task-duration {
|
|
33826
|
-
height:
|
|
34012
|
+
height: calc( 2px + 1px);
|
|
33827
34013
|
}
|
|
33828
34014
|
|
|
33829
34015
|
.k-milestone-wrap .k-task-moment {
|
|
33830
|
-
margin-left: 3px;
|
|
34016
|
+
margin-left: calc( 3px);
|
|
33831
34017
|
}
|
|
33832
34018
|
|
|
33833
34019
|
.k-planned-tooltip .k-task-content {
|
|
@@ -34640,7 +34826,7 @@ kendo-scheduler .k-event > div,
|
|
|
34640
34826
|
|
|
34641
34827
|
kendo-scheduler .k-event .k-event-template,
|
|
34642
34828
|
.k-event .k-event-template {
|
|
34643
|
-
line-height:
|
|
34829
|
+
line-height: calc( 25px - (2 * 2px));
|
|
34644
34830
|
padding: 4px 16px;
|
|
34645
34831
|
}
|
|
34646
34832
|
|
|
@@ -35056,12 +35242,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35056
35242
|
}
|
|
35057
35243
|
|
|
35058
35244
|
.k-scheduler-yearview .k-day-indicator {
|
|
35059
|
-
margin-top: calc(36px -
|
|
35245
|
+
margin-top: calc( 36px - (0.5em * 2));
|
|
35060
35246
|
width: 3px;
|
|
35061
35247
|
height: 3px;
|
|
35062
35248
|
border-radius: 50%;
|
|
35063
35249
|
position: absolute;
|
|
35064
|
-
left: calc(50% -
|
|
35250
|
+
left: calc( 50% - (3px / 2));
|
|
35065
35251
|
}
|
|
35066
35252
|
|
|
35067
35253
|
.k-scheduler-tooltip {
|
|
@@ -35314,7 +35500,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
35314
35500
|
|
|
35315
35501
|
.k-event .k-event-delete .k-icon {
|
|
35316
35502
|
font-size: 12px;
|
|
35317
|
-
padding:
|
|
35503
|
+
padding: calc( 14px - 12px);
|
|
35318
35504
|
box-sizing: content-box;
|
|
35319
35505
|
vertical-align: unset;
|
|
35320
35506
|
}
|
|
@@ -35750,11 +35936,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
35750
35936
|
}
|
|
35751
35937
|
|
|
35752
35938
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
35753
|
-
padding-left:
|
|
35939
|
+
padding-left: calc( 32px + 8px);
|
|
35754
35940
|
}
|
|
35755
35941
|
|
|
35756
35942
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
35757
|
-
padding-right:
|
|
35943
|
+
padding-right: calc( 32px + 8px);
|
|
35758
35944
|
}
|
|
35759
35945
|
|
|
35760
35946
|
.k-author {
|
|
@@ -35788,9 +35974,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
35788
35974
|
border-style: solid;
|
|
35789
35975
|
line-height: 1.25;
|
|
35790
35976
|
cursor: pointer;
|
|
35791
|
-
|
|
35792
|
-
-ms-user-select: none;
|
|
35793
|
-
user-select: none;
|
|
35977
|
+
user-select: none;
|
|
35794
35978
|
display: inline-block;
|
|
35795
35979
|
flex: 0 0 auto;
|
|
35796
35980
|
transition-property: color, background-color, border-color;
|
|
@@ -36052,13 +36236,13 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36052
36236
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
36053
36237
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
36054
36238
|
padding-left: 0;
|
|
36055
|
-
padding-right:
|
|
36239
|
+
padding-right: calc( 32px + 8px);
|
|
36056
36240
|
}
|
|
36057
36241
|
|
|
36058
36242
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
36059
36243
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
36060
36244
|
padding-right: 0;
|
|
36061
|
-
padding-left:
|
|
36245
|
+
padding-left: calc( 32px + 8px);
|
|
36062
36246
|
}
|
|
36063
36247
|
|
|
36064
36248
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -36289,7 +36473,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36289
36473
|
border-radius: 4px;
|
|
36290
36474
|
line-height: 1.4285714286;
|
|
36291
36475
|
min-width: 80px;
|
|
36292
|
-
max-width:
|
|
36476
|
+
max-width: calc(80px + 2 * 40px);
|
|
36293
36477
|
position: relative;
|
|
36294
36478
|
z-index: 1;
|
|
36295
36479
|
}
|
|
@@ -36369,11 +36553,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36369
36553
|
}
|
|
36370
36554
|
|
|
36371
36555
|
.k-timeline-vertical {
|
|
36372
|
-
padding-left:
|
|
36556
|
+
padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
|
|
36373
36557
|
}
|
|
36374
36558
|
|
|
36375
36559
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
36376
|
-
padding-left:
|
|
36560
|
+
padding-left: calc(40px + (80px - 6px) / 2);
|
|
36377
36561
|
}
|
|
36378
36562
|
|
|
36379
36563
|
.k-timeline-vertical::after {
|
|
@@ -36416,7 +36600,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36416
36600
|
|
|
36417
36601
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
36418
36602
|
margin-left: 16px;
|
|
36419
|
-
min-height:
|
|
36603
|
+
min-height: calc(2 * (36px - 0px));
|
|
36420
36604
|
width: 400px;
|
|
36421
36605
|
max-width: 100%;
|
|
36422
36606
|
}
|
|
@@ -36568,9 +36752,9 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36568
36752
|
|
|
36569
36753
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
36570
36754
|
top: auto;
|
|
36571
|
-
bottom:
|
|
36572
|
-
left:
|
|
36573
|
-
right:
|
|
36755
|
+
bottom: calc((36px / 2) + 3px);
|
|
36756
|
+
left: calc(36px - 2 * 1px);
|
|
36757
|
+
right: calc(36px - 2 * 1px);
|
|
36574
36758
|
transform: translateY(-50%);
|
|
36575
36759
|
height: 6px;
|
|
36576
36760
|
}
|
|
@@ -36587,7 +36771,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36587
36771
|
}
|
|
36588
36772
|
|
|
36589
36773
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
36590
|
-
margin-bottom:
|
|
36774
|
+
margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
|
|
36591
36775
|
position: relative;
|
|
36592
36776
|
min-width: 60px;
|
|
36593
36777
|
}
|
|
@@ -36613,7 +36797,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36613
36797
|
height: 36px;
|
|
36614
36798
|
border-radius: 50%;
|
|
36615
36799
|
position: absolute;
|
|
36616
|
-
bottom:
|
|
36800
|
+
bottom: calc(6px + 3px + 2 * 1px);
|
|
36617
36801
|
z-index: 3;
|
|
36618
36802
|
display: flex;
|
|
36619
36803
|
align-items: center;
|
|
@@ -36634,7 +36818,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36634
36818
|
}
|
|
36635
36819
|
|
|
36636
36820
|
.k-timeline-mobile .k-timeline-flag {
|
|
36637
|
-
max-width:
|
|
36821
|
+
max-width: calc(80px + 2 * 16px);
|
|
36638
36822
|
}
|
|
36639
36823
|
|
|
36640
36824
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -36642,11 +36826,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36642
36826
|
}
|
|
36643
36827
|
|
|
36644
36828
|
.k-timeline-mobile.k-timeline-vertical {
|
|
36645
|
-
padding-left:
|
|
36829
|
+
padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
|
|
36646
36830
|
}
|
|
36647
36831
|
|
|
36648
36832
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
36649
|
-
padding-left:
|
|
36833
|
+
padding-left: calc(16px + (80px - 6px) / 2);
|
|
36650
36834
|
}
|
|
36651
36835
|
|
|
36652
36836
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -36776,6 +36960,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36776
36960
|
|
|
36777
36961
|
.k-pdf-viewer .k-list-scroller .k-enable-text-select {
|
|
36778
36962
|
-webkit-user-select: text;
|
|
36963
|
+
-moz-user-select: text;
|
|
36779
36964
|
-ms-user-select: text;
|
|
36780
36965
|
user-select: text;
|
|
36781
36966
|
cursor: text;
|
|
@@ -36879,9 +37064,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
36879
37064
|
|
|
36880
37065
|
.km-scrollview,
|
|
36881
37066
|
.km-scroll-container {
|
|
36882
|
-
|
|
36883
|
-
-ms-user-select: none;
|
|
36884
|
-
user-select: none;
|
|
37067
|
+
user-select: none;
|
|
36885
37068
|
border-collapse: separate;
|
|
36886
37069
|
}
|
|
36887
37070
|
|
|
@@ -36996,9 +37179,7 @@ kendo-scrollview.k-scrollview,
|
|
|
36996
37179
|
|
|
36997
37180
|
.k-scrollview-wrap .k-scrollview img,
|
|
36998
37181
|
.k-scrollview .k-scrollview-wrap img {
|
|
36999
|
-
|
|
37000
|
-
-ms-user-select: none;
|
|
37001
|
-
user-select: none;
|
|
37182
|
+
user-select: none;
|
|
37002
37183
|
}
|
|
37003
37184
|
|
|
37004
37185
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -37020,20 +37201,20 @@ kendo-scrollview.k-scrollview,
|
|
|
37020
37201
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
37021
37202
|
display: flex;
|
|
37022
37203
|
flex-flow: row nowrap;
|
|
37023
|
-
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
37204
|
+
width: calc( var(--kendo-scrollview-views, 1) * 100%);
|
|
37024
37205
|
transition-duration: 0.3s;
|
|
37025
37206
|
transition-timing-function: ease-in-out;
|
|
37026
|
-
transform: translateX(calc(-100
|
|
37207
|
+
transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
37027
37208
|
}
|
|
37028
37209
|
|
|
37029
37210
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
37030
|
-
width: calc(100
|
|
37031
|
-
flex: 0 0 calc(100
|
|
37211
|
+
width: calc( 100% / var(--kendo-scrollview-views, 1));
|
|
37212
|
+
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
|
|
37032
37213
|
}
|
|
37033
37214
|
|
|
37034
37215
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
37035
37216
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
37036
|
-
transform: translateX(calc(100
|
|
37217
|
+
transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
|
|
37037
37218
|
}
|
|
37038
37219
|
|
|
37039
37220
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -37045,7 +37226,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
37045
37226
|
left: 0;
|
|
37046
37227
|
right: 0;
|
|
37047
37228
|
bottom: 0;
|
|
37048
|
-
height:
|
|
37229
|
+
height: calc( 10px + 0px + 40px);
|
|
37049
37230
|
text-align: center;
|
|
37050
37231
|
}
|
|
37051
37232
|
|
|
@@ -37121,9 +37302,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
37121
37302
|
height: 60%;
|
|
37122
37303
|
top: 20%;
|
|
37123
37304
|
text-decoration: none;
|
|
37124
|
-
|
|
37125
|
-
-ms-user-select: none;
|
|
37126
|
-
user-select: none;
|
|
37305
|
+
user-select: none;
|
|
37127
37306
|
cursor: pointer;
|
|
37128
37307
|
}
|
|
37129
37308
|
|
|
@@ -37600,11 +37779,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
37600
37779
|
}
|
|
37601
37780
|
|
|
37602
37781
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
37603
|
-
top:
|
|
37782
|
+
top: calc( 4px + (2 * 14px) + 1px);
|
|
37604
37783
|
}
|
|
37605
37784
|
|
|
37606
37785
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
37607
|
-
left:
|
|
37786
|
+
left: calc( 4px + (2 * 14px) + 1px);
|
|
37608
37787
|
}
|
|
37609
37788
|
|
|
37610
37789
|
.k-treemap .k-leaf {
|
|
@@ -37999,9 +38178,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
37999
38178
|
.k-map .km-scroll-wrapper {
|
|
38000
38179
|
width: 100%;
|
|
38001
38180
|
height: 100%;
|
|
38002
|
-
|
|
38003
|
-
-ms-user-select: none;
|
|
38004
|
-
user-select: none;
|
|
38181
|
+
user-select: none;
|
|
38005
38182
|
position: absolute;
|
|
38006
38183
|
}
|
|
38007
38184
|
|
|
@@ -38042,8 +38219,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38042
38219
|
|
|
38043
38220
|
.k-navigator {
|
|
38044
38221
|
margin: 1em;
|
|
38045
|
-
width:
|
|
38046
|
-
height:
|
|
38222
|
+
width: calc( 48px + 4px);
|
|
38223
|
+
height: calc( 48px + 4px);
|
|
38047
38224
|
border-width: 1px;
|
|
38048
38225
|
border-style: solid;
|
|
38049
38226
|
box-sizing: border-box;
|
|
@@ -38266,3 +38443,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
38266
38443
|
.k-orgchart-line-v {
|
|
38267
38444
|
color: rgba(0, 0, 0, 0.08);
|
|
38268
38445
|
}
|
|
38446
|
+
|
|
38447
|
+
.k-signature {
|
|
38448
|
+
width: 246px;
|
|
38449
|
+
height: 108px;
|
|
38450
|
+
position: relative;
|
|
38451
|
+
box-sizing: border-box;
|
|
38452
|
+
display: flex;
|
|
38453
|
+
flex-direction: column;
|
|
38454
|
+
justify-content: space-between;
|
|
38455
|
+
}
|
|
38456
|
+
|
|
38457
|
+
.k-signature.k-signature-maximized {
|
|
38458
|
+
width: 750px;
|
|
38459
|
+
height: 252px;
|
|
38460
|
+
}
|
|
38461
|
+
|
|
38462
|
+
.k-signature.k-signature-maximized > .k-signature-line {
|
|
38463
|
+
border-bottom-width: 3px;
|
|
38464
|
+
}
|
|
38465
|
+
|
|
38466
|
+
.k-signature-actions {
|
|
38467
|
+
display: flex;
|
|
38468
|
+
width: min-content;
|
|
38469
|
+
margin-inline-start: auto;
|
|
38470
|
+
gap: 4px;
|
|
38471
|
+
z-index: 2;
|
|
38472
|
+
}
|
|
38473
|
+
|
|
38474
|
+
.k-signature-canvas {
|
|
38475
|
+
position: absolute;
|
|
38476
|
+
top: 0;
|
|
38477
|
+
left: 0;
|
|
38478
|
+
width: 100%;
|
|
38479
|
+
height: 100%;
|
|
38480
|
+
display: block;
|
|
38481
|
+
z-index: 1;
|
|
38482
|
+
}
|
|
38483
|
+
|
|
38484
|
+
.k-signature-line {
|
|
38485
|
+
position: absolute;
|
|
38486
|
+
z-index: 0;
|
|
38487
|
+
border-bottom-width: 1px;
|
|
38488
|
+
border-bottom-style: dashed;
|
|
38489
|
+
}
|
|
38490
|
+
|
|
38491
|
+
.k-signature-sm {
|
|
38492
|
+
padding: 6px;
|
|
38493
|
+
}
|
|
38494
|
+
|
|
38495
|
+
.k-signature-sm .k-signature-line {
|
|
38496
|
+
width: calc( 100% - 2 * 6px);
|
|
38497
|
+
bottom: calc( calc( 1.4285714286em + 16px + 2px) + 6px);
|
|
38498
|
+
}
|
|
38499
|
+
|
|
38500
|
+
.k-signature-md {
|
|
38501
|
+
padding: 8px;
|
|
38502
|
+
}
|
|
38503
|
+
|
|
38504
|
+
.k-signature-md .k-signature-line {
|
|
38505
|
+
width: calc( 100% - 2 * 8px);
|
|
38506
|
+
bottom: calc( calc( 1.4285714286em + 16px + 2px) + 8px);
|
|
38507
|
+
}
|
|
38508
|
+
|
|
38509
|
+
.k-signature-lg {
|
|
38510
|
+
padding: 10px;
|
|
38511
|
+
}
|
|
38512
|
+
|
|
38513
|
+
.k-signature-lg .k-signature-line {
|
|
38514
|
+
width: calc( 100% - 2 * 10px);
|
|
38515
|
+
bottom: calc( calc( 1.4285714286em + 16px + 2px) + 10px);
|
|
38516
|
+
}
|
|
38517
|
+
|
|
38518
|
+
.k-signature .k-signature-line {
|
|
38519
|
+
border-bottom-color: rgba(0, 88, 233, 0.24);
|
|
38520
|
+
}
|