@progress/kendo-theme-bootstrap 5.6.1-dev.6 → 5.6.1-dev.7
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 +443 -259
- package/dist/all.scss +160 -37
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
package/dist/all.css
CHANGED
|
@@ -6588,23 +6588,32 @@ kendo-sortable {
|
|
|
6588
6588
|
}
|
|
6589
6589
|
|
|
6590
6590
|
.k-user-select-none {
|
|
6591
|
-
user-select: none !important;
|
|
6591
|
+
-webkit-user-select: none !important;
|
|
6592
|
+
-ms-user-select: none !important;
|
|
6593
|
+
user-select: none !important;
|
|
6592
6594
|
}
|
|
6593
6595
|
|
|
6594
6596
|
.k-user-select-auto {
|
|
6595
|
-
user-select: auto !important;
|
|
6597
|
+
-webkit-user-select: auto !important;
|
|
6598
|
+
-ms-user-select: auto !important;
|
|
6599
|
+
user-select: auto !important;
|
|
6596
6600
|
}
|
|
6597
6601
|
|
|
6598
6602
|
.k-user-select-text {
|
|
6599
|
-
user-select: text !important;
|
|
6603
|
+
-webkit-user-select: text !important;
|
|
6604
|
+
-ms-user-select: text !important;
|
|
6605
|
+
user-select: text !important;
|
|
6600
6606
|
}
|
|
6601
6607
|
|
|
6602
6608
|
.k-user-select-all {
|
|
6603
|
-
user-select: all !important;
|
|
6609
|
+
-webkit-user-select: all !important;
|
|
6610
|
+
user-select: all !important;
|
|
6604
6611
|
}
|
|
6605
6612
|
|
|
6606
6613
|
.k-user-select-contain {
|
|
6607
|
-
user-select: contain !important;
|
|
6614
|
+
-webkit-user-select: contain !important;
|
|
6615
|
+
-ms-user-select: element !important;
|
|
6616
|
+
user-select: contain !important;
|
|
6608
6617
|
}
|
|
6609
6618
|
|
|
6610
6619
|
.k-cursor-auto {
|
|
@@ -11853,7 +11862,7 @@ a.k-badge:hover,
|
|
|
11853
11862
|
padding: 0.175em 0.325em;
|
|
11854
11863
|
font-size: 0.75em;
|
|
11855
11864
|
line-height: 1;
|
|
11856
|
-
min-width: calc(
|
|
11865
|
+
min-width: calc(1.35em + 2px);
|
|
11857
11866
|
}
|
|
11858
11867
|
|
|
11859
11868
|
.k-badge-sm:empty {
|
|
@@ -11865,7 +11874,7 @@ a.k-badge:hover,
|
|
|
11865
11874
|
padding: 0.35em 0.65em;
|
|
11866
11875
|
font-size: 0.75em;
|
|
11867
11876
|
line-height: 1;
|
|
11868
|
-
min-width: calc(
|
|
11877
|
+
min-width: calc(1.7em + 2px);
|
|
11869
11878
|
}
|
|
11870
11879
|
|
|
11871
11880
|
.k-badge-md:empty {
|
|
@@ -11877,7 +11886,7 @@ a.k-badge:hover,
|
|
|
11877
11886
|
padding: 0.525em 0.975em;
|
|
11878
11887
|
font-size: 0.75em;
|
|
11879
11888
|
line-height: 1;
|
|
11880
|
-
min-width: calc(
|
|
11889
|
+
min-width: calc(2.05em + 2px);
|
|
11881
11890
|
}
|
|
11882
11891
|
|
|
11883
11892
|
.k-badge-lg:empty {
|
|
@@ -12113,7 +12122,9 @@ kendo-badge-container {
|
|
|
12113
12122
|
justify-content: center;
|
|
12114
12123
|
gap: 0.5rem;
|
|
12115
12124
|
vertical-align: middle;
|
|
12116
|
-
user-select: none;
|
|
12125
|
+
-webkit-user-select: none;
|
|
12126
|
+
-ms-user-select: none;
|
|
12127
|
+
user-select: none;
|
|
12117
12128
|
cursor: pointer;
|
|
12118
12129
|
outline: none;
|
|
12119
12130
|
-webkit-appearance: none;
|
|
@@ -12172,8 +12183,8 @@ kendo-badge-container {
|
|
|
12172
12183
|
}
|
|
12173
12184
|
|
|
12174
12185
|
.k-button-sm.k-icon-button > .k-button-icon {
|
|
12175
|
-
min-width:
|
|
12176
|
-
min-height:
|
|
12186
|
+
min-width: 1.25rem;
|
|
12187
|
+
min-height: 1.25rem;
|
|
12177
12188
|
}
|
|
12178
12189
|
|
|
12179
12190
|
.k-button-md {
|
|
@@ -12187,8 +12198,8 @@ kendo-badge-container {
|
|
|
12187
12198
|
}
|
|
12188
12199
|
|
|
12189
12200
|
.k-button-md.k-icon-button > .k-button-icon {
|
|
12190
|
-
min-width:
|
|
12191
|
-
min-height:
|
|
12201
|
+
min-width: 1.5rem;
|
|
12202
|
+
min-height: 1.5rem;
|
|
12192
12203
|
}
|
|
12193
12204
|
|
|
12194
12205
|
.k-button-lg {
|
|
@@ -12202,8 +12213,8 @@ kendo-badge-container {
|
|
|
12202
12213
|
}
|
|
12203
12214
|
|
|
12204
12215
|
.k-button-lg.k-icon-button > .k-button-icon {
|
|
12205
|
-
min-width:
|
|
12206
|
-
min-height:
|
|
12216
|
+
min-width: 1.5rem;
|
|
12217
|
+
min-height: 1.5rem;
|
|
12207
12218
|
}
|
|
12208
12219
|
|
|
12209
12220
|
.k-button-square {
|
|
@@ -13386,11 +13397,20 @@ kendo-badge-container {
|
|
|
13386
13397
|
margin: 0;
|
|
13387
13398
|
}
|
|
13388
13399
|
|
|
13400
|
+
.k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
|
|
13401
|
+
color: #6c757d;
|
|
13402
|
+
opacity: 1;
|
|
13403
|
+
-ms-user-select: none;
|
|
13404
|
+
user-select: none;
|
|
13405
|
+
}
|
|
13406
|
+
|
|
13389
13407
|
.k-input::placeholder,
|
|
13390
13408
|
.k-picker::placeholder {
|
|
13391
13409
|
color: #6c757d;
|
|
13392
13410
|
opacity: 1;
|
|
13393
|
-
user-select: none;
|
|
13411
|
+
-webkit-user-select: none;
|
|
13412
|
+
-ms-user-select: none;
|
|
13413
|
+
user-select: none;
|
|
13394
13414
|
}
|
|
13395
13415
|
|
|
13396
13416
|
.k-input:-ms-input-placeholder,
|
|
@@ -13480,10 +13500,19 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
13480
13500
|
display: none;
|
|
13481
13501
|
}
|
|
13482
13502
|
|
|
13503
|
+
.k-input-inner:-ms-input-placeholder {
|
|
13504
|
+
color: #6c757d;
|
|
13505
|
+
opacity: 1;
|
|
13506
|
+
-ms-user-select: none;
|
|
13507
|
+
user-select: none;
|
|
13508
|
+
}
|
|
13509
|
+
|
|
13483
13510
|
.k-input-inner::placeholder {
|
|
13484
13511
|
color: #6c757d;
|
|
13485
13512
|
opacity: 1;
|
|
13486
|
-
user-select: none;
|
|
13513
|
+
-webkit-user-select: none;
|
|
13514
|
+
-ms-user-select: none;
|
|
13515
|
+
user-select: none;
|
|
13487
13516
|
}
|
|
13488
13517
|
|
|
13489
13518
|
.k-input-inner:-ms-input-placeholder {
|
|
@@ -13735,14 +13764,14 @@ textarea.k-input-inner {
|
|
|
13735
13764
|
.k-picker-sm .k-clear-value,
|
|
13736
13765
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13737
13766
|
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13738
|
-
width: calc(
|
|
13739
|
-
height: calc(
|
|
13767
|
+
width: calc(16px + 0.5rem);
|
|
13768
|
+
height: calc(16px + 0.5rem);
|
|
13740
13769
|
}
|
|
13741
13770
|
|
|
13742
13771
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
13743
13772
|
.k-picker-sm.k-icon-picker .k-input-inner {
|
|
13744
|
-
width:
|
|
13745
|
-
height:
|
|
13773
|
+
width: 1.4285714286em;
|
|
13774
|
+
height: 1.4285714286em;
|
|
13746
13775
|
padding: 0.25rem;
|
|
13747
13776
|
box-sizing: content-box;
|
|
13748
13777
|
}
|
|
@@ -13798,14 +13827,14 @@ textarea.k-input-inner {
|
|
|
13798
13827
|
.k-picker-md .k-clear-value,
|
|
13799
13828
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
13800
13829
|
.k-picker-md .k-input-suffix > .k-icon {
|
|
13801
|
-
width: calc(
|
|
13802
|
-
height: calc(
|
|
13830
|
+
width: calc(16px + 0.75rem);
|
|
13831
|
+
height: calc(16px + 0.75rem);
|
|
13803
13832
|
}
|
|
13804
13833
|
|
|
13805
13834
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
13806
13835
|
.k-picker-md.k-icon-picker .k-input-inner {
|
|
13807
|
-
width:
|
|
13808
|
-
height:
|
|
13836
|
+
width: 1.5em;
|
|
13837
|
+
height: 1.5em;
|
|
13809
13838
|
padding: 0.375rem;
|
|
13810
13839
|
box-sizing: content-box;
|
|
13811
13840
|
}
|
|
@@ -13861,14 +13890,14 @@ textarea.k-input-inner {
|
|
|
13861
13890
|
.k-picker-lg .k-clear-value,
|
|
13862
13891
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13863
13892
|
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13864
|
-
width: calc(
|
|
13865
|
-
height: calc(
|
|
13893
|
+
width: calc(16px + 1rem);
|
|
13894
|
+
height: calc(16px + 1rem);
|
|
13866
13895
|
}
|
|
13867
13896
|
|
|
13868
13897
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
13869
13898
|
.k-picker-lg.k-icon-picker .k-input-inner {
|
|
13870
|
-
width:
|
|
13871
|
-
height:
|
|
13899
|
+
width: 1.5em;
|
|
13900
|
+
height: 1.5em;
|
|
13872
13901
|
padding: 0.5rem;
|
|
13873
13902
|
box-sizing: content-box;
|
|
13874
13903
|
}
|
|
@@ -14135,7 +14164,7 @@ textarea.k-input-inner {
|
|
|
14135
14164
|
}
|
|
14136
14165
|
|
|
14137
14166
|
.k-floating-label-container {
|
|
14138
|
-
padding-top:
|
|
14167
|
+
padding-top: 1.5rem;
|
|
14139
14168
|
box-sizing: border-box;
|
|
14140
14169
|
display: inline-flex;
|
|
14141
14170
|
vertical-align: middle;
|
|
@@ -14157,8 +14186,8 @@ textarea.k-input-inner {
|
|
|
14157
14186
|
white-space: nowrap;
|
|
14158
14187
|
text-overflow: ellipsis;
|
|
14159
14188
|
position: absolute;
|
|
14160
|
-
top: calc(
|
|
14161
|
-
left: calc(
|
|
14189
|
+
top: calc(1.875rem + 1px);
|
|
14190
|
+
left: calc(0.75rem + 1px);
|
|
14162
14191
|
overflow: hidden;
|
|
14163
14192
|
cursor: text;
|
|
14164
14193
|
transform-origin: left center;
|
|
@@ -14171,8 +14200,8 @@ textarea.k-input-inner {
|
|
|
14171
14200
|
}
|
|
14172
14201
|
|
|
14173
14202
|
.k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
|
|
14174
|
-
top: calc(
|
|
14175
|
-
left: calc(
|
|
14203
|
+
top: calc(1.875rem + 1px);
|
|
14204
|
+
left: calc(0.75rem + 1px);
|
|
14176
14205
|
transform: scale(1);
|
|
14177
14206
|
pointer-events: none;
|
|
14178
14207
|
}
|
|
@@ -14191,6 +14220,10 @@ textarea.k-input-inner {
|
|
|
14191
14220
|
transform: scale(1);
|
|
14192
14221
|
}
|
|
14193
14222
|
|
|
14223
|
+
.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 {
|
|
14224
|
+
color: transparent;
|
|
14225
|
+
}
|
|
14226
|
+
|
|
14194
14227
|
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
|
|
14195
14228
|
.k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
14196
14229
|
color: transparent;
|
|
@@ -14206,7 +14239,7 @@ textarea.k-input-inner {
|
|
|
14206
14239
|
.k-rtl .k-floating-label-container.k-state-empty > .k-label,
|
|
14207
14240
|
.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 {
|
|
14208
14241
|
left: auto;
|
|
14209
|
-
right: calc(
|
|
14242
|
+
right: calc(0.75rem + 1px);
|
|
14210
14243
|
}
|
|
14211
14244
|
|
|
14212
14245
|
[dir="rtl"] .k-floating-label-container > .k-label,
|
|
@@ -14799,7 +14832,9 @@ textarea.k-input-inner {
|
|
|
14799
14832
|
position: relative;
|
|
14800
14833
|
overflow: hidden;
|
|
14801
14834
|
cursor: pointer;
|
|
14802
|
-
user-select: none;
|
|
14835
|
+
-webkit-user-select: none;
|
|
14836
|
+
-ms-user-select: none;
|
|
14837
|
+
user-select: none;
|
|
14803
14838
|
}
|
|
14804
14839
|
|
|
14805
14840
|
.k-chip *,
|
|
@@ -15188,7 +15223,7 @@ textarea.k-input-inner {
|
|
|
15188
15223
|
}
|
|
15189
15224
|
|
|
15190
15225
|
.k-icon-color-preview .k-color-preview-mask {
|
|
15191
|
-
width:
|
|
15226
|
+
width: 14px;
|
|
15192
15227
|
height: 2px;
|
|
15193
15228
|
}
|
|
15194
15229
|
|
|
@@ -15351,32 +15386,32 @@ textarea.k-input-inner {
|
|
|
15351
15386
|
top: 100%;
|
|
15352
15387
|
left: 0;
|
|
15353
15388
|
animation: spinner-3-segment 2s ease infinite;
|
|
15354
|
-
animation-delay:
|
|
15389
|
+
animation-delay: -0.6666666667s;
|
|
15355
15390
|
}
|
|
15356
15391
|
|
|
15357
15392
|
.k-loader-spinner-3 .k-loader-segment:nth-child(3) {
|
|
15358
15393
|
top: 100%;
|
|
15359
15394
|
left: 100%;
|
|
15360
15395
|
animation: spinner-3-segment 2s ease infinite;
|
|
15361
|
-
animation-delay:
|
|
15396
|
+
animation-delay: -1.3333333333s;
|
|
15362
15397
|
}
|
|
15363
15398
|
|
|
15364
15399
|
.k-loader-spinner-3.k-loader-sm .k-loader-canvas {
|
|
15365
15400
|
margin: 0.125rem;
|
|
15366
|
-
width:
|
|
15367
|
-
height:
|
|
15401
|
+
width: 0.75rem;
|
|
15402
|
+
height: 0.6160254038rem;
|
|
15368
15403
|
}
|
|
15369
15404
|
|
|
15370
15405
|
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
|
|
15371
15406
|
margin: 0.25rem;
|
|
15372
|
-
width:
|
|
15373
|
-
height:
|
|
15407
|
+
width: 1.5rem;
|
|
15408
|
+
height: 1.2320508076rem;
|
|
15374
15409
|
}
|
|
15375
15410
|
|
|
15376
15411
|
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
|
|
15377
15412
|
margin: 0.5rem;
|
|
15378
|
-
width:
|
|
15379
|
-
height:
|
|
15413
|
+
width: 3rem;
|
|
15414
|
+
height: 2.4641016152rem;
|
|
15380
15415
|
}
|
|
15381
15416
|
|
|
15382
15417
|
@keyframes spinner-4-segment-1 {
|
|
@@ -15756,7 +15791,9 @@ textarea.k-input-inner {
|
|
|
15756
15791
|
flex-flow: column nowrap;
|
|
15757
15792
|
flex: none;
|
|
15758
15793
|
position: relative;
|
|
15759
|
-
user-select: none;
|
|
15794
|
+
-webkit-user-select: none;
|
|
15795
|
+
-ms-user-select: none;
|
|
15796
|
+
user-select: none;
|
|
15760
15797
|
}
|
|
15761
15798
|
|
|
15762
15799
|
.k-menu-item-content {
|
|
@@ -15828,12 +15865,12 @@ textarea.k-input-inner {
|
|
|
15828
15865
|
|
|
15829
15866
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
15830
15867
|
padding: 0.25rem 1rem;
|
|
15831
|
-
padding-right: calc(
|
|
15868
|
+
padding-right: calc(2rem + 16px);
|
|
15832
15869
|
}
|
|
15833
15870
|
|
|
15834
15871
|
.k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
|
|
15835
15872
|
margin-inline-start: 1rem;
|
|
15836
|
-
margin-inline-end: calc(
|
|
15873
|
+
margin-inline-end: calc(-1.5rem + -16px);
|
|
15837
15874
|
}
|
|
15838
15875
|
|
|
15839
15876
|
.k-menu-vertical > .k-separator {
|
|
@@ -15897,12 +15934,12 @@ textarea.k-input-inner {
|
|
|
15897
15934
|
|
|
15898
15935
|
.k-menu-group-sm .k-menu-link {
|
|
15899
15936
|
padding: 0.125rem 1rem;
|
|
15900
|
-
padding-inline-end: calc(
|
|
15937
|
+
padding-inline-end: calc(2rem + 16px);
|
|
15901
15938
|
}
|
|
15902
15939
|
|
|
15903
15940
|
.k-menu-group-sm .k-menu-expand-arrow {
|
|
15904
15941
|
margin-inline-start: 1rem;
|
|
15905
|
-
margin-inline-end: calc(
|
|
15942
|
+
margin-inline-end: calc(-1.5rem + -16px);
|
|
15906
15943
|
}
|
|
15907
15944
|
|
|
15908
15945
|
.k-menu-group-md {
|
|
@@ -15917,12 +15954,12 @@ textarea.k-input-inner {
|
|
|
15917
15954
|
|
|
15918
15955
|
.k-menu-group-md .k-menu-link {
|
|
15919
15956
|
padding: 0.25rem 1rem;
|
|
15920
|
-
padding-inline-end: calc(
|
|
15957
|
+
padding-inline-end: calc(2rem + 16px);
|
|
15921
15958
|
}
|
|
15922
15959
|
|
|
15923
15960
|
.k-menu-group-md .k-menu-expand-arrow {
|
|
15924
15961
|
margin-inline-start: 1rem;
|
|
15925
|
-
margin-inline-end: calc(
|
|
15962
|
+
margin-inline-end: calc(-1.5rem + -16px);
|
|
15926
15963
|
}
|
|
15927
15964
|
|
|
15928
15965
|
.k-menu-group-lg {
|
|
@@ -15937,12 +15974,12 @@ textarea.k-input-inner {
|
|
|
15937
15974
|
|
|
15938
15975
|
.k-menu-group-lg .k-menu-link {
|
|
15939
15976
|
padding: 0.375rem 1rem;
|
|
15940
|
-
padding-inline-end: calc(
|
|
15977
|
+
padding-inline-end: calc(2rem + 16px);
|
|
15941
15978
|
}
|
|
15942
15979
|
|
|
15943
15980
|
.k-menu-group-lg .k-menu-expand-arrow {
|
|
15944
15981
|
margin-inline-start: 1rem;
|
|
15945
|
-
margin-inline-end: calc(
|
|
15982
|
+
margin-inline-end: calc(-1.5rem + -16px);
|
|
15946
15983
|
}
|
|
15947
15984
|
|
|
15948
15985
|
.k-popups-wrapper {
|
|
@@ -16042,13 +16079,13 @@ textarea.k-input-inner {
|
|
|
16042
16079
|
.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
|
|
16043
16080
|
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
16044
16081
|
padding-right: 1rem;
|
|
16045
|
-
padding-left: calc(
|
|
16082
|
+
padding-left: calc(2rem + 16px);
|
|
16046
16083
|
}
|
|
16047
16084
|
|
|
16048
16085
|
.k-rtl .k-menu-group .k-menu-link,
|
|
16049
16086
|
[dir="rtl"] .k-menu-group .k-menu-link {
|
|
16050
16087
|
padding-right: 1rem;
|
|
16051
|
-
padding-left: calc(
|
|
16088
|
+
padding-left: calc(2rem + 16px);
|
|
16052
16089
|
}
|
|
16053
16090
|
|
|
16054
16091
|
.k-menu.k-menu-horizontal:not(.k-context-menu) {
|
|
@@ -16166,7 +16203,7 @@ textarea.k-input-inner {
|
|
|
16166
16203
|
|
|
16167
16204
|
.k-toolbar::before {
|
|
16168
16205
|
content: "";
|
|
16169
|
-
height: calc(
|
|
16206
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
16170
16207
|
margin-inline-start: -0.5rem;
|
|
16171
16208
|
}
|
|
16172
16209
|
|
|
@@ -16234,6 +16271,11 @@ textarea.k-input-inner {
|
|
|
16234
16271
|
align-items: center;
|
|
16235
16272
|
}
|
|
16236
16273
|
|
|
16274
|
+
.k-toolbar .k-toolbar-item:focus {
|
|
16275
|
+
text-decoration: none;
|
|
16276
|
+
outline: 0;
|
|
16277
|
+
}
|
|
16278
|
+
|
|
16237
16279
|
.k-toolbar-group {
|
|
16238
16280
|
display: flex;
|
|
16239
16281
|
flex-direction: inherit;
|
|
@@ -16349,6 +16391,11 @@ kendo-toolbar-renderer {
|
|
|
16349
16391
|
border-color: inherit;
|
|
16350
16392
|
}
|
|
16351
16393
|
|
|
16394
|
+
.k-toolbar .k-toolbar-item:focus,
|
|
16395
|
+
.k-toolbar .k-toolbar-item.k-focus {
|
|
16396
|
+
box-shadow: 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
|
|
16397
|
+
}
|
|
16398
|
+
|
|
16352
16399
|
.k-overflow-container .k-button:hover, .k-overflow-container .k-button.k-hover {
|
|
16353
16400
|
color: #212529;
|
|
16354
16401
|
background: #e9ecef;
|
|
@@ -16642,7 +16689,7 @@ kendo-label > .k-label {
|
|
|
16642
16689
|
}
|
|
16643
16690
|
|
|
16644
16691
|
.k-form-horizontal .k-form-field-wrap {
|
|
16645
|
-
max-width: calc(
|
|
16692
|
+
max-width: calc(75% - 10px);
|
|
16646
16693
|
flex: 1 1 auto;
|
|
16647
16694
|
}
|
|
16648
16695
|
|
|
@@ -16709,7 +16756,7 @@ kendo-label > .k-label {
|
|
|
16709
16756
|
width: 25%;
|
|
16710
16757
|
text-align: right;
|
|
16711
16758
|
line-height: 1.5;
|
|
16712
|
-
padding: calc(
|
|
16759
|
+
padding: calc(0.5rem + 1px) 0;
|
|
16713
16760
|
padding-right: 1.5rem;
|
|
16714
16761
|
align-self: center;
|
|
16715
16762
|
}
|
|
@@ -16758,7 +16805,7 @@ kendo-label > .k-label {
|
|
|
16758
16805
|
|
|
16759
16806
|
.k-edit-label {
|
|
16760
16807
|
margin: 0 0 1rem 0;
|
|
16761
|
-
padding: calc(
|
|
16808
|
+
padding: calc(0.375rem + 1px) 0;
|
|
16762
16809
|
width: 30%;
|
|
16763
16810
|
line-height: 1.5;
|
|
16764
16811
|
text-align: right;
|
|
@@ -16775,7 +16822,7 @@ kendo-label > .k-label {
|
|
|
16775
16822
|
}
|
|
16776
16823
|
|
|
16777
16824
|
.k-edit-field.k-no-editor {
|
|
16778
|
-
padding: calc(
|
|
16825
|
+
padding: calc(0.375rem + 1px) 0;
|
|
16779
16826
|
}
|
|
16780
16827
|
|
|
16781
16828
|
.k-edit-field > .k-widget {
|
|
@@ -16827,12 +16874,12 @@ kendo-label > .k-label {
|
|
|
16827
16874
|
}
|
|
16828
16875
|
|
|
16829
16876
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
16830
|
-
padding: calc(
|
|
16877
|
+
padding: calc(0.5rem - 1px) 0;
|
|
16831
16878
|
padding-right: 1rem;
|
|
16832
16879
|
}
|
|
16833
16880
|
|
|
16834
16881
|
.k-edit-label {
|
|
16835
|
-
padding: calc(
|
|
16882
|
+
padding: calc(0.5rem - 1px) 0;
|
|
16836
16883
|
}
|
|
16837
16884
|
|
|
16838
16885
|
.k-form,
|
|
@@ -17027,7 +17074,7 @@ kendo-label > .k-label {
|
|
|
17027
17074
|
}
|
|
17028
17075
|
|
|
17029
17076
|
.k-validator-tooltip {
|
|
17030
|
-
margin-top:
|
|
17077
|
+
margin-top: 0.4rem;
|
|
17031
17078
|
width: auto;
|
|
17032
17079
|
white-space: normal;
|
|
17033
17080
|
display: flex;
|
|
@@ -17319,13 +17366,13 @@ kendo-label > .k-label {
|
|
|
17319
17366
|
.k-progressbar-horizontal > .k-state-selected,
|
|
17320
17367
|
.k-progressbar-horizontal > .k-selected {
|
|
17321
17368
|
width: 0;
|
|
17322
|
-
width: calc(
|
|
17369
|
+
width: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17323
17370
|
flex-direction: row;
|
|
17324
17371
|
}
|
|
17325
17372
|
|
|
17326
17373
|
.k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
|
|
17327
17374
|
.k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
|
|
17328
|
-
width: calc(
|
|
17375
|
+
width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
17329
17376
|
}
|
|
17330
17377
|
|
|
17331
17378
|
.k-progressbar-horizontal > ul {
|
|
@@ -17356,13 +17403,14 @@ kendo-label > .k-label {
|
|
|
17356
17403
|
}
|
|
17357
17404
|
|
|
17358
17405
|
.k-progressbar-vertical .k-progress-status {
|
|
17359
|
-
writing-mode:
|
|
17406
|
+
-ms-writing-mode: tb-lr;
|
|
17407
|
+
writing-mode: vertical-lr;
|
|
17360
17408
|
}
|
|
17361
17409
|
|
|
17362
17410
|
.k-progressbar-vertical > .k-state-selected,
|
|
17363
17411
|
.k-progressbar-vertical > .k-selected {
|
|
17364
17412
|
height: 0;
|
|
17365
|
-
height: calc(
|
|
17413
|
+
height: calc(var( --kendo-progressbar-progress, 0 )*1%);
|
|
17366
17414
|
flex-direction: column-reverse;
|
|
17367
17415
|
align-self: flex-end;
|
|
17368
17416
|
align-items: flex-end;
|
|
@@ -17370,7 +17418,7 @@ kendo-label > .k-label {
|
|
|
17370
17418
|
|
|
17371
17419
|
.k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
|
|
17372
17420
|
.k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
|
|
17373
|
-
height: calc(
|
|
17421
|
+
height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
|
|
17374
17422
|
}
|
|
17375
17423
|
|
|
17376
17424
|
.k-progressbar-vertical > ul {
|
|
@@ -17837,7 +17885,7 @@ kendo-label > .k-label {
|
|
|
17837
17885
|
.k-slider {
|
|
17838
17886
|
width: min-content;
|
|
17839
17887
|
height: min-content;
|
|
17840
|
-
gap:
|
|
17888
|
+
gap: 7px;
|
|
17841
17889
|
}
|
|
17842
17890
|
|
|
17843
17891
|
.k-slider .k-button {
|
|
@@ -17860,7 +17908,9 @@ kendo-label > .k-label {
|
|
|
17860
17908
|
display: flex;
|
|
17861
17909
|
flex-flow: inherit;
|
|
17862
17910
|
justify-content: space-between;
|
|
17863
|
-
user-select: none;
|
|
17911
|
+
-webkit-user-select: none;
|
|
17912
|
+
-ms-user-select: none;
|
|
17913
|
+
user-select: none;
|
|
17864
17914
|
}
|
|
17865
17915
|
|
|
17866
17916
|
.k-slider .k-slider-track-wrap .k-tick {
|
|
@@ -17900,31 +17950,31 @@ kendo-label > .k-label {
|
|
|
17900
17950
|
}
|
|
17901
17951
|
|
|
17902
17952
|
.k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17903
|
-
width: calc(
|
|
17904
|
-
left: calc(
|
|
17953
|
+
width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17954
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17905
17955
|
}
|
|
17906
17956
|
|
|
17907
17957
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17908
|
-
left: calc(
|
|
17958
|
+
left: calc(var(--kendo-slider-start, 0)*1%);
|
|
17909
17959
|
}
|
|
17910
17960
|
|
|
17911
17961
|
.k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17912
|
-
left: calc(
|
|
17962
|
+
left: calc(var(--kendo-slider-end, 0)*1%);
|
|
17913
17963
|
}
|
|
17914
17964
|
|
|
17915
17965
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
|
|
17916
17966
|
left: unset;
|
|
17917
|
-
right: calc(
|
|
17967
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17918
17968
|
}
|
|
17919
17969
|
|
|
17920
17970
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
|
|
17921
17971
|
left: unset;
|
|
17922
|
-
right: calc(
|
|
17972
|
+
right: calc(var(--kendo-slider-start, 0)*1%);
|
|
17923
17973
|
}
|
|
17924
17974
|
|
|
17925
17975
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
|
|
17926
17976
|
left: unset;
|
|
17927
|
-
right: calc(
|
|
17977
|
+
right: calc(var(--kendo-slider-end, 0)*1%);
|
|
17928
17978
|
}
|
|
17929
17979
|
|
|
17930
17980
|
[dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
|
|
@@ -17955,16 +18005,16 @@ kendo-label > .k-label {
|
|
|
17955
18005
|
}
|
|
17956
18006
|
|
|
17957
18007
|
.k-slider-vertical .k-slider-track-wrap .k-slider-selection {
|
|
17958
|
-
bottom: calc(
|
|
17959
|
-
height: calc(
|
|
18008
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
18009
|
+
height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
|
|
17960
18010
|
}
|
|
17961
18011
|
|
|
17962
18012
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
|
|
17963
|
-
bottom: calc(
|
|
18013
|
+
bottom: calc(var(--kendo-slider-start, 0)*1%);
|
|
17964
18014
|
}
|
|
17965
18015
|
|
|
17966
18016
|
.k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
|
|
17967
|
-
bottom: calc(
|
|
18017
|
+
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
17968
18018
|
}
|
|
17969
18019
|
|
|
17970
18020
|
.k-slider-vertical {
|
|
@@ -18192,12 +18242,12 @@ kendo-label > .k-label {
|
|
|
18192
18242
|
left: auto;
|
|
18193
18243
|
}
|
|
18194
18244
|
|
|
18195
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
18196
|
-
.k-rtl .k-slider-horizontal .k-button .k-
|
|
18197
|
-
.k-slider-horizontal.k-rtl .k-button .k-
|
|
18198
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
18199
|
-
[dir="rtl"] .k-slider-horizontal .k-button .k-
|
|
18200
|
-
.k-slider-horizontal[dir="rtl"] .k-button .k-
|
|
18245
|
+
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
18246
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
18247
|
+
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
18248
|
+
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
18249
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
18250
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon {
|
|
18201
18251
|
transform: scaleX(-1);
|
|
18202
18252
|
}
|
|
18203
18253
|
|
|
@@ -18283,13 +18333,13 @@ kendo-label > .k-label {
|
|
|
18283
18333
|
}
|
|
18284
18334
|
|
|
18285
18335
|
.k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
|
|
18286
|
-
padding-left:
|
|
18287
|
-
padding-right:
|
|
18336
|
+
padding-left: 7px;
|
|
18337
|
+
padding-right: 7px;
|
|
18288
18338
|
}
|
|
18289
18339
|
|
|
18290
18340
|
.k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
|
|
18291
|
-
padding-top:
|
|
18292
|
-
padding-bottom:
|
|
18341
|
+
padding-top: 7px;
|
|
18342
|
+
padding-bottom: 7px;
|
|
18293
18343
|
}
|
|
18294
18344
|
|
|
18295
18345
|
.k-slider {
|
|
@@ -18358,7 +18408,9 @@ kendo-label > .k-label {
|
|
|
18358
18408
|
overflow: hidden;
|
|
18359
18409
|
display: inline-flex;
|
|
18360
18410
|
flex-flow: column nowrap;
|
|
18361
|
-
user-select: none;
|
|
18411
|
+
-webkit-user-select: none;
|
|
18412
|
+
-ms-user-select: none;
|
|
18413
|
+
user-select: none;
|
|
18362
18414
|
-webkit-touch-callout: none;
|
|
18363
18415
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
18364
18416
|
}
|
|
@@ -19057,7 +19109,9 @@ kendo-label > .k-label {
|
|
|
19057
19109
|
overflow: hidden;
|
|
19058
19110
|
display: flex;
|
|
19059
19111
|
flex-flow: column nowrap;
|
|
19060
|
-
user-select: none;
|
|
19112
|
+
-webkit-user-select: none;
|
|
19113
|
+
-ms-user-select: none;
|
|
19114
|
+
user-select: none;
|
|
19061
19115
|
-webkit-touch-callout: none;
|
|
19062
19116
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
19063
19117
|
}
|
|
@@ -19101,12 +19155,12 @@ kendo-label > .k-label {
|
|
|
19101
19155
|
.k-time-highlight,
|
|
19102
19156
|
.k-time-list-highlight {
|
|
19103
19157
|
width: 100%;
|
|
19104
|
-
height:
|
|
19158
|
+
height: 2rem;
|
|
19105
19159
|
border-width: 1px 0px;
|
|
19106
19160
|
border-style: solid;
|
|
19107
19161
|
box-sizing: border-box;
|
|
19108
19162
|
position: absolute;
|
|
19109
|
-
top: calc(
|
|
19163
|
+
top: calc(50% + 0.65625rem);
|
|
19110
19164
|
left: 0;
|
|
19111
19165
|
right: 0;
|
|
19112
19166
|
transform: translateY(-50%);
|
|
@@ -19142,7 +19196,7 @@ kendo-label > .k-label {
|
|
|
19142
19196
|
width: 100%;
|
|
19143
19197
|
left: 0;
|
|
19144
19198
|
pointer-events: none;
|
|
19145
|
-
height: calc(
|
|
19199
|
+
height: calc(50% - 1rem);
|
|
19146
19200
|
box-sizing: border-box;
|
|
19147
19201
|
border-width: 0;
|
|
19148
19202
|
border-style: solid;
|
|
@@ -19232,14 +19286,14 @@ kendo-label > .k-label {
|
|
|
19232
19286
|
|
|
19233
19287
|
.k-time-separator {
|
|
19234
19288
|
width: 0;
|
|
19235
|
-
height:
|
|
19289
|
+
height: 2rem;
|
|
19236
19290
|
align-self: center;
|
|
19237
19291
|
display: inline-flex;
|
|
19238
19292
|
justify-content: center;
|
|
19239
19293
|
align-items: center;
|
|
19240
19294
|
position: relative;
|
|
19241
19295
|
z-index: 11;
|
|
19242
|
-
top:
|
|
19296
|
+
top: 0.65625rem;
|
|
19243
19297
|
}
|
|
19244
19298
|
|
|
19245
19299
|
.k-timeselector-sm {
|
|
@@ -19249,11 +19303,11 @@ kendo-label > .k-label {
|
|
|
19249
19303
|
|
|
19250
19304
|
.k-timeselector-sm .k-time-highlight,
|
|
19251
19305
|
.k-timeselector-sm .k-time-list-highlight {
|
|
19252
|
-
height:
|
|
19306
|
+
height: 1.75rem;
|
|
19253
19307
|
}
|
|
19254
19308
|
|
|
19255
19309
|
.k-timeselector-sm .k-time-separator {
|
|
19256
|
-
height:
|
|
19310
|
+
height: 1.75rem;
|
|
19257
19311
|
}
|
|
19258
19312
|
|
|
19259
19313
|
.k-timeselector-sm .k-time-list-item,
|
|
@@ -19268,11 +19322,11 @@ kendo-label > .k-label {
|
|
|
19268
19322
|
|
|
19269
19323
|
.k-timeselector-md .k-time-highlight,
|
|
19270
19324
|
.k-timeselector-md .k-time-list-highlight {
|
|
19271
|
-
height:
|
|
19325
|
+
height: 2rem;
|
|
19272
19326
|
}
|
|
19273
19327
|
|
|
19274
19328
|
.k-timeselector-md .k-time-separator {
|
|
19275
|
-
height:
|
|
19329
|
+
height: 2rem;
|
|
19276
19330
|
}
|
|
19277
19331
|
|
|
19278
19332
|
.k-timeselector-md .k-time-list-item,
|
|
@@ -19287,11 +19341,11 @@ kendo-label > .k-label {
|
|
|
19287
19341
|
|
|
19288
19342
|
.k-timeselector-lg .k-time-highlight,
|
|
19289
19343
|
.k-timeselector-lg .k-time-list-highlight {
|
|
19290
|
-
height:
|
|
19344
|
+
height: 2.5rem;
|
|
19291
19345
|
}
|
|
19292
19346
|
|
|
19293
19347
|
.k-timeselector-lg .k-time-separator {
|
|
19294
|
-
height:
|
|
19348
|
+
height: 2.5rem;
|
|
19295
19349
|
}
|
|
19296
19350
|
|
|
19297
19351
|
.k-timeselector-lg .k-time-list-item,
|
|
@@ -19494,7 +19548,9 @@ kendo-label > .k-label {
|
|
|
19494
19548
|
border-radius: 0.375rem;
|
|
19495
19549
|
position: relative;
|
|
19496
19550
|
flex: 1 1 auto;
|
|
19497
|
-
user-select: none;
|
|
19551
|
+
-webkit-user-select: none;
|
|
19552
|
+
-ms-user-select: none;
|
|
19553
|
+
user-select: none;
|
|
19498
19554
|
-ms-touch-action: pinch-zoom double-tap-zoom;
|
|
19499
19555
|
}
|
|
19500
19556
|
|
|
@@ -19622,7 +19678,7 @@ kendo-label > .k-label {
|
|
|
19622
19678
|
vertical-align: middle;
|
|
19623
19679
|
}
|
|
19624
19680
|
|
|
19625
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-
|
|
19681
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon {
|
|
19626
19682
|
margin-left: -13px;
|
|
19627
19683
|
}
|
|
19628
19684
|
|
|
@@ -19740,7 +19796,7 @@ kendo-label > .k-label {
|
|
|
19740
19796
|
}
|
|
19741
19797
|
|
|
19742
19798
|
.k-coloreditor-views {
|
|
19743
|
-
min-width: calc(
|
|
19799
|
+
min-width: calc(var(--kendo-color-preview-width, 1.5rem)*var(--kendo-color-preview-columns, 10));
|
|
19744
19800
|
padding: 1rem 1rem;
|
|
19745
19801
|
gap: 1rem;
|
|
19746
19802
|
}
|
|
@@ -19788,7 +19844,7 @@ kendo-label > .k-label {
|
|
|
19788
19844
|
}
|
|
19789
19845
|
|
|
19790
19846
|
.k-datetime-wrap {
|
|
19791
|
-
width: calc(
|
|
19847
|
+
width: calc(304px + 2rem);
|
|
19792
19848
|
overflow: hidden;
|
|
19793
19849
|
}
|
|
19794
19850
|
|
|
@@ -19805,7 +19861,7 @@ kendo-label > .k-label {
|
|
|
19805
19861
|
.k-datetime-calendar-wrap,
|
|
19806
19862
|
.k-datetime-time-wrap {
|
|
19807
19863
|
text-align: center;
|
|
19808
|
-
flex: 0 0 calc(
|
|
19864
|
+
flex: 0 0 calc(304px + 2rem);
|
|
19809
19865
|
}
|
|
19810
19866
|
|
|
19811
19867
|
.k-date-tab .k-datetime-selector {
|
|
@@ -20227,7 +20283,9 @@ kendo-label > .k-label {
|
|
|
20227
20283
|
line-height: 1;
|
|
20228
20284
|
position: relative;
|
|
20229
20285
|
cursor: pointer;
|
|
20230
|
-
user-select: none;
|
|
20286
|
+
-webkit-user-select: none;
|
|
20287
|
+
-ms-user-select: none;
|
|
20288
|
+
user-select: none;
|
|
20231
20289
|
-webkit-touch-callout: none;
|
|
20232
20290
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
20233
20291
|
}
|
|
@@ -20301,11 +20359,11 @@ kendo-label > .k-label {
|
|
|
20301
20359
|
}
|
|
20302
20360
|
|
|
20303
20361
|
.k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20304
|
-
left: calc(
|
|
20362
|
+
left: calc(100% - 13px);
|
|
20305
20363
|
}
|
|
20306
20364
|
|
|
20307
20365
|
.k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20308
|
-
left:
|
|
20366
|
+
left: 13px;
|
|
20309
20367
|
}
|
|
20310
20368
|
|
|
20311
20369
|
.k-switch-sm[dir="rtl"] .k-switch-label-on,
|
|
@@ -20323,13 +20381,13 @@ kendo-label > .k-label {
|
|
|
20323
20381
|
.k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20324
20382
|
[dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
|
|
20325
20383
|
.k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
|
|
20326
|
-
left:
|
|
20384
|
+
left: 13px;
|
|
20327
20385
|
}
|
|
20328
20386
|
|
|
20329
20387
|
.k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20330
20388
|
[dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
|
|
20331
20389
|
.k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
|
|
20332
|
-
left: calc(
|
|
20390
|
+
left: calc(100% - 13px);
|
|
20333
20391
|
}
|
|
20334
20392
|
|
|
20335
20393
|
.k-switch-md {
|
|
@@ -20348,11 +20406,11 @@ kendo-label > .k-label {
|
|
|
20348
20406
|
}
|
|
20349
20407
|
|
|
20350
20408
|
.k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20351
|
-
left: calc(
|
|
20409
|
+
left: calc(100% - 15px);
|
|
20352
20410
|
}
|
|
20353
20411
|
|
|
20354
20412
|
.k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20355
|
-
left:
|
|
20413
|
+
left: 15px;
|
|
20356
20414
|
}
|
|
20357
20415
|
|
|
20358
20416
|
.k-switch-md[dir="rtl"] .k-switch-label-on,
|
|
@@ -20370,13 +20428,13 @@ kendo-label > .k-label {
|
|
|
20370
20428
|
.k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20371
20429
|
[dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
|
|
20372
20430
|
.k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
|
|
20373
|
-
left:
|
|
20431
|
+
left: 15px;
|
|
20374
20432
|
}
|
|
20375
20433
|
|
|
20376
20434
|
.k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20377
20435
|
[dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
|
|
20378
20436
|
.k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
|
|
20379
|
-
left: calc(
|
|
20437
|
+
left: calc(100% - 15px);
|
|
20380
20438
|
}
|
|
20381
20439
|
|
|
20382
20440
|
.k-switch-lg {
|
|
@@ -20395,11 +20453,11 @@ kendo-label > .k-label {
|
|
|
20395
20453
|
}
|
|
20396
20454
|
|
|
20397
20455
|
.k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20398
|
-
left: calc(
|
|
20456
|
+
left: calc(100% - 17px);
|
|
20399
20457
|
}
|
|
20400
20458
|
|
|
20401
20459
|
.k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20402
|
-
left:
|
|
20460
|
+
left: 17px;
|
|
20403
20461
|
}
|
|
20404
20462
|
|
|
20405
20463
|
.k-switch-lg[dir="rtl"] .k-switch-label-on,
|
|
@@ -20417,13 +20475,13 @@ kendo-label > .k-label {
|
|
|
20417
20475
|
.k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
|
|
20418
20476
|
[dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
|
|
20419
20477
|
.k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
|
|
20420
|
-
left:
|
|
20478
|
+
left: 17px;
|
|
20421
20479
|
}
|
|
20422
20480
|
|
|
20423
20481
|
.k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
|
|
20424
20482
|
[dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
|
|
20425
20483
|
.k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
|
|
20426
|
-
left: calc(
|
|
20484
|
+
left: calc(100% - 17px);
|
|
20427
20485
|
}
|
|
20428
20486
|
|
|
20429
20487
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
@@ -20744,7 +20802,7 @@ kendo-label > .k-label {
|
|
|
20744
20802
|
|
|
20745
20803
|
.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20746
20804
|
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
20747
|
-
margin-left: calc(
|
|
20805
|
+
margin-left: calc(24px + 1rem);
|
|
20748
20806
|
min-height: 38px;
|
|
20749
20807
|
display: block;
|
|
20750
20808
|
overflow: hidden;
|
|
@@ -20752,7 +20810,7 @@ kendo-label > .k-label {
|
|
|
20752
20810
|
|
|
20753
20811
|
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
|
|
20754
20812
|
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
|
|
20755
|
-
margin-left: calc(
|
|
20813
|
+
margin-left: calc(24px + 1rem);
|
|
20756
20814
|
}
|
|
20757
20815
|
|
|
20758
20816
|
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
|
|
@@ -20870,7 +20928,7 @@ kendo-label > .k-label {
|
|
|
20870
20928
|
height: 2px;
|
|
20871
20929
|
position: absolute;
|
|
20872
20930
|
bottom: 0.5rem;
|
|
20873
|
-
width: calc(100% -
|
|
20931
|
+
width: calc(100% - 2rem);
|
|
20874
20932
|
}
|
|
20875
20933
|
|
|
20876
20934
|
.k-upload .k-progressbar .k-progress {
|
|
@@ -22081,7 +22139,7 @@ kendo-label > .k-label {
|
|
|
22081
22139
|
|
|
22082
22140
|
.k-window-actions {
|
|
22083
22141
|
margin: -5em 0;
|
|
22084
|
-
margin-inline-end:
|
|
22142
|
+
margin-inline-end: 0rem;
|
|
22085
22143
|
line-height: 1;
|
|
22086
22144
|
display: flex;
|
|
22087
22145
|
gap: 0.5rem;
|
|
@@ -22438,7 +22496,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22438
22496
|
}
|
|
22439
22497
|
|
|
22440
22498
|
.k-drawer-mini .k-drawer-wrapper {
|
|
22441
|
-
width: calc(
|
|
22499
|
+
width: calc(2rem + 16px);
|
|
22442
22500
|
}
|
|
22443
22501
|
|
|
22444
22502
|
.k-rtl.k-drawer-mini .k-drawer-start,
|
|
@@ -22609,7 +22667,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22609
22667
|
flex: none;
|
|
22610
22668
|
}
|
|
22611
22669
|
|
|
22612
|
-
.k-notification-wrap > .k-i-close
|
|
22670
|
+
.k-notification-wrap > .k-i-close,
|
|
22671
|
+
.k-notification-wrap > .k-i-x {
|
|
22613
22672
|
margin-right: 0;
|
|
22614
22673
|
margin-left: 0.5rem;
|
|
22615
22674
|
flex: none;
|
|
@@ -22627,7 +22686,9 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22627
22686
|
}
|
|
22628
22687
|
|
|
22629
22688
|
.k-rtl .k-notification .k-notification-wrap > .k-i-close,
|
|
22630
|
-
|
|
22689
|
+
.k-rtl .k-notification .k-notification-wrap > .k-i-x,
|
|
22690
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close,
|
|
22691
|
+
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-x {
|
|
22631
22692
|
margin-left: 0;
|
|
22632
22693
|
margin-right: 0.5rem;
|
|
22633
22694
|
}
|
|
@@ -22638,7 +22699,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22638
22699
|
background-color: #ffffff;
|
|
22639
22700
|
}
|
|
22640
22701
|
|
|
22641
|
-
.k-notification-wrap > .k-i-close
|
|
22702
|
+
.k-notification-wrap > .k-i-close,
|
|
22703
|
+
.k-notification-wrap > .k-i-x {
|
|
22642
22704
|
color: inherit;
|
|
22643
22705
|
}
|
|
22644
22706
|
|
|
@@ -23380,7 +23442,7 @@ kendo-card-footer {
|
|
|
23380
23442
|
.k-bottom-nav-item {
|
|
23381
23443
|
padding: 0 0.5rem;
|
|
23382
23444
|
min-width: 72px;
|
|
23383
|
-
min-height: calc(
|
|
23445
|
+
min-height: calc(40px + 1rem);
|
|
23384
23446
|
border-width: 0;
|
|
23385
23447
|
box-sizing: border-box;
|
|
23386
23448
|
font: inherit;
|
|
@@ -23900,6 +23962,10 @@ kendo-card-footer {
|
|
|
23900
23962
|
z-index: 3;
|
|
23901
23963
|
}
|
|
23902
23964
|
|
|
23965
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-left,
|
|
23966
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-to-right,
|
|
23967
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-left,
|
|
23968
|
+
.k-rtl .k-pager-wrap .k-i-caret-alt-right,
|
|
23903
23969
|
.k-rtl .k-pager-wrap .k-i-arrow-end-left,
|
|
23904
23970
|
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
|
|
23905
23971
|
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -23907,7 +23973,11 @@ kendo-card-footer {
|
|
|
23907
23973
|
.k-rtl .k-pager-wrap .k-i-seek-w,
|
|
23908
23974
|
.k-rtl .k-pager-wrap .k-i-arrow-w,
|
|
23909
23975
|
.k-rtl .k-pager-wrap .k-i-arrow-e,
|
|
23910
|
-
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-
|
|
23976
|
+
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-left,
|
|
23977
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-to-right,
|
|
23978
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-left,
|
|
23979
|
+
.k-pager-wrap[dir="rtl"] .k-i-caret-alt-right,
|
|
23980
|
+
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,
|
|
23911
23981
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
|
|
23912
23982
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
|
|
23913
23983
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
|
|
@@ -23915,6 +23985,10 @@ kendo-card-footer {
|
|
|
23915
23985
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
|
|
23916
23986
|
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
|
|
23917
23987
|
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
|
|
23988
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-left,
|
|
23989
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-to-right,
|
|
23990
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-left,
|
|
23991
|
+
[dir="rtl"] .k-pager-wrap .k-i-caret-alt-right,
|
|
23918
23992
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
|
|
23919
23993
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
|
|
23920
23994
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
|
|
@@ -23923,6 +23997,14 @@ kendo-card-footer {
|
|
|
23923
23997
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
23924
23998
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
23925
23999
|
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
24000
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
24001
|
+
.k-rtl
|
|
24002
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
24003
|
+
.k-rtl
|
|
24004
|
+
.k-pager .k-i-caret-alt-left,
|
|
24005
|
+
.k-rtl
|
|
24006
|
+
.k-pager .k-i-caret-alt-right,
|
|
24007
|
+
.k-rtl
|
|
23926
24008
|
.k-pager .k-i-arrow-end-left,
|
|
23927
24009
|
.k-rtl
|
|
23928
24010
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -23938,6 +24020,10 @@ kendo-card-footer {
|
|
|
23938
24020
|
.k-pager .k-i-arrow-e,
|
|
23939
24021
|
.k-rtl
|
|
23940
24022
|
.k-pager .k-i-seek-e,
|
|
24023
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
24024
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
24025
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
24026
|
+
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
23941
24027
|
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
23942
24028
|
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
23943
24029
|
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
@@ -23947,6 +24033,14 @@ kendo-card-footer {
|
|
|
23947
24033
|
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
23948
24034
|
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
23949
24035
|
[dir="rtl"]
|
|
24036
|
+
.k-pager .k-i-caret-alt-to-left,
|
|
24037
|
+
[dir="rtl"]
|
|
24038
|
+
.k-pager .k-i-caret-alt-to-right,
|
|
24039
|
+
[dir="rtl"]
|
|
24040
|
+
.k-pager .k-i-caret-alt-left,
|
|
24041
|
+
[dir="rtl"]
|
|
24042
|
+
.k-pager .k-i-caret-alt-right,
|
|
24043
|
+
[dir="rtl"]
|
|
23950
24044
|
.k-pager .k-i-arrow-end-left,
|
|
23951
24045
|
[dir="rtl"]
|
|
23952
24046
|
.k-pager .k-i-arrow-60-left,
|
|
@@ -23974,8 +24068,8 @@ kendo-card-footer {
|
|
|
23974
24068
|
}
|
|
23975
24069
|
|
|
23976
24070
|
.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
|
|
23977
|
-
min-width: calc(
|
|
23978
|
-
height: calc(
|
|
24071
|
+
min-width: calc(1.5em + 0.75rem + 2px);
|
|
24072
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
23979
24073
|
color: inherit;
|
|
23980
24074
|
text-align: center;
|
|
23981
24075
|
display: inline-flex;
|
|
@@ -24117,7 +24211,7 @@ kendo-card-footer {
|
|
|
24117
24211
|
.k-pager-sm .k-pager-numbers-wrap {
|
|
24118
24212
|
margin-left: 1rem;
|
|
24119
24213
|
margin-right: 1rem;
|
|
24120
|
-
height: calc(
|
|
24214
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
24121
24215
|
border-color: inherit;
|
|
24122
24216
|
}
|
|
24123
24217
|
|
|
@@ -24346,10 +24440,10 @@ kendo-card-footer {
|
|
|
24346
24440
|
pointer-events: none;
|
|
24347
24441
|
display: none;
|
|
24348
24442
|
position: absolute;
|
|
24349
|
-
top:
|
|
24350
|
-
right:
|
|
24351
|
-
bottom:
|
|
24352
|
-
left:
|
|
24443
|
+
top: -4px;
|
|
24444
|
+
right: -4px;
|
|
24445
|
+
bottom: -4px;
|
|
24446
|
+
left: -4px;
|
|
24353
24447
|
z-index: 2;
|
|
24354
24448
|
}
|
|
24355
24449
|
|
|
@@ -24375,7 +24469,7 @@ kendo-card-footer {
|
|
|
24375
24469
|
}
|
|
24376
24470
|
|
|
24377
24471
|
.k-stepper .k-step-label .k-step-text {
|
|
24378
|
-
max-width: calc(10em -
|
|
24472
|
+
max-width: calc(10em - 16px - 0.5rem);
|
|
24379
24473
|
flex-grow: 1;
|
|
24380
24474
|
white-space: nowrap;
|
|
24381
24475
|
text-overflow: ellipsis;
|
|
@@ -24446,13 +24540,13 @@ kendo-card-footer {
|
|
|
24446
24540
|
}
|
|
24447
24541
|
|
|
24448
24542
|
.k-step-list-horizontal .k-step-indicator + .k-step-label {
|
|
24449
|
-
margin-top:
|
|
24543
|
+
margin-top: 5px;
|
|
24450
24544
|
}
|
|
24451
24545
|
|
|
24452
24546
|
.k-step-list-horizontal ~ .k-progressbar {
|
|
24453
24547
|
width: 100%;
|
|
24454
24548
|
height: 2px;
|
|
24455
|
-
top:
|
|
24549
|
+
top: 17px;
|
|
24456
24550
|
}
|
|
24457
24551
|
|
|
24458
24552
|
.k-step-list-vertical {
|
|
@@ -24460,7 +24554,7 @@ kendo-card-footer {
|
|
|
24460
24554
|
}
|
|
24461
24555
|
|
|
24462
24556
|
.k-step-list-vertical .k-step {
|
|
24463
|
-
min-height:
|
|
24557
|
+
min-height: 54px;
|
|
24464
24558
|
}
|
|
24465
24559
|
|
|
24466
24560
|
.k-step-list-vertical .k-step-label {
|
|
@@ -24475,7 +24569,7 @@ kendo-card-footer {
|
|
|
24475
24569
|
width: 2px;
|
|
24476
24570
|
height: 100%;
|
|
24477
24571
|
min-height: 20px;
|
|
24478
|
-
left:
|
|
24572
|
+
left: 17px;
|
|
24479
24573
|
}
|
|
24480
24574
|
|
|
24481
24575
|
.k-step-list-vertical .k-step-content {
|
|
@@ -24514,7 +24608,7 @@ kendo-card-footer {
|
|
|
24514
24608
|
.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
|
|
24515
24609
|
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
|
|
24516
24610
|
left: auto;
|
|
24517
|
-
right:
|
|
24611
|
+
right: 17px;
|
|
24518
24612
|
}
|
|
24519
24613
|
|
|
24520
24614
|
.k-stepper {
|
|
@@ -25142,7 +25236,7 @@ kendo-card-footer {
|
|
|
25142
25236
|
|
|
25143
25237
|
.k-rtl .k-expander .k-expander-indicator, .k-expander.k-rtl .k-expander-indicator, .k-expander[dir="rtl"] .k-expander-indicator {
|
|
25144
25238
|
margin-left: 0;
|
|
25145
|
-
margin-right:
|
|
25239
|
+
margin-right: 0.75rem;
|
|
25146
25240
|
}
|
|
25147
25241
|
|
|
25148
25242
|
.k-expander-header {
|
|
@@ -25163,7 +25257,7 @@ kendo-card-footer {
|
|
|
25163
25257
|
}
|
|
25164
25258
|
|
|
25165
25259
|
.k-expander-indicator {
|
|
25166
|
-
margin-left:
|
|
25260
|
+
margin-left: 0.75rem;
|
|
25167
25261
|
}
|
|
25168
25262
|
|
|
25169
25263
|
.k-expander-content {
|
|
@@ -25254,7 +25348,9 @@ kendo-card-footer {
|
|
|
25254
25348
|
align-items: center;
|
|
25255
25349
|
align-content: center;
|
|
25256
25350
|
position: relative;
|
|
25257
|
-
user-select: none;
|
|
25351
|
+
-webkit-user-select: none;
|
|
25352
|
+
-ms-user-select: none;
|
|
25353
|
+
user-select: none;
|
|
25258
25354
|
cursor: default;
|
|
25259
25355
|
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;
|
|
25260
25356
|
}
|
|
@@ -25291,7 +25387,9 @@ kendo-card-footer {
|
|
|
25291
25387
|
align-items: center;
|
|
25292
25388
|
align-content: center;
|
|
25293
25389
|
position: relative;
|
|
25294
|
-
user-select: none;
|
|
25390
|
+
-webkit-user-select: none;
|
|
25391
|
+
-ms-user-select: none;
|
|
25392
|
+
user-select: none;
|
|
25295
25393
|
cursor: default;
|
|
25296
25394
|
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;
|
|
25297
25395
|
}
|
|
@@ -25329,7 +25427,7 @@ kendo-card-footer {
|
|
|
25329
25427
|
.k-panelbar .k-group .k-panelbar-expand,
|
|
25330
25428
|
.k-panelbar .k-group .k-panelbar-collapse,
|
|
25331
25429
|
.k-panelbar .k-panelbar-group .k-panelbar-toggle {
|
|
25332
|
-
margin-inline-end:
|
|
25430
|
+
margin-inline-end: 0rem;
|
|
25333
25431
|
}
|
|
25334
25432
|
|
|
25335
25433
|
.k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
|
|
@@ -25373,7 +25471,7 @@ kendo-card-footer {
|
|
|
25373
25471
|
.k-ie .k-group .k-panelbar-expand,
|
|
25374
25472
|
.k-ie .k-group .k-panelbar-collapse,
|
|
25375
25473
|
.k-ie .k-panelbar-group .k-panelbar-toggle {
|
|
25376
|
-
margin-right:
|
|
25474
|
+
margin-right: 0rem;
|
|
25377
25475
|
}
|
|
25378
25476
|
|
|
25379
25477
|
.k-rtl .k-ie .k-panelbar-expand,
|
|
@@ -25394,7 +25492,7 @@ kendo-card-footer {
|
|
|
25394
25492
|
.k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
|
|
25395
25493
|
.k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
|
|
25396
25494
|
.k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
|
|
25397
|
-
margin-left:
|
|
25495
|
+
margin-left: 0rem;
|
|
25398
25496
|
}
|
|
25399
25497
|
|
|
25400
25498
|
.k-panelbar {
|
|
@@ -25581,7 +25679,6 @@ kendo-card-footer {
|
|
|
25581
25679
|
outline: 0;
|
|
25582
25680
|
position: absolute;
|
|
25583
25681
|
-webkit-user-select: none;
|
|
25584
|
-
-moz-user-select: none;
|
|
25585
25682
|
-ms-user-select: none;
|
|
25586
25683
|
user-select: none;
|
|
25587
25684
|
display: flex;
|
|
@@ -25838,7 +25935,9 @@ kendo-card-footer {
|
|
|
25838
25935
|
.k-pane-wrapper .k-pane {
|
|
25839
25936
|
width: 100%;
|
|
25840
25937
|
height: 100%;
|
|
25841
|
-
user-select: none;
|
|
25938
|
+
-webkit-user-select: none;
|
|
25939
|
+
-ms-user-select: none;
|
|
25940
|
+
user-select: none;
|
|
25842
25941
|
box-sizing: border-box;
|
|
25843
25942
|
font-family: sans-serif;
|
|
25844
25943
|
overflow-x: hidden;
|
|
@@ -25920,8 +26019,8 @@ kendo-card-footer {
|
|
|
25920
26019
|
.k-grid-mobile .k-header a {
|
|
25921
26020
|
-webkit-touch-callout: none;
|
|
25922
26021
|
-webkit-user-select: none;
|
|
25923
|
-
-
|
|
25924
|
-
|
|
26022
|
+
-ms-user-select: none;
|
|
26023
|
+
user-select: none;
|
|
25925
26024
|
-webkit-user-drag: none;
|
|
25926
26025
|
-moz-user-drag: none;
|
|
25927
26026
|
}
|
|
@@ -26100,7 +26199,8 @@ kendo-card-footer {
|
|
|
26100
26199
|
border-radius: 50%;
|
|
26101
26200
|
}
|
|
26102
26201
|
|
|
26103
|
-
.k-scheduler-mobile .k-task .k-i-reload
|
|
26202
|
+
.k-scheduler-mobile .k-task .k-i-reload,
|
|
26203
|
+
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
26104
26204
|
font-size: 1em;
|
|
26105
26205
|
margin-right: .5em;
|
|
26106
26206
|
}
|
|
@@ -26120,7 +26220,8 @@ kendo-card-footer {
|
|
|
26120
26220
|
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
|
|
26121
26221
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
|
|
26122
26222
|
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
|
|
26123
|
-
writing-mode:
|
|
26223
|
+
-ms-writing-mode: tb-lr;
|
|
26224
|
+
writing-mode: vertical-lr;
|
|
26124
26225
|
transform: rotate(180deg);
|
|
26125
26226
|
white-space: nowrap;
|
|
26126
26227
|
}
|
|
@@ -26483,7 +26584,7 @@ kendo-card-footer {
|
|
|
26483
26584
|
}
|
|
26484
26585
|
|
|
26485
26586
|
.k-grid .k-grouping-row .k-icon {
|
|
26486
|
-
margin-left: calc(
|
|
26587
|
+
margin-left: calc(8px - 0.5rem);
|
|
26487
26588
|
margin-right: 8px;
|
|
26488
26589
|
text-decoration: none;
|
|
26489
26590
|
}
|
|
@@ -26652,7 +26753,7 @@ kendo-card-footer {
|
|
|
26652
26753
|
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
|
|
26653
26754
|
.k-rtl .k-grid .k-grid-header .k-with-icon,
|
|
26654
26755
|
.k-rtl .k-grid .k-grid-header .k-filterable {
|
|
26655
|
-
padding-left: calc(
|
|
26756
|
+
padding-left: calc(1.5em + 1.25rem + 2px);
|
|
26656
26757
|
padding-right: 0.5rem;
|
|
26657
26758
|
}
|
|
26658
26759
|
|
|
@@ -26710,7 +26811,7 @@ kendo-card-footer {
|
|
|
26710
26811
|
.k-grid[dir="rtl"] .k-grouping-row .k-icon,
|
|
26711
26812
|
.k-rtl .k-grid .k-grouping-row .k-icon {
|
|
26712
26813
|
margin-left: 8px;
|
|
26713
|
-
margin-right: calc(
|
|
26814
|
+
margin-right: calc(8px - 0.5rem);
|
|
26714
26815
|
}
|
|
26715
26816
|
|
|
26716
26817
|
.k-grid[dir="rtl"] .k-column-resizer,
|
|
@@ -26787,7 +26888,7 @@ kendo-card-footer {
|
|
|
26787
26888
|
|
|
26788
26889
|
.k-grouping-header::before {
|
|
26789
26890
|
content: "";
|
|
26790
|
-
height: calc(
|
|
26891
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
26791
26892
|
display: inline-block;
|
|
26792
26893
|
vertical-align: middle;
|
|
26793
26894
|
}
|
|
@@ -26866,7 +26967,7 @@ kendo-card-footer {
|
|
|
26866
26967
|
|
|
26867
26968
|
.k-grouping-dropclue {
|
|
26868
26969
|
width: 12px;
|
|
26869
|
-
height: calc(
|
|
26970
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
26870
26971
|
position: absolute;
|
|
26871
26972
|
top: 3px;
|
|
26872
26973
|
box-sizing: content-box;
|
|
@@ -26891,7 +26992,7 @@ kendo-card-footer {
|
|
|
26891
26992
|
width: 2px;
|
|
26892
26993
|
height: calc(100% - 6px);
|
|
26893
26994
|
top: 6px;
|
|
26894
|
-
left:
|
|
26995
|
+
left: 5px;
|
|
26895
26996
|
}
|
|
26896
26997
|
|
|
26897
26998
|
.k-grid-header-wrap,
|
|
@@ -26944,7 +27045,9 @@ div.k-grid-footer {
|
|
|
26944
27045
|
}
|
|
26945
27046
|
|
|
26946
27047
|
.k-grid-header.k-grid-draggable-header {
|
|
26947
|
-
user-select: none;
|
|
27048
|
+
-webkit-user-select: none;
|
|
27049
|
+
-ms-user-select: none;
|
|
27050
|
+
user-select: none;
|
|
26948
27051
|
touch-action: none;
|
|
26949
27052
|
}
|
|
26950
27053
|
|
|
@@ -26979,12 +27082,12 @@ div.k-grid-footer {
|
|
|
26979
27082
|
|
|
26980
27083
|
.k-grid-header .k-with-icon,
|
|
26981
27084
|
.k-grid-header .k-filterable {
|
|
26982
|
-
padding-right: calc(
|
|
27085
|
+
padding-right: calc(1.5em + 1.25rem + 2px);
|
|
26983
27086
|
}
|
|
26984
27087
|
|
|
26985
27088
|
.k-ie .k-grid-header .k-with-icon, .k-ie
|
|
26986
27089
|
.k-grid-header .k-filterable {
|
|
26987
|
-
padding-right: calc(
|
|
27090
|
+
padding-right: calc(1.5em + 1.25rem + 2px);
|
|
26988
27091
|
}
|
|
26989
27092
|
|
|
26990
27093
|
.k-grid-header .k-header > .k-link:focus {
|
|
@@ -26995,8 +27098,8 @@ div.k-grid-footer {
|
|
|
26995
27098
|
.k-grid-header .k-header-column-menu,
|
|
26996
27099
|
.k-grid-header .k-grid-header-menu {
|
|
26997
27100
|
padding: 0.375rem;
|
|
26998
|
-
width: calc(
|
|
26999
|
-
height: calc(
|
|
27101
|
+
width: calc(1.5em + 0.75rem + 2px);
|
|
27102
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
27000
27103
|
box-sizing: border-box;
|
|
27001
27104
|
outline: 0;
|
|
27002
27105
|
line-height: 1.5;
|
|
@@ -27006,7 +27109,7 @@ div.k-grid-footer {
|
|
|
27006
27109
|
justify-content: center;
|
|
27007
27110
|
position: absolute;
|
|
27008
27111
|
right: 0.5rem;
|
|
27009
|
-
bottom:
|
|
27112
|
+
bottom: 0.125rem;
|
|
27010
27113
|
z-index: 1;
|
|
27011
27114
|
}
|
|
27012
27115
|
|
|
@@ -27016,9 +27119,9 @@ div.k-grid-footer {
|
|
|
27016
27119
|
cursor: pointer;
|
|
27017
27120
|
}
|
|
27018
27121
|
|
|
27019
|
-
.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 {
|
|
27122
|
+
.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, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-small, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-small {
|
|
27020
27123
|
vertical-align: text-top;
|
|
27021
|
-
margin-inline-start: calc(
|
|
27124
|
+
margin-inline-start: calc(1rem - 1px);
|
|
27022
27125
|
}
|
|
27023
27126
|
|
|
27024
27127
|
.k-grid-header .k-sort-order {
|
|
@@ -27430,7 +27533,7 @@ div.k-grid-norecords {
|
|
|
27430
27533
|
}
|
|
27431
27534
|
|
|
27432
27535
|
.k-filterable > .k-cell-inner {
|
|
27433
|
-
margin-inline-end: calc(-1
|
|
27536
|
+
margin-inline-end: calc(-1.5em + -1.25rem + -2px);
|
|
27434
27537
|
}
|
|
27435
27538
|
|
|
27436
27539
|
.k-filterable > .k-cell-inner .k-link {
|
|
@@ -27752,7 +27855,9 @@ div.k-grid-norecords {
|
|
|
27752
27855
|
display: flex;
|
|
27753
27856
|
flex: 0 0 auto;
|
|
27754
27857
|
position: relative;
|
|
27755
|
-
user-select: none;
|
|
27858
|
+
-webkit-user-select: none;
|
|
27859
|
+
-ms-user-select: none;
|
|
27860
|
+
user-select: none;
|
|
27756
27861
|
}
|
|
27757
27862
|
|
|
27758
27863
|
.k-column-menu-group-header-text {
|
|
@@ -27910,6 +28015,8 @@ div.k-grid-norecords {
|
|
|
27910
28015
|
|
|
27911
28016
|
.k-grid-header .k-i-sort-asc-sm,
|
|
27912
28017
|
.k-grid-header .k-i-sort-desc-sm,
|
|
28018
|
+
.k-grid-header .k-i-sort-asc-small,
|
|
28019
|
+
.k-grid-header .k-i-sort-desc-small,
|
|
27913
28020
|
.k-grid-header .k-sort-order {
|
|
27914
28021
|
color: #0d6efd;
|
|
27915
28022
|
}
|
|
@@ -28606,7 +28713,6 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28606
28713
|
border-color: inherit;
|
|
28607
28714
|
box-sizing: border-box;
|
|
28608
28715
|
-webkit-user-select: none;
|
|
28609
|
-
-moz-user-select: none;
|
|
28610
28716
|
-ms-user-select: none;
|
|
28611
28717
|
user-select: none;
|
|
28612
28718
|
position: absolute;
|
|
@@ -28930,12 +29036,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
28930
29036
|
|
|
28931
29037
|
.k-spreadsheet-filter-menu > .k-menu .k-link,
|
|
28932
29038
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
|
|
28933
|
-
padding-left: calc(
|
|
29039
|
+
padding-left: calc(16px + 1rem);
|
|
28934
29040
|
}
|
|
28935
29041
|
|
|
28936
29042
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
28937
29043
|
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
|
|
28938
|
-
margin-left: calc(-
|
|
29044
|
+
margin-left: calc(-16px + -0.5rem);
|
|
28939
29045
|
margin-right: 0.5rem;
|
|
28940
29046
|
}
|
|
28941
29047
|
|
|
@@ -29606,7 +29712,9 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29606
29712
|
border-style: solid;
|
|
29607
29713
|
box-sizing: border-box;
|
|
29608
29714
|
cursor: pointer;
|
|
29609
|
-
user-select: none;
|
|
29715
|
+
-webkit-user-select: none;
|
|
29716
|
+
-ms-user-select: none;
|
|
29717
|
+
user-select: none;
|
|
29610
29718
|
}
|
|
29611
29719
|
|
|
29612
29720
|
.k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
|
|
@@ -29617,7 +29725,8 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29617
29725
|
|
|
29618
29726
|
.k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
|
|
29619
29727
|
.k-flex-row-reverse .k-pivotgrid-configurator-button span {
|
|
29620
|
-
writing-mode:
|
|
29728
|
+
-ms-writing-mode: tb-rl;
|
|
29729
|
+
writing-mode: vertical-rl;
|
|
29621
29730
|
}
|
|
29622
29731
|
|
|
29623
29732
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
@@ -29642,19 +29751,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
29642
29751
|
}
|
|
29643
29752
|
|
|
29644
29753
|
.k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
|
|
29645
|
-
right: calc(
|
|
29754
|
+
right: calc(1.5em + 0.5rem + 2px);
|
|
29646
29755
|
}
|
|
29647
29756
|
|
|
29648
29757
|
.k-flex-row-reverse .k-pivotgrid-configurator-overlay {
|
|
29649
|
-
left: calc(
|
|
29758
|
+
left: calc(1.5em + 0.5rem + 2px);
|
|
29650
29759
|
}
|
|
29651
29760
|
|
|
29652
29761
|
.k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
|
|
29653
|
-
bottom: calc(
|
|
29762
|
+
bottom: calc(1.5em + 0.5rem + 2px);
|
|
29654
29763
|
}
|
|
29655
29764
|
|
|
29656
29765
|
.k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
|
|
29657
|
-
top: calc(
|
|
29766
|
+
top: calc(1.5em + 0.5rem + 2px);
|
|
29658
29767
|
}
|
|
29659
29768
|
|
|
29660
29769
|
.k-pivotgrid-configurator-header {
|
|
@@ -30622,7 +30731,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
|
|
|
30622
30731
|
.k-filemanager-preview {
|
|
30623
30732
|
padding: 3rem 1rem 1rem;
|
|
30624
30733
|
width: 20%;
|
|
30625
|
-
min-height: calc(
|
|
30734
|
+
min-height: calc(7rem + 192px);
|
|
30626
30735
|
border-width: 0;
|
|
30627
30736
|
border-left-width: 1px;
|
|
30628
30737
|
border-style: solid;
|
|
@@ -31177,8 +31286,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31177
31286
|
|
|
31178
31287
|
.k-editor-toolbar .k-tool {
|
|
31179
31288
|
padding: 0.375rem;
|
|
31180
|
-
width: calc(
|
|
31181
|
-
height: calc(
|
|
31289
|
+
width: calc(1.5em + 0.75rem + 2px);
|
|
31290
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
31182
31291
|
}
|
|
31183
31292
|
|
|
31184
31293
|
.k-editor-toolbar .k-tool-text {
|
|
@@ -31240,7 +31349,9 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31240
31349
|
float: left;
|
|
31241
31350
|
opacity: 1;
|
|
31242
31351
|
cursor: text;
|
|
31243
|
-
user-select: none;
|
|
31352
|
+
-webkit-user-select: none;
|
|
31353
|
+
-ms-user-select: none;
|
|
31354
|
+
user-select: none;
|
|
31244
31355
|
}
|
|
31245
31356
|
|
|
31246
31357
|
td.k-editor-content {
|
|
@@ -31300,7 +31411,8 @@ td.k-editor-content {
|
|
|
31300
31411
|
cursor: se-resize;
|
|
31301
31412
|
}
|
|
31302
31413
|
|
|
31303
|
-
.k-editor .k-resize-handle .k-i-arrow-45-down-right
|
|
31414
|
+
.k-editor .k-resize-handle .k-i-arrow-45-down-right,
|
|
31415
|
+
.k-editor .k-resize-handle .k-i-caret-br {
|
|
31304
31416
|
display: none;
|
|
31305
31417
|
}
|
|
31306
31418
|
|
|
@@ -31350,7 +31462,7 @@ td.k-editor-content {
|
|
|
31350
31462
|
|
|
31351
31463
|
.k-editor-dialog .k-edit-label {
|
|
31352
31464
|
width: 30%;
|
|
31353
|
-
padding: calc(
|
|
31465
|
+
padding: calc(0.5rem + 1px) 0;
|
|
31354
31466
|
}
|
|
31355
31467
|
|
|
31356
31468
|
.k-editor-dialog .k-edit-field {
|
|
@@ -31778,7 +31890,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31778
31890
|
|
|
31779
31891
|
.k-imageeditor-action-pane {
|
|
31780
31892
|
padding: 2rem 1rem;
|
|
31781
|
-
width:
|
|
31893
|
+
width: 241px;
|
|
31782
31894
|
border-width: 0;
|
|
31783
31895
|
border-left-width: 1px;
|
|
31784
31896
|
border-style: solid;
|
|
@@ -31826,14 +31938,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31826
31938
|
|
|
31827
31939
|
.k-imageeditor-crop .k-resize-n,
|
|
31828
31940
|
.k-imageeditor-crop .k-resize-s {
|
|
31829
|
-
left: calc(
|
|
31941
|
+
left: calc(50% - 7.5px);
|
|
31830
31942
|
width: 15px;
|
|
31831
31943
|
height: 0;
|
|
31832
31944
|
}
|
|
31833
31945
|
|
|
31834
31946
|
.k-imageeditor-crop .k-resize-w,
|
|
31835
31947
|
.k-imageeditor-crop .k-resize-e {
|
|
31836
|
-
top: calc(
|
|
31948
|
+
top: calc(50% - 7.5px);
|
|
31837
31949
|
width: 0;
|
|
31838
31950
|
height: 15px;
|
|
31839
31951
|
}
|
|
@@ -31884,7 +31996,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31884
31996
|
.k-imageeditor-canvas {
|
|
31885
31997
|
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;
|
|
31886
31998
|
background-repeat: repeat, repeat;
|
|
31887
|
-
background-position: 0px 0px,
|
|
31999
|
+
background-position: 0px 0px, 5px 5px;
|
|
31888
32000
|
transform-origin: 0 0 0;
|
|
31889
32001
|
background-origin: padding-box, padding-box;
|
|
31890
32002
|
background-size: 10px 10px, 10px 10px;
|
|
@@ -31929,7 +32041,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31929
32041
|
}
|
|
31930
32042
|
|
|
31931
32043
|
.k-gantt .k-grid-header tr {
|
|
31932
|
-
height: calc(
|
|
32044
|
+
height: calc(1.5em + 1rem + 1px);
|
|
31933
32045
|
}
|
|
31934
32046
|
|
|
31935
32047
|
.k-gantt .k-grid-header .k-header {
|
|
@@ -31941,11 +32053,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
31941
32053
|
}
|
|
31942
32054
|
|
|
31943
32055
|
.k-gantt .k-grid-content tr {
|
|
31944
|
-
height: calc(
|
|
32056
|
+
height: calc(1.5em + 1rem);
|
|
31945
32057
|
}
|
|
31946
32058
|
|
|
31947
32059
|
.k-gantt.k-gantt-planned .k-grid-content tr {
|
|
31948
|
-
height: calc(
|
|
32060
|
+
height: calc(2.55em + 1rem);
|
|
31949
32061
|
}
|
|
31950
32062
|
|
|
31951
32063
|
.k-gantt .k-gantt-layout {
|
|
@@ -32112,8 +32224,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32112
32224
|
.k-gantt-toolbar .k-gantt-pdf,
|
|
32113
32225
|
.k-gantt-toolbar .k-gantt-create {
|
|
32114
32226
|
padding: 0.375rem;
|
|
32115
|
-
width: calc(
|
|
32116
|
-
height: calc(
|
|
32227
|
+
width: calc(1.5em + 0.75rem + 2px);
|
|
32228
|
+
height: calc(1.5em + 0.75rem + 2px);
|
|
32117
32229
|
}
|
|
32118
32230
|
.k-gantt-toolbar .k-gantt-pdf .k-button-text,
|
|
32119
32231
|
.k-gantt-toolbar .k-gantt-create .k-button-text {
|
|
@@ -32149,7 +32261,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32149
32261
|
}
|
|
32150
32262
|
|
|
32151
32263
|
.k-gantt-treelist .k-grid-header tr {
|
|
32152
|
-
height: calc(
|
|
32264
|
+
height: calc(3em + 2rem + 2px);
|
|
32153
32265
|
vertical-align: bottom;
|
|
32154
32266
|
}
|
|
32155
32267
|
|
|
@@ -32163,7 +32275,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32163
32275
|
}
|
|
32164
32276
|
|
|
32165
32277
|
.k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
|
|
32166
|
-
height: calc(
|
|
32278
|
+
height: calc(1.5em + 1rem + 1px);
|
|
32167
32279
|
}
|
|
32168
32280
|
|
|
32169
32281
|
.k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
|
|
@@ -32284,8 +32396,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32284
32396
|
}
|
|
32285
32397
|
|
|
32286
32398
|
.k-task-dot {
|
|
32287
|
-
width:
|
|
32288
|
-
height:
|
|
32399
|
+
width: 16px;
|
|
32400
|
+
height: 16px;
|
|
32289
32401
|
line-height: 1;
|
|
32290
32402
|
cursor: pointer;
|
|
32291
32403
|
display: none;
|
|
@@ -32556,7 +32668,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32556
32668
|
|
|
32557
32669
|
.k-task-planned .k-task-moment {
|
|
32558
32670
|
border-width: 2px;
|
|
32559
|
-
border-radius:
|
|
32671
|
+
border-radius: 5px;
|
|
32560
32672
|
border-style: solid;
|
|
32561
32673
|
height: 6px;
|
|
32562
32674
|
width: 6px;
|
|
@@ -32567,11 +32679,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
32567
32679
|
}
|
|
32568
32680
|
|
|
32569
32681
|
.k-task-planned .k-task-moment.k-moment-left {
|
|
32570
|
-
margin-left:
|
|
32682
|
+
margin-left: -4px;
|
|
32571
32683
|
}
|
|
32572
32684
|
|
|
32573
32685
|
.k-task-planned:hover .k-task-duration {
|
|
32574
|
-
height:
|
|
32686
|
+
height: 3px;
|
|
32575
32687
|
}
|
|
32576
32688
|
|
|
32577
32689
|
.k-milestone-wrap .k-task-moment {
|
|
@@ -33378,7 +33490,7 @@ kendo-scheduler .k-event > div,
|
|
|
33378
33490
|
|
|
33379
33491
|
kendo-scheduler .k-event .k-event-template,
|
|
33380
33492
|
.k-event .k-event-template {
|
|
33381
|
-
line-height: calc(
|
|
33493
|
+
line-height: calc(25px - 0.5rem);
|
|
33382
33494
|
padding: 0.5rem 1rem;
|
|
33383
33495
|
}
|
|
33384
33496
|
|
|
@@ -33794,12 +33906,12 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33794
33906
|
}
|
|
33795
33907
|
|
|
33796
33908
|
.k-scheduler-yearview .k-day-indicator {
|
|
33797
|
-
margin-top: calc(
|
|
33909
|
+
margin-top: calc(38px - 0.5rem);
|
|
33798
33910
|
width: 3px;
|
|
33799
33911
|
height: 3px;
|
|
33800
33912
|
border-radius: 50%;
|
|
33801
33913
|
position: absolute;
|
|
33802
|
-
left: calc(
|
|
33914
|
+
left: calc(50% - 1.5px);
|
|
33803
33915
|
}
|
|
33804
33916
|
|
|
33805
33917
|
.k-scheduler-tooltip {
|
|
@@ -33971,9 +34083,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
33971
34083
|
float: right;
|
|
33972
34084
|
}
|
|
33973
34085
|
|
|
34086
|
+
.k-rtl .k-scheduler .k-i-caret-alt-left,
|
|
34087
|
+
.k-rtl .k-scheduler .k-i-caret-alt-right,
|
|
33974
34088
|
.k-rtl .k-scheduler .k-i-arrow-60-left,
|
|
33975
34089
|
.k-rtl .k-scheduler .k-i-arrow-60-right,
|
|
33976
|
-
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-
|
|
34090
|
+
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-caret-alt-left,
|
|
34091
|
+
.k-rtl.k-scheduler .k-i-caret-alt-right,
|
|
34092
|
+
.k-rtl.k-scheduler .k-i-arrow-60-left,
|
|
33977
34093
|
.k-rtl.k-scheduler .k-i-arrow-60-right,
|
|
33978
34094
|
.k-rtl.k-scheduler .k-current-time-arrow-right {
|
|
33979
34095
|
transform: scaleX(-1);
|
|
@@ -34383,11 +34499,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34383
34499
|
}
|
|
34384
34500
|
|
|
34385
34501
|
.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34386
|
-
padding-left:
|
|
34502
|
+
padding-left: 40px;
|
|
34387
34503
|
}
|
|
34388
34504
|
|
|
34389
34505
|
.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34390
|
-
padding-right:
|
|
34506
|
+
padding-right: 40px;
|
|
34391
34507
|
}
|
|
34392
34508
|
|
|
34393
34509
|
.k-author {
|
|
@@ -34421,7 +34537,9 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34421
34537
|
border-style: solid;
|
|
34422
34538
|
line-height: 1.25;
|
|
34423
34539
|
cursor: pointer;
|
|
34424
|
-
user-select: none;
|
|
34540
|
+
-webkit-user-select: none;
|
|
34541
|
+
-ms-user-select: none;
|
|
34542
|
+
user-select: none;
|
|
34425
34543
|
display: inline-block;
|
|
34426
34544
|
flex: 0 0 auto;
|
|
34427
34545
|
transition-property: color, background-color, border-color;
|
|
@@ -34683,13 +34801,13 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34683
34801
|
.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
|
|
34684
34802
|
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
|
|
34685
34803
|
padding-left: 0;
|
|
34686
|
-
padding-right:
|
|
34804
|
+
padding-right: 40px;
|
|
34687
34805
|
}
|
|
34688
34806
|
|
|
34689
34807
|
.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
|
|
34690
34808
|
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
|
|
34691
34809
|
padding-right: 0;
|
|
34692
|
-
padding-left:
|
|
34810
|
+
padding-left: 40px;
|
|
34693
34811
|
}
|
|
34694
34812
|
|
|
34695
34813
|
.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
|
|
@@ -34920,7 +35038,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
34920
35038
|
border-radius: 0.375rem;
|
|
34921
35039
|
line-height: 1.5;
|
|
34922
35040
|
min-width: 80px;
|
|
34923
|
-
max-width:
|
|
35041
|
+
max-width: 160px;
|
|
34924
35042
|
position: relative;
|
|
34925
35043
|
z-index: 1;
|
|
34926
35044
|
}
|
|
@@ -35000,11 +35118,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35000
35118
|
}
|
|
35001
35119
|
|
|
35002
35120
|
.k-timeline-vertical {
|
|
35003
|
-
padding-left:
|
|
35121
|
+
padding-left: 127px;
|
|
35004
35122
|
}
|
|
35005
35123
|
|
|
35006
35124
|
.k-timeline-vertical.k-timeline-dates-hidden {
|
|
35007
|
-
padding-left:
|
|
35125
|
+
padding-left: 77px;
|
|
35008
35126
|
}
|
|
35009
35127
|
|
|
35010
35128
|
.k-timeline-vertical::after {
|
|
@@ -35047,7 +35165,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35047
35165
|
|
|
35048
35166
|
.k-timeline-vertical .k-timeline-card .k-card {
|
|
35049
35167
|
margin-left: 1rem;
|
|
35050
|
-
min-height:
|
|
35168
|
+
min-height: 70px;
|
|
35051
35169
|
width: 400px;
|
|
35052
35170
|
max-width: 100%;
|
|
35053
35171
|
}
|
|
@@ -35199,9 +35317,9 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35199
35317
|
|
|
35200
35318
|
.k-timeline-horizontal .k-timeline-track-wrap::after {
|
|
35201
35319
|
top: auto;
|
|
35202
|
-
bottom:
|
|
35203
|
-
left:
|
|
35204
|
-
right:
|
|
35320
|
+
bottom: 22px;
|
|
35321
|
+
left: 36px;
|
|
35322
|
+
right: 36px;
|
|
35205
35323
|
transform: translateY(-50%);
|
|
35206
35324
|
height: 6px;
|
|
35207
35325
|
}
|
|
@@ -35218,7 +35336,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35218
35336
|
}
|
|
35219
35337
|
|
|
35220
35338
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
|
|
35221
|
-
margin-bottom:
|
|
35339
|
+
margin-bottom: 22px;
|
|
35222
35340
|
position: relative;
|
|
35223
35341
|
min-width: 80px;
|
|
35224
35342
|
}
|
|
@@ -35244,7 +35362,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35244
35362
|
height: 38px;
|
|
35245
35363
|
border-radius: 50%;
|
|
35246
35364
|
position: absolute;
|
|
35247
|
-
bottom:
|
|
35365
|
+
bottom: 11px;
|
|
35248
35366
|
z-index: 3;
|
|
35249
35367
|
display: flex;
|
|
35250
35368
|
align-items: center;
|
|
@@ -35265,7 +35383,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35265
35383
|
}
|
|
35266
35384
|
|
|
35267
35385
|
.k-timeline-mobile .k-timeline-flag {
|
|
35268
|
-
max-width: calc(80px +
|
|
35386
|
+
max-width: calc(80px + 2rem);
|
|
35269
35387
|
}
|
|
35270
35388
|
|
|
35271
35389
|
.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
|
|
@@ -35273,11 +35391,11 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35273
35391
|
}
|
|
35274
35392
|
|
|
35275
35393
|
.k-timeline-mobile.k-timeline-vertical {
|
|
35276
|
-
padding-left: calc(
|
|
35394
|
+
padding-left: calc(1rem + 87px);
|
|
35277
35395
|
}
|
|
35278
35396
|
|
|
35279
35397
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
|
|
35280
|
-
padding-left: calc(1rem +
|
|
35398
|
+
padding-left: calc(1rem + 37px);
|
|
35281
35399
|
}
|
|
35282
35400
|
|
|
35283
35401
|
.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
|
|
@@ -35357,6 +35475,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35357
35475
|
border-width: 1px;
|
|
35358
35476
|
border-style: solid;
|
|
35359
35477
|
box-sizing: border-box;
|
|
35478
|
+
position: relative;
|
|
35360
35479
|
outline: 0;
|
|
35361
35480
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
35362
35481
|
font-size: 1rem;
|
|
@@ -35386,27 +35505,33 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35386
35505
|
overflow: visible;
|
|
35387
35506
|
}
|
|
35388
35507
|
|
|
35389
|
-
.k-pdf-viewer .k-
|
|
35508
|
+
.k-pdf-viewer .k-canvas {
|
|
35509
|
+
display: flex;
|
|
35510
|
+
flex-direction: column;
|
|
35390
35511
|
flex: 1 1 auto;
|
|
35391
35512
|
outline: none;
|
|
35392
35513
|
}
|
|
35393
35514
|
|
|
35394
|
-
.k-pdf-viewer .k-
|
|
35515
|
+
.k-pdf-viewer .k-canvas .k-enable-text-select, .k-pdf-viewer .k-canvas.k-enable-text-select {
|
|
35395
35516
|
-webkit-user-select: text;
|
|
35396
|
-
-moz-user-select: text;
|
|
35397
35517
|
-ms-user-select: text;
|
|
35398
35518
|
user-select: text;
|
|
35399
35519
|
cursor: text;
|
|
35400
35520
|
}
|
|
35401
35521
|
|
|
35402
|
-
.k-pdf-viewer .k-
|
|
35522
|
+
.k-pdf-viewer .k-canvas .k-enable-panning, .k-pdf-viewer .k-canvas.k-enable-panning {
|
|
35403
35523
|
cursor: grab;
|
|
35404
35524
|
}
|
|
35405
35525
|
|
|
35406
|
-
.k-pdf-viewer .k-
|
|
35526
|
+
.k-pdf-viewer .k-canvas .k-enable-panning span::selection,
|
|
35527
|
+
.k-pdf-viewer .k-canvas.k-enable-panning span::selection {
|
|
35407
35528
|
background-color: transparent;
|
|
35408
35529
|
}
|
|
35409
35530
|
|
|
35531
|
+
.k-pdf-viewer .k-pdf-viewer-pages {
|
|
35532
|
+
flex: 1 1 auto;
|
|
35533
|
+
}
|
|
35534
|
+
|
|
35410
35535
|
.k-pdf-viewer .k-page {
|
|
35411
35536
|
position: relative;
|
|
35412
35537
|
margin: 30px auto;
|
|
@@ -35435,11 +35560,38 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35435
35560
|
color: transparent;
|
|
35436
35561
|
}
|
|
35437
35562
|
|
|
35563
|
+
.k-pdf-viewer .k-page .k-text-layer .k-search-highlight-mark {
|
|
35564
|
+
color: transparent;
|
|
35565
|
+
}
|
|
35566
|
+
|
|
35567
|
+
.k-pdf-viewer .k-blank-page {
|
|
35568
|
+
margin: 0;
|
|
35569
|
+
display: flex;
|
|
35570
|
+
flex-flow: column nowrap;
|
|
35571
|
+
width: 100%;
|
|
35572
|
+
height: 100%;
|
|
35573
|
+
align-items: center;
|
|
35574
|
+
justify-content: center;
|
|
35575
|
+
background-color: inherit !important;
|
|
35576
|
+
}
|
|
35577
|
+
|
|
35578
|
+
.k-pdf-viewer .k-blank-page .k-upload,
|
|
35579
|
+
.k-pdf-viewer .k-blank-page .k-dropzone,
|
|
35580
|
+
.k-pdf-viewer .k-blank-page .k-dropzone-inner {
|
|
35581
|
+
border: 0;
|
|
35582
|
+
background: none;
|
|
35583
|
+
}
|
|
35584
|
+
|
|
35585
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
35586
|
+
font-size: 48px;
|
|
35587
|
+
}
|
|
35588
|
+
|
|
35438
35589
|
.k-pdf-viewer-search-dialog {
|
|
35439
|
-
padding: 0
|
|
35590
|
+
padding: 0 !important;
|
|
35440
35591
|
}
|
|
35441
35592
|
|
|
35442
|
-
.k-
|
|
35593
|
+
.k-search-panel, .k-search-container {
|
|
35594
|
+
padding: 1rem 0.5rem;
|
|
35443
35595
|
display: flex;
|
|
35444
35596
|
gap: 0.5rem;
|
|
35445
35597
|
flex-flow: row nowrap;
|
|
@@ -35448,22 +35600,32 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35448
35600
|
align-items: center;
|
|
35449
35601
|
}
|
|
35450
35602
|
|
|
35451
|
-
.k-
|
|
35603
|
+
.k-search-panel .k-search-dialog-draghandle, .k-search-container .k-search-dialog-draghandle {
|
|
35452
35604
|
cursor: move;
|
|
35453
35605
|
margin-left: 0;
|
|
35454
35606
|
}
|
|
35455
35607
|
|
|
35456
|
-
.k-
|
|
35608
|
+
.k-search-panel .k-textbox, .k-search-container .k-textbox {
|
|
35457
35609
|
width: 10em;
|
|
35458
35610
|
flex: none;
|
|
35459
35611
|
}
|
|
35460
35612
|
|
|
35461
|
-
.k-
|
|
35613
|
+
.k-search-panel .k-textbox .k-button, .k-search-container .k-textbox .k-button {
|
|
35462
35614
|
border-width: 0;
|
|
35463
35615
|
}
|
|
35464
35616
|
|
|
35465
|
-
.k-
|
|
35466
|
-
|
|
35617
|
+
.k-search-panel .k-search-matches, .k-search-container .k-search-matches {
|
|
35618
|
+
display: inline-flex;
|
|
35619
|
+
gap: 0.5rem;
|
|
35620
|
+
}
|
|
35621
|
+
|
|
35622
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
35623
|
+
width: max-content;
|
|
35624
|
+
margin-top: calc(-1.5em + -2.75rem + -3px);
|
|
35625
|
+
border-width: 1px;
|
|
35626
|
+
border-style: solid;
|
|
35627
|
+
border-radius: 0.25rem;
|
|
35628
|
+
z-index: 10;
|
|
35467
35629
|
}
|
|
35468
35630
|
|
|
35469
35631
|
.k-ie .k-pdf-viewer-search-dialog .k-search-container > * + * {
|
|
@@ -35487,13 +35649,29 @@ kendo-scheduler .k-event .k-event-actions:first-child,
|
|
|
35487
35649
|
box-shadow: 0 0 15px #dee2e6;
|
|
35488
35650
|
}
|
|
35489
35651
|
|
|
35652
|
+
.k-pdf-viewer .k-blank-page > .k-icon {
|
|
35653
|
+
color: #afb1b2;
|
|
35654
|
+
}
|
|
35655
|
+
|
|
35490
35656
|
.k-pdf-viewer .k-search-highlight {
|
|
35491
35657
|
background-color: #212529;
|
|
35492
35658
|
}
|
|
35493
35659
|
|
|
35660
|
+
.k-pdf-viewer .k-search-highlight-mark {
|
|
35661
|
+
background-color: yellow;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.k-pdf-viewer-canvas > .k-search-panel, .k-pdf-viewer-canvas > .k-search-container {
|
|
35665
|
+
border-color: #dee2e6;
|
|
35666
|
+
color: #212529;
|
|
35667
|
+
background-color: #ffffff;
|
|
35668
|
+
}
|
|
35669
|
+
|
|
35494
35670
|
.km-scrollview,
|
|
35495
35671
|
.km-scroll-container {
|
|
35496
|
-
user-select: none;
|
|
35672
|
+
-webkit-user-select: none;
|
|
35673
|
+
-ms-user-select: none;
|
|
35674
|
+
user-select: none;
|
|
35497
35675
|
border-collapse: separate;
|
|
35498
35676
|
}
|
|
35499
35677
|
|
|
@@ -35608,7 +35786,9 @@ kendo-scrollview.k-scrollview,
|
|
|
35608
35786
|
|
|
35609
35787
|
.k-scrollview-wrap .k-scrollview img,
|
|
35610
35788
|
.k-scrollview .k-scrollview-wrap img {
|
|
35611
|
-
user-select: none;
|
|
35789
|
+
-webkit-user-select: none;
|
|
35790
|
+
-ms-user-select: none;
|
|
35791
|
+
user-select: none;
|
|
35612
35792
|
}
|
|
35613
35793
|
|
|
35614
35794
|
.k-scrollview-wrap .k-scrollview > li,
|
|
@@ -35630,20 +35810,20 @@ kendo-scrollview.k-scrollview,
|
|
|
35630
35810
|
.k-scrollview-wrap.k-scrollview-animate {
|
|
35631
35811
|
display: flex;
|
|
35632
35812
|
flex-flow: row nowrap;
|
|
35633
|
-
width: calc(
|
|
35813
|
+
width: calc(var(--kendo-scrollview-views, 1)*100%);
|
|
35634
35814
|
transition-duration: 0.3s;
|
|
35635
35815
|
transition-timing-function: ease-in-out;
|
|
35636
|
-
transform: translateX(calc(
|
|
35816
|
+
transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
35637
35817
|
}
|
|
35638
35818
|
|
|
35639
35819
|
.k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
|
|
35640
|
-
width: calc(
|
|
35641
|
-
flex: 0 0 calc(
|
|
35820
|
+
width: calc(100%/var(--kendo-scrollview-views, 1));
|
|
35821
|
+
flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
|
|
35642
35822
|
}
|
|
35643
35823
|
|
|
35644
35824
|
[dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
|
|
35645
35825
|
.k-rtl .k-scrollview-wrap.k-scrollview-animate {
|
|
35646
|
-
transform: translateX(calc(
|
|
35826
|
+
transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
|
|
35647
35827
|
}
|
|
35648
35828
|
|
|
35649
35829
|
kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
|
|
@@ -35655,7 +35835,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
|
|
|
35655
35835
|
left: 0;
|
|
35656
35836
|
right: 0;
|
|
35657
35837
|
bottom: 0;
|
|
35658
|
-
height:
|
|
35838
|
+
height: 50px;
|
|
35659
35839
|
text-align: center;
|
|
35660
35840
|
}
|
|
35661
35841
|
|
|
@@ -35731,7 +35911,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
35731
35911
|
height: 60%;
|
|
35732
35912
|
top: 20%;
|
|
35733
35913
|
text-decoration: none;
|
|
35734
|
-
user-select: none;
|
|
35914
|
+
-webkit-user-select: none;
|
|
35915
|
+
-ms-user-select: none;
|
|
35916
|
+
user-select: none;
|
|
35735
35917
|
cursor: pointer;
|
|
35736
35918
|
}
|
|
35737
35919
|
|
|
@@ -36196,11 +36378,11 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36196
36378
|
}
|
|
36197
36379
|
|
|
36198
36380
|
.k-treemap .k-treemap-title + .k-treemap-wrap {
|
|
36199
|
-
top: calc(
|
|
36381
|
+
top: calc(2rem + 1px);
|
|
36200
36382
|
}
|
|
36201
36383
|
|
|
36202
36384
|
.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
|
|
36203
|
-
left: calc(
|
|
36385
|
+
left: calc(2rem + 1px);
|
|
36204
36386
|
}
|
|
36205
36387
|
|
|
36206
36388
|
.k-treemap .k-leaf {
|
|
@@ -36600,7 +36782,9 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36600
36782
|
.k-map .km-scroll-wrapper {
|
|
36601
36783
|
width: 100%;
|
|
36602
36784
|
height: 100%;
|
|
36603
|
-
user-select: none;
|
|
36785
|
+
-webkit-user-select: none;
|
|
36786
|
+
-ms-user-select: none;
|
|
36787
|
+
user-select: none;
|
|
36604
36788
|
position: absolute;
|
|
36605
36789
|
}
|
|
36606
36790
|
|
|
@@ -36641,8 +36825,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36641
36825
|
|
|
36642
36826
|
.k-navigator {
|
|
36643
36827
|
margin: 1rem;
|
|
36644
|
-
width:
|
|
36645
|
-
height:
|
|
36828
|
+
width: 52px;
|
|
36829
|
+
height: 52px;
|
|
36646
36830
|
border-width: 1px;
|
|
36647
36831
|
border-style: solid;
|
|
36648
36832
|
box-sizing: border-box;
|
|
@@ -36910,8 +37094,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36910
37094
|
}
|
|
36911
37095
|
|
|
36912
37096
|
.k-signature-sm .k-signature-line {
|
|
36913
|
-
width: calc(
|
|
36914
|
-
bottom: calc(
|
|
37097
|
+
width: calc(100% - 0.5rem);
|
|
37098
|
+
bottom: calc(1.5em + 1rem + 2px);
|
|
36915
37099
|
}
|
|
36916
37100
|
|
|
36917
37101
|
.k-signature-md {
|
|
@@ -36919,8 +37103,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36919
37103
|
}
|
|
36920
37104
|
|
|
36921
37105
|
.k-signature-md .k-signature-line {
|
|
36922
|
-
width: calc(
|
|
36923
|
-
bottom: calc(
|
|
37106
|
+
width: calc(100% - 0.75rem);
|
|
37107
|
+
bottom: calc(1.5em + 1.125rem + 2px);
|
|
36924
37108
|
}
|
|
36925
37109
|
|
|
36926
37110
|
.k-signature-lg {
|
|
@@ -36928,8 +37112,8 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
|
|
|
36928
37112
|
}
|
|
36929
37113
|
|
|
36930
37114
|
.k-signature-lg .k-signature-line {
|
|
36931
|
-
width: calc(
|
|
36932
|
-
bottom: calc(
|
|
37115
|
+
width: calc(100% - 1rem);
|
|
37116
|
+
bottom: calc(1.5em + 1.25rem + 2px);
|
|
36933
37117
|
}
|
|
36934
37118
|
|
|
36935
37119
|
.k-signature .k-signature-line {
|