@progress/kendo-theme-fluent 6.1.1-dev.3 → 6.1.1-dev.38
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 +671 -162
- 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/card/_layout.scss +10 -4
- package/scss/card/_variables.scss +27 -0
- package/scss/chat/_layout.scss +2 -2
- package/scss/chip/_layout.scss +6 -3
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/dataviz/_layout.scss +2 -2
- package/scss/daterangepicker/_layout.scss +1 -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 +4 -3
- package/scss/input/_layout.scss +2 -1
- package/scss/list/_layout.scss +1 -1
- package/scss/mediaplayer/_layout.scss +1 -0
- package/scss/mediaplayer/_variables.scss +3 -0
- package/scss/orgchart/_layout.scss +4 -2
- package/scss/orgchart/_variables.scss +1 -1
- 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/timeline/_layout.scss +2 -2
- package/scss/treelist/_layout.scss +2 -1
- 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
|
}
|
|
@@ -20675,7 +21137,7 @@ hr.k-separator {
|
|
|
20675
21137
|
margin: var(--kendo-h4-margin, 0 0 var(--kendo-font-size, inherit));
|
|
20676
21138
|
}
|
|
20677
21139
|
|
|
20678
|
-
.k-h5
|
|
21140
|
+
.k-h5 {
|
|
20679
21141
|
font-size: var(--kendo-h5-font-size, 18px);
|
|
20680
21142
|
font-family: var(--kendo-h5-font-family, var(--kendo-font-family, inherit));
|
|
20681
21143
|
line-height: var(--kendo-h5-line-height, var(--kendo-line-height, normal));
|
|
@@ -20684,7 +21146,7 @@ hr.k-separator {
|
|
|
20684
21146
|
margin: var(--kendo-h5-margin, 0 0 var(--kendo-font-size, inherit));
|
|
20685
21147
|
}
|
|
20686
21148
|
|
|
20687
|
-
.k-h6
|
|
21149
|
+
.k-h6 {
|
|
20688
21150
|
font-size: var(--kendo-h6-font-size, 16px);
|
|
20689
21151
|
font-family: var(--kendo-h6-font-family, var(--kendo-font-family, inherit));
|
|
20690
21152
|
line-height: var(--kendo-h6-line-height, var(--kendo-line-height, normal));
|
|
@@ -26671,8 +27133,10 @@ kendo-badge-container {
|
|
|
26671
27133
|
}
|
|
26672
27134
|
|
|
26673
27135
|
.k-chip-content {
|
|
26674
|
-
padding: 0.5em
|
|
26675
|
-
|
|
27136
|
+
padding-block: 0.5em;
|
|
27137
|
+
padding-inline: 0;
|
|
27138
|
+
margin-block: -0.5em;
|
|
27139
|
+
margin-inline: 0;
|
|
26676
27140
|
min-width: 0;
|
|
26677
27141
|
display: flex;
|
|
26678
27142
|
flex-flow: row nowrap;
|
|
@@ -26716,7 +27180,8 @@ kendo-badge-container {
|
|
|
26716
27180
|
}
|
|
26717
27181
|
|
|
26718
27182
|
.k-chip-actions {
|
|
26719
|
-
margin: -5em
|
|
27183
|
+
margin-block: -5em;
|
|
27184
|
+
margin-inline: 0;
|
|
26720
27185
|
flex: none;
|
|
26721
27186
|
display: flex;
|
|
26722
27187
|
flex-flow: row nowrap;
|
|
@@ -27868,7 +28333,7 @@ kendo-label > .k-label {
|
|
|
27868
28333
|
}
|
|
27869
28334
|
.k-form-inline legend {
|
|
27870
28335
|
font-size: var(--kendo-font-size-sm, 12px);
|
|
27871
|
-
text-align:
|
|
28336
|
+
text-align: start;
|
|
27872
28337
|
font-weight: 600;
|
|
27873
28338
|
line-height: 1;
|
|
27874
28339
|
margin-block-end: calc(var(--kendo-padding-y-lg, 0.375rem)*2);
|
|
@@ -27879,12 +28344,12 @@ kendo-label > .k-label {
|
|
|
27879
28344
|
.k-form-inline .k-form-field {
|
|
27880
28345
|
display: flex;
|
|
27881
28346
|
align-items: flex-start;
|
|
27882
|
-
text-align:
|
|
28347
|
+
text-align: start;
|
|
27883
28348
|
margin-block-end: calc(var(--kendo-padding-y-lg, 0.375rem)*2);
|
|
27884
28349
|
}
|
|
27885
28350
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
27886
28351
|
width: var(--kendo-inline-form-element-width, 25%);
|
|
27887
|
-
text-align:
|
|
28352
|
+
text-align: end;
|
|
27888
28353
|
line-height: var(--kendo-line-height, 1.4285714286);
|
|
27889
28354
|
padding-block: calc(0.25rem + 1px);
|
|
27890
28355
|
padding-inline-end: var(--kendo-padding-x-lg, 0.75rem);
|
|
@@ -27933,7 +28398,7 @@ kendo-label > .k-label {
|
|
|
27933
28398
|
padding-block: calc(0.375rem + 1px);
|
|
27934
28399
|
width: 30%;
|
|
27935
28400
|
line-height: var(--kendo-form-line-height, var(--kendo-line-height, normal));
|
|
27936
|
-
text-align:
|
|
28401
|
+
text-align: end;
|
|
27937
28402
|
float: left;
|
|
27938
28403
|
clear: both;
|
|
27939
28404
|
}
|
|
@@ -28032,7 +28497,7 @@ kendo-label > .k-label {
|
|
|
28032
28497
|
box-sizing: border-box;
|
|
28033
28498
|
}
|
|
28034
28499
|
.k-floating-label-container > .k-label {
|
|
28035
|
-
max-width: 90
|
|
28500
|
+
max-width: var(--kendo-floating-label-max-width, 90%);
|
|
28036
28501
|
font-size: var(--kendo-floating-label-font-size, var(--kendo-font-size, inherit));
|
|
28037
28502
|
font-weight: var(--kendo-floating-label-font-weight, var(--kendo-font-weight-bold, inherit));
|
|
28038
28503
|
line-height: var(--kendo-floating-label-line-height, var(--kendo-line-height, normal));
|
|
@@ -30423,7 +30888,8 @@ textarea.k-input-inner {
|
|
|
30423
30888
|
}
|
|
30424
30889
|
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
30425
30890
|
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
30426
|
-
margin: -1em
|
|
30891
|
+
margin-block: -1em;
|
|
30892
|
+
margin-inline: 0;
|
|
30427
30893
|
min-width: auto !important;
|
|
30428
30894
|
min-height: auto !important;
|
|
30429
30895
|
}
|
|
@@ -31323,7 +31789,7 @@ textarea.k-input-inner {
|
|
|
31323
31789
|
|
|
31324
31790
|
.k-circular-progressbar {
|
|
31325
31791
|
display: inline-block;
|
|
31326
|
-
text-align:
|
|
31792
|
+
text-align: start;
|
|
31327
31793
|
position: relative;
|
|
31328
31794
|
}
|
|
31329
31795
|
|
|
@@ -31957,11 +32423,11 @@ textarea.k-input-inner {
|
|
|
31957
32423
|
bottom: calc(var(--kendo-slider-end, 0)*1%);
|
|
31958
32424
|
}
|
|
31959
32425
|
.k-vertical-slider .k-tick, .k-slider-vertical .k-tick {
|
|
31960
|
-
text-align:
|
|
32426
|
+
text-align: end;
|
|
31961
32427
|
margin-left: 2px;
|
|
31962
32428
|
}
|
|
31963
32429
|
.k-vertical-slider .k-slider-topleft .k-tick, .k-slider-vertical .k-slider-topleft .k-tick {
|
|
31964
|
-
text-align:
|
|
32430
|
+
text-align: start;
|
|
31965
32431
|
}
|
|
31966
32432
|
.k-vertical-slider .k-tick, .k-slider-vertical .k-tick {
|
|
31967
32433
|
background-position: -94px center;
|
|
@@ -32018,7 +32484,7 @@ textarea.k-input-inner {
|
|
|
32018
32484
|
background-position: -64px 0;
|
|
32019
32485
|
}
|
|
32020
32486
|
.k-vertical-slider .k-label, .k-slider-vertical .k-label {
|
|
32021
|
-
text-align:
|
|
32487
|
+
text-align: start;
|
|
32022
32488
|
inset-inline-start: 120%;
|
|
32023
32489
|
inset-inline-end: auto;
|
|
32024
32490
|
top: 50%;
|
|
@@ -32193,7 +32659,8 @@ textarea.k-input-inner {
|
|
|
32193
32659
|
}
|
|
32194
32660
|
|
|
32195
32661
|
.k-calendar-table {
|
|
32196
|
-
margin: 0
|
|
32662
|
+
margin-block: 0;
|
|
32663
|
+
margin-inline: auto;
|
|
32197
32664
|
border-width: 0;
|
|
32198
32665
|
border-color: inherit;
|
|
32199
32666
|
border-spacing: 0;
|
|
@@ -32374,7 +32841,7 @@ textarea.k-input-inner {
|
|
|
32374
32841
|
}
|
|
32375
32842
|
.k-century-calendar .k-link,
|
|
32376
32843
|
.k-calendar-centuryview .k-link {
|
|
32377
|
-
text-align:
|
|
32844
|
+
text-align: start;
|
|
32378
32845
|
}
|
|
32379
32846
|
|
|
32380
32847
|
.k-popup .k-calendar {
|
|
@@ -35613,8 +36080,10 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35613
36080
|
}
|
|
35614
36081
|
|
|
35615
36082
|
.k-window-title {
|
|
35616
|
-
padding: 0.5em
|
|
35617
|
-
|
|
36083
|
+
padding-block: 0.5em;
|
|
36084
|
+
padding-inline: 0;
|
|
36085
|
+
margin-block: -0.5em;
|
|
36086
|
+
margin-inline: 0;
|
|
35618
36087
|
font-size: var(--kendo-window-title-font-size, var(--kendo-font-size-xl, inherit));
|
|
35619
36088
|
line-height: var(--kendo-window-title-line-height, var(--kendo-line-height, normal));
|
|
35620
36089
|
font-weight: var(--kendo-window-title-font-weight, var(--kendo-font-weight-bold, bold));
|
|
@@ -35630,7 +36099,8 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35630
36099
|
}
|
|
35631
36100
|
|
|
35632
36101
|
.k-window-titlebar-actions {
|
|
35633
|
-
margin: -5em
|
|
36102
|
+
margin-block: -5em;
|
|
36103
|
+
margin-inline: 0;
|
|
35634
36104
|
margin-inline-end: -0.25rem;
|
|
35635
36105
|
line-height: 1;
|
|
35636
36106
|
display: flex;
|
|
@@ -37588,7 +38058,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37588
38058
|
}
|
|
37589
38059
|
|
|
37590
38060
|
.k-pager-info {
|
|
37591
|
-
text-align:
|
|
38061
|
+
text-align: end;
|
|
37592
38062
|
justify-content: flex-end;
|
|
37593
38063
|
flex: 1 1 0%;
|
|
37594
38064
|
order: 9;
|
|
@@ -38624,11 +39094,17 @@ kendo-card-footer {
|
|
|
38624
39094
|
}
|
|
38625
39095
|
|
|
38626
39096
|
.k-card-title, .k-popover-header {
|
|
39097
|
+
font-size: var(--kendo-card-title-font-size, var(--kendo-font-size-lg, inherit));
|
|
39098
|
+
font-family: var(--kendo-card-title-font-family, var(--kendo-font-family, inherit));
|
|
39099
|
+
line-height: var(--kendo-card-title-line-height, var(--kendo-line-height, normal));
|
|
38627
39100
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38628
|
-
margin
|
|
39101
|
+
margin: 0 0 var(--kendo-card-title-margin-bottom, 0.75rem);
|
|
38629
39102
|
}
|
|
38630
39103
|
|
|
38631
39104
|
.k-card-subtitle {
|
|
39105
|
+
font-size: var(--kendo-card-subtitle-font-size, var(--kendo-font-size-sm, inherit));
|
|
39106
|
+
font-family: var(--kendo-card-subtitle-font-family, var(--kendo-font-family, inherit));
|
|
39107
|
+
line-height: var(--kendo-card-subtitle-line-height, var(--kendo-line-height, normal));
|
|
38632
39108
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38633
39109
|
margin-block-end: var(--kendo-card-subtitle-margin-bottom, 0.75rem);
|
|
38634
39110
|
}
|
|
@@ -38637,6 +39113,9 @@ kendo-card-footer {
|
|
|
38637
39113
|
}
|
|
38638
39114
|
|
|
38639
39115
|
.k-card-header {
|
|
39116
|
+
font-size: var(--kendo-card-header-font-size, var(--kendo-font-size-lg, inherit));
|
|
39117
|
+
font-family: var(--kendo-card-header-font-family, var(--kendo-font-family, inherit));
|
|
39118
|
+
line-height: var(--kendo-card-header-line-height, var(--kendo-line-height, normal));
|
|
38640
39119
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38641
39120
|
margin: 0;
|
|
38642
39121
|
padding-inline: var(--kendo-card-header-padding-x, 0.75rem);
|
|
@@ -40574,7 +41053,8 @@ div.k-grid-norecords {
|
|
|
40574
41053
|
|
|
40575
41054
|
.k-grid-norecords-template {
|
|
40576
41055
|
box-sizing: border-box;
|
|
40577
|
-
margin: 0
|
|
41056
|
+
margin-block: 0;
|
|
41057
|
+
margin-inline: auto;
|
|
40578
41058
|
width: 20em;
|
|
40579
41059
|
height: 4em;
|
|
40580
41060
|
border: 1px solid;
|
|
@@ -40815,8 +41295,8 @@ div.k-grid-norecords {
|
|
|
40815
41295
|
width: var(--kendo-grid-column-menu-width, 230px);
|
|
40816
41296
|
box-sizing: border-box;
|
|
40817
41297
|
}
|
|
40818
|
-
.k-
|
|
40819
|
-
.k-
|
|
41298
|
+
.k-column-menu-popup.k-popup,
|
|
41299
|
+
.k-grid-columnmenu-popup.k-popup {
|
|
40820
41300
|
max-width: 100%;
|
|
40821
41301
|
}
|
|
40822
41302
|
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
@@ -41644,7 +42124,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
41644
42124
|
}
|
|
41645
42125
|
|
|
41646
42126
|
.k-spreadsheet-cell-editor {
|
|
41647
|
-
padding: 0
|
|
42127
|
+
padding-block: 0;
|
|
42128
|
+
padding-inline: 3px;
|
|
41648
42129
|
line-height: var(--kendo-spreadsheet-line-height, var(--kendo-line-height, initial));
|
|
41649
42130
|
display: none;
|
|
41650
42131
|
overflow: hidden;
|
|
@@ -42493,7 +42974,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42493
42974
|
font-size: var(--kendo-pivotgrid-font-size, var(--kendo-font-size, inherit));
|
|
42494
42975
|
font-family: var(--kendo-pivotgrid-font-family, var(--kendo-font-family, inherit));
|
|
42495
42976
|
line-height: var(--kendo-pivotgrid-line-height, var(--kendo-line-height, normal));
|
|
42496
|
-
text-align:
|
|
42977
|
+
text-align: start;
|
|
42497
42978
|
vertical-align: top;
|
|
42498
42979
|
display: grid;
|
|
42499
42980
|
grid-template-columns: var(--kendo-pivotgrid-row-header-width, 300px) auto;
|
|
@@ -42509,6 +42990,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42509
42990
|
border-collapse: separate;
|
|
42510
42991
|
border-spacing: 0;
|
|
42511
42992
|
outline: 0;
|
|
42993
|
+
text-align: inherit;
|
|
42512
42994
|
empty-cells: show;
|
|
42513
42995
|
}
|
|
42514
42996
|
.k-pivotgrid thead,
|
|
@@ -42517,6 +42999,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42517
42999
|
.k-pivotgrid tr,
|
|
42518
43000
|
.k-pivotgrid td {
|
|
42519
43001
|
border-color: inherit;
|
|
43002
|
+
text-align: inherit;
|
|
42520
43003
|
}
|
|
42521
43004
|
|
|
42522
43005
|
.k-pivotgrid-table {
|
|
@@ -43248,7 +43731,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43248
43731
|
border-right: 1px solid;
|
|
43249
43732
|
height: 1em;
|
|
43250
43733
|
vertical-align: top;
|
|
43251
|
-
margin: 0
|
|
43734
|
+
margin-block: 0;
|
|
43735
|
+
margin-inline: 0.5em;
|
|
43252
43736
|
}
|
|
43253
43737
|
|
|
43254
43738
|
.k-treelist tr.k-footer,
|
|
@@ -43881,7 +44365,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43881
44365
|
|
|
43882
44366
|
.k-editor-inline {
|
|
43883
44367
|
border-radius: 0.125rem;
|
|
43884
|
-
padding: 0.125rem
|
|
44368
|
+
padding-block: 0.125rem;
|
|
44369
|
+
padding-inline: 0.25rem;
|
|
43885
44370
|
border: 1px solid transparent;
|
|
43886
44371
|
word-wrap: break-word;
|
|
43887
44372
|
overflow: auto;
|
|
@@ -44035,14 +44520,18 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44035
44520
|
.k-editor-content th {
|
|
44036
44521
|
min-width: 1em;
|
|
44037
44522
|
border: 1px solid;
|
|
44038
|
-
padding: 3px
|
|
44523
|
+
padding-block: 3px;
|
|
44524
|
+
padding-inline: 5px;
|
|
44039
44525
|
vertical-align: top;
|
|
44040
44526
|
box-sizing: border-box;
|
|
44041
44527
|
position: relative;
|
|
44042
44528
|
}
|
|
44043
44529
|
.k-editor-content th {
|
|
44044
44530
|
font-weight: bold;
|
|
44045
|
-
text-align:
|
|
44531
|
+
text-align: start;
|
|
44532
|
+
}
|
|
44533
|
+
.k-editor-content td {
|
|
44534
|
+
text-align: start;
|
|
44046
44535
|
}
|
|
44047
44536
|
.k-editor-content .selectedCell::after {
|
|
44048
44537
|
z-index: 2;
|
|
@@ -44058,8 +44547,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44058
44547
|
.k-edit-form-content {
|
|
44059
44548
|
flex: 1 1 auto;
|
|
44060
44549
|
overflow: auto;
|
|
44061
|
-
margin: -0.75rem
|
|
44062
|
-
|
|
44550
|
+
margin-block: -0.75rem;
|
|
44551
|
+
margin-inline: -1.5rem;
|
|
44552
|
+
padding-block: 0.75rem;
|
|
44553
|
+
padding-inline: 1.5rem;
|
|
44063
44554
|
}
|
|
44064
44555
|
|
|
44065
44556
|
.k-ct-popup {
|
|
@@ -44182,14 +44673,16 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44182
44673
|
height: 390px;
|
|
44183
44674
|
max-height: 50vh;
|
|
44184
44675
|
margin-block-end: 1rem;
|
|
44185
|
-
padding: 0.25rem
|
|
44676
|
+
padding-block: 0.25rem;
|
|
44677
|
+
padding-inline: 0.5rem;
|
|
44186
44678
|
border-top-width: 0;
|
|
44187
44679
|
overflow: auto;
|
|
44188
44680
|
}
|
|
44189
44681
|
.k-filebrowser .k-tile {
|
|
44190
44682
|
width: 33%;
|
|
44191
44683
|
height: 90px;
|
|
44192
|
-
padding: 0.25rem
|
|
44684
|
+
padding-block: 0.25rem;
|
|
44685
|
+
padding-inline: 0.5rem;
|
|
44193
44686
|
box-sizing: border-box;
|
|
44194
44687
|
white-space: nowrap;
|
|
44195
44688
|
overflow: hidden;
|
|
@@ -44277,7 +44770,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44277
44770
|
}
|
|
44278
44771
|
.k-editor-inline .k-table td {
|
|
44279
44772
|
min-width: 1px;
|
|
44280
|
-
padding: 0.125rem
|
|
44773
|
+
padding-block: 0.125rem;
|
|
44774
|
+
padding-inline: 0.25rem;
|
|
44281
44775
|
}
|
|
44282
44776
|
.k-editor-inline .k-element-resize-handle-wrapper {
|
|
44283
44777
|
position: absolute;
|
|
@@ -44329,7 +44823,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44329
44823
|
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
|
|
44330
44824
|
width: 2px;
|
|
44331
44825
|
height: 100%;
|
|
44332
|
-
margin: 0
|
|
44826
|
+
margin-block: 0;
|
|
44827
|
+
margin-inline: auto;
|
|
44333
44828
|
display: none;
|
|
44334
44829
|
opacity: 0.8;
|
|
44335
44830
|
}
|
|
@@ -44651,7 +45146,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44651
45146
|
padding: 0;
|
|
44652
45147
|
}
|
|
44653
45148
|
.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
|
|
44654
|
-
padding: 0.75rem
|
|
45149
|
+
padding-block: 0.75rem;
|
|
45150
|
+
padding-inline: 0.75rem;
|
|
44655
45151
|
border-width: 0 0 1px 1px;
|
|
44656
45152
|
white-space: nowrap;
|
|
44657
45153
|
}
|
|
@@ -44821,7 +45317,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44821
45317
|
overflow-x: scroll;
|
|
44822
45318
|
}
|
|
44823
45319
|
.k-gantt-timeline .k-header {
|
|
44824
|
-
padding: 0.75rem
|
|
45320
|
+
padding-block: 0.75rem;
|
|
45321
|
+
padding-inline: 0.75rem;
|
|
44825
45322
|
border-block-start-width: 0;
|
|
44826
45323
|
border-block-end-width: 1px;
|
|
44827
45324
|
border-inline-start-width: 1px;
|
|
@@ -44902,8 +45399,10 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
44902
45399
|
}
|
|
44903
45400
|
|
|
44904
45401
|
.k-task-wrap {
|
|
44905
|
-
margin: 0
|
|
44906
|
-
|
|
45402
|
+
margin-block: 0;
|
|
45403
|
+
margin-inline: -21px;
|
|
45404
|
+
padding-block: 5px;
|
|
45405
|
+
padding-inline: 21px;
|
|
44907
45406
|
display: inline-flex;
|
|
44908
45407
|
flex-direction: row;
|
|
44909
45408
|
align-items: center;
|
|
@@ -45127,11 +45626,13 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
|
|
|
45127
45626
|
white-space: nowrap;
|
|
45128
45627
|
}
|
|
45129
45628
|
.k-resources-wrap .k-resource {
|
|
45130
|
-
margin: 0
|
|
45629
|
+
margin-block: 0;
|
|
45630
|
+
margin-inline: 5px;
|
|
45131
45631
|
}
|
|
45132
45632
|
|
|
45133
45633
|
.k-task-details {
|
|
45134
|
-
padding: 0.25rem
|
|
45634
|
+
padding-block: 0.25rem;
|
|
45635
|
+
padding-inline: 0.5rem;
|
|
45135
45636
|
white-space: nowrap;
|
|
45136
45637
|
}
|
|
45137
45638
|
.k-task-details strong {
|
|
@@ -45765,7 +46266,7 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
45765
46266
|
.k-scheduler-times th {
|
|
45766
46267
|
border-inline-width: 0 1px;
|
|
45767
46268
|
border-block-width: 0 1px;
|
|
45768
|
-
text-align:
|
|
46269
|
+
text-align: end;
|
|
45769
46270
|
}
|
|
45770
46271
|
.k-scheduler-times .k-slot-cell,
|
|
45771
46272
|
.k-scheduler-times .k-scheduler-times-all-day {
|
|
@@ -46038,7 +46539,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46038
46539
|
}
|
|
46039
46540
|
.k-scheduler-monthview .k-scheduler-table td {
|
|
46040
46541
|
height: 80px;
|
|
46041
|
-
text-align:
|
|
46542
|
+
text-align: end;
|
|
46042
46543
|
}
|
|
46043
46544
|
.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
|
|
46044
46545
|
min-height: 80px;
|
|
@@ -46526,7 +47027,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46526
47027
|
}
|
|
46527
47028
|
.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
|
|
46528
47029
|
width: 100%;
|
|
46529
|
-
margin: -1px
|
|
47030
|
+
margin-block: -1px;
|
|
47031
|
+
margin-inline: 0;
|
|
46530
47032
|
}
|
|
46531
47033
|
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
|
|
46532
47034
|
white-space: nowrap;
|
|
@@ -46543,7 +47045,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46543
47045
|
visibility: hidden;
|
|
46544
47046
|
}
|
|
46545
47047
|
.k-scheduler-mobile .k-scheduler-toolbar {
|
|
46546
|
-
padding: 0.5rem
|
|
47048
|
+
padding-block: 0.5rem;
|
|
47049
|
+
padding-inline: 0.5rem;
|
|
46547
47050
|
}
|
|
46548
47051
|
.k-scheduler-mobile .k-scheduler-toolbar > * {
|
|
46549
47052
|
margin: 0;
|
|
@@ -46570,7 +47073,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46570
47073
|
display: inline-block;
|
|
46571
47074
|
}
|
|
46572
47075
|
.k-scheduler-mobile .k-scheduler-footer {
|
|
46573
|
-
padding: 0.5rem
|
|
47076
|
+
padding-block: 0.5rem;
|
|
47077
|
+
padding-inline: 0.5rem;
|
|
46574
47078
|
display: flex;
|
|
46575
47079
|
justify-content: space-between;
|
|
46576
47080
|
}
|
|
@@ -46686,11 +47190,13 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46686
47190
|
}
|
|
46687
47191
|
.k-pane-wrapper .k-list-title,
|
|
46688
47192
|
.k-pane-wrapper .k-filter-help-text {
|
|
46689
|
-
padding: 0.5rem
|
|
47193
|
+
padding-block: 0.5rem;
|
|
47194
|
+
padding-inline: 0.5rem;
|
|
46690
47195
|
display: block;
|
|
46691
47196
|
}
|
|
46692
47197
|
.k-pane-wrapper .k-listgroup-title {
|
|
46693
|
-
padding: 0.5rem
|
|
47198
|
+
padding-block: 0.5rem;
|
|
47199
|
+
padding-inline: 0.5rem;
|
|
46694
47200
|
font-weight: bold;
|
|
46695
47201
|
text-transform: uppercase;
|
|
46696
47202
|
}
|
|
@@ -46893,7 +47399,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46893
47399
|
}
|
|
46894
47400
|
.k-chat .k-message-group:not(.k-alt) {
|
|
46895
47401
|
align-items: flex-start;
|
|
46896
|
-
text-align:
|
|
47402
|
+
text-align: start;
|
|
46897
47403
|
}
|
|
46898
47404
|
.k-chat .k-message-group:not(.k-alt) .k-message-time {
|
|
46899
47405
|
margin-inline-start: var(--kendo-chat-item-spacing-x, 0.5rem);
|
|
@@ -46913,7 +47419,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
46913
47419
|
.k-chat .k-message-group.k-alt {
|
|
46914
47420
|
align-self: flex-end;
|
|
46915
47421
|
align-items: flex-end;
|
|
46916
|
-
text-align:
|
|
47422
|
+
text-align: end;
|
|
46917
47423
|
}
|
|
46918
47424
|
.k-chat .k-message-group.k-alt .k-message-time {
|
|
46919
47425
|
margin-inline-end: var(--kendo-chat-item-spacing-x, 0.5rem);
|
|
@@ -47330,6 +47836,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47330
47836
|
}
|
|
47331
47837
|
|
|
47332
47838
|
.k-mediaplayer-titlebar {
|
|
47839
|
+
font-size: var(--kendo-media-player-title-font-size, var(--kendo-font-size-xl, inherit));
|
|
47333
47840
|
padding-inline: var(--kendo-media-player-titlebar-padding-x, 0.5rem);
|
|
47334
47841
|
padding-block: var(--kendo-media-player-titlebar-padding-y, 0.5rem);
|
|
47335
47842
|
position: absolute;
|
|
@@ -47530,7 +48037,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47530
48037
|
padding-inline-end: var(--kendo-timeline-items-padding, 1rem);
|
|
47531
48038
|
margin-block-start: var(--kendo-timeline-track-event-offset, 2rem);
|
|
47532
48039
|
transform: translate(-100%, -50%);
|
|
47533
|
-
text-align:
|
|
48040
|
+
text-align: end;
|
|
47534
48041
|
}
|
|
47535
48042
|
.k-timeline-vertical .k-timeline-event {
|
|
47536
48043
|
display: flex;
|
|
@@ -47596,7 +48103,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47596
48103
|
flex-direction: row-reverse;
|
|
47597
48104
|
}
|
|
47598
48105
|
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
|
|
47599
|
-
text-align:
|
|
48106
|
+
text-align: start;
|
|
47600
48107
|
padding-inline-end: 0;
|
|
47601
48108
|
padding-inline-start: var(--kendo-timeline-items-padding, 1rem);
|
|
47602
48109
|
}
|
|
@@ -48004,7 +48511,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48004
48511
|
.km-scroller-pull .km-template {
|
|
48005
48512
|
display: inline-block;
|
|
48006
48513
|
min-width: 200px;
|
|
48007
|
-
text-align:
|
|
48514
|
+
text-align: start;
|
|
48008
48515
|
}
|
|
48009
48516
|
|
|
48010
48517
|
.km-load-more .km-icon,
|
|
@@ -48405,7 +48912,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
48405
48912
|
|
|
48406
48913
|
.k-chart-tooltip td {
|
|
48407
48914
|
width: auto;
|
|
48408
|
-
text-align:
|
|
48915
|
+
text-align: start;
|
|
48409
48916
|
padding-inline: var(--kendo-padding-x-sm, 0.25rem);
|
|
48410
48917
|
padding-block: var(--kendo-padding-y-sm, 0.125rem);
|
|
48411
48918
|
line-height: var(--kendo-chart-tooltip-line-height, var(--kendo-line-height-sm, normal));
|
|
@@ -48647,7 +49154,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
48647
49154
|
}
|
|
48648
49155
|
|
|
48649
49156
|
.k-gauge {
|
|
48650
|
-
text-align:
|
|
49157
|
+
text-align: start;
|
|
48651
49158
|
position: relative;
|
|
48652
49159
|
}
|
|
48653
49160
|
|
|
@@ -49154,7 +49661,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49154
49661
|
}
|
|
49155
49662
|
|
|
49156
49663
|
.k-orgchart-container {
|
|
49157
|
-
margin: 0
|
|
49664
|
+
margin-block: 0;
|
|
49665
|
+
margin-inline: auto;
|
|
49158
49666
|
width: 100%;
|
|
49159
49667
|
height: 100%;
|
|
49160
49668
|
position: relative;
|
|
@@ -49202,7 +49710,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49202
49710
|
}
|
|
49203
49711
|
.k-orgchart-card .k-card-title, .k-orgchart-card .k-popover-header {
|
|
49204
49712
|
margin-block-end: var(--kendo-orgchart-card-title-margin-y, 0px);
|
|
49205
|
-
font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size, inherit));
|
|
49713
|
+
font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size-lg, inherit));
|
|
49206
49714
|
line-height: var(--kendo-orgchart-card-title-line-height, var(--kendo-line-height, normal));
|
|
49207
49715
|
}
|
|
49208
49716
|
.k-orgchart-card .k-card-subtitle {
|
|
@@ -49235,7 +49743,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49235
49743
|
}
|
|
49236
49744
|
|
|
49237
49745
|
.k-orgchart-line-v {
|
|
49238
|
-
margin: 0
|
|
49746
|
+
margin-block: 0;
|
|
49747
|
+
margin-inline: auto;
|
|
49239
49748
|
width: var(--kendo-orgchart-line-size, 1px);
|
|
49240
49749
|
height: var(--kendo-orgchart-line-v-height, 25px);
|
|
49241
49750
|
}
|