@progress/kendo-theme-material 5.1.2-dev.6 → 5.1.2-dev.7

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 CHANGED
@@ -139,7 +139,7 @@ kendo-sortable {
139
139
 
140
140
  .k-block,
141
141
  .k-panel {
142
- border-radius: 2px;
142
+ border-radius: 4px;
143
143
  border-color: rgba(0, 0, 0, 0.12);
144
144
  color: rgba(0, 0, 0, 0.87);
145
145
  background-color: white;
@@ -151,8 +151,8 @@ kendo-sortable {
151
151
 
152
152
  .k-block > .k-header,
153
153
  .k-panel > .k-header {
154
- border-top-left-radius: 2px;
155
- border-top-right-radius: 2px;
154
+ border-top-left-radius: 4px;
155
+ border-top-right-radius: 4px;
156
156
  border-color: rgba(0, 0, 0, 0.08);
157
157
  color: rgba(0, 0, 0, 0.87);
158
158
  background-color: white;
@@ -1551,27 +1551,27 @@ kendo-sortable {
1551
1551
  }
1552
1552
 
1553
1553
  .k-rounded-sm {
1554
- border-radius: 0.125rem;
1554
+ border-radius: 2px;
1555
1555
  }
1556
1556
 
1557
1557
  .\!k-rounded-sm {
1558
- border-radius: 0.125rem !important;
1558
+ border-radius: 2px !important;
1559
1559
  }
1560
1560
 
1561
1561
  .k-rounded-md {
1562
- border-radius: 0.25rem;
1562
+ border-radius: 4px;
1563
1563
  }
1564
1564
 
1565
1565
  .\!k-rounded-md {
1566
- border-radius: 0.25rem !important;
1566
+ border-radius: 4px !important;
1567
1567
  }
1568
1568
 
1569
1569
  .k-rounded-lg {
1570
- border-radius: 0.375rem;
1570
+ border-radius: 6px;
1571
1571
  }
1572
1572
 
1573
1573
  .\!k-rounded-lg {
1574
- border-radius: 0.375rem !important;
1574
+ border-radius: 6px !important;
1575
1575
  }
1576
1576
 
1577
1577
  .k-rounded-full {
@@ -1603,33 +1603,33 @@ kendo-sortable {
1603
1603
  }
1604
1604
 
1605
1605
  .k-rounded-top-sm {
1606
- border-top-left-radius: 0.125rem;
1607
- border-top-right-radius: 0.125rem;
1606
+ border-top-left-radius: 2px;
1607
+ border-top-right-radius: 2px;
1608
1608
  }
1609
1609
 
1610
1610
  .\!k-rounded-top-sm {
1611
- border-top-left-radius: 0.125rem !important;
1612
- border-top-right-radius: 0.125rem !important;
1611
+ border-top-left-radius: 2px !important;
1612
+ border-top-right-radius: 2px !important;
1613
1613
  }
1614
1614
 
1615
1615
  .k-rounded-top-md {
1616
- border-top-left-radius: 0.25rem;
1617
- border-top-right-radius: 0.25rem;
1616
+ border-top-left-radius: 4px;
1617
+ border-top-right-radius: 4px;
1618
1618
  }
1619
1619
 
1620
1620
  .\!k-rounded-top-md {
1621
- border-top-left-radius: 0.25rem !important;
1622
- border-top-right-radius: 0.25rem !important;
1621
+ border-top-left-radius: 4px !important;
1622
+ border-top-right-radius: 4px !important;
1623
1623
  }
1624
1624
 
1625
1625
  .k-rounded-top-lg {
1626
- border-top-left-radius: 0.375rem;
1627
- border-top-right-radius: 0.375rem;
1626
+ border-top-left-radius: 6px;
1627
+ border-top-right-radius: 6px;
1628
1628
  }
1629
1629
 
1630
1630
  .\!k-rounded-top-lg {
1631
- border-top-left-radius: 0.375rem !important;
1632
- border-top-right-radius: 0.375rem !important;
1631
+ border-top-left-radius: 6px !important;
1632
+ border-top-right-radius: 6px !important;
1633
1633
  }
1634
1634
 
1635
1635
  .k-rounded-top-full {
@@ -1663,33 +1663,33 @@ kendo-sortable {
1663
1663
  }
1664
1664
 
1665
1665
  .k-rounded-right-sm {
1666
- border-top-right-radius: 0.125rem;
1667
- border-bottom-right-radius: 0.125rem;
1666
+ border-top-right-radius: 2px;
1667
+ border-bottom-right-radius: 2px;
1668
1668
  }
1669
1669
 
1670
1670
  .\!k-rounded-right-sm {
1671
- border-top-right-radius: 0.125rem !important;
1672
- border-bottom-right-radius: 0.125rem !important;
1671
+ border-top-right-radius: 2px !important;
1672
+ border-bottom-right-radius: 2px !important;
1673
1673
  }
1674
1674
 
1675
1675
  .k-rounded-right-md {
1676
- border-top-right-radius: 0.25rem;
1677
- border-bottom-right-radius: 0.25rem;
1676
+ border-top-right-radius: 4px;
1677
+ border-bottom-right-radius: 4px;
1678
1678
  }
1679
1679
 
1680
1680
  .\!k-rounded-right-md {
1681
- border-top-right-radius: 0.25rem !important;
1682
- border-bottom-right-radius: 0.25rem !important;
1681
+ border-top-right-radius: 4px !important;
1682
+ border-bottom-right-radius: 4px !important;
1683
1683
  }
1684
1684
 
1685
1685
  .k-rounded-right-lg {
1686
- border-top-right-radius: 0.375rem;
1687
- border-bottom-right-radius: 0.375rem;
1686
+ border-top-right-radius: 6px;
1687
+ border-bottom-right-radius: 6px;
1688
1688
  }
1689
1689
 
1690
1690
  .\!k-rounded-right-lg {
1691
- border-top-right-radius: 0.375rem !important;
1692
- border-bottom-right-radius: 0.375rem !important;
1691
+ border-top-right-radius: 6px !important;
1692
+ border-bottom-right-radius: 6px !important;
1693
1693
  }
1694
1694
 
1695
1695
  .k-rounded-right-full {
@@ -1723,33 +1723,33 @@ kendo-sortable {
1723
1723
  }
1724
1724
 
1725
1725
  .k-rounded-bottom-sm {
1726
- border-bottom-left-radius: 0.125rem;
1727
- border-bottom-right-radius: 0.125rem;
1726
+ border-bottom-left-radius: 2px;
1727
+ border-bottom-right-radius: 2px;
1728
1728
  }
1729
1729
 
1730
1730
  .\!k-rounded-bottom-sm {
1731
- border-bottom-left-radius: 0.125rem !important;
1732
- border-bottom-right-radius: 0.125rem !important;
1731
+ border-bottom-left-radius: 2px !important;
1732
+ border-bottom-right-radius: 2px !important;
1733
1733
  }
1734
1734
 
1735
1735
  .k-rounded-bottom-md {
1736
- border-bottom-left-radius: 0.25rem;
1737
- border-bottom-right-radius: 0.25rem;
1736
+ border-bottom-left-radius: 4px;
1737
+ border-bottom-right-radius: 4px;
1738
1738
  }
1739
1739
 
1740
1740
  .\!k-rounded-bottom-md {
1741
- border-bottom-left-radius: 0.25rem !important;
1742
- border-bottom-right-radius: 0.25rem !important;
1741
+ border-bottom-left-radius: 4px !important;
1742
+ border-bottom-right-radius: 4px !important;
1743
1743
  }
1744
1744
 
1745
1745
  .k-rounded-bottom-lg {
1746
- border-bottom-left-radius: 0.375rem;
1747
- border-bottom-right-radius: 0.375rem;
1746
+ border-bottom-left-radius: 6px;
1747
+ border-bottom-right-radius: 6px;
1748
1748
  }
1749
1749
 
1750
1750
  .\!k-rounded-bottom-lg {
1751
- border-bottom-left-radius: 0.375rem !important;
1752
- border-bottom-right-radius: 0.375rem !important;
1751
+ border-bottom-left-radius: 6px !important;
1752
+ border-bottom-right-radius: 6px !important;
1753
1753
  }
1754
1754
 
1755
1755
  .k-rounded-bottom-full {
@@ -1783,33 +1783,33 @@ kendo-sortable {
1783
1783
  }
1784
1784
 
1785
1785
  .k-rounded-left-sm {
1786
- border-bottom-left-radius: 0.125rem;
1787
- border-top-left-radius: 0.125rem;
1786
+ border-bottom-left-radius: 2px;
1787
+ border-top-left-radius: 2px;
1788
1788
  }
1789
1789
 
1790
1790
  .\!k-rounded-left-sm {
1791
- border-bottom-left-radius: 0.125rem !important;
1792
- border-top-left-radius: 0.125rem !important;
1791
+ border-bottom-left-radius: 2px !important;
1792
+ border-top-left-radius: 2px !important;
1793
1793
  }
1794
1794
 
1795
1795
  .k-rounded-left-md {
1796
- border-bottom-left-radius: 0.25rem;
1797
- border-top-left-radius: 0.25rem;
1796
+ border-bottom-left-radius: 4px;
1797
+ border-top-left-radius: 4px;
1798
1798
  }
1799
1799
 
1800
1800
  .\!k-rounded-left-md {
1801
- border-bottom-left-radius: 0.25rem !important;
1802
- border-top-left-radius: 0.25rem !important;
1801
+ border-bottom-left-radius: 4px !important;
1802
+ border-top-left-radius: 4px !important;
1803
1803
  }
1804
1804
 
1805
1805
  .k-rounded-left-lg {
1806
- border-bottom-left-radius: 0.375rem;
1807
- border-top-left-radius: 0.375rem;
1806
+ border-bottom-left-radius: 6px;
1807
+ border-top-left-radius: 6px;
1808
1808
  }
1809
1809
 
1810
1810
  .\!k-rounded-left-lg {
1811
- border-bottom-left-radius: 0.375rem !important;
1812
- border-top-left-radius: 0.375rem !important;
1811
+ border-bottom-left-radius: 6px !important;
1812
+ border-top-left-radius: 6px !important;
1813
1813
  }
1814
1814
 
1815
1815
  .k-rounded-left-full {
@@ -1839,27 +1839,27 @@ kendo-sortable {
1839
1839
  }
1840
1840
 
1841
1841
  .k-rounded-top-left-sm {
1842
- border-top-left-radius: 0.125rem;
1842
+ border-top-left-radius: 2px;
1843
1843
  }
1844
1844
 
1845
1845
  .\!k-rounded-top-left-sm {
1846
- border-top-left-radius: 0.125rem !important;
1846
+ border-top-left-radius: 2px !important;
1847
1847
  }
1848
1848
 
1849
1849
  .k-rounded-top-left-md {
1850
- border-top-left-radius: 0.25rem;
1850
+ border-top-left-radius: 4px;
1851
1851
  }
1852
1852
 
1853
1853
  .\!k-rounded-top-left-md {
1854
- border-top-left-radius: 0.25rem !important;
1854
+ border-top-left-radius: 4px !important;
1855
1855
  }
1856
1856
 
1857
1857
  .k-rounded-top-left-lg {
1858
- border-top-left-radius: 0.375rem;
1858
+ border-top-left-radius: 6px;
1859
1859
  }
1860
1860
 
1861
1861
  .\!k-rounded-top-left-lg {
1862
- border-top-left-radius: 0.375rem !important;
1862
+ border-top-left-radius: 6px !important;
1863
1863
  }
1864
1864
 
1865
1865
  .k-rounded-top-left-full {
@@ -1887,27 +1887,27 @@ kendo-sortable {
1887
1887
  }
1888
1888
 
1889
1889
  .k-rounded-top-right-sm {
1890
- border-top-right-radius: 0.125rem;
1890
+ border-top-right-radius: 2px;
1891
1891
  }
1892
1892
 
1893
1893
  .\!k-rounded-top-right-sm {
1894
- border-top-right-radius: 0.125rem !important;
1894
+ border-top-right-radius: 2px !important;
1895
1895
  }
1896
1896
 
1897
1897
  .k-rounded-top-right-md {
1898
- border-top-right-radius: 0.25rem;
1898
+ border-top-right-radius: 4px;
1899
1899
  }
1900
1900
 
1901
1901
  .\!k-rounded-top-right-md {
1902
- border-top-right-radius: 0.25rem !important;
1902
+ border-top-right-radius: 4px !important;
1903
1903
  }
1904
1904
 
1905
1905
  .k-rounded-top-right-lg {
1906
- border-top-right-radius: 0.375rem;
1906
+ border-top-right-radius: 6px;
1907
1907
  }
1908
1908
 
1909
1909
  .\!k-rounded-top-right-lg {
1910
- border-top-right-radius: 0.375rem !important;
1910
+ border-top-right-radius: 6px !important;
1911
1911
  }
1912
1912
 
1913
1913
  .k-rounded-top-right-full {
@@ -1935,27 +1935,27 @@ kendo-sortable {
1935
1935
  }
1936
1936
 
1937
1937
  .k-rounded-bottom-left-sm {
1938
- border-bottom-left-radius: 0.125rem;
1938
+ border-bottom-left-radius: 2px;
1939
1939
  }
1940
1940
 
1941
1941
  .\!k-rounded-bottom-left-sm {
1942
- border-bottom-left-radius: 0.125rem !important;
1942
+ border-bottom-left-radius: 2px !important;
1943
1943
  }
1944
1944
 
1945
1945
  .k-rounded-bottom-left-md {
1946
- border-bottom-left-radius: 0.25rem;
1946
+ border-bottom-left-radius: 4px;
1947
1947
  }
1948
1948
 
1949
1949
  .\!k-rounded-bottom-left-md {
1950
- border-bottom-left-radius: 0.25rem !important;
1950
+ border-bottom-left-radius: 4px !important;
1951
1951
  }
1952
1952
 
1953
1953
  .k-rounded-bottom-left-lg {
1954
- border-bottom-left-radius: 0.375rem;
1954
+ border-bottom-left-radius: 6px;
1955
1955
  }
1956
1956
 
1957
1957
  .\!k-rounded-bottom-left-lg {
1958
- border-bottom-left-radius: 0.375rem !important;
1958
+ border-bottom-left-radius: 6px !important;
1959
1959
  }
1960
1960
 
1961
1961
  .k-rounded-bottom-left-full {
@@ -1983,27 +1983,27 @@ kendo-sortable {
1983
1983
  }
1984
1984
 
1985
1985
  .k-rounded-bottom-right-sm {
1986
- border-bottom-right-radius: 0.125rem;
1986
+ border-bottom-right-radius: 2px;
1987
1987
  }
1988
1988
 
1989
1989
  .\!k-rounded-bottom-right-sm {
1990
- border-bottom-right-radius: 0.125rem !important;
1990
+ border-bottom-right-radius: 2px !important;
1991
1991
  }
1992
1992
 
1993
1993
  .k-rounded-bottom-right-md {
1994
- border-bottom-right-radius: 0.25rem;
1994
+ border-bottom-right-radius: 4px;
1995
1995
  }
1996
1996
 
1997
1997
  .\!k-rounded-bottom-right-md {
1998
- border-bottom-right-radius: 0.25rem !important;
1998
+ border-bottom-right-radius: 4px !important;
1999
1999
  }
2000
2000
 
2001
2001
  .k-rounded-bottom-right-lg {
2002
- border-bottom-right-radius: 0.375rem;
2002
+ border-bottom-right-radius: 6px;
2003
2003
  }
2004
2004
 
2005
2005
  .\!k-rounded-bottom-right-lg {
2006
- border-bottom-right-radius: 0.375rem !important;
2006
+ border-bottom-right-radius: 6px !important;
2007
2007
  }
2008
2008
 
2009
2009
  .k-rounded-bottom-right-full {
@@ -2091,165 +2091,321 @@ kendo-sortable {
2091
2091
  }
2092
2092
 
2093
2093
  .\!k-flex-col-reverse {
2094
- flex-direction: column-reverse;
2094
+ flex-direction: column-reverse !important;
2095
2095
  }
2096
2096
 
2097
2097
  .k-flex-wrap {
2098
2098
  flex-wrap: wrap;
2099
2099
  }
2100
2100
 
2101
+ .\!k-flex-wrap {
2102
+ flex-wrap: wrap !important;
2103
+ }
2104
+
2101
2105
  .k-flex-nowrap {
2102
2106
  flex-wrap: nowrap;
2103
2107
  }
2104
2108
 
2109
+ .\!k-flex-nowrap {
2110
+ flex-wrap: nowrap !important;
2111
+ }
2112
+
2105
2113
  .k-flex-wrap-reverse {
2106
2114
  flex-wrap: wrap-reverse;
2107
2115
  }
2108
2116
 
2117
+ .\!k-flex-wrap-reverse {
2118
+ flex-wrap: wrap-reverse !important;
2119
+ }
2120
+
2109
2121
  .k-flex-initial {
2110
2122
  flex: 0 1 auto;
2111
2123
  }
2112
2124
 
2125
+ .\!k-flex-initial {
2126
+ flex: 0 1 auto !important;
2127
+ }
2128
+
2113
2129
  .k-flex-1 {
2114
2130
  flex: 1 1 0%;
2115
2131
  }
2116
2132
 
2133
+ .\!k-flex-1 {
2134
+ flex: 1 1 0% !important;
2135
+ }
2136
+
2117
2137
  .k-flex-auto {
2118
2138
  flex: 1 1 auto;
2119
2139
  }
2120
2140
 
2141
+ .\!k-flex-auto {
2142
+ flex: 1 1 auto !important;
2143
+ }
2144
+
2121
2145
  .k-flex-none {
2122
2146
  flex: none;
2123
2147
  }
2124
2148
 
2149
+ .\!k-flex-none {
2150
+ flex: none !important;
2151
+ }
2152
+
2125
2153
  .k-flex-grow {
2126
2154
  flex-grow: 1;
2127
2155
  }
2128
2156
 
2157
+ .\!k-flex-grow {
2158
+ flex-grow: 1 !important;
2159
+ }
2160
+
2129
2161
  .k-flex-grow-0 {
2130
2162
  flex-grow: 0;
2131
2163
  }
2132
2164
 
2165
+ .\!k-flex-grow-0 {
2166
+ flex-grow: 0 !important;
2167
+ }
2168
+
2133
2169
  .k-flex-shrink {
2134
2170
  flex-shrink: 1;
2135
2171
  }
2136
2172
 
2173
+ .\!k-flex-shrink {
2174
+ flex-shrink: 1 !important;
2175
+ }
2176
+
2137
2177
  .k-flex-shrink-0 {
2138
2178
  flex-shrink: 0;
2139
2179
  }
2140
2180
 
2181
+ .\!k-flex-shrink-0 {
2182
+ flex-shrink: 0 !important;
2183
+ }
2184
+
2141
2185
  .k-flex-basis-auto {
2142
2186
  flex-basis: auto;
2143
2187
  }
2144
2188
 
2189
+ .\!k-flex-basis-auto {
2190
+ flex-basis: auto !important;
2191
+ }
2192
+
2145
2193
  .k-flex-basis-0 {
2146
2194
  flex-basis: 0%;
2147
2195
  }
2148
2196
 
2197
+ .\!k-flex-basis-0 {
2198
+ flex-basis: 0% !important;
2199
+ }
2200
+
2149
2201
  .k-align-items-start {
2150
2202
  align-items: flex-start;
2151
2203
  }
2152
2204
 
2205
+ .\!k-align-items-start {
2206
+ align-items: flex-start !important;
2207
+ }
2208
+
2153
2209
  .k-align-items-end {
2154
2210
  align-items: flex-end;
2155
2211
  }
2156
2212
 
2213
+ .\!k-align-items-end {
2214
+ align-items: flex-end !important;
2215
+ }
2216
+
2157
2217
  .k-align-items-center {
2158
2218
  align-items: center;
2159
2219
  }
2160
2220
 
2221
+ .\!k-align-items-center {
2222
+ align-items: center !important;
2223
+ }
2224
+
2161
2225
  .k-align-items-stretch {
2162
2226
  align-items: stretch;
2163
2227
  }
2164
2228
 
2229
+ .\!k-align-items-stretch {
2230
+ align-items: stretch !important;
2231
+ }
2232
+
2165
2233
  .k-align-items-baseline {
2166
2234
  align-items: baseline;
2167
2235
  }
2168
2236
 
2237
+ .\!k-align-items-baseline {
2238
+ align-items: baseline !important;
2239
+ }
2240
+
2169
2241
  .k-align-content-start {
2170
2242
  align-content: flex-start;
2171
2243
  }
2172
2244
 
2245
+ .\!k-align-content-start {
2246
+ align-content: flex-start !important;
2247
+ }
2248
+
2173
2249
  .k-align-content-end {
2174
2250
  align-content: flex-end;
2175
2251
  }
2176
2252
 
2253
+ .\!k-align-content-end {
2254
+ align-content: flex-end !important;
2255
+ }
2256
+
2177
2257
  .k-align-content-center {
2178
2258
  align-content: center;
2179
2259
  }
2180
2260
 
2261
+ .\!k-align-content-center {
2262
+ align-content: center !important;
2263
+ }
2264
+
2181
2265
  .k-align-content-stretch {
2182
2266
  align-content: stretch;
2183
2267
  }
2184
2268
 
2269
+ .\!k-align-content-stretch {
2270
+ align-content: stretch !important;
2271
+ }
2272
+
2185
2273
  .k-align-content-baseline {
2186
2274
  align-content: baseline;
2187
2275
  }
2188
2276
 
2277
+ .\!k-align-content-baseline {
2278
+ align-content: baseline !important;
2279
+ }
2280
+
2189
2281
  .k-align-self-start {
2190
2282
  align-self: flex-start;
2191
2283
  }
2192
2284
 
2285
+ .\!k-align-self-start {
2286
+ align-self: flex-start !important;
2287
+ }
2288
+
2193
2289
  .k-align-self-end {
2194
2290
  align-self: flex-end;
2195
2291
  }
2196
2292
 
2293
+ .\!k-align-self-end {
2294
+ align-self: flex-end !important;
2295
+ }
2296
+
2197
2297
  .k-align-self-center {
2198
2298
  align-self: center;
2199
2299
  }
2200
2300
 
2301
+ .\!k-align-self-center {
2302
+ align-self: center !important;
2303
+ }
2304
+
2201
2305
  .k-align-self-stretch {
2202
2306
  align-self: stretch;
2203
2307
  }
2204
2308
 
2309
+ .\!k-align-self-stretch {
2310
+ align-self: stretch !important;
2311
+ }
2312
+
2205
2313
  .k-align-self-baseline {
2206
2314
  align-self: baseline;
2207
2315
  }
2208
2316
 
2317
+ .\!k-align-self-baseline {
2318
+ align-self: baseline !important;
2319
+ }
2320
+
2209
2321
  .k-justify-content-start {
2210
2322
  justify-content: flex-start;
2211
2323
  }
2212
2324
 
2325
+ .\!k-justify-content-start {
2326
+ justify-content: flex-start !important;
2327
+ }
2328
+
2213
2329
  .k-justify-content-end {
2214
2330
  justify-content: flex-end;
2215
2331
  }
2216
2332
 
2333
+ .\!k-justify-content-end {
2334
+ justify-content: flex-end !important;
2335
+ }
2336
+
2217
2337
  .k-justify-content-center {
2218
2338
  justify-content: center;
2219
2339
  }
2220
2340
 
2341
+ .\!k-justify-content-center {
2342
+ justify-content: center !important;
2343
+ }
2344
+
2221
2345
  .k-justify-content-between {
2222
2346
  justify-content: space-between;
2223
2347
  }
2224
2348
 
2349
+ .\!k-justify-content-between {
2350
+ justify-content: space-between !important;
2351
+ }
2352
+
2225
2353
  .k-justify-content-around {
2226
2354
  justify-content: space-around;
2227
2355
  }
2228
2356
 
2357
+ .\!k-justify-content-around {
2358
+ justify-content: space-around !important;
2359
+ }
2360
+
2229
2361
  .k-justify-content-evenly {
2230
2362
  justify-content: space-evenly;
2231
2363
  }
2232
2364
 
2365
+ .\!k-justify-content-evenly {
2366
+ justify-content: space-evenly !important;
2367
+ }
2368
+
2233
2369
  .k-justify-content-stretch > * {
2234
2370
  flex: 1 0 0%;
2235
2371
  }
2236
2372
 
2373
+ .\!k-justify-content-stretch > * {
2374
+ flex: 1 0 0% !important;
2375
+ }
2376
+
2237
2377
  .k-justify-items-start {
2238
2378
  justify-items: flex-start;
2239
2379
  }
2240
2380
 
2381
+ .\!k-justify-items-start {
2382
+ justify-items: flex-start !important;
2383
+ }
2384
+
2241
2385
  .k-justify-items-end {
2242
2386
  justify-items: flex-end;
2243
2387
  }
2244
2388
 
2389
+ .\!k-justify-items-end {
2390
+ justify-items: flex-end !important;
2391
+ }
2392
+
2245
2393
  .k-justify-items-center {
2246
2394
  justify-items: center;
2247
2395
  }
2248
2396
 
2397
+ .\!k-justify-items-center {
2398
+ justify-items: center !important;
2399
+ }
2400
+
2249
2401
  .k-justify-items-stretch {
2250
2402
  justify-items: stretch;
2251
2403
  }
2252
2404
 
2405
+ .\!k-justify-items-stretch {
2406
+ justify-items: stretch !important;
2407
+ }
2408
+
2253
2409
  .k-float-left {
2254
2410
  float: left !important;
2255
2411
  }
@@ -10991,6 +11147,13 @@ kendo-sortable {
10991
11147
  right: 0;
10992
11148
  }
10993
11149
 
11150
+ .k-list-item-text::before,
11151
+ .k-list-optionlabel::before {
11152
+ content: "\200b";
11153
+ width: 0px;
11154
+ overflow: hidden;
11155
+ }
11156
+
10994
11157
  .k-list-group-item {
10995
11158
  border-width: 0;
10996
11159
  border-width: 1px 0 0;
@@ -11159,7 +11322,7 @@ kendo-sortable {
11159
11322
  }
11160
11323
 
11161
11324
  .k-listgroup {
11162
- border-radius: 2px;
11325
+ border-radius: 4px;
11163
11326
  margin: 0;
11164
11327
  padding: 0;
11165
11328
  border-width: 1px;
@@ -11405,7 +11568,7 @@ kendo-sortable {
11405
11568
  }
11406
11569
 
11407
11570
  .k-animation-container {
11408
- border-radius: 0 0 2px 2px;
11571
+ border-radius: 0 0 4px 4px;
11409
11572
  }
11410
11573
 
11411
11574
  .k-animation-container-shown {
@@ -11442,7 +11605,7 @@ kendo-sortable {
11442
11605
  }
11443
11606
 
11444
11607
  .k-animation-container {
11445
- border-radius: 0 0 2px 2px;
11608
+ border-radius: 0 0 4px 4px;
11446
11609
  }
11447
11610
 
11448
11611
  .k-ripple-target {
@@ -11576,15 +11739,15 @@ a.k-badge:hover,
11576
11739
  }
11577
11740
 
11578
11741
  .k-badge-rounded.k-badge-sm {
11579
- border-radius: 1px;
11742
+ border-radius: 2px;
11580
11743
  }
11581
11744
 
11582
11745
  .k-badge-rounded.k-badge-md {
11583
- border-radius: 2px;
11746
+ border-radius: 4px;
11584
11747
  }
11585
11748
 
11586
11749
  .k-badge-rounded.k-badge-lg {
11587
- border-radius: 4px;
11750
+ border-radius: 6px;
11588
11751
  }
11589
11752
 
11590
11753
  .k-badge-pill {
@@ -14850,6 +15013,8 @@ textarea.k-input-inner {
14850
15013
  }
14851
15014
 
14852
15015
  .k-chip-content {
15016
+ padding: .5em 0;
15017
+ margin: -.5em 0;
14853
15018
  min-width: 0;
14854
15019
  display: flex;
14855
15020
  flex-flow: row nowrap;
@@ -15291,7 +15456,7 @@ textarea.k-input-inner {
15291
15456
  width: 100%;
15292
15457
  height: 100%;
15293
15458
  border-width: 1px;
15294
- border-radius: 2px;
15459
+ border-radius: 4px;
15295
15460
  box-sizing: border-box;
15296
15461
  border-style: solid;
15297
15462
  display: inline-flex;
@@ -15697,7 +15862,7 @@ textarea.k-input-inner {
15697
15862
  .k-loader-container-panel {
15698
15863
  border-width: 1px;
15699
15864
  border-style: solid;
15700
- border-radius: 2px;
15865
+ border-radius: 4px;
15701
15866
  }
15702
15867
 
15703
15868
  .k-loader-container-sm .k-loader-container-inner {
@@ -15790,7 +15955,7 @@ textarea.k-input-inner {
15790
15955
  }
15791
15956
 
15792
15957
  .k-skeleton-text {
15793
- border-radius: 2px;
15958
+ border-radius: 4px;
15794
15959
  transform: scale(1, 0.6);
15795
15960
  }
15796
15961
 
@@ -16772,12 +16937,6 @@ kendo-label > .k-label {
16772
16937
  width: 100%;
16773
16938
  }
16774
16939
 
16775
- .k-form .k-daterangepicker {
16776
- width: 100%;
16777
- flex-flow: column nowrap;
16778
- gap: 0;
16779
- }
16780
-
16781
16940
  .k-form-buttons {
16782
16941
  margin-top: 2em;
16783
16942
  padding: 0;
@@ -17059,7 +17218,7 @@ kendo-label > .k-label {
17059
17218
  }
17060
17219
 
17061
17220
  .k-tooltip {
17062
- border-radius: 2px;
17221
+ border-radius: 4px;
17063
17222
  margin: 0;
17064
17223
  padding: 3px 8px;
17065
17224
  border-width: 0px;
@@ -17358,7 +17517,7 @@ kendo-label > .k-label {
17358
17517
  }
17359
17518
 
17360
17519
  .k-progressbar {
17361
- border-radius: 2px;
17520
+ border-radius: 4px;
17362
17521
  --kendo-progressbar-progress: 0;
17363
17522
  border-width: 0px;
17364
17523
  border-style: solid;
@@ -18525,7 +18684,7 @@ kendo-label > .k-label {
18525
18684
 
18526
18685
  .k-slider .k-slider-track,
18527
18686
  .k-slider .k-slider-selection {
18528
- border-radius: 2px;
18687
+ border-radius: 4px;
18529
18688
  }
18530
18689
 
18531
18690
  .k-slider .k-slider-track {
@@ -18917,6 +19076,9 @@ kendo-label > .k-label {
18917
19076
  line-height: 2em;
18918
19077
  cursor: pointer;
18919
19078
  padding: 0 1em;
19079
+ overflow: hidden;
19080
+ white-space: nowrap;
19081
+ text-overflow: clip;
18920
19082
  }
18921
19083
 
18922
19084
  .k-calendar-navigation .k-calendar-navigation-marker {
@@ -19550,7 +19712,7 @@ kendo-label > .k-label {
19550
19712
  }
19551
19713
 
19552
19714
  .k-colorgradient {
19553
- border-radius: 2px;
19715
+ border-radius: 4px;
19554
19716
  width: 294px;
19555
19717
  padding: 12px 12px;
19556
19718
  border-style: solid;
@@ -19579,7 +19741,7 @@ kendo-label > .k-label {
19579
19741
  }
19580
19742
 
19581
19743
  .k-colorgradient-canvas .k-hsv-rectangle {
19582
- border-radius: 2px;
19744
+ border-radius: 4px;
19583
19745
  position: relative;
19584
19746
  flex: 1 1 auto;
19585
19747
  -webkit-user-select: none;
@@ -19589,7 +19751,7 @@ kendo-label > .k-label {
19589
19751
  }
19590
19752
 
19591
19753
  .k-colorgradient-canvas .k-hsv-gradient {
19592
- border-radius: 2px;
19754
+ border-radius: 4px;
19593
19755
  height: 180px;
19594
19756
  }
19595
19757
 
@@ -19780,7 +19942,7 @@ kendo-label > .k-label {
19780
19942
  }
19781
19943
 
19782
19944
  .k-coloreditor {
19783
- border-radius: 2px;
19945
+ border-radius: 4px;
19784
19946
  min-width: 294px;
19785
19947
  border-width: 1px;
19786
19948
  border-style: solid;
@@ -23006,7 +23168,7 @@ kendo-card-footer {
23006
23168
  }
23007
23169
 
23008
23170
  .k-card {
23009
- border-radius: 2px;
23171
+ border-radius: 4px;
23010
23172
  border-width: 0px;
23011
23173
  border-style: solid;
23012
23174
  box-sizing: border-box;
@@ -23029,7 +23191,7 @@ kendo-card-footer {
23029
23191
  }
23030
23192
 
23031
23193
  .k-card > .k-card-inner {
23032
- border-radius: 2px;
23194
+ border-radius: 4px;
23033
23195
  display: flex;
23034
23196
  flex-direction: inherit;
23035
23197
  overflow: hidden;
@@ -23277,17 +23439,17 @@ kendo-card-footer {
23277
23439
  }
23278
23440
 
23279
23441
  .k-card-group .k-card.k-first {
23280
- border-top-left-radius: 2px;
23281
- border-bottom-left-radius: 2px;
23442
+ border-top-left-radius: 4px;
23443
+ border-bottom-left-radius: 4px;
23282
23444
  }
23283
23445
 
23284
23446
  .k-card-group .k-card.k-last {
23285
- border-top-right-radius: 2px;
23286
- border-bottom-right-radius: 2px;
23447
+ border-top-right-radius: 4px;
23448
+ border-bottom-right-radius: 4px;
23287
23449
  }
23288
23450
 
23289
23451
  .k-card-group .k-card.k-only {
23290
- border-radius: 2px;
23452
+ border-radius: 4px;
23291
23453
  }
23292
23454
 
23293
23455
  .k-card-with-callout {
@@ -23498,7 +23660,7 @@ kendo-card-footer {
23498
23660
  }
23499
23661
 
23500
23662
  .k-popover {
23501
- border-radius: 2px;
23663
+ border-radius: 4px;
23502
23664
  padding: 0;
23503
23665
  border-width: 1px;
23504
23666
  border-style: solid;
@@ -23521,8 +23683,8 @@ kendo-card-footer {
23521
23683
  }
23522
23684
 
23523
23685
  .k-popover-header {
23524
- border-top-left-radius: 2px;
23525
- border-top-right-radius: 2px;
23686
+ border-top-left-radius: 4px;
23687
+ border-top-right-radius: 4px;
23526
23688
  padding: 12px 16px;
23527
23689
  border-width: 0 0 1px;
23528
23690
  border-style: solid;
@@ -24008,7 +24170,7 @@ kendo-card-footer {
24008
24170
 
24009
24171
  .k-breadcrumb-link,
24010
24172
  .k-breadcrumb-root-link {
24011
- border-radius: 2px;
24173
+ border-radius: 4px;
24012
24174
  padding: 4px 10px;
24013
24175
  color: inherit;
24014
24176
  text-decoration: none;
@@ -24494,7 +24656,7 @@ kendo-card-footer {
24494
24656
  }
24495
24657
 
24496
24658
  .k-stepper .k-step-label {
24497
- max-width: 10em;
24659
+ max-width: calc(min(100%, 10em));
24498
24660
  display: inline-flex;
24499
24661
  flex-wrap: wrap;
24500
24662
  align-items: center;
@@ -25953,7 +26115,7 @@ kendo-card-footer {
25953
26115
  }
25954
26116
 
25955
26117
  .k-layout-item-hint {
25956
- border-radius: 2px;
26118
+ border-radius: 4px;
25957
26119
  border-width: 1px;
25958
26120
  border-style: solid;
25959
26121
  position: relative;
@@ -29350,7 +29512,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29350
29512
  }
29351
29513
 
29352
29514
  .k-spreadsheet-filter {
29353
- border-radius: 2px;
29515
+ border-radius: 4px;
29354
29516
  line-height: 1;
29355
29517
  position: absolute;
29356
29518
  cursor: pointer;
@@ -29559,7 +29721,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29559
29721
  }
29560
29722
 
29561
29723
  .k-spreadsheet-insert-image-dialog {
29562
- border-radius: 2px;
29724
+ border-radius: 4px;
29563
29725
  border-style: dashed;
29564
29726
  border-width: 2px;
29565
29727
  }
@@ -29631,7 +29793,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29631
29793
  height: 6px;
29632
29794
  border-style: solid;
29633
29795
  border-width: 1px;
29634
- border-radius: 4px;
29796
+ border-radius: 6px;
29635
29797
  position: absolute;
29636
29798
  transform: translate(-50%, -50%);
29637
29799
  }
@@ -29685,7 +29847,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29685
29847
  }
29686
29848
 
29687
29849
  .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
29688
- border-radius: 2px;
29850
+ border-radius: 4px;
29689
29851
  }
29690
29852
 
29691
29853
  .k-rtl .k-spreadsheet .k-dirty,
@@ -30234,7 +30396,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
30234
30396
  .k-calculated-field {
30235
30397
  padding: 16px 16px;
30236
30398
  border-width: 1px;
30237
- border-radius: 2px;
30399
+ border-radius: 4px;
30238
30400
  border-style: solid;
30239
30401
  box-sizing: border-box;
30240
30402
  display: flex;
@@ -31288,7 +31450,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31288
31450
  .k-taskboard-column {
31289
31451
  width: 320px;
31290
31452
  border-width: 1px;
31291
- border-radius: 2px;
31453
+ border-radius: 4px;
31292
31454
  border-style: solid;
31293
31455
  outline: none;
31294
31456
  display: flex;
@@ -31386,7 +31548,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31386
31548
  }
31387
31549
 
31388
31550
  .k-taskboard-card {
31389
- border-radius: 2px;
31551
+ border-radius: 4px;
31390
31552
  border-width: 1px;
31391
31553
  }
31392
31554
 
@@ -31419,7 +31581,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31419
31581
  }
31420
31582
 
31421
31583
  .k-taskboard-drag-placeholder {
31422
- border-radius: 2px;
31584
+ border-radius: 4px;
31423
31585
  border-width: 1px;
31424
31586
  border-style: solid;
31425
31587
  position: relative;
@@ -31573,7 +31735,7 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
31573
31735
  }
31574
31736
 
31575
31737
  .k-editor-inline {
31576
- border-radius: 2px;
31738
+ border-radius: 4px;
31577
31739
  padding: 2px 8px;
31578
31740
  border: 1px solid transparent;
31579
31741
  word-wrap: break-word;
@@ -31973,7 +32135,7 @@ td.k-editor-content {
31973
32135
  white-space: nowrap;
31974
32136
  overflow: hidden;
31975
32137
  cursor: pointer;
31976
- border-radius: 2px;
32138
+ border-radius: 4px;
31977
32139
  }
31978
32140
 
31979
32141
  .k-filebrowser .k-tile .k-i-file,
@@ -32951,7 +33113,7 @@ td.k-editor-content {
32951
33113
  }
32952
33114
 
32953
33115
  .k-task-single {
32954
- border-radius: 2px;
33116
+ border-radius: 4px;
32955
33117
  border-width: 0px;
32956
33118
  border-style: solid;
32957
33119
  box-sizing: border-box;
@@ -32994,7 +33156,7 @@ td.k-editor-content {
32994
33156
  }
32995
33157
 
32996
33158
  .k-task-complete {
32997
- border-radius: 2px;
33159
+ border-radius: 4px;
32998
33160
  width: 20%;
32999
33161
  position: absolute;
33000
33162
  z-index: 1;
@@ -33160,6 +33322,37 @@ td.k-editor-content {
33160
33322
  visibility: visible;
33161
33323
  }
33162
33324
 
33325
+ .k-gantt-tooltip-validation {
33326
+ max-width: 200px;
33327
+ display: block;
33328
+ }
33329
+
33330
+ .k-gantt-tooltip-validation::before {
33331
+ content: '';
33332
+ width: 4px;
33333
+ height: 100%;
33334
+ position: absolute;
33335
+ top: 0;
33336
+ left: 0;
33337
+ }
33338
+
33339
+ .k-gantt-tooltip-validation-row {
33340
+ display: flex;
33341
+ flex-direction: row;
33342
+ justify-content: space-between;
33343
+ }
33344
+
33345
+ .k-gantt-tooltip-validation-label {
33346
+ display: inline-flex;
33347
+ white-space: nowrap;
33348
+ overflow: hidden;
33349
+ text-overflow: ellipsis;
33350
+ }
33351
+
33352
+ .k-gantt-tooltip-validation-value {
33353
+ font-weight: 500;
33354
+ }
33355
+
33163
33356
  .k-pdf-export-shadow .k-gantt {
33164
33357
  float: left;
33165
33358
  }
@@ -33185,80 +33378,104 @@ td.k-editor-content {
33185
33378
  }
33186
33379
 
33187
33380
  .k-rtl .k-gantt-rows,
33188
- .k-rtl .k-gantt-columns {
33381
+ .k-rtl .k-gantt-columns,
33382
+ [dir="rtl"] .k-gantt-rows,
33383
+ [dir="rtl"] .k-gantt-columns {
33189
33384
  left: auto;
33190
33385
  right: 0;
33191
33386
  }
33192
33387
 
33193
- .k-rtl .k-task-wrap:not(.k-milestone-wrap) {
33388
+ .k-rtl .k-task-wrap:not(.k-milestone-wrap),
33389
+ [dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
33194
33390
  margin: 0 -26px;
33195
33391
  }
33196
33392
 
33197
- .k-rtl .k-gantt-timeline .k-gantt-tasks tbody {
33393
+ .k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
33394
+ [dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
33198
33395
  text-align: left;
33199
33396
  }
33200
33397
 
33201
- .k-rtl .k-gantt-timeline .k-header {
33398
+ .k-rtl .k-gantt-timeline .k-header,
33399
+ [dir="rtl"] .k-gantt-timeline .k-header {
33202
33400
  border-width: 0 1px 1px 0;
33203
33401
  }
33204
33402
 
33205
- .k-rtl .k-gantt-timeline .k-header:first-child {
33403
+ .k-rtl .k-gantt-timeline .k-header:first-child,
33404
+ [dir="rtl"] .k-gantt-timeline .k-header:first-child {
33206
33405
  border-right-width: 0;
33207
33406
  }
33208
33407
 
33209
- .k-rtl .k-gantt-timeline .k-task-start {
33408
+ .k-rtl .k-gantt-timeline .k-task-start,
33409
+ [dir="rtl"] .k-gantt-timeline .k-task-start {
33210
33410
  left: auto;
33211
33411
  right: 0;
33212
33412
  }
33213
33413
 
33214
- .k-rtl .k-gantt-timeline .k-task-end {
33414
+ .k-rtl .k-gantt-timeline .k-task-end,
33415
+ [dir="rtl"] .k-gantt-timeline .k-task-end {
33215
33416
  right: auto;
33216
33417
  left: 0;
33217
33418
  }
33218
33419
 
33219
- .k-rtl .k-task-content {
33420
+ .k-rtl .k-task-content,
33421
+ [dir="rtl"] .k-task-content {
33220
33422
  text-align: right;
33221
33423
  }
33222
33424
 
33223
- .k-rtl .k-task-complete {
33425
+ .k-rtl .k-task-complete,
33426
+ [dir="rtl"] .k-task-complete {
33224
33427
  left: auto;
33225
33428
  right: 0;
33226
33429
  }
33227
33430
 
33228
- .k-rtl .k-task-draghandle {
33431
+ .k-rtl .k-task-draghandle,
33432
+ [dir="rtl"] .k-task-draghandle {
33229
33433
  margin-left: 0;
33230
33434
  margin-right: 16px;
33231
33435
  }
33232
33436
 
33233
- .k-rtl .k-gantt-dependencies {
33437
+ .k-rtl .k-gantt-dependencies,
33438
+ [dir="rtl"] .k-gantt-dependencies {
33234
33439
  left: auto;
33235
33440
  right: 0;
33236
33441
  }
33237
33442
 
33238
- .k-rtl .k-gantt-delete {
33443
+ .k-rtl .k-gantt-delete,
33444
+ [dir="rtl"] .k-gantt-delete {
33239
33445
  float: right;
33240
33446
  }
33241
33447
 
33242
- .k-rtl .k-task-offset-wrap .k-task-content .k-resize-e {
33448
+ .k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
33449
+ [dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-e {
33243
33450
  display: block;
33244
33451
  }
33245
33452
 
33246
- .k-rtl .k-task-offset-wrap .k-task-content .k-resize-w {
33453
+ .k-rtl .k-task-offset-wrap .k-task-content .k-resize-w,
33454
+ [dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
33247
33455
  display: none;
33248
33456
  }
33249
33457
 
33250
- .k-rtl .k-milestone-wrap {
33458
+ .k-rtl .k-milestone-wrap,
33459
+ [dir="rtl"] .k-milestone-wrap {
33251
33460
  margin-left: -2.4em;
33252
33461
  }
33253
33462
 
33254
- .k-rtl .k-milestone-wrap .k-task-moment {
33463
+ .k-rtl .k-milestone-wrap .k-task-moment,
33464
+ [dir="rtl"] .k-milestone-wrap .k-task-moment {
33255
33465
  margin-right: 0.2em;
33256
33466
  }
33257
33467
 
33258
- .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start {
33468
+ .k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
33469
+ [dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
33259
33470
  right: -0.1em;
33260
33471
  }
33261
33472
 
33473
+ .k-rtl .k-gantt-tooltip-validation::before,
33474
+ [dir="rtl"] .k-gantt-tooltip-validation::before {
33475
+ left: auto;
33476
+ right: 0;
33477
+ }
33478
+
33262
33479
  .k-rtl .k-gantt-timeline .k-header {
33263
33480
  border-width: 0 1px 1px 0;
33264
33481
  }
@@ -33445,6 +33662,18 @@ td.k-editor-content {
33445
33662
  background-color: #3f51b5;
33446
33663
  }
33447
33664
 
33665
+ .k-gantt-tooltip-validation::before {
33666
+ background-color: #656565;
33667
+ }
33668
+
33669
+ .k-gantt-tooltip-valid::before {
33670
+ background-color: #37b400;
33671
+ }
33672
+
33673
+ .k-gantt-tooltip-invalid::before {
33674
+ background-color: #f31700;
33675
+ }
33676
+
33448
33677
  .k-gantt-timeline tbody > tr:not(:only-child) > .k-header {
33449
33678
  border-left-color: rgba(0, 0, 0, 0.12);
33450
33679
  }
@@ -33832,12 +34061,12 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
33832
34061
 
33833
34062
  kendo-scheduler .k-event,
33834
34063
  .k-event {
33835
- border-radius: 2px;
34064
+ border-radius: 4px;
33836
34065
  min-height: 25px;
33837
34066
  box-sizing: border-box;
33838
34067
  border-width: 0;
33839
34068
  border-style: solid;
33840
- border-radius: 2px;
34069
+ border-radius: 4px;
33841
34070
  text-align: left;
33842
34071
  outline: 0;
33843
34072
  cursor: default;
@@ -34303,7 +34532,7 @@ kendo-scheduler .k-recurrence-editor {
34303
34532
 
34304
34533
  .k-scheduler-tooltip .k-tooltip-event {
34305
34534
  padding: 8px 8px;
34306
- border-radius: 2px;
34535
+ border-radius: 4px;
34307
34536
  box-sizing: border-box;
34308
34537
  display: flex;
34309
34538
  flex-direction: row;
@@ -35472,7 +35701,7 @@ kendo-scheduler .k-event .k-event-actions,
35472
35701
  display: inline-block;
35473
35702
  text-align: center;
35474
35703
  padding: 8px 16px;
35475
- border-radius: 2px;
35704
+ border-radius: 4px;
35476
35705
  line-height: 1.4285714286;
35477
35706
  min-width: 80px;
35478
35707
  max-width: 160px;
@@ -35529,7 +35758,7 @@ kendo-scheduler .k-event .k-event-actions,
35529
35758
  }
35530
35759
 
35531
35760
  .k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
35532
- border-radius: 2px;
35761
+ border-radius: 4px;
35533
35762
  }
35534
35763
 
35535
35764
  .k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
@@ -35566,7 +35795,7 @@ kendo-scheduler .k-event .k-event-actions,
35566
35795
  height: 100%;
35567
35796
  width: 6px;
35568
35797
  transform: translateX(-50%);
35569
- border-radius: 4px;
35798
+ border-radius: 6px;
35570
35799
  }
35571
35800
 
35572
35801
  .k-timeline-vertical .k-timeline-flag-wrap {
@@ -35608,7 +35837,7 @@ kendo-scheduler .k-event .k-event-actions,
35608
35837
  }
35609
35838
 
35610
35839
  .k-timeline-vertical .k-timeline-card .k-card .k-card-header {
35611
- border-radius: 2px;
35840
+ border-radius: 4px;
35612
35841
  }
35613
35842
 
35614
35843
  .k-timeline-vertical .k-timeline-card .k-card .k-card-title {
@@ -36526,7 +36755,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36526
36755
  }
36527
36756
 
36528
36757
  .k-chart-tooltip {
36529
- border-radius: 2px;
36758
+ border-radius: 4px;
36530
36759
  font-size: 13.006px;
36531
36760
  line-height: 2;
36532
36761
  padding: 3px 8px;
@@ -36632,7 +36861,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36632
36861
  }
36633
36862
 
36634
36863
  .k-navigator-hint .k-scroll {
36635
- border-radius: 2px;
36864
+ border-radius: 4px;
36636
36865
  position: absolute;
36637
36866
  height: 4px;
36638
36867
  }
@@ -36839,7 +37068,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36839
37068
  }
36840
37069
 
36841
37070
  .k-var--border-radius {
36842
- margin-top: 2px;
37071
+ margin-top: 4px;
36843
37072
  }
36844
37073
 
36845
37074
  .k-var--normal-background {
@@ -37341,7 +37570,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
37341
37570
  }
37342
37571
 
37343
37572
  .k-orgchart-node-group-container {
37344
- border-radius: 2px;
37573
+ border-radius: 4px;
37345
37574
  padding: 24px 24px;
37346
37575
  border-width: 1px;
37347
37576
  border-style: solid;