@progress/kendo-theme-fluent 6.1.1-dev.5 → 6.1.1-dev.53
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 +686 -177
- package/dist/all.scss +1 -4
- package/dist/meta/sassdoc-data.json +134847 -0
- package/dist/meta/sassdoc-raw-data.json +67199 -0
- package/dist/meta/variables.json +1 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/adaptive/_layout.scss +10 -5
- package/scss/calendar/_layout.scss +3 -2
- package/scss/chat/_layout.scss +2 -2
- package/scss/chip/_layout.scss +11 -3
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/dataviz/_layout.scss +2 -2
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/dropzone/_layout.scss +0 -1
- package/scss/editor/_layout.scss +20 -9
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +4 -0
- package/scss/forms/_layout.scss +5 -5
- package/scss/gantt/_layout.scss +12 -6
- package/scss/grid/_layout.scss +3 -2
- package/scss/icon/_layout.scss +4 -4
- package/scss/input/_layout.scss +2 -1
- package/scss/list/_layout.scss +1 -1
- package/scss/orgchart/_layout.scss +4 -2
- package/scss/pager/_layout.scss +6 -6
- package/scss/pivotgrid/_layout.scss +3 -1
- package/scss/popover/_layout.scss +1 -1
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/scheduler/_layout.scss +2 -2
- package/scss/scroller/_layout.scss +1 -1
- package/scss/slider/_layout.scss +13 -13
- package/scss/spreadsheet/_layout.scss +2 -1
- package/scss/tabstrip/_layout.scss +55 -31
- package/scss/tabstrip/_variables.scss +2 -0
- package/scss/timeline/_layout.scss +2 -2
- package/scss/treelist/_layout.scss +4 -3
- package/scss/typography/_layout.scss +10 -10
- package/scss/window/_layout.scss +6 -3
package/dist/all.css
CHANGED
|
@@ -1981,28 +1981,68 @@ hr.k-separator {
|
|
|
1981
1981
|
align-content: stretch !important;
|
|
1982
1982
|
}
|
|
1983
1983
|
|
|
1984
|
+
.k-align-content-center {
|
|
1985
|
+
align-content: center;
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
.\!k-align-content-center {
|
|
1989
|
+
align-content: center !important;
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1984
1992
|
.k-align-content-start {
|
|
1985
|
-
align-content:
|
|
1993
|
+
align-content: start;
|
|
1986
1994
|
}
|
|
1987
1995
|
|
|
1988
1996
|
.\!k-align-content-start {
|
|
1989
|
-
align-content:
|
|
1997
|
+
align-content: start !important;
|
|
1990
1998
|
}
|
|
1991
1999
|
|
|
1992
2000
|
.k-align-content-end {
|
|
1993
|
-
align-content:
|
|
2001
|
+
align-content: end;
|
|
1994
2002
|
}
|
|
1995
2003
|
|
|
1996
2004
|
.\!k-align-content-end {
|
|
2005
|
+
align-content: end !important;
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.k-align-content-flex-start {
|
|
2009
|
+
align-content: flex-start;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
.\!k-align-content-flex-start {
|
|
2013
|
+
align-content: flex-start !important;
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
.k-align-content-flex-end {
|
|
2017
|
+
align-content: flex-end;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.\!k-align-content-flex-end {
|
|
1997
2021
|
align-content: flex-end !important;
|
|
1998
2022
|
}
|
|
1999
2023
|
|
|
2000
|
-
.k-align-content-
|
|
2001
|
-
align-content:
|
|
2024
|
+
.k-align-content-baseline {
|
|
2025
|
+
align-content: baseline;
|
|
2002
2026
|
}
|
|
2003
2027
|
|
|
2004
|
-
.\!k-align-content-
|
|
2005
|
-
align-content:
|
|
2028
|
+
.\!k-align-content-baseline {
|
|
2029
|
+
align-content: baseline !important;
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
.k-align-content-first-baseline {
|
|
2033
|
+
align-content: first baseline;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
.\!k-align-content-first-baseline {
|
|
2037
|
+
align-content: first baseline !important;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.k-align-content-last-baseline {
|
|
2041
|
+
align-content: last baseline;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.\!k-align-content-last-baseline {
|
|
2045
|
+
align-content: last baseline !important;
|
|
2006
2046
|
}
|
|
2007
2047
|
|
|
2008
2048
|
.k-align-content-between {
|
|
@@ -2037,36 +2077,92 @@ hr.k-separator {
|
|
|
2037
2077
|
align-items: normal !important;
|
|
2038
2078
|
}
|
|
2039
2079
|
|
|
2080
|
+
.k-align-items-stretch {
|
|
2081
|
+
align-items: stretch;
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
.\!k-align-items-stretch {
|
|
2085
|
+
align-items: stretch !important;
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
.k-align-items-center {
|
|
2089
|
+
align-items: center;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.\!k-align-items-center {
|
|
2093
|
+
align-items: center !important;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2040
2096
|
.k-align-items-start {
|
|
2041
|
-
align-items:
|
|
2097
|
+
align-items: start;
|
|
2042
2098
|
}
|
|
2043
2099
|
|
|
2044
2100
|
.\!k-align-items-start {
|
|
2045
|
-
align-items:
|
|
2101
|
+
align-items: start !important;
|
|
2046
2102
|
}
|
|
2047
2103
|
|
|
2048
2104
|
.k-align-items-end {
|
|
2049
|
-
align-items:
|
|
2105
|
+
align-items: end;
|
|
2050
2106
|
}
|
|
2051
2107
|
|
|
2052
2108
|
.\!k-align-items-end {
|
|
2109
|
+
align-items: end !important;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.k-align-items-flex-start {
|
|
2113
|
+
align-items: flex-start;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
.\!k-align-items-flex-start {
|
|
2117
|
+
align-items: flex-start !important;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.k-align-items-flex-end {
|
|
2121
|
+
align-items: flex-end;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
.\!k-align-items-flex-end {
|
|
2053
2125
|
align-items: flex-end !important;
|
|
2054
2126
|
}
|
|
2055
2127
|
|
|
2056
|
-
.k-align-items-
|
|
2057
|
-
align-items:
|
|
2128
|
+
.k-align-items-baseline {
|
|
2129
|
+
align-items: baseline;
|
|
2058
2130
|
}
|
|
2059
2131
|
|
|
2060
|
-
.\!k-align-items-
|
|
2061
|
-
align-items:
|
|
2132
|
+
.\!k-align-items-baseline {
|
|
2133
|
+
align-items: baseline !important;
|
|
2062
2134
|
}
|
|
2063
2135
|
|
|
2064
|
-
.k-align-items-
|
|
2065
|
-
align-items:
|
|
2136
|
+
.k-align-items-first-baseline {
|
|
2137
|
+
align-items: first baseline;
|
|
2066
2138
|
}
|
|
2067
2139
|
|
|
2068
|
-
.\!k-align-items-
|
|
2069
|
-
align-items:
|
|
2140
|
+
.\!k-align-items-first-baseline {
|
|
2141
|
+
align-items: first baseline !important;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
.k-align-items-last-baseline {
|
|
2145
|
+
align-items: last baseline;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
.\!k-align-items-last-baseline {
|
|
2149
|
+
align-items: last baseline !important;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.k-align-items-self-start {
|
|
2153
|
+
align-items: self-start;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.\!k-align-items-self-start {
|
|
2157
|
+
align-items: self-start !important;
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.k-align-items-self-end {
|
|
2161
|
+
align-items: self-end;
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.\!k-align-items-self-end {
|
|
2165
|
+
align-items: self-end !important;
|
|
2070
2166
|
}
|
|
2071
2167
|
|
|
2072
2168
|
.k-align-self-auto {
|
|
@@ -2093,28 +2189,84 @@ hr.k-separator {
|
|
|
2093
2189
|
align-self: stretch !important;
|
|
2094
2190
|
}
|
|
2095
2191
|
|
|
2192
|
+
.k-align-self-center {
|
|
2193
|
+
align-self: center;
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
.\!k-align-self-center {
|
|
2197
|
+
align-self: center !important;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2096
2200
|
.k-align-self-start {
|
|
2097
|
-
align-self:
|
|
2201
|
+
align-self: start;
|
|
2098
2202
|
}
|
|
2099
2203
|
|
|
2100
2204
|
.\!k-align-self-start {
|
|
2101
|
-
align-self:
|
|
2205
|
+
align-self: start !important;
|
|
2102
2206
|
}
|
|
2103
2207
|
|
|
2104
2208
|
.k-align-self-end {
|
|
2105
|
-
align-self:
|
|
2209
|
+
align-self: end;
|
|
2106
2210
|
}
|
|
2107
2211
|
|
|
2108
2212
|
.\!k-align-self-end {
|
|
2213
|
+
align-self: end !important;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
.k-align-self-flex-start {
|
|
2217
|
+
align-self: flex-start;
|
|
2218
|
+
}
|
|
2219
|
+
|
|
2220
|
+
.\!k-align-self-flex-start {
|
|
2221
|
+
align-self: flex-start !important;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
.k-align-self-flex-end {
|
|
2225
|
+
align-self: flex-end;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.\!k-align-self-flex-end {
|
|
2109
2229
|
align-self: flex-end !important;
|
|
2110
2230
|
}
|
|
2111
2231
|
|
|
2112
|
-
.k-align-self-
|
|
2113
|
-
align-self:
|
|
2232
|
+
.k-align-self-baseline {
|
|
2233
|
+
align-self: baseline;
|
|
2114
2234
|
}
|
|
2115
2235
|
|
|
2116
|
-
.\!k-align-self-
|
|
2117
|
-
align-self:
|
|
2236
|
+
.\!k-align-self-baseline {
|
|
2237
|
+
align-self: baseline !important;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.k-align-self-first-baseline {
|
|
2241
|
+
align-self: first baseline;
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
.\!k-align-self-first-baseline {
|
|
2245
|
+
align-self: first baseline !important;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
.k-align-self-last-baseline {
|
|
2249
|
+
align-self: last baseline;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.\!k-align-self-last-baseline {
|
|
2253
|
+
align-self: last baseline !important;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.k-align-self-self-start {
|
|
2257
|
+
align-self: self-start;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
.\!k-align-self-self-start {
|
|
2261
|
+
align-self: self-start !important;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
.k-align-self-self-end {
|
|
2265
|
+
align-self: self-end;
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
.\!k-align-self-self-end {
|
|
2269
|
+
align-self: self-end !important;
|
|
2118
2270
|
}
|
|
2119
2271
|
|
|
2120
2272
|
.k-basis-0 {
|
|
@@ -5509,28 +5661,92 @@ hr.k-separator {
|
|
|
5509
5661
|
justify-content: normal !important;
|
|
5510
5662
|
}
|
|
5511
5663
|
|
|
5664
|
+
.k-justify-content-stretch {
|
|
5665
|
+
justify-content: stretch;
|
|
5666
|
+
}
|
|
5667
|
+
|
|
5668
|
+
.\!k-justify-content-stretch {
|
|
5669
|
+
justify-content: stretch !important;
|
|
5670
|
+
}
|
|
5671
|
+
|
|
5672
|
+
.k-justify-content-center {
|
|
5673
|
+
justify-content: center;
|
|
5674
|
+
}
|
|
5675
|
+
|
|
5676
|
+
.\!k-justify-content-center {
|
|
5677
|
+
justify-content: center !important;
|
|
5678
|
+
}
|
|
5679
|
+
|
|
5512
5680
|
.k-justify-content-start {
|
|
5513
|
-
justify-content:
|
|
5681
|
+
justify-content: start;
|
|
5514
5682
|
}
|
|
5515
5683
|
|
|
5516
5684
|
.\!k-justify-content-start {
|
|
5517
|
-
justify-content:
|
|
5685
|
+
justify-content: start !important;
|
|
5518
5686
|
}
|
|
5519
5687
|
|
|
5520
5688
|
.k-justify-content-end {
|
|
5521
|
-
justify-content:
|
|
5689
|
+
justify-content: end;
|
|
5522
5690
|
}
|
|
5523
5691
|
|
|
5524
5692
|
.\!k-justify-content-end {
|
|
5693
|
+
justify-content: end !important;
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5696
|
+
.k-justify-content-flex-start {
|
|
5697
|
+
justify-content: flex-start;
|
|
5698
|
+
}
|
|
5699
|
+
|
|
5700
|
+
.\!k-justify-content-flex-start {
|
|
5701
|
+
justify-content: flex-start !important;
|
|
5702
|
+
}
|
|
5703
|
+
|
|
5704
|
+
.k-justify-content-flex-end {
|
|
5705
|
+
justify-content: flex-end;
|
|
5706
|
+
}
|
|
5707
|
+
|
|
5708
|
+
.\!k-justify-content-flex-end {
|
|
5525
5709
|
justify-content: flex-end !important;
|
|
5526
5710
|
}
|
|
5527
5711
|
|
|
5528
|
-
.k-justify-content-
|
|
5529
|
-
justify-content:
|
|
5712
|
+
.k-justify-content-left {
|
|
5713
|
+
justify-content: left;
|
|
5530
5714
|
}
|
|
5531
5715
|
|
|
5532
|
-
.\!k-justify-content-
|
|
5533
|
-
justify-content:
|
|
5716
|
+
.\!k-justify-content-left {
|
|
5717
|
+
justify-content: left !important;
|
|
5718
|
+
}
|
|
5719
|
+
|
|
5720
|
+
.k-justify-content-right {
|
|
5721
|
+
justify-content: right;
|
|
5722
|
+
}
|
|
5723
|
+
|
|
5724
|
+
.\!k-justify-content-right {
|
|
5725
|
+
justify-content: right !important;
|
|
5726
|
+
}
|
|
5727
|
+
|
|
5728
|
+
.k-justify-content-baseline {
|
|
5729
|
+
justify-content: baseline;
|
|
5730
|
+
}
|
|
5731
|
+
|
|
5732
|
+
.\!k-justify-content-baseline {
|
|
5733
|
+
justify-content: baseline !important;
|
|
5734
|
+
}
|
|
5735
|
+
|
|
5736
|
+
.k-justify-content-first-baseline {
|
|
5737
|
+
justify-content: first baseline;
|
|
5738
|
+
}
|
|
5739
|
+
|
|
5740
|
+
.\!k-justify-content-first-baseline {
|
|
5741
|
+
justify-content: first baseline !important;
|
|
5742
|
+
}
|
|
5743
|
+
|
|
5744
|
+
.k-justify-content-last-baseline {
|
|
5745
|
+
justify-content: last baseline;
|
|
5746
|
+
}
|
|
5747
|
+
|
|
5748
|
+
.\!k-justify-content-last-baseline {
|
|
5749
|
+
justify-content: last baseline !important;
|
|
5534
5750
|
}
|
|
5535
5751
|
|
|
5536
5752
|
.k-justify-content-between {
|
|
@@ -5557,14 +5773,6 @@ hr.k-separator {
|
|
|
5557
5773
|
justify-content: space-evenly !important;
|
|
5558
5774
|
}
|
|
5559
5775
|
|
|
5560
|
-
.k-justify-content-stretch {
|
|
5561
|
-
justify-content: stretch;
|
|
5562
|
-
}
|
|
5563
|
-
|
|
5564
|
-
.\!k-justify-content-stretch {
|
|
5565
|
-
justify-content: stretch !important;
|
|
5566
|
-
}
|
|
5567
|
-
|
|
5568
5776
|
.k-justify-content-stretch > * {
|
|
5569
5777
|
flex: 1 0 0%;
|
|
5570
5778
|
}
|
|
@@ -5581,36 +5789,108 @@ hr.k-separator {
|
|
|
5581
5789
|
justify-items: normal !important;
|
|
5582
5790
|
}
|
|
5583
5791
|
|
|
5792
|
+
.k-justify-items-stretch {
|
|
5793
|
+
justify-items: stretch;
|
|
5794
|
+
}
|
|
5795
|
+
|
|
5796
|
+
.\!k-justify-items-stretch {
|
|
5797
|
+
justify-items: stretch !important;
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5800
|
+
.k-justify-items-center {
|
|
5801
|
+
justify-items: center;
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
.\!k-justify-items-center {
|
|
5805
|
+
justify-items: center !important;
|
|
5806
|
+
}
|
|
5807
|
+
|
|
5584
5808
|
.k-justify-items-start {
|
|
5585
|
-
justify-items:
|
|
5809
|
+
justify-items: start;
|
|
5586
5810
|
}
|
|
5587
5811
|
|
|
5588
5812
|
.\!k-justify-items-start {
|
|
5589
|
-
justify-items:
|
|
5813
|
+
justify-items: start !important;
|
|
5590
5814
|
}
|
|
5591
5815
|
|
|
5592
5816
|
.k-justify-items-end {
|
|
5593
|
-
justify-items:
|
|
5817
|
+
justify-items: end;
|
|
5594
5818
|
}
|
|
5595
5819
|
|
|
5596
5820
|
.\!k-justify-items-end {
|
|
5821
|
+
justify-items: end !important;
|
|
5822
|
+
}
|
|
5823
|
+
|
|
5824
|
+
.k-justify-items-flex-start {
|
|
5825
|
+
justify-items: flex-start;
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5828
|
+
.\!k-justify-items-flex-start {
|
|
5829
|
+
justify-items: flex-start !important;
|
|
5830
|
+
}
|
|
5831
|
+
|
|
5832
|
+
.k-justify-items-flex-end {
|
|
5833
|
+
justify-items: flex-end;
|
|
5834
|
+
}
|
|
5835
|
+
|
|
5836
|
+
.\!k-justify-items-flex-end {
|
|
5597
5837
|
justify-items: flex-end !important;
|
|
5598
5838
|
}
|
|
5599
5839
|
|
|
5600
|
-
.k-justify-items-
|
|
5601
|
-
justify-items:
|
|
5840
|
+
.k-justify-items-self-start {
|
|
5841
|
+
justify-items: self-start;
|
|
5602
5842
|
}
|
|
5603
5843
|
|
|
5604
|
-
.\!k-justify-items-
|
|
5605
|
-
justify-items:
|
|
5844
|
+
.\!k-justify-items-self-start {
|
|
5845
|
+
justify-items: self-start !important;
|
|
5606
5846
|
}
|
|
5607
5847
|
|
|
5608
|
-
.k-justify-items-
|
|
5609
|
-
justify-items:
|
|
5848
|
+
.k-justify-items-self-end {
|
|
5849
|
+
justify-items: self-end;
|
|
5610
5850
|
}
|
|
5611
5851
|
|
|
5612
|
-
.\!k-justify-items-
|
|
5613
|
-
justify-items:
|
|
5852
|
+
.\!k-justify-items-self-end {
|
|
5853
|
+
justify-items: self-end !important;
|
|
5854
|
+
}
|
|
5855
|
+
|
|
5856
|
+
.k-justify-items-left {
|
|
5857
|
+
justify-items: left;
|
|
5858
|
+
}
|
|
5859
|
+
|
|
5860
|
+
.\!k-justify-items-left {
|
|
5861
|
+
justify-items: left !important;
|
|
5862
|
+
}
|
|
5863
|
+
|
|
5864
|
+
.k-justify-items-right {
|
|
5865
|
+
justify-items: right;
|
|
5866
|
+
}
|
|
5867
|
+
|
|
5868
|
+
.\!k-justify-items-right {
|
|
5869
|
+
justify-items: right !important;
|
|
5870
|
+
}
|
|
5871
|
+
|
|
5872
|
+
.k-justify-items-baseline {
|
|
5873
|
+
justify-items: baseline;
|
|
5874
|
+
}
|
|
5875
|
+
|
|
5876
|
+
.\!k-justify-items-baseline {
|
|
5877
|
+
justify-items: baseline !important;
|
|
5878
|
+
}
|
|
5879
|
+
|
|
5880
|
+
.k-justify-items-first-baseline {
|
|
5881
|
+
justify-items: first baseline;
|
|
5882
|
+
}
|
|
5883
|
+
|
|
5884
|
+
.\!k-justify-items-first-baseline {
|
|
5885
|
+
justify-items: first baseline !important;
|
|
5886
|
+
}
|
|
5887
|
+
|
|
5888
|
+
.k-justify-items-last-baseline {
|
|
5889
|
+
justify-items: last baseline;
|
|
5890
|
+
}
|
|
5891
|
+
|
|
5892
|
+
.\!k-justify-items-last-baseline {
|
|
5893
|
+
justify-items: last baseline !important;
|
|
5614
5894
|
}
|
|
5615
5895
|
|
|
5616
5896
|
.k-justify-self-auto {
|
|
@@ -5629,36 +5909,92 @@ hr.k-separator {
|
|
|
5629
5909
|
justify-self: normal !important;
|
|
5630
5910
|
}
|
|
5631
5911
|
|
|
5912
|
+
.k-justify-self-stretch {
|
|
5913
|
+
justify-self: stretch;
|
|
5914
|
+
}
|
|
5915
|
+
|
|
5916
|
+
.\!k-justify-self-stretch {
|
|
5917
|
+
justify-self: stretch !important;
|
|
5918
|
+
}
|
|
5919
|
+
|
|
5920
|
+
.k-justify-self-center {
|
|
5921
|
+
justify-self: center;
|
|
5922
|
+
}
|
|
5923
|
+
|
|
5924
|
+
.\!k-justify-self-center {
|
|
5925
|
+
justify-self: center !important;
|
|
5926
|
+
}
|
|
5927
|
+
|
|
5632
5928
|
.k-justify-self-start {
|
|
5633
|
-
justify-self:
|
|
5929
|
+
justify-self: start;
|
|
5634
5930
|
}
|
|
5635
5931
|
|
|
5636
5932
|
.\!k-justify-self-start {
|
|
5637
|
-
justify-self:
|
|
5933
|
+
justify-self: start !important;
|
|
5638
5934
|
}
|
|
5639
5935
|
|
|
5640
5936
|
.k-justify-self-end {
|
|
5641
|
-
justify-self:
|
|
5937
|
+
justify-self: end;
|
|
5642
5938
|
}
|
|
5643
5939
|
|
|
5644
5940
|
.\!k-justify-self-end {
|
|
5941
|
+
justify-self: end !important;
|
|
5942
|
+
}
|
|
5943
|
+
|
|
5944
|
+
.k-justify-self-flex-start {
|
|
5945
|
+
justify-self: flex-start;
|
|
5946
|
+
}
|
|
5947
|
+
|
|
5948
|
+
.\!k-justify-self-flex-start {
|
|
5949
|
+
justify-self: flex-start !important;
|
|
5950
|
+
}
|
|
5951
|
+
|
|
5952
|
+
.k-justify-self-flex-end {
|
|
5953
|
+
justify-self: flex-end;
|
|
5954
|
+
}
|
|
5955
|
+
|
|
5956
|
+
.\!k-justify-self-flex-end {
|
|
5645
5957
|
justify-self: flex-end !important;
|
|
5646
5958
|
}
|
|
5647
5959
|
|
|
5648
|
-
.k-justify-self-
|
|
5649
|
-
justify-self:
|
|
5960
|
+
.k-justify-self-self-start {
|
|
5961
|
+
justify-self: self-start;
|
|
5650
5962
|
}
|
|
5651
5963
|
|
|
5652
|
-
.\!k-justify-self-
|
|
5653
|
-
justify-self:
|
|
5964
|
+
.\!k-justify-self-self-start {
|
|
5965
|
+
justify-self: self-start !important;
|
|
5654
5966
|
}
|
|
5655
5967
|
|
|
5656
|
-
.k-justify-self-
|
|
5657
|
-
justify-self:
|
|
5968
|
+
.k-justify-self-self-end {
|
|
5969
|
+
justify-self: self-end;
|
|
5658
5970
|
}
|
|
5659
5971
|
|
|
5660
|
-
.\!k-justify-self-
|
|
5661
|
-
justify-self:
|
|
5972
|
+
.\!k-justify-self-self-end {
|
|
5973
|
+
justify-self: self-end !important;
|
|
5974
|
+
}
|
|
5975
|
+
|
|
5976
|
+
.k-justify-self-baseline {
|
|
5977
|
+
justify-self: baseline;
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
.\!k-justify-self-baseline {
|
|
5981
|
+
justify-self: baseline !important;
|
|
5982
|
+
}
|
|
5983
|
+
|
|
5984
|
+
.k-justify-self-first-baseline {
|
|
5985
|
+
justify-self: first baseline;
|
|
5986
|
+
}
|
|
5987
|
+
|
|
5988
|
+
.\!k-justify-self-first-baseline {
|
|
5989
|
+
justify-self: first baseline !important;
|
|
5990
|
+
}
|
|
5991
|
+
|
|
5992
|
+
.k-justify-self-last-baseline {
|
|
5993
|
+
justify-self: last baseline;
|
|
5994
|
+
}
|
|
5995
|
+
|
|
5996
|
+
.\!k-justify-self-last-baseline {
|
|
5997
|
+
justify-self: last baseline !important;
|
|
5662
5998
|
}
|
|
5663
5999
|
|
|
5664
6000
|
.k-order-1 {
|
|
@@ -5789,28 +6125,60 @@ hr.k-separator {
|
|
|
5789
6125
|
place-content: normal !important;
|
|
5790
6126
|
}
|
|
5791
6127
|
|
|
6128
|
+
.k-place-content-stretch {
|
|
6129
|
+
place-content: stretch;
|
|
6130
|
+
}
|
|
6131
|
+
|
|
6132
|
+
.\!k-place-content-stretch {
|
|
6133
|
+
place-content: stretch !important;
|
|
6134
|
+
}
|
|
6135
|
+
|
|
6136
|
+
.k-place-content-center {
|
|
6137
|
+
place-content: center;
|
|
6138
|
+
}
|
|
6139
|
+
|
|
6140
|
+
.\!k-place-content-center {
|
|
6141
|
+
place-content: center !important;
|
|
6142
|
+
}
|
|
6143
|
+
|
|
5792
6144
|
.k-place-content-start {
|
|
5793
|
-
place-content:
|
|
6145
|
+
place-content: start;
|
|
5794
6146
|
}
|
|
5795
6147
|
|
|
5796
6148
|
.\!k-place-content-start {
|
|
5797
|
-
place-content:
|
|
6149
|
+
place-content: start !important;
|
|
5798
6150
|
}
|
|
5799
6151
|
|
|
5800
6152
|
.k-place-content-end {
|
|
5801
|
-
place-content:
|
|
6153
|
+
place-content: end;
|
|
5802
6154
|
}
|
|
5803
6155
|
|
|
5804
6156
|
.\!k-place-content-end {
|
|
6157
|
+
place-content: end !important;
|
|
6158
|
+
}
|
|
6159
|
+
|
|
6160
|
+
.k-place-content-flex-start {
|
|
6161
|
+
place-content: flex-start;
|
|
6162
|
+
}
|
|
6163
|
+
|
|
6164
|
+
.\!k-place-content-flex-start {
|
|
6165
|
+
place-content: flex-start !important;
|
|
6166
|
+
}
|
|
6167
|
+
|
|
6168
|
+
.k-place-content-flex-end {
|
|
6169
|
+
place-content: flex-end;
|
|
6170
|
+
}
|
|
6171
|
+
|
|
6172
|
+
.\!k-place-content-flex-end {
|
|
5805
6173
|
place-content: flex-end !important;
|
|
5806
6174
|
}
|
|
5807
6175
|
|
|
5808
|
-
.k-place-content-
|
|
5809
|
-
place-content:
|
|
6176
|
+
.k-place-content-baseline {
|
|
6177
|
+
place-content: baseline;
|
|
5810
6178
|
}
|
|
5811
6179
|
|
|
5812
|
-
.\!k-place-content-
|
|
5813
|
-
place-content:
|
|
6180
|
+
.\!k-place-content-baseline {
|
|
6181
|
+
place-content: baseline !important;
|
|
5814
6182
|
}
|
|
5815
6183
|
|
|
5816
6184
|
.k-place-content-between {
|
|
@@ -5837,14 +6205,6 @@ hr.k-separator {
|
|
|
5837
6205
|
place-content: space-evenly !important;
|
|
5838
6206
|
}
|
|
5839
6207
|
|
|
5840
|
-
.k-place-content-stretch {
|
|
5841
|
-
place-content: stretch;
|
|
5842
|
-
}
|
|
5843
|
-
|
|
5844
|
-
.\!k-place-content-stretch {
|
|
5845
|
-
place-content: stretch !important;
|
|
5846
|
-
}
|
|
5847
|
-
|
|
5848
6208
|
.k-place-items-normal {
|
|
5849
6209
|
place-items: normal;
|
|
5850
6210
|
}
|
|
@@ -5853,36 +6213,76 @@ hr.k-separator {
|
|
|
5853
6213
|
place-items: normal !important;
|
|
5854
6214
|
}
|
|
5855
6215
|
|
|
6216
|
+
.k-place-items-stretch {
|
|
6217
|
+
place-items: stretch;
|
|
6218
|
+
}
|
|
6219
|
+
|
|
6220
|
+
.\!k-place-items-stretch {
|
|
6221
|
+
place-items: stretch !important;
|
|
6222
|
+
}
|
|
6223
|
+
|
|
6224
|
+
.k-place-items-center {
|
|
6225
|
+
place-items: center;
|
|
6226
|
+
}
|
|
6227
|
+
|
|
6228
|
+
.\!k-place-items-center {
|
|
6229
|
+
place-items: center !important;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
5856
6232
|
.k-place-items-start {
|
|
5857
|
-
place-items:
|
|
6233
|
+
place-items: start;
|
|
5858
6234
|
}
|
|
5859
6235
|
|
|
5860
6236
|
.\!k-place-items-start {
|
|
5861
|
-
place-items:
|
|
6237
|
+
place-items: start !important;
|
|
5862
6238
|
}
|
|
5863
6239
|
|
|
5864
6240
|
.k-place-items-end {
|
|
5865
|
-
place-items:
|
|
6241
|
+
place-items: end;
|
|
5866
6242
|
}
|
|
5867
6243
|
|
|
5868
6244
|
.\!k-place-items-end {
|
|
6245
|
+
place-items: end !important;
|
|
6246
|
+
}
|
|
6247
|
+
|
|
6248
|
+
.k-place-items-flex-start {
|
|
6249
|
+
place-items: flex-start;
|
|
6250
|
+
}
|
|
6251
|
+
|
|
6252
|
+
.\!k-place-items-flex-start {
|
|
6253
|
+
place-items: flex-start !important;
|
|
6254
|
+
}
|
|
6255
|
+
|
|
6256
|
+
.k-place-items-flex-end {
|
|
6257
|
+
place-items: flex-end;
|
|
6258
|
+
}
|
|
6259
|
+
|
|
6260
|
+
.\!k-place-items-flex-end {
|
|
5869
6261
|
place-items: flex-end !important;
|
|
5870
6262
|
}
|
|
5871
6263
|
|
|
5872
|
-
.k-place-items-
|
|
5873
|
-
place-items:
|
|
6264
|
+
.k-place-items-self-start {
|
|
6265
|
+
place-items: flex-start;
|
|
5874
6266
|
}
|
|
5875
6267
|
|
|
5876
|
-
.\!k-place-items-
|
|
5877
|
-
place-items:
|
|
6268
|
+
.\!k-place-items-self-start {
|
|
6269
|
+
place-items: flex-start !important;
|
|
5878
6270
|
}
|
|
5879
6271
|
|
|
5880
|
-
.k-place-items-
|
|
5881
|
-
place-items:
|
|
6272
|
+
.k-place-items-self-end {
|
|
6273
|
+
place-items: flex-end;
|
|
5882
6274
|
}
|
|
5883
6275
|
|
|
5884
|
-
.\!k-place-items-
|
|
5885
|
-
place-items:
|
|
6276
|
+
.\!k-place-items-self-end {
|
|
6277
|
+
place-items: flex-end !important;
|
|
6278
|
+
}
|
|
6279
|
+
|
|
6280
|
+
.k-place-items-baseline {
|
|
6281
|
+
place-items: baseline;
|
|
6282
|
+
}
|
|
6283
|
+
|
|
6284
|
+
.\!k-place-items-baseline {
|
|
6285
|
+
place-items: baseline !important;
|
|
5886
6286
|
}
|
|
5887
6287
|
|
|
5888
6288
|
.k-place-self-auto {
|
|
@@ -5901,6 +6301,22 @@ hr.k-separator {
|
|
|
5901
6301
|
place-self: normal !important;
|
|
5902
6302
|
}
|
|
5903
6303
|
|
|
6304
|
+
.k-place-self-stretch {
|
|
6305
|
+
place-self: stretch;
|
|
6306
|
+
}
|
|
6307
|
+
|
|
6308
|
+
.\!k-place-self-stretch {
|
|
6309
|
+
place-self: stretch !important;
|
|
6310
|
+
}
|
|
6311
|
+
|
|
6312
|
+
.k-place-self-center {
|
|
6313
|
+
place-self: center;
|
|
6314
|
+
}
|
|
6315
|
+
|
|
6316
|
+
.\!k-place-self-center {
|
|
6317
|
+
place-self: center !important;
|
|
6318
|
+
}
|
|
6319
|
+
|
|
5904
6320
|
.k-place-self-start {
|
|
5905
6321
|
place-self: flex-start;
|
|
5906
6322
|
}
|
|
@@ -5917,20 +6333,44 @@ hr.k-separator {
|
|
|
5917
6333
|
place-self: flex-end !important;
|
|
5918
6334
|
}
|
|
5919
6335
|
|
|
5920
|
-
.k-place-self-
|
|
5921
|
-
place-self:
|
|
6336
|
+
.k-place-self-flex-start {
|
|
6337
|
+
place-self: flex-start;
|
|
5922
6338
|
}
|
|
5923
6339
|
|
|
5924
|
-
.\!k-place-self-
|
|
5925
|
-
place-self:
|
|
6340
|
+
.\!k-place-self-flex-start {
|
|
6341
|
+
place-self: flex-start !important;
|
|
5926
6342
|
}
|
|
5927
6343
|
|
|
5928
|
-
.k-place-self-
|
|
5929
|
-
place-self:
|
|
6344
|
+
.k-place-self-flex-end {
|
|
6345
|
+
place-self: flex-end;
|
|
5930
6346
|
}
|
|
5931
6347
|
|
|
5932
|
-
.\!k-place-self-
|
|
5933
|
-
place-self:
|
|
6348
|
+
.\!k-place-self-flex-end {
|
|
6349
|
+
place-self: flex-end !important;
|
|
6350
|
+
}
|
|
6351
|
+
|
|
6352
|
+
.k-place-self-self-start {
|
|
6353
|
+
place-self: flex-start;
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6356
|
+
.\!k-place-self-self-start {
|
|
6357
|
+
place-self: flex-start !important;
|
|
6358
|
+
}
|
|
6359
|
+
|
|
6360
|
+
.k-place-self-self-end {
|
|
6361
|
+
place-self: flex-end;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.\!k-place-self-self-end {
|
|
6365
|
+
place-self: flex-end !important;
|
|
6366
|
+
}
|
|
6367
|
+
|
|
6368
|
+
.k-place-self-baseline {
|
|
6369
|
+
place-self: baseline;
|
|
6370
|
+
}
|
|
6371
|
+
|
|
6372
|
+
.\!k-place-self-baseline {
|
|
6373
|
+
place-self: baseline !important;
|
|
5934
6374
|
}
|
|
5935
6375
|
|
|
5936
6376
|
.k-m-0 {
|
|
@@ -11801,12 +12241,6 @@ hr.k-separator {
|
|
|
11801
12241
|
max-width: fit-content !important;
|
|
11802
12242
|
}
|
|
11803
12243
|
|
|
11804
|
-
.k-text-ellipsis {
|
|
11805
|
-
white-space: nowrap;
|
|
11806
|
-
overflow: hidden;
|
|
11807
|
-
text-overflow: ellipsis;
|
|
11808
|
-
}
|
|
11809
|
-
|
|
11810
12244
|
.k-font-size-xs {
|
|
11811
12245
|
font-size: 10px;
|
|
11812
12246
|
}
|
|
@@ -12159,6 +12593,34 @@ hr.k-separator {
|
|
|
12159
12593
|
color: white !important;
|
|
12160
12594
|
}
|
|
12161
12595
|
|
|
12596
|
+
.k-text-clip {
|
|
12597
|
+
text-overflow: clip;
|
|
12598
|
+
}
|
|
12599
|
+
|
|
12600
|
+
.\!k-text-clip {
|
|
12601
|
+
text-overflow: clip !important;
|
|
12602
|
+
}
|
|
12603
|
+
|
|
12604
|
+
.k-text-ellipsis {
|
|
12605
|
+
text-overflow: ellipsis;
|
|
12606
|
+
}
|
|
12607
|
+
|
|
12608
|
+
.\!k-text-ellipsis {
|
|
12609
|
+
text-overflow: ellipsis !important;
|
|
12610
|
+
}
|
|
12611
|
+
|
|
12612
|
+
.k-text-truncate, .k-text-ellipsis {
|
|
12613
|
+
white-space: nowrap;
|
|
12614
|
+
overflow: hidden;
|
|
12615
|
+
text-overflow: ellipsis;
|
|
12616
|
+
}
|
|
12617
|
+
|
|
12618
|
+
.\!k-text-truncate, .\!k-text-ellipsis {
|
|
12619
|
+
white-space: nowrap !important;
|
|
12620
|
+
overflow: hidden !important;
|
|
12621
|
+
text-overflow: ellipsis !important;
|
|
12622
|
+
}
|
|
12623
|
+
|
|
12162
12624
|
.k-text-uppercase {
|
|
12163
12625
|
text-transform: uppercase;
|
|
12164
12626
|
}
|
|
@@ -25034,10 +25496,10 @@ hr.k-separator {
|
|
|
25034
25496
|
|
|
25035
25497
|
.k-rtl .k-i-indent-increase,
|
|
25036
25498
|
.k-rtl .k-i-indent-decrease,
|
|
25037
|
-
.k-rtl .k-i-
|
|
25038
|
-
.k-rtl .k-i-
|
|
25039
|
-
[dir=rtl] .k-i-
|
|
25040
|
-
[dir=rtl] .k-i-
|
|
25499
|
+
.k-rtl .k-i-caret-alt-right,
|
|
25500
|
+
.k-rtl .k-i-caret-alt-down,
|
|
25501
|
+
[dir=rtl] .k-i-caret-alt-right,
|
|
25502
|
+
[dir=rtl] .k-i-caret-alt-down {
|
|
25041
25503
|
transform: scaleX(-1);
|
|
25042
25504
|
}
|
|
25043
25505
|
|
|
@@ -26656,6 +27118,9 @@ kendo-badge-container {
|
|
|
26656
27118
|
.k-chip .k-selected-icon-wrapper {
|
|
26657
27119
|
display: none !important;
|
|
26658
27120
|
}
|
|
27121
|
+
.k-chip .k-icon-wrapper-host {
|
|
27122
|
+
display: initial;
|
|
27123
|
+
}
|
|
26659
27124
|
.k-chip:hover, .k-chip:focus {
|
|
26660
27125
|
outline: 0;
|
|
26661
27126
|
text-decoration: none;
|
|
@@ -26671,8 +27136,10 @@ kendo-badge-container {
|
|
|
26671
27136
|
}
|
|
26672
27137
|
|
|
26673
27138
|
.k-chip-content {
|
|
26674
|
-
padding: 0.5em
|
|
26675
|
-
|
|
27139
|
+
padding-block: 0.5em;
|
|
27140
|
+
padding-inline: 0;
|
|
27141
|
+
margin-block: -0.5em;
|
|
27142
|
+
margin-inline: 0;
|
|
26676
27143
|
min-width: 0;
|
|
26677
27144
|
display: flex;
|
|
26678
27145
|
flex-flow: row nowrap;
|
|
@@ -26716,7 +27183,8 @@ kendo-badge-container {
|
|
|
26716
27183
|
}
|
|
26717
27184
|
|
|
26718
27185
|
.k-chip-actions {
|
|
26719
|
-
margin: -5em
|
|
27186
|
+
margin-block: -5em;
|
|
27187
|
+
margin-inline: 0;
|
|
26720
27188
|
flex: none;
|
|
26721
27189
|
display: flex;
|
|
26722
27190
|
flex-flow: row nowrap;
|
|
@@ -27868,7 +28336,7 @@ kendo-label > .k-label {
|
|
|
27868
28336
|
}
|
|
27869
28337
|
.k-form-inline legend {
|
|
27870
28338
|
font-size: var(--kendo-font-size-sm, 12px);
|
|
27871
|
-
text-align:
|
|
28339
|
+
text-align: start;
|
|
27872
28340
|
font-weight: 600;
|
|
27873
28341
|
line-height: 1;
|
|
27874
28342
|
margin-block-end: calc(var(--kendo-padding-y-lg, 0.375rem)*2);
|
|
@@ -27879,12 +28347,12 @@ kendo-label > .k-label {
|
|
|
27879
28347
|
.k-form-inline .k-form-field {
|
|
27880
28348
|
display: flex;
|
|
27881
28349
|
align-items: flex-start;
|
|
27882
|
-
text-align:
|
|
28350
|
+
text-align: start;
|
|
27883
28351
|
margin-block-end: calc(var(--kendo-padding-y-lg, 0.375rem)*2);
|
|
27884
28352
|
}
|
|
27885
28353
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
27886
28354
|
width: var(--kendo-inline-form-element-width, 25%);
|
|
27887
|
-
text-align:
|
|
28355
|
+
text-align: end;
|
|
27888
28356
|
line-height: var(--kendo-line-height, 1.4285714286);
|
|
27889
28357
|
padding-block: calc(0.25rem + 1px);
|
|
27890
28358
|
padding-inline-end: var(--kendo-padding-x-lg, 0.75rem);
|
|
@@ -27933,7 +28401,7 @@ kendo-label > .k-label {
|
|
|
27933
28401
|
padding-block: calc(0.375rem + 1px);
|
|
27934
28402
|
width: 30%;
|
|
27935
28403
|
line-height: var(--kendo-form-line-height, var(--kendo-line-height, normal));
|
|
27936
|
-
text-align:
|
|
28404
|
+
text-align: end;
|
|
27937
28405
|
float: left;
|
|
27938
28406
|
clear: both;
|
|
27939
28407
|
}
|
|
@@ -28032,7 +28500,7 @@ kendo-label > .k-label {
|
|
|
28032
28500
|
box-sizing: border-box;
|
|
28033
28501
|
}
|
|
28034
28502
|
.k-floating-label-container > .k-label {
|
|
28035
|
-
max-width: 90
|
|
28503
|
+
max-width: var(--kendo-floating-label-max-width, 90%);
|
|
28036
28504
|
font-size: var(--kendo-floating-label-font-size, var(--kendo-font-size, inherit));
|
|
28037
28505
|
font-weight: var(--kendo-floating-label-font-weight, var(--kendo-font-weight-bold, inherit));
|
|
28038
28506
|
line-height: var(--kendo-floating-label-line-height, var(--kendo-line-height, normal));
|
|
@@ -30423,7 +30891,8 @@ textarea.k-input-inner {
|
|
|
30423
30891
|
}
|
|
30424
30892
|
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30425
30893
|
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30426
|
-
margin: -1em
|
|
30894
|
+
margin-block: -1em;
|
|
30895
|
+
margin-inline: 0;
|
|
30427
30896
|
min-width: auto !important;
|
|
30428
30897
|
min-height: auto !important;
|
|
30429
30898
|
}
|
|
@@ -31323,7 +31792,7 @@ textarea.k-input-inner {
|
|
|
31323
31792
|
|
|
31324
31793
|
.k-circular-progressbar {
|
|
31325
31794
|
display: inline-block;
|
|
31326
|
-
text-align:
|
|
31795
|
+
text-align: start;
|
|
31327
31796
|
position: relative;
|
|
31328
31797
|
}
|
|
31329
31798
|
|
|
@@ -31957,11 +32426,11 @@ textarea.k-input-inner {
|
|
|
31957
32426
|
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
31958
32427
|
}
|
|
31959
32428
|
.k-vertical-slider .k-tick, .k-slider-vertical .k-tick {
|
|
31960
|
-
text-align:
|
|
32429
|
+
text-align: end;
|
|
31961
32430
|
margin-left: 2px;
|
|
31962
32431
|
}
|
|
31963
32432
|
.k-vertical-slider .k-slider-topleft .k-tick, .k-slider-vertical .k-slider-topleft .k-tick {
|
|
31964
|
-
text-align:
|
|
32433
|
+
text-align: start;
|
|
31965
32434
|
}
|
|
31966
32435
|
.k-vertical-slider .k-tick, .k-slider-vertical .k-tick {
|
|
31967
32436
|
background-position: -94px center;
|
|
@@ -32018,7 +32487,7 @@ textarea.k-input-inner {
|
|
|
32018
32487
|
background-position: -64px 0;
|
|
32019
32488
|
}
|
|
32020
32489
|
.k-vertical-slider .k-label, .k-slider-vertical .k-label {
|
|
32021
|
-
text-align:
|
|
32490
|
+
text-align: start;
|
|
32022
32491
|
inset-inline-start: 120%;
|
|
32023
32492
|
inset-inline-end: auto;
|
|
32024
32493
|
top: 50%;
|
|
@@ -32193,7 +32662,8 @@ textarea.k-input-inner {
|
|
|
32193
32662
|
}
|
|
32194
32663
|
|
|
32195
32664
|
.k-calendar-table {
|
|
32196
|
-
margin: 0
|
|
32665
|
+
margin-block: 0;
|
|
32666
|
+
margin-inline: auto;
|
|
32197
32667
|
border-width: 0;
|
|
32198
32668
|
border-color: inherit;
|
|
32199
32669
|
border-spacing: 0;
|
|
@@ -32374,7 +32844,7 @@ textarea.k-input-inner {
|
|
|
32374
32844
|
}
|
|
32375
32845
|
.k-century-calendar .k-link,
|
|
32376
32846
|
.k-calendar-centuryview .k-link {
|
|
32377
|
-
text-align:
|
|
32847
|
+
text-align: start;
|
|
32378
32848
|
}
|
|
32379
32849
|
|
|
32380
32850
|
.k-popup .k-calendar {
|
|
@@ -34264,7 +34734,6 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
34264
34734
|
align-items: center;
|
|
34265
34735
|
justify-content: center;
|
|
34266
34736
|
position: relative;
|
|
34267
|
-
cursor: pointer;
|
|
34268
34737
|
}
|
|
34269
34738
|
.k-dropzone-inner .k-icon,
|
|
34270
34739
|
.k-dropzone-inner .k-dropzone-icon {
|
|
@@ -35613,8 +36082,10 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35613
36082
|
}
|
|
35614
36083
|
|
|
35615
36084
|
.k-window-title {
|
|
35616
|
-
padding: 0.5em
|
|
35617
|
-
|
|
36085
|
+
padding-block: 0.5em;
|
|
36086
|
+
padding-inline: 0;
|
|
36087
|
+
margin-block: -0.5em;
|
|
36088
|
+
margin-inline: 0;
|
|
35618
36089
|
font-size: var(--kendo-window-title-font-size, var(--kendo-font-size-xl, inherit));
|
|
35619
36090
|
line-height: var(--kendo-window-title-line-height, var(--kendo-line-height, normal));
|
|
35620
36091
|
font-weight: var(--kendo-window-title-font-weight, var(--kendo-font-weight-bold, bold));
|
|
@@ -35630,7 +36101,8 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35630
36101
|
}
|
|
35631
36102
|
|
|
35632
36103
|
.k-window-titlebar-actions {
|
|
35633
|
-
margin: -5em
|
|
36104
|
+
margin-block: -5em;
|
|
36105
|
+
margin-inline: 0;
|
|
35634
36106
|
margin-inline-end: -0.25rem;
|
|
35635
36107
|
line-height: 1;
|
|
35636
36108
|
display: flex;
|
|
@@ -37588,7 +38060,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37588
38060
|
}
|
|
37589
38061
|
|
|
37590
38062
|
.k-pager-info {
|
|
37591
|
-
text-align:
|
|
38063
|
+
text-align: end;
|
|
37592
38064
|
justify-content: flex-end;
|
|
37593
38065
|
flex: 1 1 0%;
|
|
37594
38066
|
order: 9;
|
|
@@ -37979,6 +38451,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37979
38451
|
-webkit-touch-callout: none;
|
|
37980
38452
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
37981
38453
|
}
|
|
38454
|
+
|
|
37982
38455
|
.k-tabstrip-wrapper > .k-tabstrip {
|
|
37983
38456
|
flex: 1 1 auto;
|
|
37984
38457
|
}
|
|
@@ -38034,7 +38507,6 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38034
38507
|
align-content: center;
|
|
38035
38508
|
align-items: center;
|
|
38036
38509
|
}
|
|
38037
|
-
|
|
38038
38510
|
.k-tabstrip-content,
|
|
38039
38511
|
.k-tabstrip > .k-content {
|
|
38040
38512
|
margin: 0 !important;
|
|
@@ -38079,6 +38551,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38079
38551
|
overflow: hidden;
|
|
38080
38552
|
}
|
|
38081
38553
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
|
|
38554
|
+
padding-block: var(--kendo-tabstrip-scrollable-button-padding-y, 0.25rem);
|
|
38555
|
+
padding-inline: var(--kendo-tabstrip-scrollable-button-padding-x, 0.25rem);
|
|
38082
38556
|
width: auto;
|
|
38083
38557
|
height: auto;
|
|
38084
38558
|
flex: none;
|
|
@@ -38089,11 +38563,13 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38089
38563
|
min-width: auto;
|
|
38090
38564
|
min-height: auto;
|
|
38091
38565
|
}
|
|
38092
|
-
|
|
38093
|
-
|
|
38566
|
+
|
|
38567
|
+
.k-tabstrip-horizontal, .k-tabstrip-bottom > .k-tabstrip-items-wrapper, .k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
38568
|
+
flex-direction: row;
|
|
38094
38569
|
}
|
|
38095
|
-
|
|
38096
|
-
|
|
38570
|
+
|
|
38571
|
+
.k-tabstrip-vertical, .k-tabstrip-right > .k-tabstrip-items-wrapper, .k-tabstrip-left > .k-tabstrip-items-wrapper {
|
|
38572
|
+
flex-direction: column;
|
|
38097
38573
|
}
|
|
38098
38574
|
|
|
38099
38575
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
@@ -38172,27 +38648,31 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
38172
38648
|
pointer-events: none;
|
|
38173
38649
|
transition: opacity 0.3s, transform 0.3s;
|
|
38174
38650
|
}
|
|
38651
|
+
.k-tabstrip-items-wrapper .k-item:active::after,
|
|
38652
|
+
.k-tabstrip-items-wrapper .k-item.k-active::after,
|
|
38653
|
+
.k-tabstrip-items-wrapper .k-item.k-selected::after {
|
|
38654
|
+
opacity: 1;
|
|
38655
|
+
transform: scaleY(1);
|
|
38656
|
+
}
|
|
38657
|
+
.k-tabstrip-items-wrapper .k-item > .k-link {
|
|
38658
|
+
z-index: 1;
|
|
38659
|
+
}
|
|
38660
|
+
|
|
38175
38661
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item::after {
|
|
38176
38662
|
border-bottom-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
38177
38663
|
}
|
|
38664
|
+
|
|
38178
38665
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item::after {
|
|
38179
38666
|
border-top-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
38180
38667
|
}
|
|
38668
|
+
|
|
38181
38669
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item::after {
|
|
38182
38670
|
border-right-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
38183
38671
|
}
|
|
38672
|
+
|
|
38184
38673
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item::after {
|
|
38185
38674
|
border-left-width: var(--kendo-tabstrip-indicator-size, 0.125rem);
|
|
38186
38675
|
}
|
|
38187
|
-
.k-tabstrip-items-wrapper .k-item:active::after,
|
|
38188
|
-
.k-tabstrip-items-wrapper .k-item.k-active::after,
|
|
38189
|
-
.k-tabstrip-items-wrapper .k-item.k-selected::after {
|
|
38190
|
-
opacity: 1;
|
|
38191
|
-
transform: scaleY(1);
|
|
38192
|
-
}
|
|
38193
|
-
.k-tabstrip-items-wrapper .k-item > .k-link {
|
|
38194
|
-
z-index: 1;
|
|
38195
|
-
}
|
|
38196
38676
|
|
|
38197
38677
|
.k-tabstrip-items-wrapper .k-item.k-tabstrip-dragging::after {
|
|
38198
38678
|
display: none !important;
|
|
@@ -40583,7 +41063,8 @@ div.k-grid-norecords {
|
|
|
40583
41063
|
|
|
40584
41064
|
.k-grid-norecords-template {
|
|
40585
41065
|
box-sizing: border-box;
|
|
40586
|
-
margin: 0
|
|
41066
|
+
margin-block: 0;
|
|
41067
|
+
margin-inline: auto;
|
|
40587
41068
|
width: 20em;
|
|
40588
41069
|
height: 4em;
|
|
40589
41070
|
border: 1px solid;
|
|
@@ -41653,7 +42134,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
41653
42134
|
}
|
|
41654
42135
|
|
|
41655
42136
|
.k-spreadsheet-cell-editor {
|
|
41656
|
-
padding: 0
|
|
42137
|
+
padding-block: 0;
|
|
42138
|
+
padding-inline: 3px;
|
|
41657
42139
|
line-height: var(--kendo-spreadsheet-line-height, var(--kendo-line-height, initial));
|
|
41658
42140
|
display: none;
|
|
41659
42141
|
overflow: hidden;
|
|
@@ -42502,7 +42984,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42502
42984
|
font-size: var(--kendo-pivotgrid-font-size, var(--kendo-font-size, inherit));
|
|
42503
42985
|
font-family: var(--kendo-pivotgrid-font-family, var(--kendo-font-family, inherit));
|
|
42504
42986
|
line-height: var(--kendo-pivotgrid-line-height, var(--kendo-line-height, normal));
|
|
42505
|
-
text-align:
|
|
42987
|
+
text-align: start;
|
|
42506
42988
|
vertical-align: top;
|
|
42507
42989
|
display: grid;
|
|
42508
42990
|
grid-template-columns: var(--kendo-pivotgrid-row-header-width, 300px) auto;
|
|
@@ -42518,6 +43000,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42518
43000
|
border-collapse: separate;
|
|
42519
43001
|
border-spacing: 0;
|
|
42520
43002
|
outline: 0;
|
|
43003
|
+
text-align: inherit;
|
|
42521
43004
|
empty-cells: show;
|
|
42522
43005
|
}
|
|
42523
43006
|
.k-pivotgrid thead,
|
|
@@ -42526,6 +43009,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42526
43009
|
.k-pivotgrid tr,
|
|
42527
43010
|
.k-pivotgrid td {
|
|
42528
43011
|
border-color: inherit;
|
|
43012
|
+
text-align: inherit;
|
|
42529
43013
|
}
|
|
42530
43014
|
|
|
42531
43015
|
.k-pivotgrid-table {
|
|
@@ -43222,8 +43706,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43222
43706
|
.k-treelist tr.k-footer + tr.k-footer td {
|
|
43223
43707
|
border-top-width: 0;
|
|
43224
43708
|
}
|
|
43225
|
-
.k-treelist .k-i-
|
|
43226
|
-
.k-treelist .k-i-
|
|
43709
|
+
.k-treelist .k-i-caret-alt-down,
|
|
43710
|
+
.k-treelist .k-i-caret-alt-right {
|
|
43227
43711
|
margin-inline-end: 0.5rem;
|
|
43228
43712
|
}
|
|
43229
43713
|
|
|
@@ -43257,7 +43741,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43257
43741
|
border-right: 1px solid;
|
|
43258
43742
|
height: 1em;
|
|
43259
43743
|
vertical-align: top;
|
|
43260
|
-
margin: 0
|
|
43744
|
+
margin-block: 0;
|
|
43745
|
+
margin-inline: 0.5em;
|
|
43261
43746
|
}
|
|
43262
43747
|
|
|
43263
43748
|
.k-treelist tr.k-footer,
|
|
@@ -43890,7 +44375,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43890
44375
|
|
|
43891
44376
|
.k-editor-inline {
|
|
43892
44377
|
border-radius: 0.125rem;
|
|
43893
|
-
padding: 0.125rem
|
|
44378
|
+
padding-block: 0.125rem;
|
|
44379
|
+
padding-inline: 0.25rem;
|
|
43894
44380
|
border: 1px solid transparent;
|
|
43895
44381
|
word-wrap: break-word;
|
|
43896
44382
|
overflow: auto;
|
|
@@ -44044,14 +44530,18 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44044
44530
|
.k-editor-content th {
|
|
44045
44531
|
min-width: 1em;
|
|
44046
44532
|
border: 1px solid;
|
|
44047
|
-
padding: 3px
|
|
44533
|
+
padding-block: 3px;
|
|
44534
|
+
padding-inline: 5px;
|
|
44048
44535
|
vertical-align: top;
|
|
44049
44536
|
box-sizing: border-box;
|
|
44050
44537
|
position: relative;
|
|
44051
44538
|
}
|
|
44052
44539
|
.k-editor-content th {
|
|
44053
44540
|
font-weight: bold;
|
|
44054
|
-
text-align:
|
|
44541
|
+
text-align: start;
|
|
44542
|
+
}
|
|
44543
|
+
.k-editor-content td {
|
|
44544
|
+
text-align: start;
|
|
44055
44545
|
}
|
|
44056
44546
|
.k-editor-content .selectedCell::after {
|
|
44057
44547
|
z-index: 2;
|
|
@@ -44067,8 +44557,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44067
44557
|
.k-edit-form-content {
|
|
44068
44558
|
flex: 1 1 auto;
|
|
44069
44559
|
overflow: auto;
|
|
44070
|
-
margin: -0.75rem
|
|
44071
|
-
|
|
44560
|
+
margin-block: -0.75rem;
|
|
44561
|
+
margin-inline: -1.5rem;
|
|
44562
|
+
padding-block: 0.75rem;
|
|
44563
|
+
padding-inline: 1.5rem;
|
|
44072
44564
|
}
|
|
44073
44565
|
|
|
44074
44566
|
.k-ct-popup {
|
|
@@ -44191,14 +44683,16 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44191
44683
|
height: 390px;
|
|
44192
44684
|
max-height: 50vh;
|
|
44193
44685
|
margin-block-end: 1rem;
|
|
44194
|
-
padding: 0.25rem
|
|
44686
|
+
padding-block: 0.25rem;
|
|
44687
|
+
padding-inline: 0.5rem;
|
|
44195
44688
|
border-top-width: 0;
|
|
44196
44689
|
overflow: auto;
|
|
44197
44690
|
}
|
|
44198
44691
|
.k-filebrowser .k-tile {
|
|
44199
44692
|
width: 33%;
|
|
44200
44693
|
height: 90px;
|
|
44201
|
-
padding: 0.25rem
|
|
44694
|
+
padding-block: 0.25rem;
|
|
44695
|
+
padding-inline: 0.5rem;
|
|
44202
44696
|
box-sizing: border-box;
|
|
44203
44697
|
white-space: nowrap;
|
|
44204
44698
|
overflow: hidden;
|
|
@@ -44286,7 +44780,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44286
44780
|
}
|
|
44287
44781
|
.k-editor-inline .k-table td {
|
|
44288
44782
|
min-width: 1px;
|
|
44289
|
-
padding: 0.125rem
|
|
44783
|
+
padding-block: 0.125rem;
|
|
44784
|
+
padding-inline: 0.25rem;
|
|
44290
44785
|
}
|
|
44291
44786
|
.k-editor-inline .k-element-resize-handle-wrapper {
|
|
44292
44787
|
position: absolute;
|
|
@@ -44338,7 +44833,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44338
44833
|
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
|
|
44339
44834
|
width: 2px;
|
|
44340
44835
|
height: 100%;
|
|
44341
|
-
margin: 0
|
|
44836
|
+
margin-block: 0;
|
|
44837
|
+
margin-inline: auto;
|
|
44342
44838
|
display: none;
|
|
44343
44839
|
opacity: 0.8;
|
|
44344
44840
|
}
|
|
@@ -44660,7 +45156,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44660
45156
|
padding: 0;
|
|
44661
45157
|
}
|
|
44662
45158
|
.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
|
|
44663
|
-
padding: 0.75rem
|
|
45159
|
+
padding-block: 0.75rem;
|
|
45160
|
+
padding-inline: 0.75rem;
|
|
44664
45161
|
border-width: 0 0 1px 1px;
|
|
44665
45162
|
white-space: nowrap;
|
|
44666
45163
|
}
|
|
@@ -44830,7 +45327,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44830
45327
|
overflow-x: scroll;
|
|
44831
45328
|
}
|
|
44832
45329
|
.k-gantt-timeline .k-header {
|
|
44833
|
-
padding: 0.75rem
|
|
45330
|
+
padding-block: 0.75rem;
|
|
45331
|
+
padding-inline: 0.75rem;
|
|
44834
45332
|
border-block-start-width: 0;
|
|
44835
45333
|
border-block-end-width: 1px;
|
|
44836
45334
|
border-inline-start-width: 1px;
|
|
@@ -44911,8 +45409,10 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44911
45409
|
}
|
|
44912
45410
|
|
|
44913
45411
|
.k-task-wrap {
|
|
44914
|
-
margin: 0
|
|
44915
|
-
|
|
45412
|
+
margin-block: 0;
|
|
45413
|
+
margin-inline: -21px;
|
|
45414
|
+
padding-block: 5px;
|
|
45415
|
+
padding-inline: 21px;
|
|
44916
45416
|
display: inline-flex;
|
|
44917
45417
|
flex-direction: row;
|
|
44918
45418
|
align-items: center;
|
|
@@ -45136,11 +45636,13 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
45136
45636
|
white-space: nowrap;
|
|
45137
45637
|
}
|
|
45138
45638
|
.k-resources-wrap .k-resource {
|
|
45139
|
-
margin: 0
|
|
45639
|
+
margin-block: 0;
|
|
45640
|
+
margin-inline: 5px;
|
|
45140
45641
|
}
|
|
45141
45642
|
|
|
45142
45643
|
.k-task-details {
|
|
45143
|
-
padding: 0.25rem
|
|
45644
|
+
padding-block: 0.25rem;
|
|
45645
|
+
padding-inline: 0.5rem;
|
|
45144
45646
|
white-space: nowrap;
|
|
45145
45647
|
}
|
|
45146
45648
|
.k-task-details strong {
|
|
@@ -45774,7 +46276,7 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
45774
46276
|
.k-scheduler-times th {
|
|
45775
46277
|
border-inline-width: 0 1px;
|
|
45776
46278
|
border-block-width: 0 1px;
|
|
45777
|
-
text-align:
|
|
46279
|
+
text-align: end;
|
|
45778
46280
|
}
|
|
45779
46281
|
.k-scheduler-times .k-slot-cell,
|
|
45780
46282
|
.k-scheduler-times .k-scheduler-times-all-day {
|
|
@@ -46047,7 +46549,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46047
46549
|
}
|
|
46048
46550
|
.k-scheduler-monthview .k-scheduler-table td {
|
|
46049
46551
|
height: 80px;
|
|
46050
|
-
text-align:
|
|
46552
|
+
text-align: end;
|
|
46051
46553
|
}
|
|
46052
46554
|
.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
|
|
46053
46555
|
min-height: 80px;
|
|
@@ -46535,7 +47037,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46535
47037
|
}
|
|
46536
47038
|
.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
|
|
46537
47039
|
width: 100%;
|
|
46538
|
-
margin: -1px
|
|
47040
|
+
margin-block: -1px;
|
|
47041
|
+
margin-inline: 0;
|
|
46539
47042
|
}
|
|
46540
47043
|
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
|
|
46541
47044
|
white-space: nowrap;
|
|
@@ -46552,7 +47055,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46552
47055
|
visibility: hidden;
|
|
46553
47056
|
}
|
|
46554
47057
|
.k-scheduler-mobile .k-scheduler-toolbar {
|
|
46555
|
-
padding: 0.5rem
|
|
47058
|
+
padding-block: 0.5rem;
|
|
47059
|
+
padding-inline: 0.5rem;
|
|
46556
47060
|
}
|
|
46557
47061
|
.k-scheduler-mobile .k-scheduler-toolbar > * {
|
|
46558
47062
|
margin: 0;
|
|
@@ -46579,7 +47083,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46579
47083
|
display: inline-block;
|
|
46580
47084
|
}
|
|
46581
47085
|
.k-scheduler-mobile .k-scheduler-footer {
|
|
46582
|
-
padding: 0.5rem
|
|
47086
|
+
padding-block: 0.5rem;
|
|
47087
|
+
padding-inline: 0.5rem;
|
|
46583
47088
|
display: flex;
|
|
46584
47089
|
justify-content: space-between;
|
|
46585
47090
|
}
|
|
@@ -46695,11 +47200,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46695
47200
|
}
|
|
46696
47201
|
.k-pane-wrapper .k-list-title,
|
|
46697
47202
|
.k-pane-wrapper .k-filter-help-text {
|
|
46698
|
-
padding: 0.5rem
|
|
47203
|
+
padding-block: 0.5rem;
|
|
47204
|
+
padding-inline: 0.5rem;
|
|
46699
47205
|
display: block;
|
|
46700
47206
|
}
|
|
46701
47207
|
.k-pane-wrapper .k-listgroup-title {
|
|
46702
|
-
padding: 0.5rem
|
|
47208
|
+
padding-block: 0.5rem;
|
|
47209
|
+
padding-inline: 0.5rem;
|
|
46703
47210
|
font-weight: bold;
|
|
46704
47211
|
text-transform: uppercase;
|
|
46705
47212
|
}
|
|
@@ -46902,7 +47409,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46902
47409
|
}
|
|
46903
47410
|
.k-chat .k-message-group:not(.k-alt) {
|
|
46904
47411
|
align-items: flex-start;
|
|
46905
|
-
text-align:
|
|
47412
|
+
text-align: start;
|
|
46906
47413
|
}
|
|
46907
47414
|
.k-chat .k-message-group:not(.k-alt) .k-message-time {
|
|
46908
47415
|
margin-inline-start: var(--kendo-chat-item-spacing-x, 0.5rem);
|
|
@@ -46922,7 +47429,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46922
47429
|
.k-chat .k-message-group.k-alt {
|
|
46923
47430
|
align-self: flex-end;
|
|
46924
47431
|
align-items: flex-end;
|
|
46925
|
-
text-align:
|
|
47432
|
+
text-align: end;
|
|
46926
47433
|
}
|
|
46927
47434
|
.k-chat .k-message-group.k-alt .k-message-time {
|
|
46928
47435
|
margin-inline-end: var(--kendo-chat-item-spacing-x, 0.5rem);
|
|
@@ -47540,7 +48047,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47540
48047
|
padding-inline-end: var(--kendo-timeline-items-padding, 1rem);
|
|
47541
48048
|
margin-block-start: var(--kendo-timeline-track-event-offset, 2rem);
|
|
47542
48049
|
transform: translate(-100%, -50%);
|
|
47543
|
-
text-align:
|
|
48050
|
+
text-align: end;
|
|
47544
48051
|
}
|
|
47545
48052
|
.k-timeline-vertical .k-timeline-event {
|
|
47546
48053
|
display: flex;
|
|
@@ -47606,7 +48113,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47606
48113
|
flex-direction: row-reverse;
|
|
47607
48114
|
}
|
|
47608
48115
|
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
|
|
47609
|
-
text-align:
|
|
48116
|
+
text-align: start;
|
|
47610
48117
|
padding-inline-end: 0;
|
|
47611
48118
|
padding-inline-start: var(--kendo-timeline-items-padding, 1rem);
|
|
47612
48119
|
}
|
|
@@ -48014,7 +48521,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48014
48521
|
.km-scroller-pull .km-template {
|
|
48015
48522
|
display: inline-block;
|
|
48016
48523
|
min-width: 200px;
|
|
48017
|
-
text-align:
|
|
48524
|
+
text-align: start;
|
|
48018
48525
|
}
|
|
48019
48526
|
|
|
48020
48527
|
.km-load-more .km-icon,
|
|
@@ -48415,7 +48922,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
48415
48922
|
|
|
48416
48923
|
.k-chart-tooltip td {
|
|
48417
48924
|
width: auto;
|
|
48418
|
-
text-align:
|
|
48925
|
+
text-align: start;
|
|
48419
48926
|
padding-inline: var(--kendo-padding-x-sm, 0.25rem);
|
|
48420
48927
|
padding-block: var(--kendo-padding-y-sm, 0.125rem);
|
|
48421
48928
|
line-height: var(--kendo-chart-tooltip-line-height, var(--kendo-line-height-sm, normal));
|
|
@@ -48657,7 +49164,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
48657
49164
|
}
|
|
48658
49165
|
|
|
48659
49166
|
.k-gauge {
|
|
48660
|
-
text-align:
|
|
49167
|
+
text-align: start;
|
|
48661
49168
|
position: relative;
|
|
48662
49169
|
}
|
|
48663
49170
|
|
|
@@ -49164,7 +49671,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49164
49671
|
}
|
|
49165
49672
|
|
|
49166
49673
|
.k-orgchart-container {
|
|
49167
|
-
margin: 0
|
|
49674
|
+
margin-block: 0;
|
|
49675
|
+
margin-inline: auto;
|
|
49168
49676
|
width: 100%;
|
|
49169
49677
|
height: 100%;
|
|
49170
49678
|
position: relative;
|
|
@@ -49245,7 +49753,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49245
49753
|
}
|
|
49246
49754
|
|
|
49247
49755
|
.k-orgchart-line-v {
|
|
49248
|
-
margin: 0
|
|
49756
|
+
margin-block: 0;
|
|
49757
|
+
margin-inline: auto;
|
|
49249
49758
|
width: var(--kendo-orgchart-line-size, 1px);
|
|
49250
49759
|
height: var(--kendo-orgchart-line-v-height, 25px);
|
|
49251
49760
|
}
|