@progress/kendo-theme-default 6.1.1-dev.16 → 6.1.1-dev.25
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 +540 -100
- package/dist/all.scss +88 -32
- package/dist/meta/variables.json +5 -1
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -0
- package/scss/grid/_layout.scss +2 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -2074,28 +2074,68 @@ kendo-sortable {
|
|
|
2074
2074
|
align-content: stretch !important;
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
|
+
.k-align-content-center {
|
|
2078
|
+
align-content: center;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
.\!k-align-content-center {
|
|
2082
|
+
align-content: center !important;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2077
2085
|
.k-align-content-start {
|
|
2078
|
-
align-content:
|
|
2086
|
+
align-content: start;
|
|
2079
2087
|
}
|
|
2080
2088
|
|
|
2081
2089
|
.\!k-align-content-start {
|
|
2082
|
-
align-content:
|
|
2090
|
+
align-content: start !important;
|
|
2083
2091
|
}
|
|
2084
2092
|
|
|
2085
2093
|
.k-align-content-end {
|
|
2086
|
-
align-content:
|
|
2094
|
+
align-content: end;
|
|
2087
2095
|
}
|
|
2088
2096
|
|
|
2089
2097
|
.\!k-align-content-end {
|
|
2098
|
+
align-content: end !important;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
.k-align-content-flex-start {
|
|
2102
|
+
align-content: flex-start;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
.\!k-align-content-flex-start {
|
|
2106
|
+
align-content: flex-start !important;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.k-align-content-flex-end {
|
|
2110
|
+
align-content: flex-end;
|
|
2111
|
+
}
|
|
2112
|
+
|
|
2113
|
+
.\!k-align-content-flex-end {
|
|
2090
2114
|
align-content: flex-end !important;
|
|
2091
2115
|
}
|
|
2092
2116
|
|
|
2093
|
-
.k-align-content-
|
|
2094
|
-
align-content:
|
|
2117
|
+
.k-align-content-baseline {
|
|
2118
|
+
align-content: baseline;
|
|
2095
2119
|
}
|
|
2096
2120
|
|
|
2097
|
-
.\!k-align-content-
|
|
2098
|
-
align-content:
|
|
2121
|
+
.\!k-align-content-baseline {
|
|
2122
|
+
align-content: baseline !important;
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
.k-align-content-first-baseline {
|
|
2126
|
+
align-content: first baseline;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
.\!k-align-content-first-baseline {
|
|
2130
|
+
align-content: first baseline !important;
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
.k-align-content-last-baseline {
|
|
2134
|
+
align-content: last baseline;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
.\!k-align-content-last-baseline {
|
|
2138
|
+
align-content: last baseline !important;
|
|
2099
2139
|
}
|
|
2100
2140
|
|
|
2101
2141
|
.k-align-content-between {
|
|
@@ -2130,36 +2170,92 @@ kendo-sortable {
|
|
|
2130
2170
|
align-items: normal !important;
|
|
2131
2171
|
}
|
|
2132
2172
|
|
|
2173
|
+
.k-align-items-stretch {
|
|
2174
|
+
align-items: stretch;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
.\!k-align-items-stretch {
|
|
2178
|
+
align-items: stretch !important;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
.k-align-items-center {
|
|
2182
|
+
align-items: center;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
.\!k-align-items-center {
|
|
2186
|
+
align-items: center !important;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2133
2189
|
.k-align-items-start {
|
|
2134
|
-
align-items:
|
|
2190
|
+
align-items: start;
|
|
2135
2191
|
}
|
|
2136
2192
|
|
|
2137
2193
|
.\!k-align-items-start {
|
|
2138
|
-
align-items:
|
|
2194
|
+
align-items: start !important;
|
|
2139
2195
|
}
|
|
2140
2196
|
|
|
2141
2197
|
.k-align-items-end {
|
|
2142
|
-
align-items:
|
|
2198
|
+
align-items: end;
|
|
2143
2199
|
}
|
|
2144
2200
|
|
|
2145
2201
|
.\!k-align-items-end {
|
|
2202
|
+
align-items: end !important;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.k-align-items-flex-start {
|
|
2206
|
+
align-items: flex-start;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
.\!k-align-items-flex-start {
|
|
2210
|
+
align-items: flex-start !important;
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.k-align-items-flex-end {
|
|
2214
|
+
align-items: flex-end;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.\!k-align-items-flex-end {
|
|
2146
2218
|
align-items: flex-end !important;
|
|
2147
2219
|
}
|
|
2148
2220
|
|
|
2149
|
-
.k-align-items-
|
|
2150
|
-
align-items:
|
|
2221
|
+
.k-align-items-baseline {
|
|
2222
|
+
align-items: baseline;
|
|
2151
2223
|
}
|
|
2152
2224
|
|
|
2153
|
-
.\!k-align-items-
|
|
2154
|
-
align-items:
|
|
2225
|
+
.\!k-align-items-baseline {
|
|
2226
|
+
align-items: baseline !important;
|
|
2155
2227
|
}
|
|
2156
2228
|
|
|
2157
|
-
.k-align-items-
|
|
2158
|
-
align-items:
|
|
2229
|
+
.k-align-items-first-baseline {
|
|
2230
|
+
align-items: first baseline;
|
|
2159
2231
|
}
|
|
2160
2232
|
|
|
2161
|
-
.\!k-align-items-
|
|
2162
|
-
align-items:
|
|
2233
|
+
.\!k-align-items-first-baseline {
|
|
2234
|
+
align-items: first baseline !important;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
.k-align-items-last-baseline {
|
|
2238
|
+
align-items: last baseline;
|
|
2239
|
+
}
|
|
2240
|
+
|
|
2241
|
+
.\!k-align-items-last-baseline {
|
|
2242
|
+
align-items: last baseline !important;
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
.k-align-items-self-start {
|
|
2246
|
+
align-items: self-start;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
.\!k-align-items-self-start {
|
|
2250
|
+
align-items: self-start !important;
|
|
2251
|
+
}
|
|
2252
|
+
|
|
2253
|
+
.k-align-items-self-end {
|
|
2254
|
+
align-items: self-end;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
.\!k-align-items-self-end {
|
|
2258
|
+
align-items: self-end !important;
|
|
2163
2259
|
}
|
|
2164
2260
|
|
|
2165
2261
|
.k-align-self-auto {
|
|
@@ -2186,28 +2282,84 @@ kendo-sortable {
|
|
|
2186
2282
|
align-self: stretch !important;
|
|
2187
2283
|
}
|
|
2188
2284
|
|
|
2285
|
+
.k-align-self-center {
|
|
2286
|
+
align-self: center;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
.\!k-align-self-center {
|
|
2290
|
+
align-self: center !important;
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2189
2293
|
.k-align-self-start {
|
|
2190
|
-
align-self:
|
|
2294
|
+
align-self: start;
|
|
2191
2295
|
}
|
|
2192
2296
|
|
|
2193
2297
|
.\!k-align-self-start {
|
|
2194
|
-
align-self:
|
|
2298
|
+
align-self: start !important;
|
|
2195
2299
|
}
|
|
2196
2300
|
|
|
2197
2301
|
.k-align-self-end {
|
|
2198
|
-
align-self:
|
|
2302
|
+
align-self: end;
|
|
2199
2303
|
}
|
|
2200
2304
|
|
|
2201
2305
|
.\!k-align-self-end {
|
|
2306
|
+
align-self: end !important;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
.k-align-self-flex-start {
|
|
2310
|
+
align-self: flex-start;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
.\!k-align-self-flex-start {
|
|
2314
|
+
align-self: flex-start !important;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2317
|
+
.k-align-self-flex-end {
|
|
2318
|
+
align-self: flex-end;
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2321
|
+
.\!k-align-self-flex-end {
|
|
2202
2322
|
align-self: flex-end !important;
|
|
2203
2323
|
}
|
|
2204
2324
|
|
|
2205
|
-
.k-align-self-
|
|
2206
|
-
align-self:
|
|
2325
|
+
.k-align-self-baseline {
|
|
2326
|
+
align-self: baseline;
|
|
2207
2327
|
}
|
|
2208
2328
|
|
|
2209
|
-
.\!k-align-self-
|
|
2210
|
-
align-self:
|
|
2329
|
+
.\!k-align-self-baseline {
|
|
2330
|
+
align-self: baseline !important;
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
.k-align-self-first-baseline {
|
|
2334
|
+
align-self: first baseline;
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
.\!k-align-self-first-baseline {
|
|
2338
|
+
align-self: first baseline !important;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.k-align-self-last-baseline {
|
|
2342
|
+
align-self: last baseline;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2345
|
+
.\!k-align-self-last-baseline {
|
|
2346
|
+
align-self: last baseline !important;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.k-align-self-self-start {
|
|
2350
|
+
align-self: self-start;
|
|
2351
|
+
}
|
|
2352
|
+
|
|
2353
|
+
.\!k-align-self-self-start {
|
|
2354
|
+
align-self: self-start !important;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
.k-align-self-self-end {
|
|
2358
|
+
align-self: self-end;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.\!k-align-self-self-end {
|
|
2362
|
+
align-self: self-end !important;
|
|
2211
2363
|
}
|
|
2212
2364
|
|
|
2213
2365
|
.k-basis-0 {
|
|
@@ -5602,28 +5754,92 @@ kendo-sortable {
|
|
|
5602
5754
|
justify-content: normal !important;
|
|
5603
5755
|
}
|
|
5604
5756
|
|
|
5757
|
+
.k-justify-content-stretch {
|
|
5758
|
+
justify-content: stretch;
|
|
5759
|
+
}
|
|
5760
|
+
|
|
5761
|
+
.\!k-justify-content-stretch {
|
|
5762
|
+
justify-content: stretch !important;
|
|
5763
|
+
}
|
|
5764
|
+
|
|
5765
|
+
.k-justify-content-center {
|
|
5766
|
+
justify-content: center;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
.\!k-justify-content-center {
|
|
5770
|
+
justify-content: center !important;
|
|
5771
|
+
}
|
|
5772
|
+
|
|
5605
5773
|
.k-justify-content-start {
|
|
5606
|
-
justify-content:
|
|
5774
|
+
justify-content: start;
|
|
5607
5775
|
}
|
|
5608
5776
|
|
|
5609
5777
|
.\!k-justify-content-start {
|
|
5610
|
-
justify-content:
|
|
5778
|
+
justify-content: start !important;
|
|
5611
5779
|
}
|
|
5612
5780
|
|
|
5613
5781
|
.k-justify-content-end {
|
|
5614
|
-
justify-content:
|
|
5782
|
+
justify-content: end;
|
|
5615
5783
|
}
|
|
5616
5784
|
|
|
5617
5785
|
.\!k-justify-content-end {
|
|
5786
|
+
justify-content: end !important;
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
.k-justify-content-flex-start {
|
|
5790
|
+
justify-content: flex-start;
|
|
5791
|
+
}
|
|
5792
|
+
|
|
5793
|
+
.\!k-justify-content-flex-start {
|
|
5794
|
+
justify-content: flex-start !important;
|
|
5795
|
+
}
|
|
5796
|
+
|
|
5797
|
+
.k-justify-content-flex-end {
|
|
5798
|
+
justify-content: flex-end;
|
|
5799
|
+
}
|
|
5800
|
+
|
|
5801
|
+
.\!k-justify-content-flex-end {
|
|
5618
5802
|
justify-content: flex-end !important;
|
|
5619
5803
|
}
|
|
5620
5804
|
|
|
5621
|
-
.k-justify-content-
|
|
5622
|
-
justify-content:
|
|
5805
|
+
.k-justify-content-left {
|
|
5806
|
+
justify-content: left;
|
|
5623
5807
|
}
|
|
5624
5808
|
|
|
5625
|
-
.\!k-justify-content-
|
|
5626
|
-
justify-content:
|
|
5809
|
+
.\!k-justify-content-left {
|
|
5810
|
+
justify-content: left !important;
|
|
5811
|
+
}
|
|
5812
|
+
|
|
5813
|
+
.k-justify-content-right {
|
|
5814
|
+
justify-content: right;
|
|
5815
|
+
}
|
|
5816
|
+
|
|
5817
|
+
.\!k-justify-content-right {
|
|
5818
|
+
justify-content: right !important;
|
|
5819
|
+
}
|
|
5820
|
+
|
|
5821
|
+
.k-justify-content-baseline {
|
|
5822
|
+
justify-content: baseline;
|
|
5823
|
+
}
|
|
5824
|
+
|
|
5825
|
+
.\!k-justify-content-baseline {
|
|
5826
|
+
justify-content: baseline !important;
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5829
|
+
.k-justify-content-first-baseline {
|
|
5830
|
+
justify-content: first baseline;
|
|
5831
|
+
}
|
|
5832
|
+
|
|
5833
|
+
.\!k-justify-content-first-baseline {
|
|
5834
|
+
justify-content: first baseline !important;
|
|
5835
|
+
}
|
|
5836
|
+
|
|
5837
|
+
.k-justify-content-last-baseline {
|
|
5838
|
+
justify-content: last baseline;
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5841
|
+
.\!k-justify-content-last-baseline {
|
|
5842
|
+
justify-content: last baseline !important;
|
|
5627
5843
|
}
|
|
5628
5844
|
|
|
5629
5845
|
.k-justify-content-between {
|
|
@@ -5650,14 +5866,6 @@ kendo-sortable {
|
|
|
5650
5866
|
justify-content: space-evenly !important;
|
|
5651
5867
|
}
|
|
5652
5868
|
|
|
5653
|
-
.k-justify-content-stretch {
|
|
5654
|
-
justify-content: stretch;
|
|
5655
|
-
}
|
|
5656
|
-
|
|
5657
|
-
.\!k-justify-content-stretch {
|
|
5658
|
-
justify-content: stretch !important;
|
|
5659
|
-
}
|
|
5660
|
-
|
|
5661
5869
|
.k-justify-content-stretch > * {
|
|
5662
5870
|
flex: 1 0 0%;
|
|
5663
5871
|
}
|
|
@@ -5674,36 +5882,108 @@ kendo-sortable {
|
|
|
5674
5882
|
justify-items: normal !important;
|
|
5675
5883
|
}
|
|
5676
5884
|
|
|
5885
|
+
.k-justify-items-stretch {
|
|
5886
|
+
justify-items: stretch;
|
|
5887
|
+
}
|
|
5888
|
+
|
|
5889
|
+
.\!k-justify-items-stretch {
|
|
5890
|
+
justify-items: stretch !important;
|
|
5891
|
+
}
|
|
5892
|
+
|
|
5893
|
+
.k-justify-items-center {
|
|
5894
|
+
justify-items: center;
|
|
5895
|
+
}
|
|
5896
|
+
|
|
5897
|
+
.\!k-justify-items-center {
|
|
5898
|
+
justify-items: center !important;
|
|
5899
|
+
}
|
|
5900
|
+
|
|
5677
5901
|
.k-justify-items-start {
|
|
5678
|
-
justify-items:
|
|
5902
|
+
justify-items: start;
|
|
5679
5903
|
}
|
|
5680
5904
|
|
|
5681
5905
|
.\!k-justify-items-start {
|
|
5682
|
-
justify-items:
|
|
5906
|
+
justify-items: start !important;
|
|
5683
5907
|
}
|
|
5684
5908
|
|
|
5685
5909
|
.k-justify-items-end {
|
|
5686
|
-
justify-items:
|
|
5910
|
+
justify-items: end;
|
|
5687
5911
|
}
|
|
5688
5912
|
|
|
5689
5913
|
.\!k-justify-items-end {
|
|
5914
|
+
justify-items: end !important;
|
|
5915
|
+
}
|
|
5916
|
+
|
|
5917
|
+
.k-justify-items-flex-start {
|
|
5918
|
+
justify-items: flex-start;
|
|
5919
|
+
}
|
|
5920
|
+
|
|
5921
|
+
.\!k-justify-items-flex-start {
|
|
5922
|
+
justify-items: flex-start !important;
|
|
5923
|
+
}
|
|
5924
|
+
|
|
5925
|
+
.k-justify-items-flex-end {
|
|
5926
|
+
justify-items: flex-end;
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
.\!k-justify-items-flex-end {
|
|
5690
5930
|
justify-items: flex-end !important;
|
|
5691
5931
|
}
|
|
5692
5932
|
|
|
5693
|
-
.k-justify-items-
|
|
5694
|
-
justify-items:
|
|
5933
|
+
.k-justify-items-self-start {
|
|
5934
|
+
justify-items: self-start;
|
|
5695
5935
|
}
|
|
5696
5936
|
|
|
5697
|
-
.\!k-justify-items-
|
|
5698
|
-
justify-items:
|
|
5937
|
+
.\!k-justify-items-self-start {
|
|
5938
|
+
justify-items: self-start !important;
|
|
5699
5939
|
}
|
|
5700
5940
|
|
|
5701
|
-
.k-justify-items-
|
|
5702
|
-
justify-items:
|
|
5941
|
+
.k-justify-items-self-end {
|
|
5942
|
+
justify-items: self-end;
|
|
5703
5943
|
}
|
|
5704
5944
|
|
|
5705
|
-
.\!k-justify-items-
|
|
5706
|
-
justify-items:
|
|
5945
|
+
.\!k-justify-items-self-end {
|
|
5946
|
+
justify-items: self-end !important;
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5949
|
+
.k-justify-items-left {
|
|
5950
|
+
justify-items: left;
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
.\!k-justify-items-left {
|
|
5954
|
+
justify-items: left !important;
|
|
5955
|
+
}
|
|
5956
|
+
|
|
5957
|
+
.k-justify-items-right {
|
|
5958
|
+
justify-items: right;
|
|
5959
|
+
}
|
|
5960
|
+
|
|
5961
|
+
.\!k-justify-items-right {
|
|
5962
|
+
justify-items: right !important;
|
|
5963
|
+
}
|
|
5964
|
+
|
|
5965
|
+
.k-justify-items-baseline {
|
|
5966
|
+
justify-items: baseline;
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5969
|
+
.\!k-justify-items-baseline {
|
|
5970
|
+
justify-items: baseline !important;
|
|
5971
|
+
}
|
|
5972
|
+
|
|
5973
|
+
.k-justify-items-first-baseline {
|
|
5974
|
+
justify-items: first baseline;
|
|
5975
|
+
}
|
|
5976
|
+
|
|
5977
|
+
.\!k-justify-items-first-baseline {
|
|
5978
|
+
justify-items: first baseline !important;
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5981
|
+
.k-justify-items-last-baseline {
|
|
5982
|
+
justify-items: last baseline;
|
|
5983
|
+
}
|
|
5984
|
+
|
|
5985
|
+
.\!k-justify-items-last-baseline {
|
|
5986
|
+
justify-items: last baseline !important;
|
|
5707
5987
|
}
|
|
5708
5988
|
|
|
5709
5989
|
.k-justify-self-auto {
|
|
@@ -5722,36 +6002,92 @@ kendo-sortable {
|
|
|
5722
6002
|
justify-self: normal !important;
|
|
5723
6003
|
}
|
|
5724
6004
|
|
|
6005
|
+
.k-justify-self-stretch {
|
|
6006
|
+
justify-self: stretch;
|
|
6007
|
+
}
|
|
6008
|
+
|
|
6009
|
+
.\!k-justify-self-stretch {
|
|
6010
|
+
justify-self: stretch !important;
|
|
6011
|
+
}
|
|
6012
|
+
|
|
6013
|
+
.k-justify-self-center {
|
|
6014
|
+
justify-self: center;
|
|
6015
|
+
}
|
|
6016
|
+
|
|
6017
|
+
.\!k-justify-self-center {
|
|
6018
|
+
justify-self: center !important;
|
|
6019
|
+
}
|
|
6020
|
+
|
|
5725
6021
|
.k-justify-self-start {
|
|
5726
|
-
justify-self:
|
|
6022
|
+
justify-self: start;
|
|
5727
6023
|
}
|
|
5728
6024
|
|
|
5729
6025
|
.\!k-justify-self-start {
|
|
5730
|
-
justify-self:
|
|
6026
|
+
justify-self: start !important;
|
|
5731
6027
|
}
|
|
5732
6028
|
|
|
5733
6029
|
.k-justify-self-end {
|
|
5734
|
-
justify-self:
|
|
6030
|
+
justify-self: end;
|
|
5735
6031
|
}
|
|
5736
6032
|
|
|
5737
6033
|
.\!k-justify-self-end {
|
|
6034
|
+
justify-self: end !important;
|
|
6035
|
+
}
|
|
6036
|
+
|
|
6037
|
+
.k-justify-self-flex-start {
|
|
6038
|
+
justify-self: flex-start;
|
|
6039
|
+
}
|
|
6040
|
+
|
|
6041
|
+
.\!k-justify-self-flex-start {
|
|
6042
|
+
justify-self: flex-start !important;
|
|
6043
|
+
}
|
|
6044
|
+
|
|
6045
|
+
.k-justify-self-flex-end {
|
|
6046
|
+
justify-self: flex-end;
|
|
6047
|
+
}
|
|
6048
|
+
|
|
6049
|
+
.\!k-justify-self-flex-end {
|
|
5738
6050
|
justify-self: flex-end !important;
|
|
5739
6051
|
}
|
|
5740
6052
|
|
|
5741
|
-
.k-justify-self-
|
|
5742
|
-
justify-self:
|
|
6053
|
+
.k-justify-self-self-start {
|
|
6054
|
+
justify-self: self-start;
|
|
5743
6055
|
}
|
|
5744
6056
|
|
|
5745
|
-
.\!k-justify-self-
|
|
5746
|
-
justify-self:
|
|
6057
|
+
.\!k-justify-self-self-start {
|
|
6058
|
+
justify-self: self-start !important;
|
|
5747
6059
|
}
|
|
5748
6060
|
|
|
5749
|
-
.k-justify-self-
|
|
5750
|
-
justify-self:
|
|
6061
|
+
.k-justify-self-self-end {
|
|
6062
|
+
justify-self: self-end;
|
|
5751
6063
|
}
|
|
5752
6064
|
|
|
5753
|
-
.\!k-justify-self-
|
|
5754
|
-
justify-self:
|
|
6065
|
+
.\!k-justify-self-self-end {
|
|
6066
|
+
justify-self: self-end !important;
|
|
6067
|
+
}
|
|
6068
|
+
|
|
6069
|
+
.k-justify-self-baseline {
|
|
6070
|
+
justify-self: baseline;
|
|
6071
|
+
}
|
|
6072
|
+
|
|
6073
|
+
.\!k-justify-self-baseline {
|
|
6074
|
+
justify-self: baseline !important;
|
|
6075
|
+
}
|
|
6076
|
+
|
|
6077
|
+
.k-justify-self-first-baseline {
|
|
6078
|
+
justify-self: first baseline;
|
|
6079
|
+
}
|
|
6080
|
+
|
|
6081
|
+
.\!k-justify-self-first-baseline {
|
|
6082
|
+
justify-self: first baseline !important;
|
|
6083
|
+
}
|
|
6084
|
+
|
|
6085
|
+
.k-justify-self-last-baseline {
|
|
6086
|
+
justify-self: last baseline;
|
|
6087
|
+
}
|
|
6088
|
+
|
|
6089
|
+
.\!k-justify-self-last-baseline {
|
|
6090
|
+
justify-self: last baseline !important;
|
|
5755
6091
|
}
|
|
5756
6092
|
|
|
5757
6093
|
.k-order-1 {
|
|
@@ -5882,28 +6218,60 @@ kendo-sortable {
|
|
|
5882
6218
|
place-content: normal !important;
|
|
5883
6219
|
}
|
|
5884
6220
|
|
|
6221
|
+
.k-place-content-stretch {
|
|
6222
|
+
place-content: stretch;
|
|
6223
|
+
}
|
|
6224
|
+
|
|
6225
|
+
.\!k-place-content-stretch {
|
|
6226
|
+
place-content: stretch !important;
|
|
6227
|
+
}
|
|
6228
|
+
|
|
6229
|
+
.k-place-content-center {
|
|
6230
|
+
place-content: center;
|
|
6231
|
+
}
|
|
6232
|
+
|
|
6233
|
+
.\!k-place-content-center {
|
|
6234
|
+
place-content: center !important;
|
|
6235
|
+
}
|
|
6236
|
+
|
|
5885
6237
|
.k-place-content-start {
|
|
5886
|
-
place-content:
|
|
6238
|
+
place-content: start;
|
|
5887
6239
|
}
|
|
5888
6240
|
|
|
5889
6241
|
.\!k-place-content-start {
|
|
5890
|
-
place-content:
|
|
6242
|
+
place-content: start !important;
|
|
5891
6243
|
}
|
|
5892
6244
|
|
|
5893
6245
|
.k-place-content-end {
|
|
5894
|
-
place-content:
|
|
6246
|
+
place-content: end;
|
|
5895
6247
|
}
|
|
5896
6248
|
|
|
5897
6249
|
.\!k-place-content-end {
|
|
6250
|
+
place-content: end !important;
|
|
6251
|
+
}
|
|
6252
|
+
|
|
6253
|
+
.k-place-content-flex-start {
|
|
6254
|
+
place-content: flex-start;
|
|
6255
|
+
}
|
|
6256
|
+
|
|
6257
|
+
.\!k-place-content-flex-start {
|
|
6258
|
+
place-content: flex-start !important;
|
|
6259
|
+
}
|
|
6260
|
+
|
|
6261
|
+
.k-place-content-flex-end {
|
|
6262
|
+
place-content: flex-end;
|
|
6263
|
+
}
|
|
6264
|
+
|
|
6265
|
+
.\!k-place-content-flex-end {
|
|
5898
6266
|
place-content: flex-end !important;
|
|
5899
6267
|
}
|
|
5900
6268
|
|
|
5901
|
-
.k-place-content-
|
|
5902
|
-
place-content:
|
|
6269
|
+
.k-place-content-baseline {
|
|
6270
|
+
place-content: baseline;
|
|
5903
6271
|
}
|
|
5904
6272
|
|
|
5905
|
-
.\!k-place-content-
|
|
5906
|
-
place-content:
|
|
6273
|
+
.\!k-place-content-baseline {
|
|
6274
|
+
place-content: baseline !important;
|
|
5907
6275
|
}
|
|
5908
6276
|
|
|
5909
6277
|
.k-place-content-between {
|
|
@@ -5930,14 +6298,6 @@ kendo-sortable {
|
|
|
5930
6298
|
place-content: space-evenly !important;
|
|
5931
6299
|
}
|
|
5932
6300
|
|
|
5933
|
-
.k-place-content-stretch {
|
|
5934
|
-
place-content: stretch;
|
|
5935
|
-
}
|
|
5936
|
-
|
|
5937
|
-
.\!k-place-content-stretch {
|
|
5938
|
-
place-content: stretch !important;
|
|
5939
|
-
}
|
|
5940
|
-
|
|
5941
6301
|
.k-place-items-normal {
|
|
5942
6302
|
place-items: normal;
|
|
5943
6303
|
}
|
|
@@ -5946,36 +6306,76 @@ kendo-sortable {
|
|
|
5946
6306
|
place-items: normal !important;
|
|
5947
6307
|
}
|
|
5948
6308
|
|
|
6309
|
+
.k-place-items-stretch {
|
|
6310
|
+
place-items: stretch;
|
|
6311
|
+
}
|
|
6312
|
+
|
|
6313
|
+
.\!k-place-items-stretch {
|
|
6314
|
+
place-items: stretch !important;
|
|
6315
|
+
}
|
|
6316
|
+
|
|
6317
|
+
.k-place-items-center {
|
|
6318
|
+
place-items: center;
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
|
+
.\!k-place-items-center {
|
|
6322
|
+
place-items: center !important;
|
|
6323
|
+
}
|
|
6324
|
+
|
|
5949
6325
|
.k-place-items-start {
|
|
5950
|
-
place-items:
|
|
6326
|
+
place-items: start;
|
|
5951
6327
|
}
|
|
5952
6328
|
|
|
5953
6329
|
.\!k-place-items-start {
|
|
5954
|
-
place-items:
|
|
6330
|
+
place-items: start !important;
|
|
5955
6331
|
}
|
|
5956
6332
|
|
|
5957
6333
|
.k-place-items-end {
|
|
5958
|
-
place-items:
|
|
6334
|
+
place-items: end;
|
|
5959
6335
|
}
|
|
5960
6336
|
|
|
5961
6337
|
.\!k-place-items-end {
|
|
6338
|
+
place-items: end !important;
|
|
6339
|
+
}
|
|
6340
|
+
|
|
6341
|
+
.k-place-items-flex-start {
|
|
6342
|
+
place-items: flex-start;
|
|
6343
|
+
}
|
|
6344
|
+
|
|
6345
|
+
.\!k-place-items-flex-start {
|
|
6346
|
+
place-items: flex-start !important;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.k-place-items-flex-end {
|
|
6350
|
+
place-items: flex-end;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
.\!k-place-items-flex-end {
|
|
5962
6354
|
place-items: flex-end !important;
|
|
5963
6355
|
}
|
|
5964
6356
|
|
|
5965
|
-
.k-place-items-
|
|
5966
|
-
place-items:
|
|
6357
|
+
.k-place-items-self-start {
|
|
6358
|
+
place-items: flex-start;
|
|
5967
6359
|
}
|
|
5968
6360
|
|
|
5969
|
-
.\!k-place-items-
|
|
5970
|
-
place-items:
|
|
6361
|
+
.\!k-place-items-self-start {
|
|
6362
|
+
place-items: flex-start !important;
|
|
5971
6363
|
}
|
|
5972
6364
|
|
|
5973
|
-
.k-place-items-
|
|
5974
|
-
place-items:
|
|
6365
|
+
.k-place-items-self-end {
|
|
6366
|
+
place-items: flex-end;
|
|
5975
6367
|
}
|
|
5976
6368
|
|
|
5977
|
-
.\!k-place-items-
|
|
5978
|
-
place-items:
|
|
6369
|
+
.\!k-place-items-self-end {
|
|
6370
|
+
place-items: flex-end !important;
|
|
6371
|
+
}
|
|
6372
|
+
|
|
6373
|
+
.k-place-items-baseline {
|
|
6374
|
+
place-items: baseline;
|
|
6375
|
+
}
|
|
6376
|
+
|
|
6377
|
+
.\!k-place-items-baseline {
|
|
6378
|
+
place-items: baseline !important;
|
|
5979
6379
|
}
|
|
5980
6380
|
|
|
5981
6381
|
.k-place-self-auto {
|
|
@@ -5994,6 +6394,22 @@ kendo-sortable {
|
|
|
5994
6394
|
place-self: normal !important;
|
|
5995
6395
|
}
|
|
5996
6396
|
|
|
6397
|
+
.k-place-self-stretch {
|
|
6398
|
+
place-self: stretch;
|
|
6399
|
+
}
|
|
6400
|
+
|
|
6401
|
+
.\!k-place-self-stretch {
|
|
6402
|
+
place-self: stretch !important;
|
|
6403
|
+
}
|
|
6404
|
+
|
|
6405
|
+
.k-place-self-center {
|
|
6406
|
+
place-self: center;
|
|
6407
|
+
}
|
|
6408
|
+
|
|
6409
|
+
.\!k-place-self-center {
|
|
6410
|
+
place-self: center !important;
|
|
6411
|
+
}
|
|
6412
|
+
|
|
5997
6413
|
.k-place-self-start {
|
|
5998
6414
|
place-self: flex-start;
|
|
5999
6415
|
}
|
|
@@ -6010,20 +6426,44 @@ kendo-sortable {
|
|
|
6010
6426
|
place-self: flex-end !important;
|
|
6011
6427
|
}
|
|
6012
6428
|
|
|
6013
|
-
.k-place-self-
|
|
6014
|
-
place-self:
|
|
6429
|
+
.k-place-self-flex-start {
|
|
6430
|
+
place-self: flex-start;
|
|
6015
6431
|
}
|
|
6016
6432
|
|
|
6017
|
-
.\!k-place-self-
|
|
6018
|
-
place-self:
|
|
6433
|
+
.\!k-place-self-flex-start {
|
|
6434
|
+
place-self: flex-start !important;
|
|
6019
6435
|
}
|
|
6020
6436
|
|
|
6021
|
-
.k-place-self-
|
|
6022
|
-
place-self:
|
|
6437
|
+
.k-place-self-flex-end {
|
|
6438
|
+
place-self: flex-end;
|
|
6023
6439
|
}
|
|
6024
6440
|
|
|
6025
|
-
.\!k-place-self-
|
|
6026
|
-
place-self:
|
|
6441
|
+
.\!k-place-self-flex-end {
|
|
6442
|
+
place-self: flex-end !important;
|
|
6443
|
+
}
|
|
6444
|
+
|
|
6445
|
+
.k-place-self-self-start {
|
|
6446
|
+
place-self: flex-start;
|
|
6447
|
+
}
|
|
6448
|
+
|
|
6449
|
+
.\!k-place-self-self-start {
|
|
6450
|
+
place-self: flex-start !important;
|
|
6451
|
+
}
|
|
6452
|
+
|
|
6453
|
+
.k-place-self-self-end {
|
|
6454
|
+
place-self: flex-end;
|
|
6455
|
+
}
|
|
6456
|
+
|
|
6457
|
+
.\!k-place-self-self-end {
|
|
6458
|
+
place-self: flex-end !important;
|
|
6459
|
+
}
|
|
6460
|
+
|
|
6461
|
+
.k-place-self-baseline {
|
|
6462
|
+
place-self: baseline;
|
|
6463
|
+
}
|
|
6464
|
+
|
|
6465
|
+
.\!k-place-self-baseline {
|
|
6466
|
+
place-self: baseline !important;
|
|
6027
6467
|
}
|
|
6028
6468
|
|
|
6029
6469
|
.k-m-0 {
|
|
@@ -41306,9 +41746,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
41306
41746
|
}
|
|
41307
41747
|
|
|
41308
41748
|
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
41309
|
-
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
41749
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
|
|
41310
41750
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
41311
|
-
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
41751
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
|
|
41312
41752
|
z-index: 3;
|
|
41313
41753
|
}
|
|
41314
41754
|
|
|
@@ -43911,7 +44351,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43911
44351
|
}
|
|
43912
44352
|
|
|
43913
44353
|
.k-pivot-layout .k-grid-footer,
|
|
43914
|
-
.k-pivot-layout .k-grid .k-alt {
|
|
44354
|
+
.k-pivot-layout .k-grid .k-table-alt-row {
|
|
43915
44355
|
font-weight: bold;
|
|
43916
44356
|
}
|
|
43917
44357
|
|
|
@@ -44180,7 +44620,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44180
44620
|
color: #666666;
|
|
44181
44621
|
}
|
|
44182
44622
|
|
|
44183
|
-
.k-alt {
|
|
44623
|
+
.k-pivot .k-alt {
|
|
44184
44624
|
background-color: #fafafa;
|
|
44185
44625
|
}
|
|
44186
44626
|
|