@progress/kendo-theme-bootstrap 5.1.2-dev.4 → 5.2.0
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 +411 -146
- package/dist/all.scss +306 -160
- package/lib/swatches/bootstrap-3-dark.json +2 -1
- package/lib/swatches/bootstrap-3.json +2 -1
- package/lib/swatches/bootstrap-4-dark.json +2 -1
- package/lib/swatches/bootstrap-4.json +2 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +2 -1
- package/lib/swatches/bootstrap-main-dark.json +2 -1
- package/lib/swatches/bootstrap-main.json +2 -1
- package/lib/swatches/bootstrap-nordic.json +2 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +2 -1
- package/lib/swatches/bootstrap-turquoise.json +2 -1
- package/lib/swatches/bootstrap-urban.json +2 -1
- package/lib/swatches/bootstrap-vintage.json +2 -1
- package/package.json +4 -4
- package/scss/_variables.scss +5 -4
- package/scss/badge/_variables.scss +2 -2
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +15 -4
- package/scss/calendar/_variables.scss +1 -1
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +2 -2
- package/scss/fab/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +5 -0
- package/scss/grid/_layout.scss +1 -1
- package/scss/input/_variables.scss +2 -2
- package/scss/list/_variables.scss +1 -1
- package/scss/loader/_variables.scss +1 -1
- package/scss/menu/_layout.scss +1 -1
- package/scss/notification/_variables.scss +15 -13
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +2 -1
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/utils/_border.scss +4 -4
- package/scss/window/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -1551,11 +1551,11 @@ kendo-sortable {
|
|
|
1551
1551
|
}
|
|
1552
1552
|
|
|
1553
1553
|
.k-rounded-sm {
|
|
1554
|
-
border-radius: 0.
|
|
1554
|
+
border-radius: 0.125rem;
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
1557
|
.\!k-rounded-sm {
|
|
1558
|
-
border-radius: 0.
|
|
1558
|
+
border-radius: 0.125rem !important;
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
1561
|
.k-rounded-md {
|
|
@@ -1567,11 +1567,11 @@ kendo-sortable {
|
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
1569
|
.k-rounded-lg {
|
|
1570
|
-
border-radius: 0.
|
|
1570
|
+
border-radius: 0.375rem;
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
.\!k-rounded-lg {
|
|
1574
|
-
border-radius: 0.
|
|
1574
|
+
border-radius: 0.375rem !important;
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
1577
|
.k-rounded-full {
|
|
@@ -1603,13 +1603,13 @@ kendo-sortable {
|
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
1605
|
.k-rounded-top-sm {
|
|
1606
|
-
border-top-left-radius: 0.
|
|
1607
|
-
border-top-right-radius: 0.
|
|
1606
|
+
border-top-left-radius: 0.125rem;
|
|
1607
|
+
border-top-right-radius: 0.125rem;
|
|
1608
1608
|
}
|
|
1609
1609
|
|
|
1610
1610
|
.\!k-rounded-top-sm {
|
|
1611
|
-
border-top-left-radius: 0.
|
|
1612
|
-
border-top-right-radius: 0.
|
|
1611
|
+
border-top-left-radius: 0.125rem !important;
|
|
1612
|
+
border-top-right-radius: 0.125rem !important;
|
|
1613
1613
|
}
|
|
1614
1614
|
|
|
1615
1615
|
.k-rounded-top-md {
|
|
@@ -1623,13 +1623,13 @@ kendo-sortable {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
1625
|
.k-rounded-top-lg {
|
|
1626
|
-
border-top-left-radius: 0.
|
|
1627
|
-
border-top-right-radius: 0.
|
|
1626
|
+
border-top-left-radius: 0.375rem;
|
|
1627
|
+
border-top-right-radius: 0.375rem;
|
|
1628
1628
|
}
|
|
1629
1629
|
|
|
1630
1630
|
.\!k-rounded-top-lg {
|
|
1631
|
-
border-top-left-radius: 0.
|
|
1632
|
-
border-top-right-radius: 0.
|
|
1631
|
+
border-top-left-radius: 0.375rem !important;
|
|
1632
|
+
border-top-right-radius: 0.375rem !important;
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
1635
|
.k-rounded-top-full {
|
|
@@ -1663,13 +1663,13 @@ kendo-sortable {
|
|
|
1663
1663
|
}
|
|
1664
1664
|
|
|
1665
1665
|
.k-rounded-right-sm {
|
|
1666
|
-
border-top-right-radius: 0.
|
|
1667
|
-
border-bottom-right-radius: 0.
|
|
1666
|
+
border-top-right-radius: 0.125rem;
|
|
1667
|
+
border-bottom-right-radius: 0.125rem;
|
|
1668
1668
|
}
|
|
1669
1669
|
|
|
1670
1670
|
.\!k-rounded-right-sm {
|
|
1671
|
-
border-top-right-radius: 0.
|
|
1672
|
-
border-bottom-right-radius: 0.
|
|
1671
|
+
border-top-right-radius: 0.125rem !important;
|
|
1672
|
+
border-bottom-right-radius: 0.125rem !important;
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
1675
|
.k-rounded-right-md {
|
|
@@ -1683,13 +1683,13 @@ kendo-sortable {
|
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
1685
|
.k-rounded-right-lg {
|
|
1686
|
-
border-top-right-radius: 0.
|
|
1687
|
-
border-bottom-right-radius: 0.
|
|
1686
|
+
border-top-right-radius: 0.375rem;
|
|
1687
|
+
border-bottom-right-radius: 0.375rem;
|
|
1688
1688
|
}
|
|
1689
1689
|
|
|
1690
1690
|
.\!k-rounded-right-lg {
|
|
1691
|
-
border-top-right-radius: 0.
|
|
1692
|
-
border-bottom-right-radius: 0.
|
|
1691
|
+
border-top-right-radius: 0.375rem !important;
|
|
1692
|
+
border-bottom-right-radius: 0.375rem !important;
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
1695
|
.k-rounded-right-full {
|
|
@@ -1723,13 +1723,13 @@ kendo-sortable {
|
|
|
1723
1723
|
}
|
|
1724
1724
|
|
|
1725
1725
|
.k-rounded-bottom-sm {
|
|
1726
|
-
border-bottom-left-radius: 0.
|
|
1727
|
-
border-bottom-right-radius: 0.
|
|
1726
|
+
border-bottom-left-radius: 0.125rem;
|
|
1727
|
+
border-bottom-right-radius: 0.125rem;
|
|
1728
1728
|
}
|
|
1729
1729
|
|
|
1730
1730
|
.\!k-rounded-bottom-sm {
|
|
1731
|
-
border-bottom-left-radius: 0.
|
|
1732
|
-
border-bottom-right-radius: 0.
|
|
1731
|
+
border-bottom-left-radius: 0.125rem !important;
|
|
1732
|
+
border-bottom-right-radius: 0.125rem !important;
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
1735
|
.k-rounded-bottom-md {
|
|
@@ -1743,13 +1743,13 @@ kendo-sortable {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
|
|
1745
1745
|
.k-rounded-bottom-lg {
|
|
1746
|
-
border-bottom-left-radius: 0.
|
|
1747
|
-
border-bottom-right-radius: 0.
|
|
1746
|
+
border-bottom-left-radius: 0.375rem;
|
|
1747
|
+
border-bottom-right-radius: 0.375rem;
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
1750
|
.\!k-rounded-bottom-lg {
|
|
1751
|
-
border-bottom-left-radius: 0.
|
|
1752
|
-
border-bottom-right-radius: 0.
|
|
1751
|
+
border-bottom-left-radius: 0.375rem !important;
|
|
1752
|
+
border-bottom-right-radius: 0.375rem !important;
|
|
1753
1753
|
}
|
|
1754
1754
|
|
|
1755
1755
|
.k-rounded-bottom-full {
|
|
@@ -1783,13 +1783,13 @@ kendo-sortable {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
.k-rounded-left-sm {
|
|
1786
|
-
border-bottom-left-radius: 0.
|
|
1787
|
-
border-top-left-radius: 0.
|
|
1786
|
+
border-bottom-left-radius: 0.125rem;
|
|
1787
|
+
border-top-left-radius: 0.125rem;
|
|
1788
1788
|
}
|
|
1789
1789
|
|
|
1790
1790
|
.\!k-rounded-left-sm {
|
|
1791
|
-
border-bottom-left-radius: 0.
|
|
1792
|
-
border-top-left-radius: 0.
|
|
1791
|
+
border-bottom-left-radius: 0.125rem !important;
|
|
1792
|
+
border-top-left-radius: 0.125rem !important;
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
1795
|
.k-rounded-left-md {
|
|
@@ -1803,13 +1803,13 @@ kendo-sortable {
|
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
1805
|
.k-rounded-left-lg {
|
|
1806
|
-
border-bottom-left-radius: 0.
|
|
1807
|
-
border-top-left-radius: 0.
|
|
1806
|
+
border-bottom-left-radius: 0.375rem;
|
|
1807
|
+
border-top-left-radius: 0.375rem;
|
|
1808
1808
|
}
|
|
1809
1809
|
|
|
1810
1810
|
.\!k-rounded-left-lg {
|
|
1811
|
-
border-bottom-left-radius: 0.
|
|
1812
|
-
border-top-left-radius: 0.
|
|
1811
|
+
border-bottom-left-radius: 0.375rem !important;
|
|
1812
|
+
border-top-left-radius: 0.375rem !important;
|
|
1813
1813
|
}
|
|
1814
1814
|
|
|
1815
1815
|
.k-rounded-left-full {
|
|
@@ -1839,11 +1839,11 @@ kendo-sortable {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
.k-rounded-top-left-sm {
|
|
1842
|
-
border-top-left-radius: 0.
|
|
1842
|
+
border-top-left-radius: 0.125rem;
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
1845
|
.\!k-rounded-top-left-sm {
|
|
1846
|
-
border-top-left-radius: 0.
|
|
1846
|
+
border-top-left-radius: 0.125rem !important;
|
|
1847
1847
|
}
|
|
1848
1848
|
|
|
1849
1849
|
.k-rounded-top-left-md {
|
|
@@ -1855,11 +1855,11 @@ kendo-sortable {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
.k-rounded-top-left-lg {
|
|
1858
|
-
border-top-left-radius: 0.
|
|
1858
|
+
border-top-left-radius: 0.375rem;
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
1861
|
.\!k-rounded-top-left-lg {
|
|
1862
|
-
border-top-left-radius: 0.
|
|
1862
|
+
border-top-left-radius: 0.375rem !important;
|
|
1863
1863
|
}
|
|
1864
1864
|
|
|
1865
1865
|
.k-rounded-top-left-full {
|
|
@@ -1887,11 +1887,11 @@ kendo-sortable {
|
|
|
1887
1887
|
}
|
|
1888
1888
|
|
|
1889
1889
|
.k-rounded-top-right-sm {
|
|
1890
|
-
border-top-right-radius: 0.
|
|
1890
|
+
border-top-right-radius: 0.125rem;
|
|
1891
1891
|
}
|
|
1892
1892
|
|
|
1893
1893
|
.\!k-rounded-top-right-sm {
|
|
1894
|
-
border-top-right-radius: 0.
|
|
1894
|
+
border-top-right-radius: 0.125rem !important;
|
|
1895
1895
|
}
|
|
1896
1896
|
|
|
1897
1897
|
.k-rounded-top-right-md {
|
|
@@ -1903,11 +1903,11 @@ kendo-sortable {
|
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
1905
|
.k-rounded-top-right-lg {
|
|
1906
|
-
border-top-right-radius: 0.
|
|
1906
|
+
border-top-right-radius: 0.375rem;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
.\!k-rounded-top-right-lg {
|
|
1910
|
-
border-top-right-radius: 0.
|
|
1910
|
+
border-top-right-radius: 0.375rem !important;
|
|
1911
1911
|
}
|
|
1912
1912
|
|
|
1913
1913
|
.k-rounded-top-right-full {
|
|
@@ -1935,11 +1935,11 @@ kendo-sortable {
|
|
|
1935
1935
|
}
|
|
1936
1936
|
|
|
1937
1937
|
.k-rounded-bottom-left-sm {
|
|
1938
|
-
border-bottom-left-radius: 0.
|
|
1938
|
+
border-bottom-left-radius: 0.125rem;
|
|
1939
1939
|
}
|
|
1940
1940
|
|
|
1941
1941
|
.\!k-rounded-bottom-left-sm {
|
|
1942
|
-
border-bottom-left-radius: 0.
|
|
1942
|
+
border-bottom-left-radius: 0.125rem !important;
|
|
1943
1943
|
}
|
|
1944
1944
|
|
|
1945
1945
|
.k-rounded-bottom-left-md {
|
|
@@ -1951,11 +1951,11 @@ kendo-sortable {
|
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
1953
|
.k-rounded-bottom-left-lg {
|
|
1954
|
-
border-bottom-left-radius: 0.
|
|
1954
|
+
border-bottom-left-radius: 0.375rem;
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
1957
|
.\!k-rounded-bottom-left-lg {
|
|
1958
|
-
border-bottom-left-radius: 0.
|
|
1958
|
+
border-bottom-left-radius: 0.375rem !important;
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
1961
|
.k-rounded-bottom-left-full {
|
|
@@ -1983,11 +1983,11 @@ kendo-sortable {
|
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
1985
|
.k-rounded-bottom-right-sm {
|
|
1986
|
-
border-bottom-right-radius: 0.
|
|
1986
|
+
border-bottom-right-radius: 0.125rem;
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
1989
|
.\!k-rounded-bottom-right-sm {
|
|
1990
|
-
border-bottom-right-radius: 0.
|
|
1990
|
+
border-bottom-right-radius: 0.125rem !important;
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
1993
|
.k-rounded-bottom-right-md {
|
|
@@ -1999,11 +1999,11 @@ kendo-sortable {
|
|
|
1999
1999
|
}
|
|
2000
2000
|
|
|
2001
2001
|
.k-rounded-bottom-right-lg {
|
|
2002
|
-
border-bottom-right-radius: 0.
|
|
2002
|
+
border-bottom-right-radius: 0.375rem;
|
|
2003
2003
|
}
|
|
2004
2004
|
|
|
2005
2005
|
.\!k-rounded-bottom-right-lg {
|
|
2006
|
-
border-bottom-right-radius: 0.
|
|
2006
|
+
border-bottom-right-radius: 0.375rem !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
|
}
|
|
@@ -10985,6 +11141,13 @@ kendo-sortable {
|
|
|
10985
11141
|
right: 0;
|
|
10986
11142
|
}
|
|
10987
11143
|
|
|
11144
|
+
.k-list-item-text::before,
|
|
11145
|
+
.k-list-optionlabel::before {
|
|
11146
|
+
content: "\200b";
|
|
11147
|
+
width: 0px;
|
|
11148
|
+
overflow: hidden;
|
|
11149
|
+
}
|
|
11150
|
+
|
|
10988
11151
|
.k-list-group-item {
|
|
10989
11152
|
border-width: 0;
|
|
10990
11153
|
border-width: 1px 0 0;
|
|
@@ -11051,7 +11214,7 @@ kendo-sortable {
|
|
|
11051
11214
|
}
|
|
11052
11215
|
|
|
11053
11216
|
.k-list-sm {
|
|
11054
|
-
font-size:
|
|
11217
|
+
font-size: 1rem;
|
|
11055
11218
|
}
|
|
11056
11219
|
|
|
11057
11220
|
.k-list-sm .k-list-group-sticky-header {
|
|
@@ -11574,7 +11737,7 @@ a.k-badge:hover,
|
|
|
11574
11737
|
}
|
|
11575
11738
|
|
|
11576
11739
|
.k-badge-rounded.k-badge-sm {
|
|
11577
|
-
border-radius: 0.
|
|
11740
|
+
border-radius: 0.125rem;
|
|
11578
11741
|
}
|
|
11579
11742
|
|
|
11580
11743
|
.k-badge-rounded.k-badge-md {
|
|
@@ -11582,7 +11745,7 @@ a.k-badge:hover,
|
|
|
11582
11745
|
}
|
|
11583
11746
|
|
|
11584
11747
|
.k-badge-rounded.k-badge-lg {
|
|
11585
|
-
border-radius: 0.
|
|
11748
|
+
border-radius: 0.375rem;
|
|
11586
11749
|
}
|
|
11587
11750
|
|
|
11588
11751
|
.k-badge-pill {
|
|
@@ -11929,8 +12092,8 @@ kendo-badge-container {
|
|
|
11929
12092
|
}
|
|
11930
12093
|
|
|
11931
12094
|
.k-button-sm {
|
|
11932
|
-
padding: 0.25rem 0.
|
|
11933
|
-
font-size:
|
|
12095
|
+
padding: 0.25rem 0.75rem;
|
|
12096
|
+
font-size: 1rem;
|
|
11934
12097
|
line-height: 1.5;
|
|
11935
12098
|
}
|
|
11936
12099
|
|
|
@@ -11941,8 +12104,8 @@ kendo-badge-container {
|
|
|
11941
12104
|
}
|
|
11942
12105
|
|
|
11943
12106
|
.k-button-lg {
|
|
11944
|
-
padding: 0.5rem
|
|
11945
|
-
font-size:
|
|
12107
|
+
padding: 0.5rem 0.75rem;
|
|
12108
|
+
font-size: 1rem;
|
|
11946
12109
|
line-height: 1.5;
|
|
11947
12110
|
}
|
|
11948
12111
|
|
|
@@ -11951,8 +12114,8 @@ kendo-badge-container {
|
|
|
11951
12114
|
}
|
|
11952
12115
|
|
|
11953
12116
|
.k-icon-button.k-button-sm > .k-button-icon {
|
|
11954
|
-
min-width: 1.
|
|
11955
|
-
min-height: 1.
|
|
12117
|
+
min-width: 1.5rem;
|
|
12118
|
+
min-height: 1.5rem;
|
|
11956
12119
|
}
|
|
11957
12120
|
|
|
11958
12121
|
.k-icon-button.k-button-md {
|
|
@@ -11969,8 +12132,8 @@ kendo-badge-container {
|
|
|
11969
12132
|
}
|
|
11970
12133
|
|
|
11971
12134
|
.k-icon-button.k-button-lg > .k-button-icon {
|
|
11972
|
-
min-width: 1.
|
|
11973
|
-
min-height: 1.
|
|
12135
|
+
min-width: 1.5rem;
|
|
12136
|
+
min-height: 1.5rem;
|
|
11974
12137
|
}
|
|
11975
12138
|
|
|
11976
12139
|
.k-button-square {
|
|
@@ -12053,6 +12216,18 @@ kendo-badge-container {
|
|
|
12053
12216
|
flex: none;
|
|
12054
12217
|
}
|
|
12055
12218
|
|
|
12219
|
+
.k-split-button .k-split-button-arrow.k-button-sm {
|
|
12220
|
+
padding: 0.25rem 0.25rem;
|
|
12221
|
+
}
|
|
12222
|
+
|
|
12223
|
+
.k-split-button .k-split-button-arrow.k-button-md {
|
|
12224
|
+
padding: 0.375rem 0.375rem;
|
|
12225
|
+
}
|
|
12226
|
+
|
|
12227
|
+
.k-split-button .k-split-button-arrow.k-button-lg {
|
|
12228
|
+
padding: 0.5rem 0.5rem;
|
|
12229
|
+
}
|
|
12230
|
+
|
|
12056
12231
|
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
12057
12232
|
min-width: 0;
|
|
12058
12233
|
}
|
|
@@ -13205,7 +13380,7 @@ select.k-picker {
|
|
|
13205
13380
|
position: relative;
|
|
13206
13381
|
z-index: 1;
|
|
13207
13382
|
overflow: hidden;
|
|
13208
|
-
text-overflow:
|
|
13383
|
+
text-overflow: ellipsis;
|
|
13209
13384
|
-webkit-appearance: none;
|
|
13210
13385
|
}
|
|
13211
13386
|
|
|
@@ -13254,7 +13429,7 @@ textarea.k-input-inner {
|
|
|
13254
13429
|
.k-input-value-text {
|
|
13255
13430
|
flex: 1;
|
|
13256
13431
|
overflow: hidden;
|
|
13257
|
-
text-overflow:
|
|
13432
|
+
text-overflow: ellipsis;
|
|
13258
13433
|
}
|
|
13259
13434
|
|
|
13260
13435
|
.k-input-value-text::before {
|
|
@@ -13308,7 +13483,9 @@ textarea.k-input-inner {
|
|
|
13308
13483
|
|
|
13309
13484
|
.k-input-icon,
|
|
13310
13485
|
.k-input-validation-icon,
|
|
13311
|
-
.k-input-loading-icon
|
|
13486
|
+
.k-input-loading-icon,
|
|
13487
|
+
.k-input-prefix > .k-icon,
|
|
13488
|
+
.k-input-suffix > .k-icon {
|
|
13312
13489
|
flex: none;
|
|
13313
13490
|
align-self: center;
|
|
13314
13491
|
display: inline-flex;
|
|
@@ -13457,7 +13634,7 @@ textarea.k-input-inner {
|
|
|
13457
13634
|
|
|
13458
13635
|
.k-input-sm .k-input-inner,
|
|
13459
13636
|
.k-picker-sm .k-input-inner {
|
|
13460
|
-
padding: 0.25rem 0.
|
|
13637
|
+
padding: 0.25rem 0.75rem;
|
|
13461
13638
|
}
|
|
13462
13639
|
|
|
13463
13640
|
.k-input-sm .k-input-button,
|
|
@@ -13473,10 +13650,14 @@ textarea.k-input-inner {
|
|
|
13473
13650
|
.k-input-sm .k-input-validation-icon,
|
|
13474
13651
|
.k-input-sm .k-input-loading-icon,
|
|
13475
13652
|
.k-input-sm .k-clear-value,
|
|
13653
|
+
.k-input-sm .k-input-prefix > .k-icon,
|
|
13654
|
+
.k-input-sm .k-input-suffix > .k-icon,
|
|
13476
13655
|
.k-picker-sm .k-input-icon,
|
|
13477
13656
|
.k-picker-sm .k-input-validation-icon,
|
|
13478
13657
|
.k-picker-sm .k-input-loading-icon,
|
|
13479
|
-
.k-picker-sm .k-clear-value
|
|
13658
|
+
.k-picker-sm .k-clear-value,
|
|
13659
|
+
.k-picker-sm .k-input-prefix > .k-icon,
|
|
13660
|
+
.k-picker-sm .k-input-suffix > .k-icon {
|
|
13480
13661
|
width: calc(16px + 0.5rem);
|
|
13481
13662
|
height: calc(16px + 0.5rem);
|
|
13482
13663
|
}
|
|
@@ -13532,10 +13713,14 @@ textarea.k-input-inner {
|
|
|
13532
13713
|
.k-input-md .k-input-validation-icon,
|
|
13533
13714
|
.k-input-md .k-input-loading-icon,
|
|
13534
13715
|
.k-input-md .k-clear-value,
|
|
13716
|
+
.k-input-md .k-input-prefix > .k-icon,
|
|
13717
|
+
.k-input-md .k-input-suffix > .k-icon,
|
|
13535
13718
|
.k-picker-md .k-input-icon,
|
|
13536
13719
|
.k-picker-md .k-input-validation-icon,
|
|
13537
13720
|
.k-picker-md .k-input-loading-icon,
|
|
13538
|
-
.k-picker-md .k-clear-value
|
|
13721
|
+
.k-picker-md .k-clear-value,
|
|
13722
|
+
.k-picker-md .k-input-prefix > .k-icon,
|
|
13723
|
+
.k-picker-md .k-input-suffix > .k-icon {
|
|
13539
13724
|
width: calc(16px + 0.75rem);
|
|
13540
13725
|
height: calc(16px + 0.75rem);
|
|
13541
13726
|
}
|
|
@@ -13575,7 +13760,7 @@ textarea.k-input-inner {
|
|
|
13575
13760
|
|
|
13576
13761
|
.k-input-lg .k-input-inner,
|
|
13577
13762
|
.k-picker-lg .k-input-inner {
|
|
13578
|
-
padding: 0.5rem
|
|
13763
|
+
padding: 0.5rem 0.75rem;
|
|
13579
13764
|
}
|
|
13580
13765
|
|
|
13581
13766
|
.k-input-lg .k-input-button,
|
|
@@ -13591,10 +13776,14 @@ textarea.k-input-inner {
|
|
|
13591
13776
|
.k-input-lg .k-input-validation-icon,
|
|
13592
13777
|
.k-input-lg .k-input-loading-icon,
|
|
13593
13778
|
.k-input-lg .k-clear-value,
|
|
13779
|
+
.k-input-lg .k-input-prefix > .k-icon,
|
|
13780
|
+
.k-input-lg .k-input-suffix > .k-icon,
|
|
13594
13781
|
.k-picker-lg .k-input-icon,
|
|
13595
13782
|
.k-picker-lg .k-input-validation-icon,
|
|
13596
13783
|
.k-picker-lg .k-input-loading-icon,
|
|
13597
|
-
.k-picker-lg .k-clear-value
|
|
13784
|
+
.k-picker-lg .k-clear-value,
|
|
13785
|
+
.k-picker-lg .k-input-prefix > .k-icon,
|
|
13786
|
+
.k-picker-lg .k-input-suffix > .k-icon {
|
|
13598
13787
|
width: calc(16px + 1rem);
|
|
13599
13788
|
height: calc(16px + 1rem);
|
|
13600
13789
|
}
|
|
@@ -14393,6 +14582,8 @@ textarea.k-input-inner {
|
|
|
14393
14582
|
}
|
|
14394
14583
|
|
|
14395
14584
|
.k-chip-content {
|
|
14585
|
+
padding: .5em 0;
|
|
14586
|
+
margin: -.5em 0;
|
|
14396
14587
|
min-width: 0;
|
|
14397
14588
|
display: flex;
|
|
14398
14589
|
flex-flow: row nowrap;
|
|
@@ -16166,12 +16357,6 @@ kendo-label > .k-label {
|
|
|
16166
16357
|
width: 100%;
|
|
16167
16358
|
}
|
|
16168
16359
|
|
|
16169
|
-
.k-form .k-daterangepicker {
|
|
16170
|
-
width: 100%;
|
|
16171
|
-
flex-flow: column nowrap;
|
|
16172
|
-
gap: 0;
|
|
16173
|
-
}
|
|
16174
|
-
|
|
16175
16360
|
.k-form-buttons {
|
|
16176
16361
|
margin-top: 2rem;
|
|
16177
16362
|
padding: 0;
|
|
@@ -16622,10 +16807,6 @@ kendo-label > .k-label {
|
|
|
16622
16807
|
max-width: 300px;
|
|
16623
16808
|
}
|
|
16624
16809
|
|
|
16625
|
-
.k-textarea {
|
|
16626
|
-
display: flex;
|
|
16627
|
-
}
|
|
16628
|
-
|
|
16629
16810
|
.k-listbox {
|
|
16630
16811
|
width: 10em;
|
|
16631
16812
|
height: 200px;
|
|
@@ -18123,6 +18304,9 @@ kendo-label > .k-label {
|
|
|
18123
18304
|
line-height: 2em;
|
|
18124
18305
|
cursor: pointer;
|
|
18125
18306
|
padding: 0 1em;
|
|
18307
|
+
overflow: hidden;
|
|
18308
|
+
white-space: nowrap;
|
|
18309
|
+
text-overflow: clip;
|
|
18126
18310
|
}
|
|
18127
18311
|
|
|
18128
18312
|
.k-calendar-navigation .k-calendar-navigation-marker {
|
|
@@ -18870,6 +19054,10 @@ kendo-label > .k-label {
|
|
|
18870
19054
|
width: 56px;
|
|
18871
19055
|
}
|
|
18872
19056
|
|
|
19057
|
+
.k-colorgradient-inputs .k-input-inner {
|
|
19058
|
+
text-overflow: clip;
|
|
19059
|
+
}
|
|
19060
|
+
|
|
18873
19061
|
.k-colorgradient-color-contrast > div {
|
|
18874
19062
|
display: flex;
|
|
18875
19063
|
flex-flow: row nowrap;
|
|
@@ -22109,34 +22297,28 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22109
22297
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04);
|
|
22110
22298
|
}
|
|
22111
22299
|
|
|
22112
|
-
.k-notification-
|
|
22113
|
-
border-color: #
|
|
22114
|
-
color: #
|
|
22115
|
-
background-color: #
|
|
22116
|
-
}
|
|
22117
|
-
|
|
22118
|
-
.k-notification-secondary {
|
|
22119
|
-
border-color: #e2e3e5;
|
|
22120
|
-
color: #383d41;
|
|
22121
|
-
background-color: #d6d8db;
|
|
22300
|
+
.k-notification-inverse {
|
|
22301
|
+
border-color: #d3d3d4;
|
|
22302
|
+
color: #111315;
|
|
22303
|
+
background-color: #c1c2c3;
|
|
22122
22304
|
}
|
|
22123
22305
|
|
|
22124
|
-
.k-notification-
|
|
22125
|
-
border-color: #
|
|
22126
|
-
color: #
|
|
22127
|
-
background-color: #
|
|
22306
|
+
.k-notification-light {
|
|
22307
|
+
border-color: #fefefe;
|
|
22308
|
+
color: #818182;
|
|
22309
|
+
background-color: #fdfdfe;
|
|
22128
22310
|
}
|
|
22129
22311
|
|
|
22130
|
-
.k-notification-
|
|
22131
|
-
border-color: #
|
|
22132
|
-
color: #
|
|
22133
|
-
background-color: #
|
|
22312
|
+
.k-notification-dark {
|
|
22313
|
+
border-color: #d3d3d4;
|
|
22314
|
+
color: #111315;
|
|
22315
|
+
background-color: #c1c2c3;
|
|
22134
22316
|
}
|
|
22135
22317
|
|
|
22136
|
-
.k-notification-
|
|
22137
|
-
border-color: #
|
|
22138
|
-
color: #
|
|
22139
|
-
background-color: #
|
|
22318
|
+
.k-notification-error {
|
|
22319
|
+
border-color: #f8d7da;
|
|
22320
|
+
color: #721c24;
|
|
22321
|
+
background-color: #f5c6cb;
|
|
22140
22322
|
}
|
|
22141
22323
|
|
|
22142
22324
|
.k-notification-warning {
|
|
@@ -22145,28 +22327,34 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22145
22327
|
background-color: #ffeeba;
|
|
22146
22328
|
}
|
|
22147
22329
|
|
|
22148
|
-
.k-notification-
|
|
22149
|
-
border-color: #
|
|
22150
|
-
color: #
|
|
22151
|
-
background-color: #
|
|
22330
|
+
.k-notification-success {
|
|
22331
|
+
border-color: #d1e7dd;
|
|
22332
|
+
color: #0d462c;
|
|
22333
|
+
background-color: #bfddcf;
|
|
22152
22334
|
}
|
|
22153
22335
|
|
|
22154
|
-
.k-notification-
|
|
22155
|
-
border-color: #
|
|
22156
|
-
color: #
|
|
22157
|
-
background-color: #
|
|
22336
|
+
.k-notification-info {
|
|
22337
|
+
border-color: #cff4fc;
|
|
22338
|
+
color: #07697d;
|
|
22339
|
+
background-color: #bbf0fb;
|
|
22158
22340
|
}
|
|
22159
22341
|
|
|
22160
|
-
.k-notification-
|
|
22161
|
-
border-color: #
|
|
22162
|
-
color: #
|
|
22163
|
-
background-color: #
|
|
22342
|
+
.k-notification-tertiary {
|
|
22343
|
+
border-color: #e2d9f3;
|
|
22344
|
+
color: #3a2264;
|
|
22345
|
+
background-color: #d7caee;
|
|
22164
22346
|
}
|
|
22165
22347
|
|
|
22166
|
-
.k-notification-
|
|
22167
|
-
border-color: #
|
|
22168
|
-
color: #
|
|
22169
|
-
background-color: #
|
|
22348
|
+
.k-notification-secondary {
|
|
22349
|
+
border-color: #e2e3e5;
|
|
22350
|
+
color: #383d41;
|
|
22351
|
+
background-color: #d6d8db;
|
|
22352
|
+
}
|
|
22353
|
+
|
|
22354
|
+
.k-notification-primary {
|
|
22355
|
+
border-color: #cfe2ff;
|
|
22356
|
+
color: #073984;
|
|
22357
|
+
background-color: #bbd6fe;
|
|
22170
22358
|
}
|
|
22171
22359
|
|
|
22172
22360
|
kendo-card,
|
|
@@ -23438,6 +23626,11 @@ kendo-card-footer {
|
|
|
23438
23626
|
width: 5em;
|
|
23439
23627
|
}
|
|
23440
23628
|
|
|
23629
|
+
.k-pager-sizes .k-input-inner,
|
|
23630
|
+
.k-pager-sizes .k-input-value-text {
|
|
23631
|
+
text-overflow: clip;
|
|
23632
|
+
}
|
|
23633
|
+
|
|
23441
23634
|
.k-rtl .k-pager-sizes .k-dropdown-list, .k-rtl .k-pager-sizes .k-dropdown,
|
|
23442
23635
|
.k-rtl .k-pager-sizes .k-dropdownlist,
|
|
23443
23636
|
.k-rtl .k-pager-sizes > select,
|
|
@@ -23689,6 +23882,7 @@ kendo-card-footer {
|
|
|
23689
23882
|
display: flex;
|
|
23690
23883
|
align-items: center;
|
|
23691
23884
|
justify-content: center;
|
|
23885
|
+
flex: none;
|
|
23692
23886
|
position: relative;
|
|
23693
23887
|
z-index: 1;
|
|
23694
23888
|
overflow: visible;
|
|
@@ -23719,7 +23913,7 @@ kendo-card-footer {
|
|
|
23719
23913
|
}
|
|
23720
23914
|
|
|
23721
23915
|
.k-stepper .k-step-label {
|
|
23722
|
-
max-width: 10em;
|
|
23916
|
+
max-width: clamp(100%, 10em, 100%);
|
|
23723
23917
|
display: inline-flex;
|
|
23724
23918
|
flex-wrap: wrap;
|
|
23725
23919
|
align-items: center;
|
|
@@ -27672,11 +27866,6 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
27672
27866
|
min-width: 1.5em;
|
|
27673
27867
|
}
|
|
27674
27868
|
|
|
27675
|
-
.k-spreadsheet-toolbar .k-input,
|
|
27676
|
-
.k-spreadsheet-toolbar .k-picker {
|
|
27677
|
-
width: 5em;
|
|
27678
|
-
}
|
|
27679
|
-
|
|
27680
27869
|
.k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
|
|
27681
27870
|
width: min-content;
|
|
27682
27871
|
}
|
|
@@ -28421,7 +28610,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28421
28610
|
height: 6px;
|
|
28422
28611
|
border-style: solid;
|
|
28423
28612
|
border-width: 1px;
|
|
28424
|
-
border-radius: 0.
|
|
28613
|
+
border-radius: 0.375rem;
|
|
28425
28614
|
position: absolute;
|
|
28426
28615
|
transform: translate(-50%, -50%);
|
|
28427
28616
|
}
|
|
@@ -28808,6 +28997,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28808
28997
|
|
|
28809
28998
|
.k-pivotgrid-cell .k-icon {
|
|
28810
28999
|
cursor: pointer;
|
|
29000
|
+
padding-inline-end: 8px;
|
|
28811
29001
|
}
|
|
28812
29002
|
|
|
28813
29003
|
.k-pivotgrid-total {
|
|
@@ -29916,6 +30106,9 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29916
30106
|
flex-shrink: 0;
|
|
29917
30107
|
display: inline-flex;
|
|
29918
30108
|
position: relative;
|
|
30109
|
+
border-width: 0 1px;
|
|
30110
|
+
border-style: solid;
|
|
30111
|
+
border-color: inherit;
|
|
29919
30112
|
}
|
|
29920
30113
|
|
|
29921
30114
|
.k-filemanager-upload-dialog .k-upload-files {
|
|
@@ -30000,7 +30193,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
30000
30193
|
.k-taskboard-column {
|
|
30001
30194
|
width: 320px;
|
|
30002
30195
|
border-width: 1px;
|
|
30003
|
-
border-radius: 0.
|
|
30196
|
+
border-radius: 0.125rem;
|
|
30004
30197
|
border-style: solid;
|
|
30005
30198
|
outline: none;
|
|
30006
30199
|
display: flex;
|
|
@@ -31011,6 +31204,11 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31011
31204
|
overflow-y: auto;
|
|
31012
31205
|
}
|
|
31013
31206
|
|
|
31207
|
+
.k-imageeditor-action-pane .k-input-inner,
|
|
31208
|
+
.k-imageeditor-action-pane .k-input-value-text {
|
|
31209
|
+
text-overflow: clip;
|
|
31210
|
+
}
|
|
31211
|
+
|
|
31014
31212
|
.k-imageeditor-crop-overlay {
|
|
31015
31213
|
width: 100%;
|
|
31016
31214
|
height: 100%;
|
|
@@ -31829,6 +32027,37 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31829
32027
|
visibility: visible;
|
|
31830
32028
|
}
|
|
31831
32029
|
|
|
32030
|
+
.k-gantt-tooltip-validation {
|
|
32031
|
+
max-width: 200px;
|
|
32032
|
+
display: block;
|
|
32033
|
+
}
|
|
32034
|
+
|
|
32035
|
+
.k-gantt-tooltip-validation::before {
|
|
32036
|
+
content: "";
|
|
32037
|
+
width: 4px;
|
|
32038
|
+
height: 100%;
|
|
32039
|
+
position: absolute;
|
|
32040
|
+
top: 0;
|
|
32041
|
+
left: 0;
|
|
32042
|
+
}
|
|
32043
|
+
|
|
32044
|
+
.k-gantt-tooltip-validation-row {
|
|
32045
|
+
display: flex;
|
|
32046
|
+
flex-direction: row;
|
|
32047
|
+
justify-content: space-between;
|
|
32048
|
+
}
|
|
32049
|
+
|
|
32050
|
+
.k-gantt-tooltip-validation-label {
|
|
32051
|
+
display: inline-flex;
|
|
32052
|
+
white-space: nowrap;
|
|
32053
|
+
overflow: hidden;
|
|
32054
|
+
text-overflow: ellipsis;
|
|
32055
|
+
}
|
|
32056
|
+
|
|
32057
|
+
.k-gantt-tooltip-validation-value {
|
|
32058
|
+
font-weight: 700;
|
|
32059
|
+
}
|
|
32060
|
+
|
|
31832
32061
|
.k-pdf-export-shadow .k-gantt {
|
|
31833
32062
|
float: left;
|
|
31834
32063
|
}
|
|
@@ -31854,80 +32083,104 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31854
32083
|
}
|
|
31855
32084
|
|
|
31856
32085
|
.k-rtl .k-gantt-rows,
|
|
31857
|
-
.k-rtl .k-gantt-columns
|
|
32086
|
+
.k-rtl .k-gantt-columns,
|
|
32087
|
+
[dir="rtl"] .k-gantt-rows,
|
|
32088
|
+
[dir="rtl"] .k-gantt-columns {
|
|
31858
32089
|
left: auto;
|
|
31859
32090
|
right: 0;
|
|
31860
32091
|
}
|
|
31861
32092
|
|
|
31862
|
-
.k-rtl .k-task-wrap:not(.k-milestone-wrap)
|
|
32093
|
+
.k-rtl .k-task-wrap:not(.k-milestone-wrap),
|
|
32094
|
+
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
|
|
31863
32095
|
margin: 0 -26px;
|
|
31864
32096
|
}
|
|
31865
32097
|
|
|
31866
|
-
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody
|
|
32098
|
+
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
|
|
32099
|
+
[dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
|
|
31867
32100
|
text-align: left;
|
|
31868
32101
|
}
|
|
31869
32102
|
|
|
31870
|
-
.k-rtl .k-gantt-timeline .k-header
|
|
32103
|
+
.k-rtl .k-gantt-timeline .k-header,
|
|
32104
|
+
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
31871
32105
|
border-width: 0 1px 1px 0;
|
|
31872
32106
|
}
|
|
31873
32107
|
|
|
31874
|
-
.k-rtl .k-gantt-timeline .k-header:first-child
|
|
32108
|
+
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
32109
|
+
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
31875
32110
|
border-right-width: 0;
|
|
31876
32111
|
}
|
|
31877
32112
|
|
|
31878
|
-
.k-rtl .k-gantt-timeline .k-task-start
|
|
32113
|
+
.k-rtl .k-gantt-timeline .k-task-start,
|
|
32114
|
+
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
31879
32115
|
left: auto;
|
|
31880
32116
|
right: 0;
|
|
31881
32117
|
}
|
|
31882
32118
|
|
|
31883
|
-
.k-rtl .k-gantt-timeline .k-task-end
|
|
32119
|
+
.k-rtl .k-gantt-timeline .k-task-end,
|
|
32120
|
+
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
31884
32121
|
right: auto;
|
|
31885
32122
|
left: 0;
|
|
31886
32123
|
}
|
|
31887
32124
|
|
|
31888
|
-
.k-rtl .k-task-content
|
|
32125
|
+
.k-rtl .k-task-content,
|
|
32126
|
+
[dir="rtl"] .k-task-content {
|
|
31889
32127
|
text-align: right;
|
|
31890
32128
|
}
|
|
31891
32129
|
|
|
31892
|
-
.k-rtl .k-task-complete
|
|
32130
|
+
.k-rtl .k-task-complete,
|
|
32131
|
+
[dir="rtl"] .k-task-complete {
|
|
31893
32132
|
left: auto;
|
|
31894
32133
|
right: 0;
|
|
31895
32134
|
}
|
|
31896
32135
|
|
|
31897
|
-
.k-rtl .k-task-draghandle
|
|
32136
|
+
.k-rtl .k-task-draghandle,
|
|
32137
|
+
[dir="rtl"] .k-task-draghandle {
|
|
31898
32138
|
margin-left: 0;
|
|
31899
32139
|
margin-right: 16px;
|
|
31900
32140
|
}
|
|
31901
32141
|
|
|
31902
|
-
.k-rtl .k-gantt-dependencies
|
|
32142
|
+
.k-rtl .k-gantt-dependencies,
|
|
32143
|
+
[dir="rtl"] .k-gantt-dependencies {
|
|
31903
32144
|
left: auto;
|
|
31904
32145
|
right: 0;
|
|
31905
32146
|
}
|
|
31906
32147
|
|
|
31907
|
-
.k-rtl .k-gantt-delete
|
|
32148
|
+
.k-rtl .k-gantt-delete,
|
|
32149
|
+
[dir="rtl"] .k-gantt-delete {
|
|
31908
32150
|
float: right;
|
|
31909
32151
|
}
|
|
31910
32152
|
|
|
31911
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e
|
|
32153
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
|
|
32154
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-e {
|
|
31912
32155
|
display: block;
|
|
31913
32156
|
}
|
|
31914
32157
|
|
|
31915
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w
|
|
32158
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w,
|
|
32159
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
|
|
31916
32160
|
display: none;
|
|
31917
32161
|
}
|
|
31918
32162
|
|
|
31919
|
-
.k-rtl .k-milestone-wrap
|
|
32163
|
+
.k-rtl .k-milestone-wrap,
|
|
32164
|
+
[dir="rtl"] .k-milestone-wrap {
|
|
31920
32165
|
margin-left: -2.3em;
|
|
31921
32166
|
}
|
|
31922
32167
|
|
|
31923
|
-
.k-rtl .k-milestone-wrap .k-task-moment
|
|
32168
|
+
.k-rtl .k-milestone-wrap .k-task-moment,
|
|
32169
|
+
[dir="rtl"] .k-milestone-wrap .k-task-moment {
|
|
31924
32170
|
margin-right: 0.2em;
|
|
31925
32171
|
}
|
|
31926
32172
|
|
|
31927
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start
|
|
32173
|
+
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
32174
|
+
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
31928
32175
|
right: -0.1em;
|
|
31929
32176
|
}
|
|
31930
32177
|
|
|
32178
|
+
.k-rtl .k-gantt-tooltip-validation::before,
|
|
32179
|
+
[dir="rtl"] .k-gantt-tooltip-validation::before {
|
|
32180
|
+
left: auto;
|
|
32181
|
+
right: 0;
|
|
32182
|
+
}
|
|
32183
|
+
|
|
31931
32184
|
.k-gantt {
|
|
31932
32185
|
border-color: #dee2e6;
|
|
31933
32186
|
color: #212529;
|
|
@@ -32112,6 +32365,18 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
32112
32365
|
background-color: #0d6efd;
|
|
32113
32366
|
}
|
|
32114
32367
|
|
|
32368
|
+
.k-gantt-tooltip-validation::before {
|
|
32369
|
+
background-color: #656565;
|
|
32370
|
+
}
|
|
32371
|
+
|
|
32372
|
+
.k-gantt-tooltip-valid::before {
|
|
32373
|
+
background-color: #198754;
|
|
32374
|
+
}
|
|
32375
|
+
|
|
32376
|
+
.k-gantt-tooltip-invalid::before {
|
|
32377
|
+
background-color: #dc3545;
|
|
32378
|
+
}
|
|
32379
|
+
|
|
32115
32380
|
.k-scheduler {
|
|
32116
32381
|
border-width: 1px;
|
|
32117
32382
|
border-style: solid;
|
|
@@ -34116,7 +34381,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
34116
34381
|
height: 100%;
|
|
34117
34382
|
width: 6px;
|
|
34118
34383
|
transform: translateX(-50%);
|
|
34119
|
-
border-radius: 0.
|
|
34384
|
+
border-radius: 0.375rem;
|
|
34120
34385
|
}
|
|
34121
34386
|
|
|
34122
34387
|
.k-timeline-vertical .k-timeline-flag-wrap {
|