@progress/kendo-theme-bootstrap 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 +311 -82
- package/dist/all.scss +227 -125
- package/package.json +3 -3
- package/scss/_variables.scss +5 -4
- package/scss/badge/_variables.scss +2 -2
- package/scss/breadcrumb/_variables.scss +1 -1
- 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/loader/_variables.scss +1 -1
- package/scss/menu/_layout.scss +1 -1
- package/scss/notification/_variables.scss +1 -0
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -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;
|
|
@@ -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 {
|
|
@@ -14407,6 +14570,8 @@ textarea.k-input-inner {
|
|
|
14407
14570
|
}
|
|
14408
14571
|
|
|
14409
14572
|
.k-chip-content {
|
|
14573
|
+
padding: .5em 0;
|
|
14574
|
+
margin: -.5em 0;
|
|
14410
14575
|
min-width: 0;
|
|
14411
14576
|
display: flex;
|
|
14412
14577
|
flex-flow: row nowrap;
|
|
@@ -16180,12 +16345,6 @@ kendo-label > .k-label {
|
|
|
16180
16345
|
width: 100%;
|
|
16181
16346
|
}
|
|
16182
16347
|
|
|
16183
|
-
.k-form .k-daterangepicker {
|
|
16184
|
-
width: 100%;
|
|
16185
|
-
flex-flow: column nowrap;
|
|
16186
|
-
gap: 0;
|
|
16187
|
-
}
|
|
16188
|
-
|
|
16189
16348
|
.k-form-buttons {
|
|
16190
16349
|
margin-top: 2rem;
|
|
16191
16350
|
padding: 0;
|
|
@@ -18133,6 +18292,9 @@ kendo-label > .k-label {
|
|
|
18133
18292
|
line-height: 2em;
|
|
18134
18293
|
cursor: pointer;
|
|
18135
18294
|
padding: 0 1em;
|
|
18295
|
+
overflow: hidden;
|
|
18296
|
+
white-space: nowrap;
|
|
18297
|
+
text-overflow: clip;
|
|
18136
18298
|
}
|
|
18137
18299
|
|
|
18138
18300
|
.k-calendar-navigation .k-calendar-navigation-marker {
|
|
@@ -23729,7 +23891,7 @@ kendo-card-footer {
|
|
|
23729
23891
|
}
|
|
23730
23892
|
|
|
23731
23893
|
.k-stepper .k-step-label {
|
|
23732
|
-
max-width: 10em;
|
|
23894
|
+
max-width: calc(min(100%, 10em));
|
|
23733
23895
|
display: inline-flex;
|
|
23734
23896
|
flex-wrap: wrap;
|
|
23735
23897
|
align-items: center;
|
|
@@ -28431,7 +28593,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
28431
28593
|
height: 6px;
|
|
28432
28594
|
border-style: solid;
|
|
28433
28595
|
border-width: 1px;
|
|
28434
|
-
border-radius: 0.
|
|
28596
|
+
border-radius: 0.375rem;
|
|
28435
28597
|
position: absolute;
|
|
28436
28598
|
transform: translate(-50%, -50%);
|
|
28437
28599
|
}
|
|
@@ -30014,7 +30176,7 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
30014
30176
|
.k-taskboard-column {
|
|
30015
30177
|
width: 320px;
|
|
30016
30178
|
border-width: 1px;
|
|
30017
|
-
border-radius: 0.
|
|
30179
|
+
border-radius: 0.125rem;
|
|
30018
30180
|
border-style: solid;
|
|
30019
30181
|
outline: none;
|
|
30020
30182
|
display: flex;
|
|
@@ -31843,6 +32005,37 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31843
32005
|
visibility: visible;
|
|
31844
32006
|
}
|
|
31845
32007
|
|
|
32008
|
+
.k-gantt-tooltip-validation {
|
|
32009
|
+
max-width: 200px;
|
|
32010
|
+
display: block;
|
|
32011
|
+
}
|
|
32012
|
+
|
|
32013
|
+
.k-gantt-tooltip-validation::before {
|
|
32014
|
+
content: '';
|
|
32015
|
+
width: 4px;
|
|
32016
|
+
height: 100%;
|
|
32017
|
+
position: absolute;
|
|
32018
|
+
top: 0;
|
|
32019
|
+
left: 0;
|
|
32020
|
+
}
|
|
32021
|
+
|
|
32022
|
+
.k-gantt-tooltip-validation-row {
|
|
32023
|
+
display: flex;
|
|
32024
|
+
flex-direction: row;
|
|
32025
|
+
justify-content: space-between;
|
|
32026
|
+
}
|
|
32027
|
+
|
|
32028
|
+
.k-gantt-tooltip-validation-label {
|
|
32029
|
+
display: inline-flex;
|
|
32030
|
+
white-space: nowrap;
|
|
32031
|
+
overflow: hidden;
|
|
32032
|
+
text-overflow: ellipsis;
|
|
32033
|
+
}
|
|
32034
|
+
|
|
32035
|
+
.k-gantt-tooltip-validation-value {
|
|
32036
|
+
font-weight: 700;
|
|
32037
|
+
}
|
|
32038
|
+
|
|
31846
32039
|
.k-pdf-export-shadow .k-gantt {
|
|
31847
32040
|
float: left;
|
|
31848
32041
|
}
|
|
@@ -31868,80 +32061,104 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
31868
32061
|
}
|
|
31869
32062
|
|
|
31870
32063
|
.k-rtl .k-gantt-rows,
|
|
31871
|
-
.k-rtl .k-gantt-columns
|
|
32064
|
+
.k-rtl .k-gantt-columns,
|
|
32065
|
+
[dir="rtl"] .k-gantt-rows,
|
|
32066
|
+
[dir="rtl"] .k-gantt-columns {
|
|
31872
32067
|
left: auto;
|
|
31873
32068
|
right: 0;
|
|
31874
32069
|
}
|
|
31875
32070
|
|
|
31876
|
-
.k-rtl .k-task-wrap:not(.k-milestone-wrap)
|
|
32071
|
+
.k-rtl .k-task-wrap:not(.k-milestone-wrap),
|
|
32072
|
+
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
|
|
31877
32073
|
margin: 0 -26px;
|
|
31878
32074
|
}
|
|
31879
32075
|
|
|
31880
|
-
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody
|
|
32076
|
+
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
|
|
32077
|
+
[dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
|
|
31881
32078
|
text-align: left;
|
|
31882
32079
|
}
|
|
31883
32080
|
|
|
31884
|
-
.k-rtl .k-gantt-timeline .k-header
|
|
32081
|
+
.k-rtl .k-gantt-timeline .k-header,
|
|
32082
|
+
[dir="rtl"] .k-gantt-timeline .k-header {
|
|
31885
32083
|
border-width: 0 1px 1px 0;
|
|
31886
32084
|
}
|
|
31887
32085
|
|
|
31888
|
-
.k-rtl .k-gantt-timeline .k-header:first-child
|
|
32086
|
+
.k-rtl .k-gantt-timeline .k-header:first-child,
|
|
32087
|
+
[dir="rtl"] .k-gantt-timeline .k-header:first-child {
|
|
31889
32088
|
border-right-width: 0;
|
|
31890
32089
|
}
|
|
31891
32090
|
|
|
31892
|
-
.k-rtl .k-gantt-timeline .k-task-start
|
|
32091
|
+
.k-rtl .k-gantt-timeline .k-task-start,
|
|
32092
|
+
[dir="rtl"] .k-gantt-timeline .k-task-start {
|
|
31893
32093
|
left: auto;
|
|
31894
32094
|
right: 0;
|
|
31895
32095
|
}
|
|
31896
32096
|
|
|
31897
|
-
.k-rtl .k-gantt-timeline .k-task-end
|
|
32097
|
+
.k-rtl .k-gantt-timeline .k-task-end,
|
|
32098
|
+
[dir="rtl"] .k-gantt-timeline .k-task-end {
|
|
31898
32099
|
right: auto;
|
|
31899
32100
|
left: 0;
|
|
31900
32101
|
}
|
|
31901
32102
|
|
|
31902
|
-
.k-rtl .k-task-content
|
|
32103
|
+
.k-rtl .k-task-content,
|
|
32104
|
+
[dir="rtl"] .k-task-content {
|
|
31903
32105
|
text-align: right;
|
|
31904
32106
|
}
|
|
31905
32107
|
|
|
31906
|
-
.k-rtl .k-task-complete
|
|
32108
|
+
.k-rtl .k-task-complete,
|
|
32109
|
+
[dir="rtl"] .k-task-complete {
|
|
31907
32110
|
left: auto;
|
|
31908
32111
|
right: 0;
|
|
31909
32112
|
}
|
|
31910
32113
|
|
|
31911
|
-
.k-rtl .k-task-draghandle
|
|
32114
|
+
.k-rtl .k-task-draghandle,
|
|
32115
|
+
[dir="rtl"] .k-task-draghandle {
|
|
31912
32116
|
margin-left: 0;
|
|
31913
32117
|
margin-right: 16px;
|
|
31914
32118
|
}
|
|
31915
32119
|
|
|
31916
|
-
.k-rtl .k-gantt-dependencies
|
|
32120
|
+
.k-rtl .k-gantt-dependencies,
|
|
32121
|
+
[dir="rtl"] .k-gantt-dependencies {
|
|
31917
32122
|
left: auto;
|
|
31918
32123
|
right: 0;
|
|
31919
32124
|
}
|
|
31920
32125
|
|
|
31921
|
-
.k-rtl .k-gantt-delete
|
|
32126
|
+
.k-rtl .k-gantt-delete,
|
|
32127
|
+
[dir="rtl"] .k-gantt-delete {
|
|
31922
32128
|
float: right;
|
|
31923
32129
|
}
|
|
31924
32130
|
|
|
31925
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e
|
|
32131
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-e,
|
|
32132
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-e {
|
|
31926
32133
|
display: block;
|
|
31927
32134
|
}
|
|
31928
32135
|
|
|
31929
|
-
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w
|
|
32136
|
+
.k-rtl .k-task-offset-wrap .k-task-content .k-resize-w,
|
|
32137
|
+
[dir="rtl"] .k-task-offset-wrap .k-task-content .k-resize-w {
|
|
31930
32138
|
display: none;
|
|
31931
32139
|
}
|
|
31932
32140
|
|
|
31933
|
-
.k-rtl .k-milestone-wrap
|
|
32141
|
+
.k-rtl .k-milestone-wrap,
|
|
32142
|
+
[dir="rtl"] .k-milestone-wrap {
|
|
31934
32143
|
margin-left: -2.3em;
|
|
31935
32144
|
}
|
|
31936
32145
|
|
|
31937
|
-
.k-rtl .k-milestone-wrap .k-task-moment
|
|
32146
|
+
.k-rtl .k-milestone-wrap .k-task-moment,
|
|
32147
|
+
[dir="rtl"] .k-milestone-wrap .k-task-moment {
|
|
31938
32148
|
margin-right: 0.2em;
|
|
31939
32149
|
}
|
|
31940
32150
|
|
|
31941
|
-
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start
|
|
32151
|
+
.k-rtl .k-gantt-timeline .k-milestone-wrap .k-task-start,
|
|
32152
|
+
[dir="rtl"] .k-gantt-timeline .k-milestone-wrap .k-task-start {
|
|
31942
32153
|
right: -0.1em;
|
|
31943
32154
|
}
|
|
31944
32155
|
|
|
32156
|
+
.k-rtl .k-gantt-tooltip-validation::before,
|
|
32157
|
+
[dir="rtl"] .k-gantt-tooltip-validation::before {
|
|
32158
|
+
left: auto;
|
|
32159
|
+
right: 0;
|
|
32160
|
+
}
|
|
32161
|
+
|
|
31945
32162
|
.k-gantt {
|
|
31946
32163
|
border-color: #dee2e6;
|
|
31947
32164
|
color: #212529;
|
|
@@ -32126,6 +32343,18 @@ kendo-editor.k-readonly .k-editor-content.k-state-focused {
|
|
|
32126
32343
|
background-color: #0d6efd;
|
|
32127
32344
|
}
|
|
32128
32345
|
|
|
32346
|
+
.k-gantt-tooltip-validation::before {
|
|
32347
|
+
background-color: #656565;
|
|
32348
|
+
}
|
|
32349
|
+
|
|
32350
|
+
.k-gantt-tooltip-valid::before {
|
|
32351
|
+
background-color: #198754;
|
|
32352
|
+
}
|
|
32353
|
+
|
|
32354
|
+
.k-gantt-tooltip-invalid::before {
|
|
32355
|
+
background-color: #dc3545;
|
|
32356
|
+
}
|
|
32357
|
+
|
|
32129
32358
|
.k-scheduler {
|
|
32130
32359
|
border-width: 1px;
|
|
32131
32360
|
border-style: solid;
|
|
@@ -34130,7 +34359,7 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
34130
34359
|
height: 100%;
|
|
34131
34360
|
width: 6px;
|
|
34132
34361
|
transform: translateX(-50%);
|
|
34133
|
-
border-radius: 0.
|
|
34362
|
+
border-radius: 0.375rem;
|
|
34134
34363
|
}
|
|
34135
34364
|
|
|
34136
34365
|
.k-timeline-vertical .k-timeline-flag-wrap {
|