@progress/kendo-theme-fluent 6.1.1-dev.2 → 6.1.1-dev.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +558 -105
- 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-sheet/_layout.scss +1 -2
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/card/_layout.scss +10 -4
- package/scss/card/_variables.scss +27 -0
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +4 -0
- package/scss/grid/_layout.scss +1 -1
- package/scss/mediaplayer/_layout.scss +1 -0
- package/scss/mediaplayer/_variables.scss +3 -0
- package/scss/orgchart/_variables.scss +1 -1
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 {
|
|
@@ -20675,7 +21115,7 @@ hr.k-separator {
|
|
|
20675
21115
|
margin: var(--kendo-h4-margin, 0 0 var(--kendo-font-size, inherit));
|
|
20676
21116
|
}
|
|
20677
21117
|
|
|
20678
|
-
.k-h5
|
|
21118
|
+
.k-h5 {
|
|
20679
21119
|
font-size: var(--kendo-h5-font-size, 18px);
|
|
20680
21120
|
font-family: var(--kendo-h5-font-family, var(--kendo-font-family, inherit));
|
|
20681
21121
|
line-height: var(--kendo-h5-line-height, var(--kendo-line-height, normal));
|
|
@@ -20684,7 +21124,7 @@ hr.k-separator {
|
|
|
20684
21124
|
margin: var(--kendo-h5-margin, 0 0 var(--kendo-font-size, inherit));
|
|
20685
21125
|
}
|
|
20686
21126
|
|
|
20687
|
-
.k-h6
|
|
21127
|
+
.k-h6 {
|
|
20688
21128
|
font-size: var(--kendo-h6-font-size, 16px);
|
|
20689
21129
|
font-family: var(--kendo-h6-font-family, var(--kendo-font-family, inherit));
|
|
20690
21130
|
line-height: var(--kendo-h6-line-height, var(--kendo-line-height, normal));
|
|
@@ -28032,7 +28472,7 @@ kendo-label > .k-label {
|
|
|
28032
28472
|
box-sizing: border-box;
|
|
28033
28473
|
}
|
|
28034
28474
|
.k-floating-label-container > .k-label {
|
|
28035
|
-
max-width: 90
|
|
28475
|
+
max-width: var(--kendo-floating-label-max-width, 90%);
|
|
28036
28476
|
font-size: var(--kendo-floating-label-font-size, var(--kendo-font-size, inherit));
|
|
28037
28477
|
font-weight: var(--kendo-floating-label-font-weight, var(--kendo-font-weight-bold, inherit));
|
|
28038
28478
|
line-height: var(--kendo-floating-label-line-height, var(--kendo-line-height, normal));
|
|
@@ -35923,9 +36363,8 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
35923
36363
|
font-size: var(--kendo-actionsheet-item-description-font-size, var(--kendo-font-size-sm, inherit));
|
|
35924
36364
|
}
|
|
35925
36365
|
|
|
35926
|
-
.k-actionsheet
|
|
36366
|
+
.k-actionsheet .k-hr {
|
|
35927
36367
|
margin: 0;
|
|
35928
|
-
border-color: inherit;
|
|
35929
36368
|
flex: none;
|
|
35930
36369
|
}
|
|
35931
36370
|
|
|
@@ -36134,6 +36573,10 @@ k-datetimepicker[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl k-datetimepic
|
|
|
36134
36573
|
color: inherit;
|
|
36135
36574
|
}
|
|
36136
36575
|
|
|
36576
|
+
.k-actionsheet .k-hr {
|
|
36577
|
+
border-color: var(--kendo-actionsheet-border, var(--kendo-component-border, initial));
|
|
36578
|
+
}
|
|
36579
|
+
|
|
36137
36580
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36138
36581
|
border-color: var(--kendo-adaptive-actionsheet-header-border, var(--kendo-component-border, initial));
|
|
36139
36582
|
}
|
|
@@ -38621,11 +39064,17 @@ kendo-card-footer {
|
|
|
38621
39064
|
}
|
|
38622
39065
|
|
|
38623
39066
|
.k-card-title, .k-popover-header {
|
|
39067
|
+
font-size: var(--kendo-card-title-font-size, var(--kendo-font-size-lg, inherit));
|
|
39068
|
+
font-family: var(--kendo-card-title-font-family, var(--kendo-font-family, inherit));
|
|
39069
|
+
line-height: var(--kendo-card-title-line-height, var(--kendo-line-height, normal));
|
|
38624
39070
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38625
|
-
margin
|
|
39071
|
+
margin: 0 0 var(--kendo-card-title-margin-bottom, 0.75rem);
|
|
38626
39072
|
}
|
|
38627
39073
|
|
|
38628
39074
|
.k-card-subtitle {
|
|
39075
|
+
font-size: var(--kendo-card-subtitle-font-size, var(--kendo-font-size-sm, inherit));
|
|
39076
|
+
font-family: var(--kendo-card-subtitle-font-family, var(--kendo-font-family, inherit));
|
|
39077
|
+
line-height: var(--kendo-card-subtitle-line-height, var(--kendo-line-height, normal));
|
|
38629
39078
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38630
39079
|
margin-block-end: var(--kendo-card-subtitle-margin-bottom, 0.75rem);
|
|
38631
39080
|
}
|
|
@@ -38634,6 +39083,9 @@ kendo-card-footer {
|
|
|
38634
39083
|
}
|
|
38635
39084
|
|
|
38636
39085
|
.k-card-header {
|
|
39086
|
+
font-size: var(--kendo-card-header-font-size, var(--kendo-font-size-lg, inherit));
|
|
39087
|
+
font-family: var(--kendo-card-header-font-family, var(--kendo-font-family, inherit));
|
|
39088
|
+
line-height: var(--kendo-card-header-line-height, var(--kendo-line-height, normal));
|
|
38637
39089
|
font-weight: var(--kendo-card-title-font-weight, var(--kendo-font-weight, initial));
|
|
38638
39090
|
margin: 0;
|
|
38639
39091
|
padding-inline: var(--kendo-card-header-padding-x, 0.75rem);
|
|
@@ -40812,8 +41264,8 @@ div.k-grid-norecords {
|
|
|
40812
41264
|
width: var(--kendo-grid-column-menu-width, 230px);
|
|
40813
41265
|
box-sizing: border-box;
|
|
40814
41266
|
}
|
|
40815
|
-
.k-
|
|
40816
|
-
.k-
|
|
41267
|
+
.k-column-menu-popup.k-popup,
|
|
41268
|
+
.k-grid-columnmenu-popup.k-popup {
|
|
40817
41269
|
max-width: 100%;
|
|
40818
41270
|
}
|
|
40819
41271
|
.k-column-menu-popup .k-actions, .k-column-menu-popup .k-edit-buttons,
|
|
@@ -47327,6 +47779,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47327
47779
|
}
|
|
47328
47780
|
|
|
47329
47781
|
.k-mediaplayer-titlebar {
|
|
47782
|
+
font-size: var(--kendo-media-player-title-font-size, var(--kendo-font-size-xl, inherit));
|
|
47330
47783
|
padding-inline: var(--kendo-media-player-titlebar-padding-x, 0.5rem);
|
|
47331
47784
|
padding-block: var(--kendo-media-player-titlebar-padding-y, 0.5rem);
|
|
47332
47785
|
position: absolute;
|
|
@@ -49199,7 +49652,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49199
49652
|
}
|
|
49200
49653
|
.k-orgchart-card .k-card-title, .k-orgchart-card .k-popover-header {
|
|
49201
49654
|
margin-block-end: var(--kendo-orgchart-card-title-margin-y, 0px);
|
|
49202
|
-
font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size, inherit));
|
|
49655
|
+
font-size: var(--kendo-orgchart-card-title-font-size, var(--kendo-font-size-lg, inherit));
|
|
49203
49656
|
line-height: var(--kendo-orgchart-card-title-line-height, var(--kendo-line-height, normal));
|
|
49204
49657
|
}
|
|
49205
49658
|
.k-orgchart-card .k-card-subtitle {
|