@progress/kendo-theme-bootstrap 6.3.1-dev.0 → 6.4.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +351 -153
- package/dist/all.scss +250 -148
- package/dist/meta/sassdoc-data.json +989 -1097
- package/dist/meta/sassdoc-raw-data.json +493 -543
- package/dist/meta/variables.json +16 -16
- 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 +5 -5
- package/scss/drawer/_variables.scss +2 -0
- package/scss/fab/_theme.scss +5 -0
- package/scss/fab/_variables.scss +5 -11
- package/scss/input/_variables.scss +0 -3
package/dist/all.css
CHANGED
|
@@ -16790,6 +16790,102 @@ kendo-sortable {
|
|
|
16790
16790
|
background-color: white !important;
|
|
16791
16791
|
}
|
|
16792
16792
|
|
|
16793
|
+
.k-bg-center {
|
|
16794
|
+
background-position: center;
|
|
16795
|
+
}
|
|
16796
|
+
|
|
16797
|
+
.\!k-bg-center {
|
|
16798
|
+
background-position: center !important;
|
|
16799
|
+
}
|
|
16800
|
+
|
|
16801
|
+
.k-bg-top {
|
|
16802
|
+
background-position: top;
|
|
16803
|
+
}
|
|
16804
|
+
|
|
16805
|
+
.\!k-bg-top {
|
|
16806
|
+
background-position: top !important;
|
|
16807
|
+
}
|
|
16808
|
+
|
|
16809
|
+
.k-bg-right {
|
|
16810
|
+
background-position: right;
|
|
16811
|
+
}
|
|
16812
|
+
|
|
16813
|
+
.\!k-bg-right {
|
|
16814
|
+
background-position: right !important;
|
|
16815
|
+
}
|
|
16816
|
+
|
|
16817
|
+
.k-bg-bottom {
|
|
16818
|
+
background-position: bottom;
|
|
16819
|
+
}
|
|
16820
|
+
|
|
16821
|
+
.\!k-bg-bottom {
|
|
16822
|
+
background-position: bottom !important;
|
|
16823
|
+
}
|
|
16824
|
+
|
|
16825
|
+
.k-bg-left {
|
|
16826
|
+
background-position: left;
|
|
16827
|
+
}
|
|
16828
|
+
|
|
16829
|
+
.\!k-bg-left {
|
|
16830
|
+
background-position: left !important;
|
|
16831
|
+
}
|
|
16832
|
+
|
|
16833
|
+
.k-bg-top-left {
|
|
16834
|
+
background-position: top left;
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16837
|
+
.\!k-bg-top-left {
|
|
16838
|
+
background-position: top left !important;
|
|
16839
|
+
}
|
|
16840
|
+
|
|
16841
|
+
.k-bg-top-right {
|
|
16842
|
+
background-position: top right;
|
|
16843
|
+
}
|
|
16844
|
+
|
|
16845
|
+
.\!k-bg-top-right {
|
|
16846
|
+
background-position: top right !important;
|
|
16847
|
+
}
|
|
16848
|
+
|
|
16849
|
+
.k-bg-bottom-left {
|
|
16850
|
+
background-position: bottom left;
|
|
16851
|
+
}
|
|
16852
|
+
|
|
16853
|
+
.\!k-bg-bottom-left {
|
|
16854
|
+
background-position: bottom left !important;
|
|
16855
|
+
}
|
|
16856
|
+
|
|
16857
|
+
.k-bg-bottom-right {
|
|
16858
|
+
background-position: bottom right;
|
|
16859
|
+
}
|
|
16860
|
+
|
|
16861
|
+
.\!k-bg-bottom-right {
|
|
16862
|
+
background-position: bottom right !important;
|
|
16863
|
+
}
|
|
16864
|
+
|
|
16865
|
+
.k-bg-auto {
|
|
16866
|
+
background-size: auto;
|
|
16867
|
+
}
|
|
16868
|
+
|
|
16869
|
+
.\!k-bg-auto {
|
|
16870
|
+
background-size: auto !important;
|
|
16871
|
+
}
|
|
16872
|
+
|
|
16873
|
+
.k-bg-cover {
|
|
16874
|
+
background-size: cover;
|
|
16875
|
+
}
|
|
16876
|
+
|
|
16877
|
+
.\!k-bg-cover {
|
|
16878
|
+
background-size: cover !important;
|
|
16879
|
+
}
|
|
16880
|
+
|
|
16881
|
+
.k-bg-contain {
|
|
16882
|
+
background-size: contain;
|
|
16883
|
+
}
|
|
16884
|
+
|
|
16885
|
+
.\!k-bg-contain {
|
|
16886
|
+
background-size: contain !important;
|
|
16887
|
+
}
|
|
16888
|
+
|
|
16793
16889
|
.k-border-primary {
|
|
16794
16890
|
border-color: #0d6efd;
|
|
16795
16891
|
}
|
|
@@ -30003,8 +30099,14 @@ kendo-sortable {
|
|
|
30003
30099
|
.k-rtl .k-i-indent-decrease,
|
|
30004
30100
|
.k-rtl .k-i-caret-alt-right,
|
|
30005
30101
|
.k-rtl .k-i-caret-alt-left,
|
|
30102
|
+
.k-rtl .k-svg-i-caret-alt-right,
|
|
30103
|
+
.k-rtl .k-svg-i-caret-alt-left,
|
|
30104
|
+
[dir="rtl"] .k-i-indent-increase,
|
|
30105
|
+
[dir="rtl"] .k-i-indent-decrease,
|
|
30006
30106
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
30007
|
-
[dir="rtl"] .k-i-caret-alt-left
|
|
30107
|
+
[dir="rtl"] .k-i-caret-alt-left,
|
|
30108
|
+
[dir="rtl"] .k-svg-i-caret-alt-right,
|
|
30109
|
+
[dir="rtl"] .k-svg-i-caret-alt-left {
|
|
30008
30110
|
transform: scaleX(-1);
|
|
30009
30111
|
}
|
|
30010
30112
|
|
|
@@ -30800,7 +30902,7 @@ kendo-sortable {
|
|
|
30800
30902
|
flex: 0 0 auto;
|
|
30801
30903
|
position: absolute;
|
|
30802
30904
|
top: 50%;
|
|
30803
|
-
|
|
30905
|
+
inset-inline-end: 0;
|
|
30804
30906
|
transform: translateY(-50%);
|
|
30805
30907
|
}
|
|
30806
30908
|
|
|
@@ -35775,10 +35877,10 @@ kendo-label > .k-label {
|
|
|
35775
35877
|
box-sizing: border-box;
|
|
35776
35878
|
}
|
|
35777
35879
|
|
|
35778
|
-
.k-input .k-input,
|
|
35779
|
-
.k-input .k-picker,
|
|
35780
|
-
.k-picker .k-input,
|
|
35781
|
-
.k-picker .k-picker {
|
|
35880
|
+
.k-input > .k-input,
|
|
35881
|
+
.k-input > .k-picker,
|
|
35882
|
+
.k-picker > .k-input,
|
|
35883
|
+
.k-picker > .k-picker {
|
|
35782
35884
|
border-width: 0 !important;
|
|
35783
35885
|
color: inherit;
|
|
35784
35886
|
background: none;
|
|
@@ -35989,6 +36091,7 @@ textarea.k-input-inner {
|
|
|
35989
36091
|
flex-flow: row nowrap;
|
|
35990
36092
|
align-items: center;
|
|
35991
36093
|
justify-content: center;
|
|
36094
|
+
box-sizing: content-box;
|
|
35992
36095
|
}
|
|
35993
36096
|
|
|
35994
36097
|
.k-input-icon.k-svg-icon > svg,
|
|
@@ -36208,8 +36311,9 @@ textarea.k-input-inner {
|
|
|
36208
36311
|
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
36209
36312
|
.k-picker-sm .k-input-suffix > .k-icon,
|
|
36210
36313
|
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
36211
|
-
|
|
36212
|
-
|
|
36314
|
+
padding-block: 0.25rem;
|
|
36315
|
+
padding-inline: 0.25rem;
|
|
36316
|
+
box-sizing: content-box;
|
|
36213
36317
|
}
|
|
36214
36318
|
|
|
36215
36319
|
.k-input-sm.k-icon-picker .k-input-inner,
|
|
@@ -36280,8 +36384,9 @@ select.k-picker-sm {
|
|
|
36280
36384
|
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
36281
36385
|
.k-picker-md .k-input-suffix > .k-icon,
|
|
36282
36386
|
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
36283
|
-
|
|
36284
|
-
|
|
36387
|
+
padding-block: 0.375rem;
|
|
36388
|
+
padding-inline: 0.375rem;
|
|
36389
|
+
box-sizing: content-box;
|
|
36285
36390
|
}
|
|
36286
36391
|
|
|
36287
36392
|
.k-input-md.k-icon-picker .k-input-inner,
|
|
@@ -36352,8 +36457,9 @@ select.k-picker-md {
|
|
|
36352
36457
|
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
36353
36458
|
.k-picker-lg .k-input-suffix > .k-icon,
|
|
36354
36459
|
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
36355
|
-
|
|
36356
|
-
|
|
36460
|
+
padding-block: 0.5rem;
|
|
36461
|
+
padding-inline: 0.5rem;
|
|
36462
|
+
box-sizing: content-box;
|
|
36357
36463
|
}
|
|
36358
36464
|
|
|
36359
36465
|
.k-input-lg.k-icon-picker .k-input-inner,
|
|
@@ -36851,9 +36957,8 @@ select.k-picker-lg {
|
|
|
36851
36957
|
opacity: .5;
|
|
36852
36958
|
}
|
|
36853
36959
|
|
|
36854
|
-
.k-rtl .k-listbox
|
|
36855
|
-
[dir="rtl"] .k-listbox.k-listbox-actions
|
|
36856
|
-
[dir="rtl"] .k-listbox.k-listbox-actions-right .k-listbox-actions {
|
|
36960
|
+
.k-rtl .k-listbox .k-listbox-actions .k-button-icon, .k-listbox[dir="rtl"] .k-listbox-actions .k-button-icon,
|
|
36961
|
+
[dir="rtl"] .k-listbox .k-listbox-actions .k-button-icon {
|
|
36857
36962
|
transform: scaleX(-1);
|
|
36858
36963
|
}
|
|
36859
36964
|
|
|
@@ -40674,8 +40779,9 @@ select.k-picker-lg {
|
|
|
40674
40779
|
}
|
|
40675
40780
|
|
|
40676
40781
|
.k-fab-icon {
|
|
40677
|
-
|
|
40678
|
-
|
|
40782
|
+
padding-inline: 0.25rem;
|
|
40783
|
+
padding-block: 0.25rem;
|
|
40784
|
+
box-sizing: content-box;
|
|
40679
40785
|
}
|
|
40680
40786
|
|
|
40681
40787
|
.k-icon-wrapper-host:not(:only-child) .k-fab-icon, .k-fab-icon:not(:only-child) {
|
|
@@ -40755,10 +40861,8 @@ select.k-picker-lg {
|
|
|
40755
40861
|
}
|
|
40756
40862
|
|
|
40757
40863
|
.k-fab-item-icon {
|
|
40758
|
-
|
|
40759
|
-
|
|
40760
|
-
padding-block: 0.5rem;
|
|
40761
|
-
padding-inline: 0.5rem;
|
|
40864
|
+
padding-block: 0.75rem;
|
|
40865
|
+
padding-inline: 0.75rem;
|
|
40762
40866
|
border-width: 0;
|
|
40763
40867
|
border-radius: 50%;
|
|
40764
40868
|
box-sizing: content-box;
|
|
@@ -41223,6 +41327,10 @@ select.k-picker-lg {
|
|
|
41223
41327
|
color: #afb1b2;
|
|
41224
41328
|
}
|
|
41225
41329
|
|
|
41330
|
+
.k-fab-popup {
|
|
41331
|
+
box-shadow: none;
|
|
41332
|
+
}
|
|
41333
|
+
|
|
41226
41334
|
.k-actionsheet-container {
|
|
41227
41335
|
width: 100%;
|
|
41228
41336
|
height: 100%;
|
|
@@ -41381,7 +41489,7 @@ select.k-picker-lg {
|
|
|
41381
41489
|
border-width: 0px;
|
|
41382
41490
|
border-top-width: 0;
|
|
41383
41491
|
top: 0;
|
|
41384
|
-
|
|
41492
|
+
inset-inline-start: 50%;
|
|
41385
41493
|
transform: translateX(-50%);
|
|
41386
41494
|
}
|
|
41387
41495
|
|
|
@@ -41391,7 +41499,7 @@ select.k-picker-lg {
|
|
|
41391
41499
|
border-width: 0px;
|
|
41392
41500
|
border-bottom-width: 0;
|
|
41393
41501
|
bottom: 0;
|
|
41394
|
-
|
|
41502
|
+
inset-inline-start: 50%;
|
|
41395
41503
|
transform: translateX(-50%);
|
|
41396
41504
|
}
|
|
41397
41505
|
|
|
@@ -41546,6 +41654,13 @@ select.k-picker-lg {
|
|
|
41546
41654
|
align-items: center;
|
|
41547
41655
|
}
|
|
41548
41656
|
|
|
41657
|
+
.k-rtl .k-actionsheet-top,
|
|
41658
|
+
.k-rtl .k-actionsheet-bottom,
|
|
41659
|
+
[dir="rtl"] .k-actionsheet-top,
|
|
41660
|
+
[dir="rtl"] .k-actionsheet-bottom {
|
|
41661
|
+
transform: translateX(50%);
|
|
41662
|
+
}
|
|
41663
|
+
|
|
41549
41664
|
.k-actionsheet {
|
|
41550
41665
|
border-color: #dee2e6;
|
|
41551
41666
|
color: #212529;
|
|
@@ -41984,10 +42099,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41984
42099
|
|
|
41985
42100
|
.k-drawer-item .k-svg-icon,
|
|
41986
42101
|
.k-drawer-item .k-icon {
|
|
41987
|
-
height: auto;
|
|
41988
|
-
font-size: 16px;
|
|
41989
|
-
line-height: 2;
|
|
41990
42102
|
flex-shrink: 0;
|
|
42103
|
+
padding-inline: 0;
|
|
42104
|
+
padding-block: 0.5rem;
|
|
42105
|
+
box-sizing: content-box;
|
|
41991
42106
|
}
|
|
41992
42107
|
|
|
41993
42108
|
.k-drawer-item .k-svg-icon.k-i-none,
|
|
@@ -41995,6 +42110,16 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
41995
42110
|
margin: 0;
|
|
41996
42111
|
}
|
|
41997
42112
|
|
|
42113
|
+
.k-drawer-item .k-icon {
|
|
42114
|
+
height: auto;
|
|
42115
|
+
font-size: 16px;
|
|
42116
|
+
}
|
|
42117
|
+
|
|
42118
|
+
.k-drawer-item .k-svg-icon {
|
|
42119
|
+
width: 16px;
|
|
42120
|
+
height: 16px;
|
|
42121
|
+
}
|
|
42122
|
+
|
|
41998
42123
|
.k-drawer-item .k-item-text {
|
|
41999
42124
|
display: inline-block;
|
|
42000
42125
|
white-space: nowrap;
|
|
@@ -43014,194 +43139,313 @@ kendo-card-footer {
|
|
|
43014
43139
|
z-index: 1;
|
|
43015
43140
|
}
|
|
43016
43141
|
|
|
43017
|
-
.k-bottom-nav-solid.k-bottom-nav-primary {
|
|
43142
|
+
.k-bottom-nav-solid-primary, .k-bottom-nav-solid.k-bottom-nav-primary {
|
|
43018
43143
|
color: #aaccfe;
|
|
43019
43144
|
background-color: #0d6efd;
|
|
43020
43145
|
}
|
|
43021
43146
|
|
|
43022
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
43147
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
43148
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item:focus,
|
|
43023
43149
|
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43024
43150
|
background-color: rgba(170, 204, 254, 0.2);
|
|
43025
43151
|
}
|
|
43026
43152
|
|
|
43027
|
-
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43153
|
+
.k-bottom-nav-solid-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43028
43154
|
color: white;
|
|
43029
43155
|
}
|
|
43030
43156
|
|
|
43031
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
43157
|
+
.k-bottom-nav-solid-secondary, .k-bottom-nav-solid.k-bottom-nav-secondary {
|
|
43032
43158
|
color: #cccfd2;
|
|
43033
43159
|
background-color: #6c757d;
|
|
43034
43160
|
}
|
|
43035
43161
|
|
|
43036
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43162
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43163
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item:focus,
|
|
43037
43164
|
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43038
43165
|
background-color: rgba(204, 207, 210, 0.2);
|
|
43039
43166
|
}
|
|
43040
43167
|
|
|
43041
|
-
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43168
|
+
.k-bottom-nav-solid-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43042
43169
|
color: white;
|
|
43043
43170
|
}
|
|
43044
43171
|
|
|
43045
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
43172
|
+
.k-bottom-nav-solid-tertiary, .k-bottom-nav-solid.k-bottom-nav-tertiary {
|
|
43046
43173
|
color: #cdbde9;
|
|
43047
43174
|
background-color: #6f42c1;
|
|
43048
43175
|
}
|
|
43049
43176
|
|
|
43050
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43177
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43178
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item:focus,
|
|
43051
43179
|
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43052
43180
|
background-color: rgba(205, 189, 233, 0.2);
|
|
43053
43181
|
}
|
|
43054
43182
|
|
|
43055
|
-
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43183
|
+
.k-bottom-nav-solid-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43056
43184
|
color: white;
|
|
43057
43185
|
}
|
|
43058
43186
|
|
|
43059
|
-
.k-bottom-nav-solid.k-bottom-nav-info {
|
|
43187
|
+
.k-bottom-nav-solid-info, .k-bottom-nav-solid.k-bottom-nav-info {
|
|
43060
43188
|
color: #aaecfa;
|
|
43061
43189
|
background-color: #0dcaf0;
|
|
43062
43190
|
}
|
|
43063
43191
|
|
|
43064
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43192
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43193
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item:focus,
|
|
43065
43194
|
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43066
43195
|
background-color: rgba(170, 236, 250, 0.2);
|
|
43067
43196
|
}
|
|
43068
43197
|
|
|
43069
|
-
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43198
|
+
.k-bottom-nav-solid-info .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43070
43199
|
color: white;
|
|
43071
43200
|
}
|
|
43072
43201
|
|
|
43073
|
-
.k-bottom-nav-solid.k-bottom-nav-success {
|
|
43202
|
+
.k-bottom-nav-solid-success, .k-bottom-nav-solid.k-bottom-nav-success {
|
|
43074
43203
|
color: #afd5c3;
|
|
43075
43204
|
background-color: #198754;
|
|
43076
43205
|
}
|
|
43077
43206
|
|
|
43078
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43207
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43208
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item:focus,
|
|
43079
43209
|
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43080
43210
|
background-color: rgba(175, 213, 195, 0.2);
|
|
43081
43211
|
}
|
|
43082
43212
|
|
|
43083
|
-
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43213
|
+
.k-bottom-nav-solid-success .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43084
43214
|
color: white;
|
|
43085
43215
|
}
|
|
43086
43216
|
|
|
43087
|
-
.k-bottom-nav-solid.k-bottom-nav-warning {
|
|
43217
|
+
.k-bottom-nav-solid-warning, .k-bottom-nav-solid.k-bottom-nav-warning {
|
|
43088
43218
|
color: #594402;
|
|
43089
43219
|
background-color: #ffc107;
|
|
43090
43220
|
}
|
|
43091
43221
|
|
|
43092
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43222
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43223
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item:focus,
|
|
43093
43224
|
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43094
43225
|
background-color: rgba(89, 68, 2, 0.2);
|
|
43095
43226
|
}
|
|
43096
43227
|
|
|
43097
|
-
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43228
|
+
.k-bottom-nav-solid-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43098
43229
|
color: black;
|
|
43099
43230
|
}
|
|
43100
43231
|
|
|
43101
|
-
.k-bottom-nav-solid.k-bottom-nav-error {
|
|
43232
|
+
.k-bottom-nav-solid-error, .k-bottom-nav-solid.k-bottom-nav-error {
|
|
43102
43233
|
color: #f3b8be;
|
|
43103
43234
|
background-color: #dc3545;
|
|
43104
43235
|
}
|
|
43105
43236
|
|
|
43106
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43237
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43238
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item:focus,
|
|
43107
43239
|
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43108
43240
|
background-color: rgba(243, 184, 190, 0.2);
|
|
43109
43241
|
}
|
|
43110
43242
|
|
|
43111
|
-
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43243
|
+
.k-bottom-nav-solid-error .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43112
43244
|
color: white;
|
|
43113
43245
|
}
|
|
43114
43246
|
|
|
43115
|
-
.k-bottom-nav-solid.k-bottom-nav-dark {
|
|
43247
|
+
.k-bottom-nav-solid-dark, .k-bottom-nav-solid.k-bottom-nav-dark {
|
|
43116
43248
|
color: #b1b3b4;
|
|
43117
43249
|
background-color: #212529;
|
|
43118
43250
|
}
|
|
43119
43251
|
|
|
43120
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43252
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43253
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item:focus,
|
|
43121
43254
|
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
43122
43255
|
background-color: rgba(177, 179, 180, 0.2);
|
|
43123
43256
|
}
|
|
43124
43257
|
|
|
43125
|
-
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43258
|
+
.k-bottom-nav-solid-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43126
43259
|
color: white;
|
|
43127
43260
|
}
|
|
43128
43261
|
|
|
43129
|
-
.k-bottom-nav-solid.k-bottom-nav-light {
|
|
43262
|
+
.k-bottom-nav-solid-light, .k-bottom-nav-solid.k-bottom-nav-light {
|
|
43130
43263
|
color: #575758;
|
|
43131
43264
|
background-color: #f8f9fa;
|
|
43132
43265
|
}
|
|
43133
43266
|
|
|
43134
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43267
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43268
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item:focus,
|
|
43135
43269
|
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
43136
43270
|
background-color: rgba(87, 87, 88, 0.2);
|
|
43137
43271
|
}
|
|
43138
43272
|
|
|
43139
|
-
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43273
|
+
.k-bottom-nav-solid-light .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43140
43274
|
color: black;
|
|
43141
43275
|
}
|
|
43142
43276
|
|
|
43143
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43277
|
+
.k-bottom-nav-solid-inverse, .k-bottom-nav-solid.k-bottom-nav-inverse {
|
|
43144
43278
|
color: #b1b3b4;
|
|
43145
43279
|
background-color: #212529;
|
|
43146
43280
|
}
|
|
43147
43281
|
|
|
43148
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43282
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43283
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item:focus,
|
|
43149
43284
|
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43150
43285
|
background-color: rgba(177, 179, 180, 0.2);
|
|
43151
43286
|
}
|
|
43152
43287
|
|
|
43153
|
-
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43288
|
+
.k-bottom-nav-solid-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43154
43289
|
color: white;
|
|
43155
43290
|
}
|
|
43156
43291
|
|
|
43157
|
-
.k-bottom-nav-flat {
|
|
43292
|
+
.k-bottom-nav-flat-primary, .k-bottom-nav-flat.k-bottom-nav-primary {
|
|
43158
43293
|
border-color: #dee2e6;
|
|
43159
43294
|
color: #212529;
|
|
43160
43295
|
background-color: #ffffff;
|
|
43161
43296
|
}
|
|
43162
43297
|
|
|
43163
|
-
.k-bottom-nav-flat .k-bottom-nav-item.k-focus,
|
|
43164
|
-
.k-bottom-nav-flat .k-bottom-nav-item:focus
|
|
43298
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-focus,
|
|
43299
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item:focus,
|
|
43300
|
+
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item:focus {
|
|
43165
43301
|
background-color: rgba(33, 37, 41, 0.05);
|
|
43166
43302
|
}
|
|
43167
43303
|
|
|
43168
|
-
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43304
|
+
.k-bottom-nav-flat-primary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-selected {
|
|
43169
43305
|
color: #0d6efd;
|
|
43170
43306
|
}
|
|
43171
43307
|
|
|
43172
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43308
|
+
.k-bottom-nav-flat-secondary, .k-bottom-nav-flat.k-bottom-nav-secondary {
|
|
43309
|
+
border-color: #dee2e6;
|
|
43310
|
+
color: #212529;
|
|
43311
|
+
background-color: #ffffff;
|
|
43312
|
+
}
|
|
43313
|
+
|
|
43314
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-focus,
|
|
43315
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item:focus,
|
|
43316
|
+
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item:focus {
|
|
43317
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43318
|
+
}
|
|
43319
|
+
|
|
43320
|
+
.k-bottom-nav-flat-secondary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-selected {
|
|
43173
43321
|
color: #52595f;
|
|
43174
43322
|
}
|
|
43175
43323
|
|
|
43176
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43324
|
+
.k-bottom-nav-flat-tertiary, .k-bottom-nav-flat.k-bottom-nav-tertiary {
|
|
43325
|
+
border-color: #dee2e6;
|
|
43326
|
+
color: #212529;
|
|
43327
|
+
background-color: #ffffff;
|
|
43328
|
+
}
|
|
43329
|
+
|
|
43330
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-focus,
|
|
43331
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item:focus,
|
|
43332
|
+
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item:focus {
|
|
43333
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43334
|
+
}
|
|
43335
|
+
|
|
43336
|
+
.k-bottom-nav-flat-tertiary .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-selected {
|
|
43177
43337
|
color: #6f42c1;
|
|
43178
43338
|
}
|
|
43179
43339
|
|
|
43180
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43340
|
+
.k-bottom-nav-flat-info, .k-bottom-nav-flat.k-bottom-nav-info {
|
|
43341
|
+
border-color: #dee2e6;
|
|
43342
|
+
color: #212529;
|
|
43343
|
+
background-color: #ffffff;
|
|
43344
|
+
}
|
|
43345
|
+
|
|
43346
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-focus,
|
|
43347
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item:focus,
|
|
43348
|
+
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item:focus {
|
|
43349
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43350
|
+
}
|
|
43351
|
+
|
|
43352
|
+
.k-bottom-nav-flat-info .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-selected {
|
|
43181
43353
|
color: #0dcaf0;
|
|
43182
43354
|
}
|
|
43183
43355
|
|
|
43184
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43356
|
+
.k-bottom-nav-flat-success, .k-bottom-nav-flat.k-bottom-nav-success {
|
|
43357
|
+
border-color: #dee2e6;
|
|
43358
|
+
color: #212529;
|
|
43359
|
+
background-color: #ffffff;
|
|
43360
|
+
}
|
|
43361
|
+
|
|
43362
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-focus,
|
|
43363
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item:focus,
|
|
43364
|
+
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item:focus {
|
|
43365
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43366
|
+
}
|
|
43367
|
+
|
|
43368
|
+
.k-bottom-nav-flat-success .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-selected {
|
|
43185
43369
|
color: #198754;
|
|
43186
43370
|
}
|
|
43187
43371
|
|
|
43188
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43372
|
+
.k-bottom-nav-flat-warning, .k-bottom-nav-flat.k-bottom-nav-warning {
|
|
43373
|
+
border-color: #dee2e6;
|
|
43374
|
+
color: #212529;
|
|
43375
|
+
background-color: #ffffff;
|
|
43376
|
+
}
|
|
43377
|
+
|
|
43378
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-focus,
|
|
43379
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item:focus,
|
|
43380
|
+
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item:focus {
|
|
43381
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43382
|
+
}
|
|
43383
|
+
|
|
43384
|
+
.k-bottom-nav-flat-warning .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-selected {
|
|
43189
43385
|
color: #ffc107;
|
|
43190
43386
|
}
|
|
43191
43387
|
|
|
43192
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43388
|
+
.k-bottom-nav-flat-error, .k-bottom-nav-flat.k-bottom-nav-error {
|
|
43389
|
+
border-color: #dee2e6;
|
|
43390
|
+
color: #212529;
|
|
43391
|
+
background-color: #ffffff;
|
|
43392
|
+
}
|
|
43393
|
+
|
|
43394
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-focus,
|
|
43395
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item:focus,
|
|
43396
|
+
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item:focus {
|
|
43397
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43398
|
+
}
|
|
43399
|
+
|
|
43400
|
+
.k-bottom-nav-flat-error .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-selected {
|
|
43193
43401
|
color: #dc3545;
|
|
43194
43402
|
}
|
|
43195
43403
|
|
|
43196
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43404
|
+
.k-bottom-nav-flat-dark, .k-bottom-nav-flat.k-bottom-nav-dark {
|
|
43405
|
+
border-color: #dee2e6;
|
|
43197
43406
|
color: #212529;
|
|
43407
|
+
background-color: #ffffff;
|
|
43198
43408
|
}
|
|
43199
43409
|
|
|
43200
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43410
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-focus,
|
|
43411
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item:focus,
|
|
43412
|
+
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item:focus {
|
|
43413
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43414
|
+
}
|
|
43415
|
+
|
|
43416
|
+
.k-bottom-nav-flat-dark .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-selected {
|
|
43417
|
+
color: #212529;
|
|
43418
|
+
}
|
|
43419
|
+
|
|
43420
|
+
.k-bottom-nav-flat-light, .k-bottom-nav-flat.k-bottom-nav-light {
|
|
43421
|
+
border-color: #dee2e6;
|
|
43422
|
+
color: #212529;
|
|
43423
|
+
background-color: #ffffff;
|
|
43424
|
+
}
|
|
43425
|
+
|
|
43426
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-focus,
|
|
43427
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item:focus,
|
|
43428
|
+
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item:focus {
|
|
43429
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43430
|
+
}
|
|
43431
|
+
|
|
43432
|
+
.k-bottom-nav-flat-light .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-selected {
|
|
43201
43433
|
color: #bcbdbe;
|
|
43202
43434
|
}
|
|
43203
43435
|
|
|
43204
|
-
.k-bottom-nav-flat.k-bottom-nav-
|
|
43436
|
+
.k-bottom-nav-flat-inverse, .k-bottom-nav-flat.k-bottom-nav-inverse {
|
|
43437
|
+
border-color: #dee2e6;
|
|
43438
|
+
color: #212529;
|
|
43439
|
+
background-color: #ffffff;
|
|
43440
|
+
}
|
|
43441
|
+
|
|
43442
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-focus, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-focus,
|
|
43443
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item:focus,
|
|
43444
|
+
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item:focus {
|
|
43445
|
+
background-color: rgba(33, 37, 41, 0.05);
|
|
43446
|
+
}
|
|
43447
|
+
|
|
43448
|
+
.k-bottom-nav-flat-inverse .k-bottom-nav-item.k-selected, .k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-selected {
|
|
43205
43449
|
color: #212529;
|
|
43206
43450
|
}
|
|
43207
43451
|
|
|
@@ -43235,10 +43479,6 @@ kendo-card-footer {
|
|
|
43235
43479
|
overflow: hidden;
|
|
43236
43480
|
}
|
|
43237
43481
|
|
|
43238
|
-
.k-breadcrumb-container.k-flex-wrap {
|
|
43239
|
-
flex-wrap: wrap;
|
|
43240
|
-
}
|
|
43241
|
-
|
|
43242
43482
|
.k-breadcrumb-root-item-container {
|
|
43243
43483
|
align-items: flex-start;
|
|
43244
43484
|
flex-shrink: 0;
|
|
@@ -43248,6 +43488,7 @@ kendo-card-footer {
|
|
|
43248
43488
|
vertical-align: middle;
|
|
43249
43489
|
display: inline-flex;
|
|
43250
43490
|
flex-direction: row;
|
|
43491
|
+
flex: none;
|
|
43251
43492
|
align-items: center;
|
|
43252
43493
|
overflow: hidden;
|
|
43253
43494
|
}
|
|
@@ -43378,41 +43619,8 @@ kendo-card-footer {
|
|
|
43378
43619
|
box-sizing: border-box;
|
|
43379
43620
|
}
|
|
43380
43621
|
|
|
43381
|
-
.k-rtl .k-pager .k-
|
|
43382
|
-
.k-
|
|
43383
|
-
.k-rtl .k-pager .k-i-caret-alt-left,
|
|
43384
|
-
.k-rtl .k-pager .k-i-caret-alt-right,
|
|
43385
|
-
.k-rtl .k-pager .k-i-arrow-end-left,
|
|
43386
|
-
.k-rtl .k-pager .k-i-arrow-60-left,
|
|
43387
|
-
.k-rtl .k-pager .k-i-arrow-60-right,
|
|
43388
|
-
.k-rtl .k-pager .k-i-arrow-end-right,
|
|
43389
|
-
.k-rtl .k-pager .k-i-seek-w,
|
|
43390
|
-
.k-rtl .k-pager .k-i-arrow-w,
|
|
43391
|
-
.k-rtl .k-pager .k-i-arrow-e,
|
|
43392
|
-
.k-rtl .k-pager .k-i-seek-e, .k-pager[dir="rtl"] .k-i-caret-alt-to-left,
|
|
43393
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-to-right,
|
|
43394
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-left,
|
|
43395
|
-
.k-pager[dir="rtl"] .k-i-caret-alt-right,
|
|
43396
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
43397
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
43398
|
-
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
43399
|
-
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
43400
|
-
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
43401
|
-
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
43402
|
-
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
43403
|
-
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
43404
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-left,
|
|
43405
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-to-right,
|
|
43406
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-left,
|
|
43407
|
-
[dir="rtl"] .k-pager .k-i-caret-alt-right,
|
|
43408
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-left,
|
|
43409
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-left,
|
|
43410
|
-
[dir="rtl"] .k-pager .k-i-arrow-60-right,
|
|
43411
|
-
[dir="rtl"] .k-pager .k-i-arrow-end-right,
|
|
43412
|
-
[dir="rtl"] .k-pager .k-i-seek-w,
|
|
43413
|
-
[dir="rtl"] .k-pager .k-i-arrow-w,
|
|
43414
|
-
[dir="rtl"] .k-pager .k-i-arrow-e,
|
|
43415
|
-
[dir="rtl"] .k-pager .k-i-seek-e {
|
|
43622
|
+
.k-rtl .k-pager .k-pager-nav .k-button-icon, .k-pager[dir="rtl"] .k-pager-nav .k-button-icon,
|
|
43623
|
+
[dir="rtl"] .k-pager .k-pager-nav .k-button-icon {
|
|
43416
43624
|
transform: scaleX(-1);
|
|
43417
43625
|
}
|
|
43418
43626
|
|
|
@@ -44481,6 +44689,9 @@ kendo-card-footer {
|
|
|
44481
44689
|
|
|
44482
44690
|
.k-expander-indicator {
|
|
44483
44691
|
margin-left: 0.75rem;
|
|
44692
|
+
display: flex;
|
|
44693
|
+
justify-content: center;
|
|
44694
|
+
align-items: center;
|
|
44484
44695
|
}
|
|
44485
44696
|
|
|
44486
44697
|
.k-expander-content {
|
|
@@ -45342,16 +45553,12 @@ kendo-card-footer {
|
|
|
45342
45553
|
.k-scheduler-mobile .k-task {
|
|
45343
45554
|
display: flex;
|
|
45344
45555
|
align-items: center;
|
|
45556
|
+
gap: .5em;
|
|
45345
45557
|
}
|
|
45346
45558
|
|
|
45347
45559
|
.k-scheduler-mobile .k-task .k-scheduler-mark {
|
|
45348
45560
|
border-radius: 50%;
|
|
45349
|
-
|
|
45350
|
-
|
|
45351
|
-
.k-scheduler-mobile .k-task .k-i-reload,
|
|
45352
|
-
.k-scheduler-mobile .k-task .k-i-arrow-rotate-cw {
|
|
45353
|
-
font-size: 1em;
|
|
45354
|
-
margin-right: .5em;
|
|
45561
|
+
margin: 0;
|
|
45355
45562
|
}
|
|
45356
45563
|
|
|
45357
45564
|
.k-scheduler-mobile .k-task .k-scheduler-task-text {
|
|
@@ -45479,11 +45686,14 @@ kendo-card-footer {
|
|
|
45479
45686
|
display: none;
|
|
45480
45687
|
}
|
|
45481
45688
|
|
|
45482
|
-
.k-rtl .k-pane-wrapper .k-header-cancel .k-
|
|
45483
|
-
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-
|
|
45484
|
-
.k-pane-wrapper
|
|
45485
|
-
[dir="rtl"] .k-
|
|
45486
|
-
[dir="rtl"] .k-
|
|
45689
|
+
.k-rtl .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45690
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45691
|
+
.k-rtl .k-pane-wrapper .k-listgroup-item .k-select .k-icon, .k-pane-wrapper[dir="rtl"] .k-header-cancel .k-button-icon,
|
|
45692
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-svg-icon,
|
|
45693
|
+
.k-pane-wrapper[dir="rtl"] .k-listgroup-item .k-select .k-icon,
|
|
45694
|
+
[dir="rtl"] .k-pane-wrapper .k-header-cancel .k-button-icon,
|
|
45695
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-svg-icon,
|
|
45696
|
+
[dir="rtl"] .k-pane-wrapper .k-listgroup-item .k-select .k-icon {
|
|
45487
45697
|
transform: scaleX(-1);
|
|
45488
45698
|
}
|
|
45489
45699
|
|
|
@@ -45645,6 +45855,7 @@ kendo-card-footer {
|
|
|
45645
45855
|
|
|
45646
45856
|
.k-grid .k-grid-header .k-table,
|
|
45647
45857
|
.k-grid .k-grid-content .k-table,
|
|
45858
|
+
.k-grid .k-grid-content-locked .k-table,
|
|
45648
45859
|
.k-grid .k-grid-footer .k-table {
|
|
45649
45860
|
table-layout: fixed;
|
|
45650
45861
|
}
|
|
@@ -46968,7 +47179,8 @@ div.k-grid-norecords {
|
|
|
46968
47179
|
}
|
|
46969
47180
|
|
|
46970
47181
|
.k-columnmenu-item > .k-icon,
|
|
46971
|
-
.k-columnmenu-item > .k-svg-icon
|
|
47182
|
+
.k-columnmenu-item > .k-svg-icon,
|
|
47183
|
+
.k-columnmenu-item > .k-expander-indicator {
|
|
46972
47184
|
margin-inline-end: 0.5rem;
|
|
46973
47185
|
}
|
|
46974
47186
|
|
|
@@ -47677,7 +47889,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47677
47889
|
flex: 1;
|
|
47678
47890
|
}
|
|
47679
47891
|
|
|
47680
|
-
.k-spreadsheet-formula-bar > .k-
|
|
47892
|
+
.k-spreadsheet-formula-bar > .k-icon,
|
|
47893
|
+
.k-spreadsheet-formula-bar > .k-svg-icon {
|
|
47681
47894
|
padding-block: 0;
|
|
47682
47895
|
padding-inline: 0.5rem;
|
|
47683
47896
|
box-sizing: content-box;
|
|
@@ -48192,8 +48405,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48192
48405
|
|
|
48193
48406
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
48194
48407
|
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
48408
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-expander-indicator,
|
|
48195
48409
|
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
48196
|
-
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon
|
|
48410
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon,
|
|
48411
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-expander-indicator {
|
|
48197
48412
|
margin-right: 0.5rem;
|
|
48198
48413
|
}
|
|
48199
48414
|
|
|
@@ -50685,24 +50900,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
50685
50900
|
margin-bottom: 0;
|
|
50686
50901
|
}
|
|
50687
50902
|
|
|
50688
|
-
.k-editor-table-wizard-window .k-numerictextbox {
|
|
50689
|
-
width: 10em;
|
|
50690
|
-
}
|
|
50691
|
-
|
|
50692
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50693
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50694
|
-
width: 5em;
|
|
50695
|
-
}
|
|
50696
|
-
|
|
50697
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-color-picker, .k-editor-table-wizard-window .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown-list, .k-editor-table-wizard-window .k-numerictextbox + .k-dropdown,
|
|
50698
|
-
.k-editor-table-wizard-window .k-numerictextbox + .k-dropdownlist {
|
|
50699
|
-
margin-left: 0.5rem;
|
|
50700
|
-
}
|
|
50701
|
-
|
|
50702
|
-
.k-editor-table-wizard-window .k-color-picker, .k-editor-table-wizard-window .k-colorpicker {
|
|
50703
|
-
vertical-align: middle;
|
|
50704
|
-
}
|
|
50705
|
-
|
|
50706
50903
|
.k-editor-table-wizard-window .k-edit-field > .k-checkbox {
|
|
50707
50904
|
position: relative;
|
|
50708
50905
|
}
|
|
@@ -52362,19 +52559,9 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
52362
52559
|
flex-flow: row nowrap;
|
|
52363
52560
|
}
|
|
52364
52561
|
|
|
52365
|
-
.k-scheduler-
|
|
52562
|
+
.k-scheduler-toolbar .k-views-dropdown {
|
|
52366
52563
|
width: auto;
|
|
52367
52564
|
font: inherit;
|
|
52368
|
-
display: none;
|
|
52369
|
-
}
|
|
52370
|
-
|
|
52371
|
-
@media (max-width: 1024px) {
|
|
52372
|
-
.k-scheduler-views-wrapper .k-scheduler-views {
|
|
52373
|
-
display: none;
|
|
52374
|
-
}
|
|
52375
|
-
.k-scheduler-views-wrapper .k-views-dropdown {
|
|
52376
|
-
display: inline-block;
|
|
52377
|
-
}
|
|
52378
52565
|
}
|
|
52379
52566
|
|
|
52380
52567
|
.k-scheduler-footer {
|
|
@@ -54960,11 +55147,11 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54960
55147
|
}
|
|
54961
55148
|
|
|
54962
55149
|
.k-scrollview-prev {
|
|
54963
|
-
|
|
55150
|
+
inset-inline-start: 0;
|
|
54964
55151
|
}
|
|
54965
55152
|
|
|
54966
55153
|
.k-scrollview-next {
|
|
54967
|
-
|
|
55154
|
+
inset-inline-end: 0;
|
|
54968
55155
|
}
|
|
54969
55156
|
|
|
54970
55157
|
.k-scrollview-animation {
|
|
@@ -54988,6 +55175,17 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
54988
55175
|
}
|
|
54989
55176
|
}
|
|
54990
55177
|
|
|
55178
|
+
.k-rtl .k-scrollview-prev .k-icon,
|
|
55179
|
+
.k-rtl .k-scrollview-prev .k-svg-icon,
|
|
55180
|
+
.k-rtl .k-scrollview-next .k-icon,
|
|
55181
|
+
.k-rtl .k-scrollview-next .k-svg-icon,
|
|
55182
|
+
[dir="rtl"] .k-scrollview-prev .k-icon,
|
|
55183
|
+
[dir="rtl"] .k-scrollview-prev .k-svg-icon,
|
|
55184
|
+
[dir="rtl"] .k-scrollview-next .k-icon,
|
|
55185
|
+
[dir="rtl"] .k-scrollview-next .k-svg-icon {
|
|
55186
|
+
transform: scaleX(-1);
|
|
55187
|
+
}
|
|
55188
|
+
|
|
54991
55189
|
kendo-scrollview.k-scrollview-wrap,
|
|
54992
55190
|
.k-scrollview {
|
|
54993
55191
|
border-color: #dee2e6;
|