@progress/kendo-theme-utils 13.2.0-dev.2 → 13.2.0-dev.4
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 +1 -1
- package/dist/meta/sassdoc-data.json +302 -1046
- package/dist/meta/sassdoc-raw-data.json +302 -1046
- package/dist/meta/variables.json +4 -34
- package/package.json +3 -3
- package/scss/_variables.scss +0 -6
- package/scss/background/_background-color.scss +0 -36
- package/scss/border/_border-color.scss +0 -36
- package/scss/border/_outline-color.scss +0 -36
- package/scss/typography/_text-color.scss +0 -36
|
@@ -1641,23 +1641,23 @@
|
|
|
1641
1641
|
}
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
|
-
"description": "Sets the background color to the
|
|
1644
|
+
"description": "Sets the background color to the error emphasis color.\n",
|
|
1645
1645
|
"commentRange": {
|
|
1646
|
-
"start":
|
|
1647
|
-
"end":
|
|
1646
|
+
"start": 199,
|
|
1647
|
+
"end": 203
|
|
1648
1648
|
},
|
|
1649
1649
|
"context": {
|
|
1650
1650
|
"type": "css",
|
|
1651
1651
|
"line": {
|
|
1652
|
-
"start":
|
|
1653
|
-
"end":
|
|
1652
|
+
"start": 205,
|
|
1653
|
+
"end": 205
|
|
1654
1654
|
},
|
|
1655
|
-
"name": ".k-bg-
|
|
1655
|
+
"name": ".k-bg-error-emphasis"
|
|
1656
1656
|
},
|
|
1657
1657
|
"example": [
|
|
1658
1658
|
{
|
|
1659
1659
|
"type": "scss",
|
|
1660
|
-
"code": "background-color: var(--kendo-color-
|
|
1660
|
+
"code": "background-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
1661
1661
|
}
|
|
1662
1662
|
],
|
|
1663
1663
|
"group": [
|
|
@@ -1681,8 +1681,8 @@
|
|
|
1681
1681
|
"name": ".k-bg-inherit",
|
|
1682
1682
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1683
1683
|
"line": {
|
|
1684
|
-
"start":
|
|
1685
|
-
"end":
|
|
1684
|
+
"start": 211,
|
|
1685
|
+
"end": 220
|
|
1686
1686
|
}
|
|
1687
1687
|
},
|
|
1688
1688
|
"example": [
|
|
@@ -1712,8 +1712,8 @@
|
|
|
1712
1712
|
"name": ".k-bg-transparent",
|
|
1713
1713
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1714
1714
|
"line": {
|
|
1715
|
-
"start":
|
|
1716
|
-
"end":
|
|
1715
|
+
"start": 211,
|
|
1716
|
+
"end": 220
|
|
1717
1717
|
}
|
|
1718
1718
|
},
|
|
1719
1719
|
"example": [
|
|
@@ -1743,8 +1743,8 @@
|
|
|
1743
1743
|
"name": ".k-bg-black",
|
|
1744
1744
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1745
1745
|
"line": {
|
|
1746
|
-
"start":
|
|
1747
|
-
"end":
|
|
1746
|
+
"start": 211,
|
|
1747
|
+
"end": 220
|
|
1748
1748
|
}
|
|
1749
1749
|
},
|
|
1750
1750
|
"example": [
|
|
@@ -1774,8 +1774,8 @@
|
|
|
1774
1774
|
"name": ".k-bg-white",
|
|
1775
1775
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1776
1776
|
"line": {
|
|
1777
|
-
"start":
|
|
1778
|
-
"end":
|
|
1777
|
+
"start": 211,
|
|
1778
|
+
"end": 220
|
|
1779
1779
|
}
|
|
1780
1780
|
},
|
|
1781
1781
|
"example": [
|
|
@@ -1805,8 +1805,8 @@
|
|
|
1805
1805
|
"name": ".k-bg-app-surface",
|
|
1806
1806
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1807
1807
|
"line": {
|
|
1808
|
-
"start":
|
|
1809
|
-
"end":
|
|
1808
|
+
"start": 211,
|
|
1809
|
+
"end": 220
|
|
1810
1810
|
}
|
|
1811
1811
|
},
|
|
1812
1812
|
"example": [
|
|
@@ -1836,8 +1836,8 @@
|
|
|
1836
1836
|
"name": ".k-bg-on-app-surface",
|
|
1837
1837
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1838
1838
|
"line": {
|
|
1839
|
-
"start":
|
|
1840
|
-
"end":
|
|
1839
|
+
"start": 211,
|
|
1840
|
+
"end": 220
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
1843
|
"example": [
|
|
@@ -1867,8 +1867,8 @@
|
|
|
1867
1867
|
"name": ".k-bg-subtle",
|
|
1868
1868
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1869
1869
|
"line": {
|
|
1870
|
-
"start":
|
|
1871
|
-
"end":
|
|
1870
|
+
"start": 211,
|
|
1871
|
+
"end": 220
|
|
1872
1872
|
}
|
|
1873
1873
|
},
|
|
1874
1874
|
"example": [
|
|
@@ -1898,8 +1898,8 @@
|
|
|
1898
1898
|
"name": ".k-bg-surface",
|
|
1899
1899
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1900
1900
|
"line": {
|
|
1901
|
-
"start":
|
|
1902
|
-
"end":
|
|
1901
|
+
"start": 211,
|
|
1902
|
+
"end": 220
|
|
1903
1903
|
}
|
|
1904
1904
|
},
|
|
1905
1905
|
"example": [
|
|
@@ -1929,8 +1929,8 @@
|
|
|
1929
1929
|
"name": ".k-bg-surface-alt",
|
|
1930
1930
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1931
1931
|
"line": {
|
|
1932
|
-
"start":
|
|
1933
|
-
"end":
|
|
1932
|
+
"start": 211,
|
|
1933
|
+
"end": 220
|
|
1934
1934
|
}
|
|
1935
1935
|
},
|
|
1936
1936
|
"example": [
|
|
@@ -1960,8 +1960,8 @@
|
|
|
1960
1960
|
"name": ".k-bg-border",
|
|
1961
1961
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1962
1962
|
"line": {
|
|
1963
|
-
"start":
|
|
1964
|
-
"end":
|
|
1963
|
+
"start": 211,
|
|
1964
|
+
"end": 220
|
|
1965
1965
|
}
|
|
1966
1966
|
},
|
|
1967
1967
|
"example": [
|
|
@@ -1991,8 +1991,8 @@
|
|
|
1991
1991
|
"name": ".k-bg-border-alt",
|
|
1992
1992
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
1993
1993
|
"line": {
|
|
1994
|
-
"start":
|
|
1995
|
-
"end":
|
|
1994
|
+
"start": 211,
|
|
1995
|
+
"end": 220
|
|
1996
1996
|
}
|
|
1997
1997
|
},
|
|
1998
1998
|
"example": [
|
|
@@ -2022,8 +2022,8 @@
|
|
|
2022
2022
|
"name": ".k-bg-base-subtle",
|
|
2023
2023
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2024
2024
|
"line": {
|
|
2025
|
-
"start":
|
|
2026
|
-
"end":
|
|
2025
|
+
"start": 211,
|
|
2026
|
+
"end": 220
|
|
2027
2027
|
}
|
|
2028
2028
|
},
|
|
2029
2029
|
"example": [
|
|
@@ -2053,8 +2053,8 @@
|
|
|
2053
2053
|
"name": ".k-bg-base-emphasis",
|
|
2054
2054
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2055
2055
|
"line": {
|
|
2056
|
-
"start":
|
|
2057
|
-
"end":
|
|
2056
|
+
"start": 211,
|
|
2057
|
+
"end": 220
|
|
2058
2058
|
}
|
|
2059
2059
|
},
|
|
2060
2060
|
"example": [
|
|
@@ -2084,8 +2084,8 @@
|
|
|
2084
2084
|
"name": ".k-bg-primary-subtle",
|
|
2085
2085
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2086
2086
|
"line": {
|
|
2087
|
-
"start":
|
|
2088
|
-
"end":
|
|
2087
|
+
"start": 211,
|
|
2088
|
+
"end": 220
|
|
2089
2089
|
}
|
|
2090
2090
|
},
|
|
2091
2091
|
"example": [
|
|
@@ -2115,8 +2115,8 @@
|
|
|
2115
2115
|
"name": ".k-bg-primary",
|
|
2116
2116
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2117
2117
|
"line": {
|
|
2118
|
-
"start":
|
|
2119
|
-
"end":
|
|
2118
|
+
"start": 211,
|
|
2119
|
+
"end": 220
|
|
2120
2120
|
}
|
|
2121
2121
|
},
|
|
2122
2122
|
"example": [
|
|
@@ -2146,8 +2146,8 @@
|
|
|
2146
2146
|
"name": ".k-bg-primary-emphasis",
|
|
2147
2147
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2148
2148
|
"line": {
|
|
2149
|
-
"start":
|
|
2150
|
-
"end":
|
|
2149
|
+
"start": 211,
|
|
2150
|
+
"end": 220
|
|
2151
2151
|
}
|
|
2152
2152
|
},
|
|
2153
2153
|
"example": [
|
|
@@ -2177,8 +2177,8 @@
|
|
|
2177
2177
|
"name": ".k-bg-secondary-subtle",
|
|
2178
2178
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2179
2179
|
"line": {
|
|
2180
|
-
"start":
|
|
2181
|
-
"end":
|
|
2180
|
+
"start": 211,
|
|
2181
|
+
"end": 220
|
|
2182
2182
|
}
|
|
2183
2183
|
},
|
|
2184
2184
|
"example": [
|
|
@@ -2208,8 +2208,8 @@
|
|
|
2208
2208
|
"name": ".k-bg-secondary",
|
|
2209
2209
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2210
2210
|
"line": {
|
|
2211
|
-
"start":
|
|
2212
|
-
"end":
|
|
2211
|
+
"start": 211,
|
|
2212
|
+
"end": 220
|
|
2213
2213
|
}
|
|
2214
2214
|
},
|
|
2215
2215
|
"example": [
|
|
@@ -2239,8 +2239,8 @@
|
|
|
2239
2239
|
"name": ".k-bg-secondary-emphasis",
|
|
2240
2240
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2241
2241
|
"line": {
|
|
2242
|
-
"start":
|
|
2243
|
-
"end":
|
|
2242
|
+
"start": 211,
|
|
2243
|
+
"end": 220
|
|
2244
2244
|
}
|
|
2245
2245
|
},
|
|
2246
2246
|
"example": [
|
|
@@ -2270,8 +2270,8 @@
|
|
|
2270
2270
|
"name": ".k-bg-tertiary-subtle",
|
|
2271
2271
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2272
2272
|
"line": {
|
|
2273
|
-
"start":
|
|
2274
|
-
"end":
|
|
2273
|
+
"start": 211,
|
|
2274
|
+
"end": 220
|
|
2275
2275
|
}
|
|
2276
2276
|
},
|
|
2277
2277
|
"example": [
|
|
@@ -2301,8 +2301,8 @@
|
|
|
2301
2301
|
"name": ".k-bg-tertiary",
|
|
2302
2302
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2303
2303
|
"line": {
|
|
2304
|
-
"start":
|
|
2305
|
-
"end":
|
|
2304
|
+
"start": 211,
|
|
2305
|
+
"end": 220
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
"example": [
|
|
@@ -2332,8 +2332,8 @@
|
|
|
2332
2332
|
"name": ".k-bg-tertiary-emphasis",
|
|
2333
2333
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2334
2334
|
"line": {
|
|
2335
|
-
"start":
|
|
2336
|
-
"end":
|
|
2335
|
+
"start": 211,
|
|
2336
|
+
"end": 220
|
|
2337
2337
|
}
|
|
2338
2338
|
},
|
|
2339
2339
|
"example": [
|
|
@@ -2363,8 +2363,8 @@
|
|
|
2363
2363
|
"name": ".k-bg-info-subtle",
|
|
2364
2364
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2365
2365
|
"line": {
|
|
2366
|
-
"start":
|
|
2367
|
-
"end":
|
|
2366
|
+
"start": 211,
|
|
2367
|
+
"end": 220
|
|
2368
2368
|
}
|
|
2369
2369
|
},
|
|
2370
2370
|
"example": [
|
|
@@ -2394,8 +2394,8 @@
|
|
|
2394
2394
|
"name": ".k-bg-info",
|
|
2395
2395
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2396
2396
|
"line": {
|
|
2397
|
-
"start":
|
|
2398
|
-
"end":
|
|
2397
|
+
"start": 211,
|
|
2398
|
+
"end": 220
|
|
2399
2399
|
}
|
|
2400
2400
|
},
|
|
2401
2401
|
"example": [
|
|
@@ -2425,8 +2425,8 @@
|
|
|
2425
2425
|
"name": ".k-bg-info-emphasis",
|
|
2426
2426
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2427
2427
|
"line": {
|
|
2428
|
-
"start":
|
|
2429
|
-
"end":
|
|
2428
|
+
"start": 211,
|
|
2429
|
+
"end": 220
|
|
2430
2430
|
}
|
|
2431
2431
|
},
|
|
2432
2432
|
"example": [
|
|
@@ -2456,8 +2456,8 @@
|
|
|
2456
2456
|
"name": ".k-bg-success-subtle",
|
|
2457
2457
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2458
2458
|
"line": {
|
|
2459
|
-
"start":
|
|
2460
|
-
"end":
|
|
2459
|
+
"start": 211,
|
|
2460
|
+
"end": 220
|
|
2461
2461
|
}
|
|
2462
2462
|
},
|
|
2463
2463
|
"example": [
|
|
@@ -2487,8 +2487,8 @@
|
|
|
2487
2487
|
"name": ".k-bg-success",
|
|
2488
2488
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2489
2489
|
"line": {
|
|
2490
|
-
"start":
|
|
2491
|
-
"end":
|
|
2490
|
+
"start": 211,
|
|
2491
|
+
"end": 220
|
|
2492
2492
|
}
|
|
2493
2493
|
},
|
|
2494
2494
|
"example": [
|
|
@@ -2518,8 +2518,8 @@
|
|
|
2518
2518
|
"name": ".k-bg-success-emphasis",
|
|
2519
2519
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2520
2520
|
"line": {
|
|
2521
|
-
"start":
|
|
2522
|
-
"end":
|
|
2521
|
+
"start": 211,
|
|
2522
|
+
"end": 220
|
|
2523
2523
|
}
|
|
2524
2524
|
},
|
|
2525
2525
|
"example": [
|
|
@@ -2549,8 +2549,8 @@
|
|
|
2549
2549
|
"name": ".k-bg-warning-subtle",
|
|
2550
2550
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2551
2551
|
"line": {
|
|
2552
|
-
"start":
|
|
2553
|
-
"end":
|
|
2552
|
+
"start": 211,
|
|
2553
|
+
"end": 220
|
|
2554
2554
|
}
|
|
2555
2555
|
},
|
|
2556
2556
|
"example": [
|
|
@@ -2580,8 +2580,8 @@
|
|
|
2580
2580
|
"name": ".k-bg-warning",
|
|
2581
2581
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2582
2582
|
"line": {
|
|
2583
|
-
"start":
|
|
2584
|
-
"end":
|
|
2583
|
+
"start": 211,
|
|
2584
|
+
"end": 220
|
|
2585
2585
|
}
|
|
2586
2586
|
},
|
|
2587
2587
|
"example": [
|
|
@@ -2611,8 +2611,8 @@
|
|
|
2611
2611
|
"name": ".k-bg-warning-emphasis",
|
|
2612
2612
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2613
2613
|
"line": {
|
|
2614
|
-
"start":
|
|
2615
|
-
"end":
|
|
2614
|
+
"start": 211,
|
|
2615
|
+
"end": 220
|
|
2616
2616
|
}
|
|
2617
2617
|
},
|
|
2618
2618
|
"example": [
|
|
@@ -2642,8 +2642,8 @@
|
|
|
2642
2642
|
"name": ".k-bg-error-subtle",
|
|
2643
2643
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2644
2644
|
"line": {
|
|
2645
|
-
"start":
|
|
2646
|
-
"end":
|
|
2645
|
+
"start": 211,
|
|
2646
|
+
"end": 220
|
|
2647
2647
|
}
|
|
2648
2648
|
},
|
|
2649
2649
|
"example": [
|
|
@@ -2673,8 +2673,8 @@
|
|
|
2673
2673
|
"name": ".k-bg-error",
|
|
2674
2674
|
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2675
2675
|
"line": {
|
|
2676
|
-
"start":
|
|
2677
|
-
"end":
|
|
2676
|
+
"start": 211,
|
|
2677
|
+
"end": 220
|
|
2678
2678
|
}
|
|
2679
2679
|
},
|
|
2680
2680
|
"example": [
|
|
@@ -2693,192 +2693,6 @@
|
|
|
2693
2693
|
"name": "_background-color.scss"
|
|
2694
2694
|
}
|
|
2695
2695
|
},
|
|
2696
|
-
{
|
|
2697
|
-
"description": "Sets the background color to the error emphasis color.\n",
|
|
2698
|
-
"commentRange": {
|
|
2699
|
-
"start": 199,
|
|
2700
|
-
"end": 203
|
|
2701
|
-
},
|
|
2702
|
-
"context": {
|
|
2703
|
-
"type": "css",
|
|
2704
|
-
"name": ".k-bg-error-emphasis",
|
|
2705
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2706
|
-
"line": {
|
|
2707
|
-
"start": 247,
|
|
2708
|
-
"end": 256
|
|
2709
|
-
}
|
|
2710
|
-
},
|
|
2711
|
-
"example": [
|
|
2712
|
-
{
|
|
2713
|
-
"type": "scss",
|
|
2714
|
-
"code": "background-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
2715
|
-
}
|
|
2716
|
-
],
|
|
2717
|
-
"group": [
|
|
2718
|
-
"background-color"
|
|
2719
|
-
],
|
|
2720
|
-
"contextType": "css",
|
|
2721
|
-
"access": "public",
|
|
2722
|
-
"file": {
|
|
2723
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2724
|
-
"name": "_background-color.scss"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"description": "Sets the background color to the light subtle color.\n",
|
|
2729
|
-
"commentRange": {
|
|
2730
|
-
"start": 205,
|
|
2731
|
-
"end": 209
|
|
2732
|
-
},
|
|
2733
|
-
"context": {
|
|
2734
|
-
"type": "css",
|
|
2735
|
-
"name": ".k-bg-light-subtle",
|
|
2736
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2737
|
-
"line": {
|
|
2738
|
-
"start": 247,
|
|
2739
|
-
"end": 256
|
|
2740
|
-
}
|
|
2741
|
-
},
|
|
2742
|
-
"example": [
|
|
2743
|
-
{
|
|
2744
|
-
"type": "scss",
|
|
2745
|
-
"code": "background-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
2746
|
-
}
|
|
2747
|
-
],
|
|
2748
|
-
"group": [
|
|
2749
|
-
"background-color"
|
|
2750
|
-
],
|
|
2751
|
-
"contextType": "css",
|
|
2752
|
-
"access": "public",
|
|
2753
|
-
"file": {
|
|
2754
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2755
|
-
"name": "_background-color.scss"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"description": "Sets the background color to the light color.\n",
|
|
2760
|
-
"commentRange": {
|
|
2761
|
-
"start": 211,
|
|
2762
|
-
"end": 215
|
|
2763
|
-
},
|
|
2764
|
-
"context": {
|
|
2765
|
-
"type": "css",
|
|
2766
|
-
"name": ".k-bg-light",
|
|
2767
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2768
|
-
"line": {
|
|
2769
|
-
"start": 247,
|
|
2770
|
-
"end": 256
|
|
2771
|
-
}
|
|
2772
|
-
},
|
|
2773
|
-
"example": [
|
|
2774
|
-
{
|
|
2775
|
-
"type": "scss",
|
|
2776
|
-
"code": "background-color: var(--kendo-color-light, #f8f9fa);"
|
|
2777
|
-
}
|
|
2778
|
-
],
|
|
2779
|
-
"group": [
|
|
2780
|
-
"background-color"
|
|
2781
|
-
],
|
|
2782
|
-
"contextType": "css",
|
|
2783
|
-
"access": "public",
|
|
2784
|
-
"file": {
|
|
2785
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2786
|
-
"name": "_background-color.scss"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"description": "Sets the background color to the light emphasis color.\n",
|
|
2791
|
-
"commentRange": {
|
|
2792
|
-
"start": 217,
|
|
2793
|
-
"end": 221
|
|
2794
|
-
},
|
|
2795
|
-
"context": {
|
|
2796
|
-
"type": "css",
|
|
2797
|
-
"name": ".k-bg-light-emphasis",
|
|
2798
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2799
|
-
"line": {
|
|
2800
|
-
"start": 247,
|
|
2801
|
-
"end": 256
|
|
2802
|
-
}
|
|
2803
|
-
},
|
|
2804
|
-
"example": [
|
|
2805
|
-
{
|
|
2806
|
-
"type": "scss",
|
|
2807
|
-
"code": "background-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
2808
|
-
}
|
|
2809
|
-
],
|
|
2810
|
-
"group": [
|
|
2811
|
-
"background-color"
|
|
2812
|
-
],
|
|
2813
|
-
"contextType": "css",
|
|
2814
|
-
"access": "public",
|
|
2815
|
-
"file": {
|
|
2816
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2817
|
-
"name": "_background-color.scss"
|
|
2818
|
-
}
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"description": "Sets the background color to the dark subtle color.\n",
|
|
2822
|
-
"commentRange": {
|
|
2823
|
-
"start": 223,
|
|
2824
|
-
"end": 227
|
|
2825
|
-
},
|
|
2826
|
-
"context": {
|
|
2827
|
-
"type": "css",
|
|
2828
|
-
"name": ".k-bg-dark-subtle",
|
|
2829
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2830
|
-
"line": {
|
|
2831
|
-
"start": 247,
|
|
2832
|
-
"end": 256
|
|
2833
|
-
}
|
|
2834
|
-
},
|
|
2835
|
-
"example": [
|
|
2836
|
-
{
|
|
2837
|
-
"type": "scss",
|
|
2838
|
-
"code": "background-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
2839
|
-
}
|
|
2840
|
-
],
|
|
2841
|
-
"group": [
|
|
2842
|
-
"background-color"
|
|
2843
|
-
],
|
|
2844
|
-
"contextType": "css",
|
|
2845
|
-
"access": "public",
|
|
2846
|
-
"file": {
|
|
2847
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2848
|
-
"name": "_background-color.scss"
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
"description": "Sets the background color to the dark color.\n",
|
|
2853
|
-
"commentRange": {
|
|
2854
|
-
"start": 229,
|
|
2855
|
-
"end": 233
|
|
2856
|
-
},
|
|
2857
|
-
"context": {
|
|
2858
|
-
"type": "css",
|
|
2859
|
-
"name": ".k-bg-dark",
|
|
2860
|
-
"value": "@include import-once(\"utils-background-color\") {\n\n // Background color utility classes\n $kendo-utils-background-color: map.get( $kendo-utils, \"background-color\" ) !default;\n @include generate-utils( bg, background-color, $kendo-utils-background-color, $css-var: 'color' );\n\n }",
|
|
2861
|
-
"line": {
|
|
2862
|
-
"start": 247,
|
|
2863
|
-
"end": 256
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2866
|
-
"example": [
|
|
2867
|
-
{
|
|
2868
|
-
"type": "scss",
|
|
2869
|
-
"code": "background-color: var(--kendo-color-dark, #343a40);"
|
|
2870
|
-
}
|
|
2871
|
-
],
|
|
2872
|
-
"group": [
|
|
2873
|
-
"background-color"
|
|
2874
|
-
],
|
|
2875
|
-
"contextType": "css",
|
|
2876
|
-
"access": "public",
|
|
2877
|
-
"file": {
|
|
2878
|
-
"path": "utils/scss/background/_background-color.scss",
|
|
2879
|
-
"name": "_background-color.scss"
|
|
2880
|
-
}
|
|
2881
|
-
},
|
|
2882
2696
|
{
|
|
2883
2697
|
"description": "This is equivalent to `background-position: bottom right;`.\n",
|
|
2884
2698
|
"commentRange": {
|
|
@@ -3311,23 +3125,23 @@
|
|
|
3311
3125
|
}
|
|
3312
3126
|
},
|
|
3313
3127
|
{
|
|
3314
|
-
"description": "Sets the border color to the
|
|
3128
|
+
"description": "Sets the border color to the error emphasis color.\n",
|
|
3315
3129
|
"commentRange": {
|
|
3316
|
-
"start":
|
|
3317
|
-
"end":
|
|
3130
|
+
"start": 205,
|
|
3131
|
+
"end": 209
|
|
3318
3132
|
},
|
|
3319
3133
|
"context": {
|
|
3320
3134
|
"type": "css",
|
|
3321
3135
|
"line": {
|
|
3322
|
-
"start":
|
|
3323
|
-
"end":
|
|
3136
|
+
"start": 211,
|
|
3137
|
+
"end": 211
|
|
3324
3138
|
},
|
|
3325
|
-
"name": ".k-border-
|
|
3139
|
+
"name": ".k-border-error-emphasis"
|
|
3326
3140
|
},
|
|
3327
3141
|
"example": [
|
|
3328
3142
|
{
|
|
3329
3143
|
"type": "scss",
|
|
3330
|
-
"code": "border-color: var(--kendo-color-
|
|
3144
|
+
"code": "border-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
3331
3145
|
}
|
|
3332
3146
|
],
|
|
3333
3147
|
"group": [
|
|
@@ -3351,8 +3165,8 @@
|
|
|
3351
3165
|
"name": ".k-border-inherit",
|
|
3352
3166
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3353
3167
|
"line": {
|
|
3354
|
-
"start":
|
|
3355
|
-
"end":
|
|
3168
|
+
"start": 217,
|
|
3169
|
+
"end": 226
|
|
3356
3170
|
}
|
|
3357
3171
|
},
|
|
3358
3172
|
"example": [
|
|
@@ -3382,8 +3196,8 @@
|
|
|
3382
3196
|
"name": ".k-border-currentColor",
|
|
3383
3197
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3384
3198
|
"line": {
|
|
3385
|
-
"start":
|
|
3386
|
-
"end":
|
|
3199
|
+
"start": 217,
|
|
3200
|
+
"end": 226
|
|
3387
3201
|
}
|
|
3388
3202
|
},
|
|
3389
3203
|
"example": [
|
|
@@ -3413,8 +3227,8 @@
|
|
|
3413
3227
|
"name": ".k-border-transparent",
|
|
3414
3228
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3415
3229
|
"line": {
|
|
3416
|
-
"start":
|
|
3417
|
-
"end":
|
|
3230
|
+
"start": 217,
|
|
3231
|
+
"end": 226
|
|
3418
3232
|
}
|
|
3419
3233
|
},
|
|
3420
3234
|
"example": [
|
|
@@ -3444,8 +3258,8 @@
|
|
|
3444
3258
|
"name": ".k-border-black",
|
|
3445
3259
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3446
3260
|
"line": {
|
|
3447
|
-
"start":
|
|
3448
|
-
"end":
|
|
3261
|
+
"start": 217,
|
|
3262
|
+
"end": 226
|
|
3449
3263
|
}
|
|
3450
3264
|
},
|
|
3451
3265
|
"example": [
|
|
@@ -3475,8 +3289,8 @@
|
|
|
3475
3289
|
"name": ".k-border-white",
|
|
3476
3290
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3477
3291
|
"line": {
|
|
3478
|
-
"start":
|
|
3479
|
-
"end":
|
|
3292
|
+
"start": 217,
|
|
3293
|
+
"end": 226
|
|
3480
3294
|
}
|
|
3481
3295
|
},
|
|
3482
3296
|
"example": [
|
|
@@ -3506,8 +3320,8 @@
|
|
|
3506
3320
|
"name": ".k-border-app-surface",
|
|
3507
3321
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3508
3322
|
"line": {
|
|
3509
|
-
"start":
|
|
3510
|
-
"end":
|
|
3323
|
+
"start": 217,
|
|
3324
|
+
"end": 226
|
|
3511
3325
|
}
|
|
3512
3326
|
},
|
|
3513
3327
|
"example": [
|
|
@@ -3537,8 +3351,8 @@
|
|
|
3537
3351
|
"name": ".k-border-on-app-surface",
|
|
3538
3352
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3539
3353
|
"line": {
|
|
3540
|
-
"start":
|
|
3541
|
-
"end":
|
|
3354
|
+
"start": 217,
|
|
3355
|
+
"end": 226
|
|
3542
3356
|
}
|
|
3543
3357
|
},
|
|
3544
3358
|
"example": [
|
|
@@ -3568,8 +3382,8 @@
|
|
|
3568
3382
|
"name": ".k-border-subtle",
|
|
3569
3383
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3570
3384
|
"line": {
|
|
3571
|
-
"start":
|
|
3572
|
-
"end":
|
|
3385
|
+
"start": 217,
|
|
3386
|
+
"end": 226
|
|
3573
3387
|
}
|
|
3574
3388
|
},
|
|
3575
3389
|
"example": [
|
|
@@ -3599,8 +3413,8 @@
|
|
|
3599
3413
|
"name": ".k-border-surface",
|
|
3600
3414
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3601
3415
|
"line": {
|
|
3602
|
-
"start":
|
|
3603
|
-
"end":
|
|
3416
|
+
"start": 217,
|
|
3417
|
+
"end": 226
|
|
3604
3418
|
}
|
|
3605
3419
|
},
|
|
3606
3420
|
"example": [
|
|
@@ -3630,8 +3444,8 @@
|
|
|
3630
3444
|
"name": ".k-border-surface-alt",
|
|
3631
3445
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3632
3446
|
"line": {
|
|
3633
|
-
"start":
|
|
3634
|
-
"end":
|
|
3447
|
+
"start": 217,
|
|
3448
|
+
"end": 226
|
|
3635
3449
|
}
|
|
3636
3450
|
},
|
|
3637
3451
|
"example": [
|
|
@@ -3661,8 +3475,8 @@
|
|
|
3661
3475
|
"name": ".k-border-border",
|
|
3662
3476
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3663
3477
|
"line": {
|
|
3664
|
-
"start":
|
|
3665
|
-
"end":
|
|
3478
|
+
"start": 217,
|
|
3479
|
+
"end": 226
|
|
3666
3480
|
}
|
|
3667
3481
|
},
|
|
3668
3482
|
"example": [
|
|
@@ -3692,8 +3506,8 @@
|
|
|
3692
3506
|
"name": ".k-border-border-alt",
|
|
3693
3507
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3694
3508
|
"line": {
|
|
3695
|
-
"start":
|
|
3696
|
-
"end":
|
|
3509
|
+
"start": 217,
|
|
3510
|
+
"end": 226
|
|
3697
3511
|
}
|
|
3698
3512
|
},
|
|
3699
3513
|
"example": [
|
|
@@ -3723,8 +3537,8 @@
|
|
|
3723
3537
|
"name": ".k-border-base-subtle",
|
|
3724
3538
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3725
3539
|
"line": {
|
|
3726
|
-
"start":
|
|
3727
|
-
"end":
|
|
3540
|
+
"start": 217,
|
|
3541
|
+
"end": 226
|
|
3728
3542
|
}
|
|
3729
3543
|
},
|
|
3730
3544
|
"example": [
|
|
@@ -3754,8 +3568,8 @@
|
|
|
3754
3568
|
"name": ".k-border-base-emphasis",
|
|
3755
3569
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3756
3570
|
"line": {
|
|
3757
|
-
"start":
|
|
3758
|
-
"end":
|
|
3571
|
+
"start": 217,
|
|
3572
|
+
"end": 226
|
|
3759
3573
|
}
|
|
3760
3574
|
},
|
|
3761
3575
|
"example": [
|
|
@@ -3785,8 +3599,8 @@
|
|
|
3785
3599
|
"name": ".k-border-primary-subtle",
|
|
3786
3600
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3787
3601
|
"line": {
|
|
3788
|
-
"start":
|
|
3789
|
-
"end":
|
|
3602
|
+
"start": 217,
|
|
3603
|
+
"end": 226
|
|
3790
3604
|
}
|
|
3791
3605
|
},
|
|
3792
3606
|
"example": [
|
|
@@ -3816,8 +3630,8 @@
|
|
|
3816
3630
|
"name": ".k-border-primary",
|
|
3817
3631
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3818
3632
|
"line": {
|
|
3819
|
-
"start":
|
|
3820
|
-
"end":
|
|
3633
|
+
"start": 217,
|
|
3634
|
+
"end": 226
|
|
3821
3635
|
}
|
|
3822
3636
|
},
|
|
3823
3637
|
"example": [
|
|
@@ -3847,8 +3661,8 @@
|
|
|
3847
3661
|
"name": ".k-border-primary-emphasis",
|
|
3848
3662
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3849
3663
|
"line": {
|
|
3850
|
-
"start":
|
|
3851
|
-
"end":
|
|
3664
|
+
"start": 217,
|
|
3665
|
+
"end": 226
|
|
3852
3666
|
}
|
|
3853
3667
|
},
|
|
3854
3668
|
"example": [
|
|
@@ -3878,8 +3692,8 @@
|
|
|
3878
3692
|
"name": ".k-border-secondary-subtle",
|
|
3879
3693
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3880
3694
|
"line": {
|
|
3881
|
-
"start":
|
|
3882
|
-
"end":
|
|
3695
|
+
"start": 217,
|
|
3696
|
+
"end": 226
|
|
3883
3697
|
}
|
|
3884
3698
|
},
|
|
3885
3699
|
"example": [
|
|
@@ -3909,8 +3723,8 @@
|
|
|
3909
3723
|
"name": ".k-border-secondary",
|
|
3910
3724
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3911
3725
|
"line": {
|
|
3912
|
-
"start":
|
|
3913
|
-
"end":
|
|
3726
|
+
"start": 217,
|
|
3727
|
+
"end": 226
|
|
3914
3728
|
}
|
|
3915
3729
|
},
|
|
3916
3730
|
"example": [
|
|
@@ -3940,8 +3754,8 @@
|
|
|
3940
3754
|
"name": ".k-border-secondary-emphasis",
|
|
3941
3755
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3942
3756
|
"line": {
|
|
3943
|
-
"start":
|
|
3944
|
-
"end":
|
|
3757
|
+
"start": 217,
|
|
3758
|
+
"end": 226
|
|
3945
3759
|
}
|
|
3946
3760
|
},
|
|
3947
3761
|
"example": [
|
|
@@ -3971,8 +3785,8 @@
|
|
|
3971
3785
|
"name": ".k-border-tertiary-subtle",
|
|
3972
3786
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
3973
3787
|
"line": {
|
|
3974
|
-
"start":
|
|
3975
|
-
"end":
|
|
3788
|
+
"start": 217,
|
|
3789
|
+
"end": 226
|
|
3976
3790
|
}
|
|
3977
3791
|
},
|
|
3978
3792
|
"example": [
|
|
@@ -4002,8 +3816,8 @@
|
|
|
4002
3816
|
"name": ".k-border-tertiary",
|
|
4003
3817
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4004
3818
|
"line": {
|
|
4005
|
-
"start":
|
|
4006
|
-
"end":
|
|
3819
|
+
"start": 217,
|
|
3820
|
+
"end": 226
|
|
4007
3821
|
}
|
|
4008
3822
|
},
|
|
4009
3823
|
"example": [
|
|
@@ -4033,8 +3847,8 @@
|
|
|
4033
3847
|
"name": ".k-border-tertiary-emphasis",
|
|
4034
3848
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4035
3849
|
"line": {
|
|
4036
|
-
"start":
|
|
4037
|
-
"end":
|
|
3850
|
+
"start": 217,
|
|
3851
|
+
"end": 226
|
|
4038
3852
|
}
|
|
4039
3853
|
},
|
|
4040
3854
|
"example": [
|
|
@@ -4064,8 +3878,8 @@
|
|
|
4064
3878
|
"name": ".k-border-info-subtle",
|
|
4065
3879
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4066
3880
|
"line": {
|
|
4067
|
-
"start":
|
|
4068
|
-
"end":
|
|
3881
|
+
"start": 217,
|
|
3882
|
+
"end": 226
|
|
4069
3883
|
}
|
|
4070
3884
|
},
|
|
4071
3885
|
"example": [
|
|
@@ -4095,8 +3909,8 @@
|
|
|
4095
3909
|
"name": ".k-border-info",
|
|
4096
3910
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4097
3911
|
"line": {
|
|
4098
|
-
"start":
|
|
4099
|
-
"end":
|
|
3912
|
+
"start": 217,
|
|
3913
|
+
"end": 226
|
|
4100
3914
|
}
|
|
4101
3915
|
},
|
|
4102
3916
|
"example": [
|
|
@@ -4126,8 +3940,8 @@
|
|
|
4126
3940
|
"name": ".k-border-info-emphasis",
|
|
4127
3941
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4128
3942
|
"line": {
|
|
4129
|
-
"start":
|
|
4130
|
-
"end":
|
|
3943
|
+
"start": 217,
|
|
3944
|
+
"end": 226
|
|
4131
3945
|
}
|
|
4132
3946
|
},
|
|
4133
3947
|
"example": [
|
|
@@ -4157,8 +3971,8 @@
|
|
|
4157
3971
|
"name": ".k-border-success-subtle",
|
|
4158
3972
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4159
3973
|
"line": {
|
|
4160
|
-
"start":
|
|
4161
|
-
"end":
|
|
3974
|
+
"start": 217,
|
|
3975
|
+
"end": 226
|
|
4162
3976
|
}
|
|
4163
3977
|
},
|
|
4164
3978
|
"example": [
|
|
@@ -4188,8 +4002,8 @@
|
|
|
4188
4002
|
"name": ".k-border-success",
|
|
4189
4003
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4190
4004
|
"line": {
|
|
4191
|
-
"start":
|
|
4192
|
-
"end":
|
|
4005
|
+
"start": 217,
|
|
4006
|
+
"end": 226
|
|
4193
4007
|
}
|
|
4194
4008
|
},
|
|
4195
4009
|
"example": [
|
|
@@ -4219,8 +4033,8 @@
|
|
|
4219
4033
|
"name": ".k-border-success-emphasis",
|
|
4220
4034
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4221
4035
|
"line": {
|
|
4222
|
-
"start":
|
|
4223
|
-
"end":
|
|
4036
|
+
"start": 217,
|
|
4037
|
+
"end": 226
|
|
4224
4038
|
}
|
|
4225
4039
|
},
|
|
4226
4040
|
"example": [
|
|
@@ -4250,8 +4064,8 @@
|
|
|
4250
4064
|
"name": ".k-border-warning-subtle",
|
|
4251
4065
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4252
4066
|
"line": {
|
|
4253
|
-
"start":
|
|
4254
|
-
"end":
|
|
4067
|
+
"start": 217,
|
|
4068
|
+
"end": 226
|
|
4255
4069
|
}
|
|
4256
4070
|
},
|
|
4257
4071
|
"example": [
|
|
@@ -4281,8 +4095,8 @@
|
|
|
4281
4095
|
"name": ".k-border-warning",
|
|
4282
4096
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4283
4097
|
"line": {
|
|
4284
|
-
"start":
|
|
4285
|
-
"end":
|
|
4098
|
+
"start": 217,
|
|
4099
|
+
"end": 226
|
|
4286
4100
|
}
|
|
4287
4101
|
},
|
|
4288
4102
|
"example": [
|
|
@@ -4312,8 +4126,8 @@
|
|
|
4312
4126
|
"name": ".k-border-warning-emphasis",
|
|
4313
4127
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4314
4128
|
"line": {
|
|
4315
|
-
"start":
|
|
4316
|
-
"end":
|
|
4129
|
+
"start": 217,
|
|
4130
|
+
"end": 226
|
|
4317
4131
|
}
|
|
4318
4132
|
},
|
|
4319
4133
|
"example": [
|
|
@@ -4343,8 +4157,8 @@
|
|
|
4343
4157
|
"name": ".k-border-error-subtle",
|
|
4344
4158
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4345
4159
|
"line": {
|
|
4346
|
-
"start":
|
|
4347
|
-
"end":
|
|
4160
|
+
"start": 217,
|
|
4161
|
+
"end": 226
|
|
4348
4162
|
}
|
|
4349
4163
|
},
|
|
4350
4164
|
"example": [
|
|
@@ -4374,8 +4188,8 @@
|
|
|
4374
4188
|
"name": ".k-border-error",
|
|
4375
4189
|
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4376
4190
|
"line": {
|
|
4377
|
-
"start":
|
|
4378
|
-
"end":
|
|
4191
|
+
"start": 217,
|
|
4192
|
+
"end": 226
|
|
4379
4193
|
}
|
|
4380
4194
|
},
|
|
4381
4195
|
"example": [
|
|
@@ -4394,192 +4208,6 @@
|
|
|
4394
4208
|
"name": "_border-color.scss"
|
|
4395
4209
|
}
|
|
4396
4210
|
},
|
|
4397
|
-
{
|
|
4398
|
-
"description": "Sets the border color to the error emphasis color.\n",
|
|
4399
|
-
"commentRange": {
|
|
4400
|
-
"start": 205,
|
|
4401
|
-
"end": 209
|
|
4402
|
-
},
|
|
4403
|
-
"context": {
|
|
4404
|
-
"type": "css",
|
|
4405
|
-
"name": ".k-border-error-emphasis",
|
|
4406
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4407
|
-
"line": {
|
|
4408
|
-
"start": 253,
|
|
4409
|
-
"end": 262
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
"example": [
|
|
4413
|
-
{
|
|
4414
|
-
"type": "scss",
|
|
4415
|
-
"code": "border-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
4416
|
-
}
|
|
4417
|
-
],
|
|
4418
|
-
"group": [
|
|
4419
|
-
"border-color"
|
|
4420
|
-
],
|
|
4421
|
-
"contextType": "css",
|
|
4422
|
-
"access": "public",
|
|
4423
|
-
"file": {
|
|
4424
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4425
|
-
"name": "_border-color.scss"
|
|
4426
|
-
}
|
|
4427
|
-
},
|
|
4428
|
-
{
|
|
4429
|
-
"description": "Sets the border color to the light subtle color.\n",
|
|
4430
|
-
"commentRange": {
|
|
4431
|
-
"start": 211,
|
|
4432
|
-
"end": 215
|
|
4433
|
-
},
|
|
4434
|
-
"context": {
|
|
4435
|
-
"type": "css",
|
|
4436
|
-
"name": ".k-border-light-subtle",
|
|
4437
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4438
|
-
"line": {
|
|
4439
|
-
"start": 253,
|
|
4440
|
-
"end": 262
|
|
4441
|
-
}
|
|
4442
|
-
},
|
|
4443
|
-
"example": [
|
|
4444
|
-
{
|
|
4445
|
-
"type": "scss",
|
|
4446
|
-
"code": "border-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
4447
|
-
}
|
|
4448
|
-
],
|
|
4449
|
-
"group": [
|
|
4450
|
-
"border-color"
|
|
4451
|
-
],
|
|
4452
|
-
"contextType": "css",
|
|
4453
|
-
"access": "public",
|
|
4454
|
-
"file": {
|
|
4455
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4456
|
-
"name": "_border-color.scss"
|
|
4457
|
-
}
|
|
4458
|
-
},
|
|
4459
|
-
{
|
|
4460
|
-
"description": "Sets the border color to the light color.\n",
|
|
4461
|
-
"commentRange": {
|
|
4462
|
-
"start": 217,
|
|
4463
|
-
"end": 221
|
|
4464
|
-
},
|
|
4465
|
-
"context": {
|
|
4466
|
-
"type": "css",
|
|
4467
|
-
"name": ".k-border-light",
|
|
4468
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4469
|
-
"line": {
|
|
4470
|
-
"start": 253,
|
|
4471
|
-
"end": 262
|
|
4472
|
-
}
|
|
4473
|
-
},
|
|
4474
|
-
"example": [
|
|
4475
|
-
{
|
|
4476
|
-
"type": "scss",
|
|
4477
|
-
"code": "border-color: var(--kendo-color-light, #f8f9fa);"
|
|
4478
|
-
}
|
|
4479
|
-
],
|
|
4480
|
-
"group": [
|
|
4481
|
-
"border-color"
|
|
4482
|
-
],
|
|
4483
|
-
"contextType": "css",
|
|
4484
|
-
"access": "public",
|
|
4485
|
-
"file": {
|
|
4486
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4487
|
-
"name": "_border-color.scss"
|
|
4488
|
-
}
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"description": "Sets the border color to the light emphasis color.\n",
|
|
4492
|
-
"commentRange": {
|
|
4493
|
-
"start": 223,
|
|
4494
|
-
"end": 227
|
|
4495
|
-
},
|
|
4496
|
-
"context": {
|
|
4497
|
-
"type": "css",
|
|
4498
|
-
"name": ".k-border-light-emphasis",
|
|
4499
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4500
|
-
"line": {
|
|
4501
|
-
"start": 253,
|
|
4502
|
-
"end": 262
|
|
4503
|
-
}
|
|
4504
|
-
},
|
|
4505
|
-
"example": [
|
|
4506
|
-
{
|
|
4507
|
-
"type": "scss",
|
|
4508
|
-
"code": "border-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
4509
|
-
}
|
|
4510
|
-
],
|
|
4511
|
-
"group": [
|
|
4512
|
-
"border-color"
|
|
4513
|
-
],
|
|
4514
|
-
"contextType": "css",
|
|
4515
|
-
"access": "public",
|
|
4516
|
-
"file": {
|
|
4517
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4518
|
-
"name": "_border-color.scss"
|
|
4519
|
-
}
|
|
4520
|
-
},
|
|
4521
|
-
{
|
|
4522
|
-
"description": "Sets the border color to the dark subtle color.\n",
|
|
4523
|
-
"commentRange": {
|
|
4524
|
-
"start": 229,
|
|
4525
|
-
"end": 233
|
|
4526
|
-
},
|
|
4527
|
-
"context": {
|
|
4528
|
-
"type": "css",
|
|
4529
|
-
"name": ".k-border-dark-subtle",
|
|
4530
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4531
|
-
"line": {
|
|
4532
|
-
"start": 253,
|
|
4533
|
-
"end": 262
|
|
4534
|
-
}
|
|
4535
|
-
},
|
|
4536
|
-
"example": [
|
|
4537
|
-
{
|
|
4538
|
-
"type": "scss",
|
|
4539
|
-
"code": "border-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
4540
|
-
}
|
|
4541
|
-
],
|
|
4542
|
-
"group": [
|
|
4543
|
-
"border-color"
|
|
4544
|
-
],
|
|
4545
|
-
"contextType": "css",
|
|
4546
|
-
"access": "public",
|
|
4547
|
-
"file": {
|
|
4548
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4549
|
-
"name": "_border-color.scss"
|
|
4550
|
-
}
|
|
4551
|
-
},
|
|
4552
|
-
{
|
|
4553
|
-
"description": "Sets the border color to the dark color.\n",
|
|
4554
|
-
"commentRange": {
|
|
4555
|
-
"start": 235,
|
|
4556
|
-
"end": 239
|
|
4557
|
-
},
|
|
4558
|
-
"context": {
|
|
4559
|
-
"type": "css",
|
|
4560
|
-
"name": ".k-border-dark",
|
|
4561
|
-
"value": "@include import-once(\"utils-border-color\") {\n\n // Border color utility classes\n $kendo-utils-border-color: map.get( $kendo-utils, \"border-color\" ) !default;\n @include generate-utils( border, border-color, $kendo-utils-border-color, $css-var: 'color' );\n\n }",
|
|
4562
|
-
"line": {
|
|
4563
|
-
"start": 253,
|
|
4564
|
-
"end": 262
|
|
4565
|
-
}
|
|
4566
|
-
},
|
|
4567
|
-
"example": [
|
|
4568
|
-
{
|
|
4569
|
-
"type": "scss",
|
|
4570
|
-
"code": "border-color: var(--kendo-color-dark, #343a40);"
|
|
4571
|
-
}
|
|
4572
|
-
],
|
|
4573
|
-
"group": [
|
|
4574
|
-
"border-color"
|
|
4575
|
-
],
|
|
4576
|
-
"contextType": "css",
|
|
4577
|
-
"access": "public",
|
|
4578
|
-
"file": {
|
|
4579
|
-
"path": "utils/scss/border/_border-color.scss",
|
|
4580
|
-
"name": "_border-color.scss"
|
|
4581
|
-
}
|
|
4582
|
-
},
|
|
4583
4211
|
{
|
|
4584
4212
|
"description": "This is equivalent to `border-left-radius: 9999px;`.\n",
|
|
4585
4213
|
"commentRange": {
|
|
@@ -30455,23 +30083,23 @@
|
|
|
30455
30083
|
}
|
|
30456
30084
|
},
|
|
30457
30085
|
{
|
|
30458
|
-
"description": "Sets the border color to the
|
|
30086
|
+
"description": "Sets the border color to the error emphasis color.\n",
|
|
30459
30087
|
"commentRange": {
|
|
30460
|
-
"start":
|
|
30461
|
-
"end":
|
|
30088
|
+
"start": 205,
|
|
30089
|
+
"end": 209
|
|
30462
30090
|
},
|
|
30463
30091
|
"context": {
|
|
30464
30092
|
"type": "css",
|
|
30465
30093
|
"line": {
|
|
30466
|
-
"start":
|
|
30467
|
-
"end":
|
|
30094
|
+
"start": 211,
|
|
30095
|
+
"end": 211
|
|
30468
30096
|
},
|
|
30469
|
-
"name": ".k-outline-
|
|
30097
|
+
"name": ".k-outline-error-emphasis"
|
|
30470
30098
|
},
|
|
30471
30099
|
"example": [
|
|
30472
30100
|
{
|
|
30473
30101
|
"type": "scss",
|
|
30474
|
-
"code": "outline-color: var(--kendo-color-
|
|
30102
|
+
"code": "outline-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
30475
30103
|
}
|
|
30476
30104
|
],
|
|
30477
30105
|
"group": [
|
|
@@ -30495,8 +30123,8 @@
|
|
|
30495
30123
|
"name": ".k-outline-inherit",
|
|
30496
30124
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30497
30125
|
"line": {
|
|
30498
|
-
"start":
|
|
30499
|
-
"end":
|
|
30126
|
+
"start": 217,
|
|
30127
|
+
"end": 226
|
|
30500
30128
|
}
|
|
30501
30129
|
},
|
|
30502
30130
|
"example": [
|
|
@@ -30526,8 +30154,8 @@
|
|
|
30526
30154
|
"name": ".k-outline-currentColor",
|
|
30527
30155
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30528
30156
|
"line": {
|
|
30529
|
-
"start":
|
|
30530
|
-
"end":
|
|
30157
|
+
"start": 217,
|
|
30158
|
+
"end": 226
|
|
30531
30159
|
}
|
|
30532
30160
|
},
|
|
30533
30161
|
"example": [
|
|
@@ -30557,8 +30185,8 @@
|
|
|
30557
30185
|
"name": ".k-outline-transparent",
|
|
30558
30186
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30559
30187
|
"line": {
|
|
30560
|
-
"start":
|
|
30561
|
-
"end":
|
|
30188
|
+
"start": 217,
|
|
30189
|
+
"end": 226
|
|
30562
30190
|
}
|
|
30563
30191
|
},
|
|
30564
30192
|
"example": [
|
|
@@ -30588,8 +30216,8 @@
|
|
|
30588
30216
|
"name": ".k-outline-black",
|
|
30589
30217
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30590
30218
|
"line": {
|
|
30591
|
-
"start":
|
|
30592
|
-
"end":
|
|
30219
|
+
"start": 217,
|
|
30220
|
+
"end": 226
|
|
30593
30221
|
}
|
|
30594
30222
|
},
|
|
30595
30223
|
"example": [
|
|
@@ -30619,8 +30247,8 @@
|
|
|
30619
30247
|
"name": ".k-outline-white",
|
|
30620
30248
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30621
30249
|
"line": {
|
|
30622
|
-
"start":
|
|
30623
|
-
"end":
|
|
30250
|
+
"start": 217,
|
|
30251
|
+
"end": 226
|
|
30624
30252
|
}
|
|
30625
30253
|
},
|
|
30626
30254
|
"example": [
|
|
@@ -30650,8 +30278,8 @@
|
|
|
30650
30278
|
"name": ".k-outline-app-surface",
|
|
30651
30279
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30652
30280
|
"line": {
|
|
30653
|
-
"start":
|
|
30654
|
-
"end":
|
|
30281
|
+
"start": 217,
|
|
30282
|
+
"end": 226
|
|
30655
30283
|
}
|
|
30656
30284
|
},
|
|
30657
30285
|
"example": [
|
|
@@ -30681,8 +30309,8 @@
|
|
|
30681
30309
|
"name": ".k-outline-on-app-surface",
|
|
30682
30310
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30683
30311
|
"line": {
|
|
30684
|
-
"start":
|
|
30685
|
-
"end":
|
|
30312
|
+
"start": 217,
|
|
30313
|
+
"end": 226
|
|
30686
30314
|
}
|
|
30687
30315
|
},
|
|
30688
30316
|
"example": [
|
|
@@ -30712,8 +30340,8 @@
|
|
|
30712
30340
|
"name": ".k-outline-subtle",
|
|
30713
30341
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30714
30342
|
"line": {
|
|
30715
|
-
"start":
|
|
30716
|
-
"end":
|
|
30343
|
+
"start": 217,
|
|
30344
|
+
"end": 226
|
|
30717
30345
|
}
|
|
30718
30346
|
},
|
|
30719
30347
|
"example": [
|
|
@@ -30743,8 +30371,8 @@
|
|
|
30743
30371
|
"name": ".k-outline-surface",
|
|
30744
30372
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30745
30373
|
"line": {
|
|
30746
|
-
"start":
|
|
30747
|
-
"end":
|
|
30374
|
+
"start": 217,
|
|
30375
|
+
"end": 226
|
|
30748
30376
|
}
|
|
30749
30377
|
},
|
|
30750
30378
|
"example": [
|
|
@@ -30774,8 +30402,8 @@
|
|
|
30774
30402
|
"name": ".k-outline-surface-alt",
|
|
30775
30403
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30776
30404
|
"line": {
|
|
30777
|
-
"start":
|
|
30778
|
-
"end":
|
|
30405
|
+
"start": 217,
|
|
30406
|
+
"end": 226
|
|
30779
30407
|
}
|
|
30780
30408
|
},
|
|
30781
30409
|
"example": [
|
|
@@ -30805,8 +30433,8 @@
|
|
|
30805
30433
|
"name": ".k-outline-border",
|
|
30806
30434
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30807
30435
|
"line": {
|
|
30808
|
-
"start":
|
|
30809
|
-
"end":
|
|
30436
|
+
"start": 217,
|
|
30437
|
+
"end": 226
|
|
30810
30438
|
}
|
|
30811
30439
|
},
|
|
30812
30440
|
"example": [
|
|
@@ -30836,8 +30464,8 @@
|
|
|
30836
30464
|
"name": ".k-outline-alt",
|
|
30837
30465
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30838
30466
|
"line": {
|
|
30839
|
-
"start":
|
|
30840
|
-
"end":
|
|
30467
|
+
"start": 217,
|
|
30468
|
+
"end": 226
|
|
30841
30469
|
}
|
|
30842
30470
|
},
|
|
30843
30471
|
"example": [
|
|
@@ -30867,8 +30495,8 @@
|
|
|
30867
30495
|
"name": ".k-outline-base-subtle",
|
|
30868
30496
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30869
30497
|
"line": {
|
|
30870
|
-
"start":
|
|
30871
|
-
"end":
|
|
30498
|
+
"start": 217,
|
|
30499
|
+
"end": 226
|
|
30872
30500
|
}
|
|
30873
30501
|
},
|
|
30874
30502
|
"example": [
|
|
@@ -30898,8 +30526,8 @@
|
|
|
30898
30526
|
"name": ".k-outline-base-emphasis",
|
|
30899
30527
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30900
30528
|
"line": {
|
|
30901
|
-
"start":
|
|
30902
|
-
"end":
|
|
30529
|
+
"start": 217,
|
|
30530
|
+
"end": 226
|
|
30903
30531
|
}
|
|
30904
30532
|
},
|
|
30905
30533
|
"example": [
|
|
@@ -30929,8 +30557,8 @@
|
|
|
30929
30557
|
"name": ".k-outline-primary-subtle",
|
|
30930
30558
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30931
30559
|
"line": {
|
|
30932
|
-
"start":
|
|
30933
|
-
"end":
|
|
30560
|
+
"start": 217,
|
|
30561
|
+
"end": 226
|
|
30934
30562
|
}
|
|
30935
30563
|
},
|
|
30936
30564
|
"example": [
|
|
@@ -30960,8 +30588,8 @@
|
|
|
30960
30588
|
"name": ".k-outline-primary",
|
|
30961
30589
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30962
30590
|
"line": {
|
|
30963
|
-
"start":
|
|
30964
|
-
"end":
|
|
30591
|
+
"start": 217,
|
|
30592
|
+
"end": 226
|
|
30965
30593
|
}
|
|
30966
30594
|
},
|
|
30967
30595
|
"example": [
|
|
@@ -30991,8 +30619,8 @@
|
|
|
30991
30619
|
"name": ".k-outline-primary-emphasis",
|
|
30992
30620
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
30993
30621
|
"line": {
|
|
30994
|
-
"start":
|
|
30995
|
-
"end":
|
|
30622
|
+
"start": 217,
|
|
30623
|
+
"end": 226
|
|
30996
30624
|
}
|
|
30997
30625
|
},
|
|
30998
30626
|
"example": [
|
|
@@ -31022,8 +30650,8 @@
|
|
|
31022
30650
|
"name": ".k-outline-secondary-subtle",
|
|
31023
30651
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31024
30652
|
"line": {
|
|
31025
|
-
"start":
|
|
31026
|
-
"end":
|
|
30653
|
+
"start": 217,
|
|
30654
|
+
"end": 226
|
|
31027
30655
|
}
|
|
31028
30656
|
},
|
|
31029
30657
|
"example": [
|
|
@@ -31053,8 +30681,8 @@
|
|
|
31053
30681
|
"name": ".k-outline-secondary",
|
|
31054
30682
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31055
30683
|
"line": {
|
|
31056
|
-
"start":
|
|
31057
|
-
"end":
|
|
30684
|
+
"start": 217,
|
|
30685
|
+
"end": 226
|
|
31058
30686
|
}
|
|
31059
30687
|
},
|
|
31060
30688
|
"example": [
|
|
@@ -31084,8 +30712,8 @@
|
|
|
31084
30712
|
"name": ".k-outline-secondary-emphasis",
|
|
31085
30713
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31086
30714
|
"line": {
|
|
31087
|
-
"start":
|
|
31088
|
-
"end":
|
|
30715
|
+
"start": 217,
|
|
30716
|
+
"end": 226
|
|
31089
30717
|
}
|
|
31090
30718
|
},
|
|
31091
30719
|
"example": [
|
|
@@ -31115,8 +30743,8 @@
|
|
|
31115
30743
|
"name": ".k-outline-tertiary-subtle",
|
|
31116
30744
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31117
30745
|
"line": {
|
|
31118
|
-
"start":
|
|
31119
|
-
"end":
|
|
30746
|
+
"start": 217,
|
|
30747
|
+
"end": 226
|
|
31120
30748
|
}
|
|
31121
30749
|
},
|
|
31122
30750
|
"example": [
|
|
@@ -31146,8 +30774,8 @@
|
|
|
31146
30774
|
"name": ".k-outline-tertiary",
|
|
31147
30775
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31148
30776
|
"line": {
|
|
31149
|
-
"start":
|
|
31150
|
-
"end":
|
|
30777
|
+
"start": 217,
|
|
30778
|
+
"end": 226
|
|
31151
30779
|
}
|
|
31152
30780
|
},
|
|
31153
30781
|
"example": [
|
|
@@ -31177,8 +30805,8 @@
|
|
|
31177
30805
|
"name": ".k-outline-tertiary-emphasis",
|
|
31178
30806
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31179
30807
|
"line": {
|
|
31180
|
-
"start":
|
|
31181
|
-
"end":
|
|
30808
|
+
"start": 217,
|
|
30809
|
+
"end": 226
|
|
31182
30810
|
}
|
|
31183
30811
|
},
|
|
31184
30812
|
"example": [
|
|
@@ -31208,8 +30836,8 @@
|
|
|
31208
30836
|
"name": ".k-outline-info-subtle",
|
|
31209
30837
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31210
30838
|
"line": {
|
|
31211
|
-
"start":
|
|
31212
|
-
"end":
|
|
30839
|
+
"start": 217,
|
|
30840
|
+
"end": 226
|
|
31213
30841
|
}
|
|
31214
30842
|
},
|
|
31215
30843
|
"example": [
|
|
@@ -31239,8 +30867,8 @@
|
|
|
31239
30867
|
"name": ".k-outline-info",
|
|
31240
30868
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31241
30869
|
"line": {
|
|
31242
|
-
"start":
|
|
31243
|
-
"end":
|
|
30870
|
+
"start": 217,
|
|
30871
|
+
"end": 226
|
|
31244
30872
|
}
|
|
31245
30873
|
},
|
|
31246
30874
|
"example": [
|
|
@@ -31270,8 +30898,8 @@
|
|
|
31270
30898
|
"name": ".k-outline-info-emphasis",
|
|
31271
30899
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31272
30900
|
"line": {
|
|
31273
|
-
"start":
|
|
31274
|
-
"end":
|
|
30901
|
+
"start": 217,
|
|
30902
|
+
"end": 226
|
|
31275
30903
|
}
|
|
31276
30904
|
},
|
|
31277
30905
|
"example": [
|
|
@@ -31301,8 +30929,8 @@
|
|
|
31301
30929
|
"name": ".k-outline-success-subtle",
|
|
31302
30930
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31303
30931
|
"line": {
|
|
31304
|
-
"start":
|
|
31305
|
-
"end":
|
|
30932
|
+
"start": 217,
|
|
30933
|
+
"end": 226
|
|
31306
30934
|
}
|
|
31307
30935
|
},
|
|
31308
30936
|
"example": [
|
|
@@ -31332,8 +30960,8 @@
|
|
|
31332
30960
|
"name": ".k-outline-success",
|
|
31333
30961
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31334
30962
|
"line": {
|
|
31335
|
-
"start":
|
|
31336
|
-
"end":
|
|
30963
|
+
"start": 217,
|
|
30964
|
+
"end": 226
|
|
31337
30965
|
}
|
|
31338
30966
|
},
|
|
31339
30967
|
"example": [
|
|
@@ -31363,8 +30991,8 @@
|
|
|
31363
30991
|
"name": ".k-outline-success-emphasis",
|
|
31364
30992
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31365
30993
|
"line": {
|
|
31366
|
-
"start":
|
|
31367
|
-
"end":
|
|
30994
|
+
"start": 217,
|
|
30995
|
+
"end": 226
|
|
31368
30996
|
}
|
|
31369
30997
|
},
|
|
31370
30998
|
"example": [
|
|
@@ -31394,8 +31022,8 @@
|
|
|
31394
31022
|
"name": ".k-outline-warning-subtle",
|
|
31395
31023
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31396
31024
|
"line": {
|
|
31397
|
-
"start":
|
|
31398
|
-
"end":
|
|
31025
|
+
"start": 217,
|
|
31026
|
+
"end": 226
|
|
31399
31027
|
}
|
|
31400
31028
|
},
|
|
31401
31029
|
"example": [
|
|
@@ -31425,8 +31053,8 @@
|
|
|
31425
31053
|
"name": ".k-outline-warning",
|
|
31426
31054
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31427
31055
|
"line": {
|
|
31428
|
-
"start":
|
|
31429
|
-
"end":
|
|
31056
|
+
"start": 217,
|
|
31057
|
+
"end": 226
|
|
31430
31058
|
}
|
|
31431
31059
|
},
|
|
31432
31060
|
"example": [
|
|
@@ -31456,8 +31084,8 @@
|
|
|
31456
31084
|
"name": ".k-outline-warning-emphasis",
|
|
31457
31085
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31458
31086
|
"line": {
|
|
31459
|
-
"start":
|
|
31460
|
-
"end":
|
|
31087
|
+
"start": 217,
|
|
31088
|
+
"end": 226
|
|
31461
31089
|
}
|
|
31462
31090
|
},
|
|
31463
31091
|
"example": [
|
|
@@ -31487,8 +31115,8 @@
|
|
|
31487
31115
|
"name": ".k-outline-error-subtle",
|
|
31488
31116
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31489
31117
|
"line": {
|
|
31490
|
-
"start":
|
|
31491
|
-
"end":
|
|
31118
|
+
"start": 217,
|
|
31119
|
+
"end": 226
|
|
31492
31120
|
}
|
|
31493
31121
|
},
|
|
31494
31122
|
"example": [
|
|
@@ -31518,8 +31146,8 @@
|
|
|
31518
31146
|
"name": ".k-outline-error",
|
|
31519
31147
|
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31520
31148
|
"line": {
|
|
31521
|
-
"start":
|
|
31522
|
-
"end":
|
|
31149
|
+
"start": 217,
|
|
31150
|
+
"end": 226
|
|
31523
31151
|
}
|
|
31524
31152
|
},
|
|
31525
31153
|
"example": [
|
|
@@ -31538,192 +31166,6 @@
|
|
|
31538
31166
|
"name": "_outline-color.scss"
|
|
31539
31167
|
}
|
|
31540
31168
|
},
|
|
31541
|
-
{
|
|
31542
|
-
"description": "Sets the border color to the error emphasis color.\n",
|
|
31543
|
-
"commentRange": {
|
|
31544
|
-
"start": 205,
|
|
31545
|
-
"end": 209
|
|
31546
|
-
},
|
|
31547
|
-
"context": {
|
|
31548
|
-
"type": "css",
|
|
31549
|
-
"name": ".k-outline-error-emphasis",
|
|
31550
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31551
|
-
"line": {
|
|
31552
|
-
"start": 253,
|
|
31553
|
-
"end": 262
|
|
31554
|
-
}
|
|
31555
|
-
},
|
|
31556
|
-
"example": [
|
|
31557
|
-
{
|
|
31558
|
-
"type": "scss",
|
|
31559
|
-
"code": "outline-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
31560
|
-
}
|
|
31561
|
-
],
|
|
31562
|
-
"group": [
|
|
31563
|
-
"outline-color"
|
|
31564
|
-
],
|
|
31565
|
-
"contextType": "css",
|
|
31566
|
-
"access": "public",
|
|
31567
|
-
"file": {
|
|
31568
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31569
|
-
"name": "_outline-color.scss"
|
|
31570
|
-
}
|
|
31571
|
-
},
|
|
31572
|
-
{
|
|
31573
|
-
"description": "Sets the border color to the light subtle color.\n",
|
|
31574
|
-
"commentRange": {
|
|
31575
|
-
"start": 211,
|
|
31576
|
-
"end": 215
|
|
31577
|
-
},
|
|
31578
|
-
"context": {
|
|
31579
|
-
"type": "css",
|
|
31580
|
-
"name": ".k-outline-light-subtle",
|
|
31581
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31582
|
-
"line": {
|
|
31583
|
-
"start": 253,
|
|
31584
|
-
"end": 262
|
|
31585
|
-
}
|
|
31586
|
-
},
|
|
31587
|
-
"example": [
|
|
31588
|
-
{
|
|
31589
|
-
"type": "scss",
|
|
31590
|
-
"code": "outline-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
31591
|
-
}
|
|
31592
|
-
],
|
|
31593
|
-
"group": [
|
|
31594
|
-
"outline-color"
|
|
31595
|
-
],
|
|
31596
|
-
"contextType": "css",
|
|
31597
|
-
"access": "public",
|
|
31598
|
-
"file": {
|
|
31599
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31600
|
-
"name": "_outline-color.scss"
|
|
31601
|
-
}
|
|
31602
|
-
},
|
|
31603
|
-
{
|
|
31604
|
-
"description": "Sets the border color to the light color.\n",
|
|
31605
|
-
"commentRange": {
|
|
31606
|
-
"start": 217,
|
|
31607
|
-
"end": 221
|
|
31608
|
-
},
|
|
31609
|
-
"context": {
|
|
31610
|
-
"type": "css",
|
|
31611
|
-
"name": ".k-outline-light",
|
|
31612
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31613
|
-
"line": {
|
|
31614
|
-
"start": 253,
|
|
31615
|
-
"end": 262
|
|
31616
|
-
}
|
|
31617
|
-
},
|
|
31618
|
-
"example": [
|
|
31619
|
-
{
|
|
31620
|
-
"type": "scss",
|
|
31621
|
-
"code": "outline-color: var(--kendo-color-light, #f8f9fa);"
|
|
31622
|
-
}
|
|
31623
|
-
],
|
|
31624
|
-
"group": [
|
|
31625
|
-
"outline-color"
|
|
31626
|
-
],
|
|
31627
|
-
"contextType": "css",
|
|
31628
|
-
"access": "public",
|
|
31629
|
-
"file": {
|
|
31630
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31631
|
-
"name": "_outline-color.scss"
|
|
31632
|
-
}
|
|
31633
|
-
},
|
|
31634
|
-
{
|
|
31635
|
-
"description": "Sets the border color to the light emphasis color.\n",
|
|
31636
|
-
"commentRange": {
|
|
31637
|
-
"start": 223,
|
|
31638
|
-
"end": 227
|
|
31639
|
-
},
|
|
31640
|
-
"context": {
|
|
31641
|
-
"type": "css",
|
|
31642
|
-
"name": ".k-outline-light-emphasis",
|
|
31643
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31644
|
-
"line": {
|
|
31645
|
-
"start": 253,
|
|
31646
|
-
"end": 262
|
|
31647
|
-
}
|
|
31648
|
-
},
|
|
31649
|
-
"example": [
|
|
31650
|
-
{
|
|
31651
|
-
"type": "scss",
|
|
31652
|
-
"code": "outline-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
31653
|
-
}
|
|
31654
|
-
],
|
|
31655
|
-
"group": [
|
|
31656
|
-
"outline-color"
|
|
31657
|
-
],
|
|
31658
|
-
"contextType": "css",
|
|
31659
|
-
"access": "public",
|
|
31660
|
-
"file": {
|
|
31661
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31662
|
-
"name": "_outline-color.scss"
|
|
31663
|
-
}
|
|
31664
|
-
},
|
|
31665
|
-
{
|
|
31666
|
-
"description": "Sets the border color to the dark subtle color.\n",
|
|
31667
|
-
"commentRange": {
|
|
31668
|
-
"start": 229,
|
|
31669
|
-
"end": 233
|
|
31670
|
-
},
|
|
31671
|
-
"context": {
|
|
31672
|
-
"type": "css",
|
|
31673
|
-
"name": ".k-outline-dark-subtle",
|
|
31674
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31675
|
-
"line": {
|
|
31676
|
-
"start": 253,
|
|
31677
|
-
"end": 262
|
|
31678
|
-
}
|
|
31679
|
-
},
|
|
31680
|
-
"example": [
|
|
31681
|
-
{
|
|
31682
|
-
"type": "scss",
|
|
31683
|
-
"code": "outline-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
31684
|
-
}
|
|
31685
|
-
],
|
|
31686
|
-
"group": [
|
|
31687
|
-
"outline-color"
|
|
31688
|
-
],
|
|
31689
|
-
"contextType": "css",
|
|
31690
|
-
"access": "public",
|
|
31691
|
-
"file": {
|
|
31692
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31693
|
-
"name": "_outline-color.scss"
|
|
31694
|
-
}
|
|
31695
|
-
},
|
|
31696
|
-
{
|
|
31697
|
-
"description": "Sets the border color to the dark color.\n",
|
|
31698
|
-
"commentRange": {
|
|
31699
|
-
"start": 235,
|
|
31700
|
-
"end": 239
|
|
31701
|
-
},
|
|
31702
|
-
"context": {
|
|
31703
|
-
"type": "css",
|
|
31704
|
-
"name": ".k-outline-dark",
|
|
31705
|
-
"value": "@include import-once(\"utils-outline-color\") {\n\n // Outline color utility classes\n $kendo-utils-outline-color: map.get( $kendo-utils, \"outline-color\" ) !default;\n @include generate-utils( outline, outline-color, $kendo-utils-outline-color, $css-var: 'color' );\n\n }",
|
|
31706
|
-
"line": {
|
|
31707
|
-
"start": 253,
|
|
31708
|
-
"end": 262
|
|
31709
|
-
}
|
|
31710
|
-
},
|
|
31711
|
-
"example": [
|
|
31712
|
-
{
|
|
31713
|
-
"type": "scss",
|
|
31714
|
-
"code": "outline-color: var(--kendo-color-dark, #343a40);"
|
|
31715
|
-
}
|
|
31716
|
-
],
|
|
31717
|
-
"group": [
|
|
31718
|
-
"outline-color"
|
|
31719
|
-
],
|
|
31720
|
-
"contextType": "css",
|
|
31721
|
-
"access": "public",
|
|
31722
|
-
"file": {
|
|
31723
|
-
"path": "utils/scss/border/_outline-color.scss",
|
|
31724
|
-
"name": "_outline-color.scss"
|
|
31725
|
-
}
|
|
31726
|
-
},
|
|
31727
31169
|
{
|
|
31728
31170
|
"description": "This is equivalent to `outline-offset: 8px;`.\n",
|
|
31729
31171
|
"commentRange": {
|
|
@@ -39832,14 +39274,14 @@
|
|
|
39832
39274
|
{
|
|
39833
39275
|
"description": "This is equivalent to `color: white;`.\n",
|
|
39834
39276
|
"commentRange": {
|
|
39835
|
-
"start":
|
|
39836
|
-
"end":
|
|
39277
|
+
"start": 205,
|
|
39278
|
+
"end": 209
|
|
39837
39279
|
},
|
|
39838
39280
|
"context": {
|
|
39839
39281
|
"type": "css",
|
|
39840
39282
|
"line": {
|
|
39841
|
-
"start":
|
|
39842
|
-
"end":
|
|
39283
|
+
"start": 211,
|
|
39284
|
+
"end": 211
|
|
39843
39285
|
},
|
|
39844
39286
|
"name": ".k-text-white"
|
|
39845
39287
|
},
|
|
@@ -39870,8 +39312,8 @@
|
|
|
39870
39312
|
"name": ".k-text-app-surface",
|
|
39871
39313
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
39872
39314
|
"line": {
|
|
39873
|
-
"start":
|
|
39874
|
-
"end":
|
|
39315
|
+
"start": 217,
|
|
39316
|
+
"end": 229
|
|
39875
39317
|
}
|
|
39876
39318
|
},
|
|
39877
39319
|
"example": [
|
|
@@ -39901,8 +39343,8 @@
|
|
|
39901
39343
|
"name": ".k-text-on-app-surface",
|
|
39902
39344
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
39903
39345
|
"line": {
|
|
39904
|
-
"start":
|
|
39905
|
-
"end":
|
|
39346
|
+
"start": 217,
|
|
39347
|
+
"end": 229
|
|
39906
39348
|
}
|
|
39907
39349
|
},
|
|
39908
39350
|
"example": [
|
|
@@ -39932,8 +39374,8 @@
|
|
|
39932
39374
|
"name": ".k-text-subtle",
|
|
39933
39375
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
39934
39376
|
"line": {
|
|
39935
|
-
"start":
|
|
39936
|
-
"end":
|
|
39377
|
+
"start": 217,
|
|
39378
|
+
"end": 229
|
|
39937
39379
|
}
|
|
39938
39380
|
},
|
|
39939
39381
|
"example": [
|
|
@@ -39963,8 +39405,8 @@
|
|
|
39963
39405
|
"name": ".k-text-surface",
|
|
39964
39406
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
39965
39407
|
"line": {
|
|
39966
|
-
"start":
|
|
39967
|
-
"end":
|
|
39408
|
+
"start": 217,
|
|
39409
|
+
"end": 229
|
|
39968
39410
|
}
|
|
39969
39411
|
},
|
|
39970
39412
|
"example": [
|
|
@@ -39994,8 +39436,8 @@
|
|
|
39994
39436
|
"name": ".k-text-surface-alt",
|
|
39995
39437
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
39996
39438
|
"line": {
|
|
39997
|
-
"start":
|
|
39998
|
-
"end":
|
|
39439
|
+
"start": 217,
|
|
39440
|
+
"end": 229
|
|
39999
39441
|
}
|
|
40000
39442
|
},
|
|
40001
39443
|
"example": [
|
|
@@ -40025,8 +39467,8 @@
|
|
|
40025
39467
|
"name": ".k-text-border",
|
|
40026
39468
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40027
39469
|
"line": {
|
|
40028
|
-
"start":
|
|
40029
|
-
"end":
|
|
39470
|
+
"start": 217,
|
|
39471
|
+
"end": 229
|
|
40030
39472
|
}
|
|
40031
39473
|
},
|
|
40032
39474
|
"example": [
|
|
@@ -40056,8 +39498,8 @@
|
|
|
40056
39498
|
"name": ".k-text-border-alt",
|
|
40057
39499
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40058
39500
|
"line": {
|
|
40059
|
-
"start":
|
|
40060
|
-
"end":
|
|
39501
|
+
"start": 217,
|
|
39502
|
+
"end": 229
|
|
40061
39503
|
}
|
|
40062
39504
|
},
|
|
40063
39505
|
"example": [
|
|
@@ -40087,8 +39529,8 @@
|
|
|
40087
39529
|
"name": ".k-text-base-subtle",
|
|
40088
39530
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40089
39531
|
"line": {
|
|
40090
|
-
"start":
|
|
40091
|
-
"end":
|
|
39532
|
+
"start": 217,
|
|
39533
|
+
"end": 229
|
|
40092
39534
|
}
|
|
40093
39535
|
},
|
|
40094
39536
|
"example": [
|
|
@@ -40118,8 +39560,8 @@
|
|
|
40118
39560
|
"name": ".k-text-base-emphasis",
|
|
40119
39561
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40120
39562
|
"line": {
|
|
40121
|
-
"start":
|
|
40122
|
-
"end":
|
|
39563
|
+
"start": 217,
|
|
39564
|
+
"end": 229
|
|
40123
39565
|
}
|
|
40124
39566
|
},
|
|
40125
39567
|
"example": [
|
|
@@ -40149,8 +39591,8 @@
|
|
|
40149
39591
|
"name": ".k-text-primary-subtle",
|
|
40150
39592
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40151
39593
|
"line": {
|
|
40152
|
-
"start":
|
|
40153
|
-
"end":
|
|
39594
|
+
"start": 217,
|
|
39595
|
+
"end": 229
|
|
40154
39596
|
}
|
|
40155
39597
|
},
|
|
40156
39598
|
"example": [
|
|
@@ -40180,8 +39622,8 @@
|
|
|
40180
39622
|
"name": ".k-text-primary",
|
|
40181
39623
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40182
39624
|
"line": {
|
|
40183
|
-
"start":
|
|
40184
|
-
"end":
|
|
39625
|
+
"start": 217,
|
|
39626
|
+
"end": 229
|
|
40185
39627
|
}
|
|
40186
39628
|
},
|
|
40187
39629
|
"example": [
|
|
@@ -40211,8 +39653,8 @@
|
|
|
40211
39653
|
"name": ".k-text-primary-emphasis",
|
|
40212
39654
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40213
39655
|
"line": {
|
|
40214
|
-
"start":
|
|
40215
|
-
"end":
|
|
39656
|
+
"start": 217,
|
|
39657
|
+
"end": 229
|
|
40216
39658
|
}
|
|
40217
39659
|
},
|
|
40218
39660
|
"example": [
|
|
@@ -40242,8 +39684,8 @@
|
|
|
40242
39684
|
"name": ".k-text-secondary-subtle",
|
|
40243
39685
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40244
39686
|
"line": {
|
|
40245
|
-
"start":
|
|
40246
|
-
"end":
|
|
39687
|
+
"start": 217,
|
|
39688
|
+
"end": 229
|
|
40247
39689
|
}
|
|
40248
39690
|
},
|
|
40249
39691
|
"example": [
|
|
@@ -40273,8 +39715,8 @@
|
|
|
40273
39715
|
"name": ".k-text-secondary",
|
|
40274
39716
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40275
39717
|
"line": {
|
|
40276
|
-
"start":
|
|
40277
|
-
"end":
|
|
39718
|
+
"start": 217,
|
|
39719
|
+
"end": 229
|
|
40278
39720
|
}
|
|
40279
39721
|
},
|
|
40280
39722
|
"example": [
|
|
@@ -40304,8 +39746,8 @@
|
|
|
40304
39746
|
"name": ".k-text-secondary-emphasis",
|
|
40305
39747
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40306
39748
|
"line": {
|
|
40307
|
-
"start":
|
|
40308
|
-
"end":
|
|
39749
|
+
"start": 217,
|
|
39750
|
+
"end": 229
|
|
40309
39751
|
}
|
|
40310
39752
|
},
|
|
40311
39753
|
"example": [
|
|
@@ -40335,8 +39777,8 @@
|
|
|
40335
39777
|
"name": ".k-text-tertiary-subtle",
|
|
40336
39778
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40337
39779
|
"line": {
|
|
40338
|
-
"start":
|
|
40339
|
-
"end":
|
|
39780
|
+
"start": 217,
|
|
39781
|
+
"end": 229
|
|
40340
39782
|
}
|
|
40341
39783
|
},
|
|
40342
39784
|
"example": [
|
|
@@ -40366,8 +39808,8 @@
|
|
|
40366
39808
|
"name": ".k-text-tertiary",
|
|
40367
39809
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40368
39810
|
"line": {
|
|
40369
|
-
"start":
|
|
40370
|
-
"end":
|
|
39811
|
+
"start": 217,
|
|
39812
|
+
"end": 229
|
|
40371
39813
|
}
|
|
40372
39814
|
},
|
|
40373
39815
|
"example": [
|
|
@@ -40397,8 +39839,8 @@
|
|
|
40397
39839
|
"name": ".k-text-tertiary-emphasis",
|
|
40398
39840
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40399
39841
|
"line": {
|
|
40400
|
-
"start":
|
|
40401
|
-
"end":
|
|
39842
|
+
"start": 217,
|
|
39843
|
+
"end": 229
|
|
40402
39844
|
}
|
|
40403
39845
|
},
|
|
40404
39846
|
"example": [
|
|
@@ -40428,8 +39870,8 @@
|
|
|
40428
39870
|
"name": ".k-text-info-subtle",
|
|
40429
39871
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40430
39872
|
"line": {
|
|
40431
|
-
"start":
|
|
40432
|
-
"end":
|
|
39873
|
+
"start": 217,
|
|
39874
|
+
"end": 229
|
|
40433
39875
|
}
|
|
40434
39876
|
},
|
|
40435
39877
|
"example": [
|
|
@@ -40459,8 +39901,8 @@
|
|
|
40459
39901
|
"name": ".k-text-info",
|
|
40460
39902
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40461
39903
|
"line": {
|
|
40462
|
-
"start":
|
|
40463
|
-
"end":
|
|
39904
|
+
"start": 217,
|
|
39905
|
+
"end": 229
|
|
40464
39906
|
}
|
|
40465
39907
|
},
|
|
40466
39908
|
"example": [
|
|
@@ -40490,8 +39932,8 @@
|
|
|
40490
39932
|
"name": ".k-text-info-emphasis",
|
|
40491
39933
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40492
39934
|
"line": {
|
|
40493
|
-
"start":
|
|
40494
|
-
"end":
|
|
39935
|
+
"start": 217,
|
|
39936
|
+
"end": 229
|
|
40495
39937
|
}
|
|
40496
39938
|
},
|
|
40497
39939
|
"example": [
|
|
@@ -40521,8 +39963,8 @@
|
|
|
40521
39963
|
"name": ".k-text-success-subtle",
|
|
40522
39964
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40523
39965
|
"line": {
|
|
40524
|
-
"start":
|
|
40525
|
-
"end":
|
|
39966
|
+
"start": 217,
|
|
39967
|
+
"end": 229
|
|
40526
39968
|
}
|
|
40527
39969
|
},
|
|
40528
39970
|
"example": [
|
|
@@ -40552,8 +39994,8 @@
|
|
|
40552
39994
|
"name": ".k-text-success",
|
|
40553
39995
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40554
39996
|
"line": {
|
|
40555
|
-
"start":
|
|
40556
|
-
"end":
|
|
39997
|
+
"start": 217,
|
|
39998
|
+
"end": 229
|
|
40557
39999
|
}
|
|
40558
40000
|
},
|
|
40559
40001
|
"example": [
|
|
@@ -40583,8 +40025,8 @@
|
|
|
40583
40025
|
"name": ".k-text-success-emphasis",
|
|
40584
40026
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40585
40027
|
"line": {
|
|
40586
|
-
"start":
|
|
40587
|
-
"end":
|
|
40028
|
+
"start": 217,
|
|
40029
|
+
"end": 229
|
|
40588
40030
|
}
|
|
40589
40031
|
},
|
|
40590
40032
|
"example": [
|
|
@@ -40614,8 +40056,8 @@
|
|
|
40614
40056
|
"name": ".k-text-warning-subtle",
|
|
40615
40057
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40616
40058
|
"line": {
|
|
40617
|
-
"start":
|
|
40618
|
-
"end":
|
|
40059
|
+
"start": 217,
|
|
40060
|
+
"end": 229
|
|
40619
40061
|
}
|
|
40620
40062
|
},
|
|
40621
40063
|
"example": [
|
|
@@ -40645,8 +40087,8 @@
|
|
|
40645
40087
|
"name": ".k-text-warning",
|
|
40646
40088
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40647
40089
|
"line": {
|
|
40648
|
-
"start":
|
|
40649
|
-
"end":
|
|
40090
|
+
"start": 217,
|
|
40091
|
+
"end": 229
|
|
40650
40092
|
}
|
|
40651
40093
|
},
|
|
40652
40094
|
"example": [
|
|
@@ -40676,8 +40118,8 @@
|
|
|
40676
40118
|
"name": ".k-text-warning-emphasis",
|
|
40677
40119
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40678
40120
|
"line": {
|
|
40679
|
-
"start":
|
|
40680
|
-
"end":
|
|
40121
|
+
"start": 217,
|
|
40122
|
+
"end": 229
|
|
40681
40123
|
}
|
|
40682
40124
|
},
|
|
40683
40125
|
"example": [
|
|
@@ -40707,8 +40149,8 @@
|
|
|
40707
40149
|
"name": ".k-text-error-subtle",
|
|
40708
40150
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40709
40151
|
"line": {
|
|
40710
|
-
"start":
|
|
40711
|
-
"end":
|
|
40152
|
+
"start": 217,
|
|
40153
|
+
"end": 229
|
|
40712
40154
|
}
|
|
40713
40155
|
},
|
|
40714
40156
|
"example": [
|
|
@@ -40738,8 +40180,8 @@
|
|
|
40738
40180
|
"name": ".k-text-error",
|
|
40739
40181
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40740
40182
|
"line": {
|
|
40741
|
-
"start":
|
|
40742
|
-
"end":
|
|
40183
|
+
"start": 217,
|
|
40184
|
+
"end": 229
|
|
40743
40185
|
}
|
|
40744
40186
|
},
|
|
40745
40187
|
"example": [
|
|
@@ -40769,8 +40211,8 @@
|
|
|
40769
40211
|
"name": ".k-text-error-emphasis",
|
|
40770
40212
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40771
40213
|
"line": {
|
|
40772
|
-
"start":
|
|
40773
|
-
"end":
|
|
40214
|
+
"start": 217,
|
|
40215
|
+
"end": 229
|
|
40774
40216
|
}
|
|
40775
40217
|
},
|
|
40776
40218
|
"example": [
|
|
@@ -40790,204 +40232,18 @@
|
|
|
40790
40232
|
}
|
|
40791
40233
|
},
|
|
40792
40234
|
{
|
|
40793
|
-
"description": "
|
|
40235
|
+
"description": "This is equivalent to `color: inherit;`.\n",
|
|
40794
40236
|
"commentRange": {
|
|
40795
40237
|
"start": 181,
|
|
40796
40238
|
"end": 185
|
|
40797
40239
|
},
|
|
40798
|
-
"context": {
|
|
40799
|
-
"type": "css",
|
|
40800
|
-
"name": ".k-text-light-subtle",
|
|
40801
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40802
|
-
"line": {
|
|
40803
|
-
"start": 253,
|
|
40804
|
-
"end": 265
|
|
40805
|
-
}
|
|
40806
|
-
},
|
|
40807
|
-
"example": [
|
|
40808
|
-
{
|
|
40809
|
-
"type": "scss",
|
|
40810
|
-
"code": "color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
40811
|
-
}
|
|
40812
|
-
],
|
|
40813
|
-
"group": [
|
|
40814
|
-
"text-color"
|
|
40815
|
-
],
|
|
40816
|
-
"contextType": "css",
|
|
40817
|
-
"access": "public",
|
|
40818
|
-
"file": {
|
|
40819
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40820
|
-
"name": "_text-color.scss"
|
|
40821
|
-
}
|
|
40822
|
-
},
|
|
40823
|
-
{
|
|
40824
|
-
"description": "Sets the text color to the light color.\n",
|
|
40825
|
-
"commentRange": {
|
|
40826
|
-
"start": 187,
|
|
40827
|
-
"end": 191
|
|
40828
|
-
},
|
|
40829
|
-
"context": {
|
|
40830
|
-
"type": "css",
|
|
40831
|
-
"name": ".k-text-light",
|
|
40832
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40833
|
-
"line": {
|
|
40834
|
-
"start": 253,
|
|
40835
|
-
"end": 265
|
|
40836
|
-
}
|
|
40837
|
-
},
|
|
40838
|
-
"example": [
|
|
40839
|
-
{
|
|
40840
|
-
"type": "scss",
|
|
40841
|
-
"code": "color: var(--kendo-color-light, #f8f9fa);"
|
|
40842
|
-
}
|
|
40843
|
-
],
|
|
40844
|
-
"group": [
|
|
40845
|
-
"text-color"
|
|
40846
|
-
],
|
|
40847
|
-
"contextType": "css",
|
|
40848
|
-
"access": "public",
|
|
40849
|
-
"file": {
|
|
40850
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40851
|
-
"name": "_text-color.scss"
|
|
40852
|
-
}
|
|
40853
|
-
},
|
|
40854
|
-
{
|
|
40855
|
-
"description": "Sets the text color to the light emphasis color.\n",
|
|
40856
|
-
"commentRange": {
|
|
40857
|
-
"start": 193,
|
|
40858
|
-
"end": 197
|
|
40859
|
-
},
|
|
40860
|
-
"context": {
|
|
40861
|
-
"type": "css",
|
|
40862
|
-
"name": ".k-text-light-emphasis",
|
|
40863
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40864
|
-
"line": {
|
|
40865
|
-
"start": 253,
|
|
40866
|
-
"end": 265
|
|
40867
|
-
}
|
|
40868
|
-
},
|
|
40869
|
-
"example": [
|
|
40870
|
-
{
|
|
40871
|
-
"type": "scss",
|
|
40872
|
-
"code": "color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
40873
|
-
}
|
|
40874
|
-
],
|
|
40875
|
-
"group": [
|
|
40876
|
-
"text-color"
|
|
40877
|
-
],
|
|
40878
|
-
"contextType": "css",
|
|
40879
|
-
"access": "public",
|
|
40880
|
-
"file": {
|
|
40881
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40882
|
-
"name": "_text-color.scss"
|
|
40883
|
-
}
|
|
40884
|
-
},
|
|
40885
|
-
{
|
|
40886
|
-
"description": "Sets the text color to the dark subtle color.\n",
|
|
40887
|
-
"commentRange": {
|
|
40888
|
-
"start": 199,
|
|
40889
|
-
"end": 203
|
|
40890
|
-
},
|
|
40891
|
-
"context": {
|
|
40892
|
-
"type": "css",
|
|
40893
|
-
"name": ".k-text-dark-subtle",
|
|
40894
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40895
|
-
"line": {
|
|
40896
|
-
"start": 253,
|
|
40897
|
-
"end": 265
|
|
40898
|
-
}
|
|
40899
|
-
},
|
|
40900
|
-
"example": [
|
|
40901
|
-
{
|
|
40902
|
-
"type": "scss",
|
|
40903
|
-
"code": "color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
40904
|
-
}
|
|
40905
|
-
],
|
|
40906
|
-
"group": [
|
|
40907
|
-
"text-color"
|
|
40908
|
-
],
|
|
40909
|
-
"contextType": "css",
|
|
40910
|
-
"access": "public",
|
|
40911
|
-
"file": {
|
|
40912
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40913
|
-
"name": "_text-color.scss"
|
|
40914
|
-
}
|
|
40915
|
-
},
|
|
40916
|
-
{
|
|
40917
|
-
"description": "Sets the text color to the dark color.\n",
|
|
40918
|
-
"commentRange": {
|
|
40919
|
-
"start": 205,
|
|
40920
|
-
"end": 209
|
|
40921
|
-
},
|
|
40922
|
-
"context": {
|
|
40923
|
-
"type": "css",
|
|
40924
|
-
"name": ".k-text-dark",
|
|
40925
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40926
|
-
"line": {
|
|
40927
|
-
"start": 253,
|
|
40928
|
-
"end": 265
|
|
40929
|
-
}
|
|
40930
|
-
},
|
|
40931
|
-
"example": [
|
|
40932
|
-
{
|
|
40933
|
-
"type": "scss",
|
|
40934
|
-
"code": "color: var(--kendo-color-dark, #343a40);"
|
|
40935
|
-
}
|
|
40936
|
-
],
|
|
40937
|
-
"group": [
|
|
40938
|
-
"text-color"
|
|
40939
|
-
],
|
|
40940
|
-
"contextType": "css",
|
|
40941
|
-
"access": "public",
|
|
40942
|
-
"file": {
|
|
40943
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40944
|
-
"name": "_text-color.scss"
|
|
40945
|
-
}
|
|
40946
|
-
},
|
|
40947
|
-
{
|
|
40948
|
-
"description": "Sets the text color to the dark emphasis color.\n",
|
|
40949
|
-
"commentRange": {
|
|
40950
|
-
"start": 211,
|
|
40951
|
-
"end": 215
|
|
40952
|
-
},
|
|
40953
|
-
"context": {
|
|
40954
|
-
"type": "css",
|
|
40955
|
-
"name": ".k-text-dark-emphasis",
|
|
40956
|
-
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40957
|
-
"line": {
|
|
40958
|
-
"start": 253,
|
|
40959
|
-
"end": 265
|
|
40960
|
-
}
|
|
40961
|
-
},
|
|
40962
|
-
"example": [
|
|
40963
|
-
{
|
|
40964
|
-
"type": "scss",
|
|
40965
|
-
"code": "color: var(--kendo-color-dark-emphasis, #212529);"
|
|
40966
|
-
}
|
|
40967
|
-
],
|
|
40968
|
-
"group": [
|
|
40969
|
-
"text-color"
|
|
40970
|
-
],
|
|
40971
|
-
"contextType": "css",
|
|
40972
|
-
"access": "public",
|
|
40973
|
-
"file": {
|
|
40974
|
-
"path": "utils/scss/typography/_text-color.scss",
|
|
40975
|
-
"name": "_text-color.scss"
|
|
40976
|
-
}
|
|
40977
|
-
},
|
|
40978
|
-
{
|
|
40979
|
-
"description": "This is equivalent to `color: inherit;`.\n",
|
|
40980
|
-
"commentRange": {
|
|
40981
|
-
"start": 217,
|
|
40982
|
-
"end": 221
|
|
40983
|
-
},
|
|
40984
40240
|
"context": {
|
|
40985
40241
|
"type": "css",
|
|
40986
40242
|
"name": ".k-text-inherit",
|
|
40987
40243
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
40988
40244
|
"line": {
|
|
40989
|
-
"start":
|
|
40990
|
-
"end":
|
|
40245
|
+
"start": 217,
|
|
40246
|
+
"end": 229
|
|
40991
40247
|
}
|
|
40992
40248
|
},
|
|
40993
40249
|
"example": [
|
|
@@ -41009,16 +40265,16 @@
|
|
|
41009
40265
|
{
|
|
41010
40266
|
"description": "This is equivalent to `color: currentColor;`.\n",
|
|
41011
40267
|
"commentRange": {
|
|
41012
|
-
"start":
|
|
41013
|
-
"end":
|
|
40268
|
+
"start": 187,
|
|
40269
|
+
"end": 191
|
|
41014
40270
|
},
|
|
41015
40271
|
"context": {
|
|
41016
40272
|
"type": "css",
|
|
41017
40273
|
"name": ".k-text-current",
|
|
41018
40274
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
41019
40275
|
"line": {
|
|
41020
|
-
"start":
|
|
41021
|
-
"end":
|
|
40276
|
+
"start": 217,
|
|
40277
|
+
"end": 229
|
|
41022
40278
|
}
|
|
41023
40279
|
},
|
|
41024
40280
|
"example": [
|
|
@@ -41040,16 +40296,16 @@
|
|
|
41040
40296
|
{
|
|
41041
40297
|
"description": "This is equivalent to `color: transparent;`.\n",
|
|
41042
40298
|
"commentRange": {
|
|
41043
|
-
"start":
|
|
41044
|
-
"end":
|
|
40299
|
+
"start": 193,
|
|
40300
|
+
"end": 197
|
|
41045
40301
|
},
|
|
41046
40302
|
"context": {
|
|
41047
40303
|
"type": "css",
|
|
41048
40304
|
"name": ".k-text-transparent",
|
|
41049
40305
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
41050
40306
|
"line": {
|
|
41051
|
-
"start":
|
|
41052
|
-
"end":
|
|
40307
|
+
"start": 217,
|
|
40308
|
+
"end": 229
|
|
41053
40309
|
}
|
|
41054
40310
|
},
|
|
41055
40311
|
"example": [
|
|
@@ -41071,16 +40327,16 @@
|
|
|
41071
40327
|
{
|
|
41072
40328
|
"description": "This is equivalent to `color: black;`.\n",
|
|
41073
40329
|
"commentRange": {
|
|
41074
|
-
"start":
|
|
41075
|
-
"end":
|
|
40330
|
+
"start": 199,
|
|
40331
|
+
"end": 203
|
|
41076
40332
|
},
|
|
41077
40333
|
"context": {
|
|
41078
40334
|
"type": "css",
|
|
41079
40335
|
"name": ".k-text-black",
|
|
41080
40336
|
"value": "@include import-once(\"utils-typography-text-color\") {\n\n // Text color utility classes\n $kendo-utils-text-color: map.get( $kendo-utils, \"text-color\" ) !default;\n @include generate-utils( text, color, $kendo-utils-text-color, $css-var: 'color' );\n\n // Legacy aliases\n @include generate-utils( color, color, $kendo-utils-text-color, $css-var: 'color' );\n\n }",
|
|
41081
40337
|
"line": {
|
|
41082
|
-
"start":
|
|
41083
|
-
"end":
|
|
40338
|
+
"start": 217,
|
|
40339
|
+
"end": 229
|
|
41084
40340
|
}
|
|
41085
40341
|
},
|
|
41086
40342
|
"example": [
|