@progress/kendo-theme-utils 13.2.0-dev.3 → 14.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +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
|
@@ -1636,23 +1636,23 @@
|
|
|
1636
1636
|
}
|
|
1637
1637
|
},
|
|
1638
1638
|
{
|
|
1639
|
-
"description": "Sets the background color to the
|
|
1639
|
+
"description": "Sets the background color to the error emphasis color.\n",
|
|
1640
1640
|
"commentRange": {
|
|
1641
|
-
"start":
|
|
1642
|
-
"end":
|
|
1641
|
+
"start": 199,
|
|
1642
|
+
"end": 203
|
|
1643
1643
|
},
|
|
1644
1644
|
"context": {
|
|
1645
1645
|
"type": "css",
|
|
1646
1646
|
"line": {
|
|
1647
|
-
"start":
|
|
1648
|
-
"end":
|
|
1647
|
+
"start": 205,
|
|
1648
|
+
"end": 205
|
|
1649
1649
|
},
|
|
1650
|
-
"name": ".k-bg-
|
|
1650
|
+
"name": ".k-bg-error-emphasis"
|
|
1651
1651
|
},
|
|
1652
1652
|
"example": [
|
|
1653
1653
|
{
|
|
1654
1654
|
"type": "scss",
|
|
1655
|
-
"code": "background-color: var(--kendo-color-
|
|
1655
|
+
"code": "background-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
1656
1656
|
}
|
|
1657
1657
|
],
|
|
1658
1658
|
"group": [
|
|
@@ -1676,8 +1676,8 @@
|
|
|
1676
1676
|
"name": ".k-bg-inherit",
|
|
1677
1677
|
"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 }",
|
|
1678
1678
|
"line": {
|
|
1679
|
-
"start":
|
|
1680
|
-
"end":
|
|
1679
|
+
"start": 211,
|
|
1680
|
+
"end": 220
|
|
1681
1681
|
}
|
|
1682
1682
|
},
|
|
1683
1683
|
"example": [
|
|
@@ -1707,8 +1707,8 @@
|
|
|
1707
1707
|
"name": ".k-bg-transparent",
|
|
1708
1708
|
"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 }",
|
|
1709
1709
|
"line": {
|
|
1710
|
-
"start":
|
|
1711
|
-
"end":
|
|
1710
|
+
"start": 211,
|
|
1711
|
+
"end": 220
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
1714
|
"example": [
|
|
@@ -1738,8 +1738,8 @@
|
|
|
1738
1738
|
"name": ".k-bg-black",
|
|
1739
1739
|
"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 }",
|
|
1740
1740
|
"line": {
|
|
1741
|
-
"start":
|
|
1742
|
-
"end":
|
|
1741
|
+
"start": 211,
|
|
1742
|
+
"end": 220
|
|
1743
1743
|
}
|
|
1744
1744
|
},
|
|
1745
1745
|
"example": [
|
|
@@ -1769,8 +1769,8 @@
|
|
|
1769
1769
|
"name": ".k-bg-white",
|
|
1770
1770
|
"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 }",
|
|
1771
1771
|
"line": {
|
|
1772
|
-
"start":
|
|
1773
|
-
"end":
|
|
1772
|
+
"start": 211,
|
|
1773
|
+
"end": 220
|
|
1774
1774
|
}
|
|
1775
1775
|
},
|
|
1776
1776
|
"example": [
|
|
@@ -1800,8 +1800,8 @@
|
|
|
1800
1800
|
"name": ".k-bg-app-surface",
|
|
1801
1801
|
"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 }",
|
|
1802
1802
|
"line": {
|
|
1803
|
-
"start":
|
|
1804
|
-
"end":
|
|
1803
|
+
"start": 211,
|
|
1804
|
+
"end": 220
|
|
1805
1805
|
}
|
|
1806
1806
|
},
|
|
1807
1807
|
"example": [
|
|
@@ -1831,8 +1831,8 @@
|
|
|
1831
1831
|
"name": ".k-bg-on-app-surface",
|
|
1832
1832
|
"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 }",
|
|
1833
1833
|
"line": {
|
|
1834
|
-
"start":
|
|
1835
|
-
"end":
|
|
1834
|
+
"start": 211,
|
|
1835
|
+
"end": 220
|
|
1836
1836
|
}
|
|
1837
1837
|
},
|
|
1838
1838
|
"example": [
|
|
@@ -1862,8 +1862,8 @@
|
|
|
1862
1862
|
"name": ".k-bg-subtle",
|
|
1863
1863
|
"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 }",
|
|
1864
1864
|
"line": {
|
|
1865
|
-
"start":
|
|
1866
|
-
"end":
|
|
1865
|
+
"start": 211,
|
|
1866
|
+
"end": 220
|
|
1867
1867
|
}
|
|
1868
1868
|
},
|
|
1869
1869
|
"example": [
|
|
@@ -1893,8 +1893,8 @@
|
|
|
1893
1893
|
"name": ".k-bg-surface",
|
|
1894
1894
|
"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 }",
|
|
1895
1895
|
"line": {
|
|
1896
|
-
"start":
|
|
1897
|
-
"end":
|
|
1896
|
+
"start": 211,
|
|
1897
|
+
"end": 220
|
|
1898
1898
|
}
|
|
1899
1899
|
},
|
|
1900
1900
|
"example": [
|
|
@@ -1924,8 +1924,8 @@
|
|
|
1924
1924
|
"name": ".k-bg-surface-alt",
|
|
1925
1925
|
"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 }",
|
|
1926
1926
|
"line": {
|
|
1927
|
-
"start":
|
|
1928
|
-
"end":
|
|
1927
|
+
"start": 211,
|
|
1928
|
+
"end": 220
|
|
1929
1929
|
}
|
|
1930
1930
|
},
|
|
1931
1931
|
"example": [
|
|
@@ -1955,8 +1955,8 @@
|
|
|
1955
1955
|
"name": ".k-bg-border",
|
|
1956
1956
|
"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 }",
|
|
1957
1957
|
"line": {
|
|
1958
|
-
"start":
|
|
1959
|
-
"end":
|
|
1958
|
+
"start": 211,
|
|
1959
|
+
"end": 220
|
|
1960
1960
|
}
|
|
1961
1961
|
},
|
|
1962
1962
|
"example": [
|
|
@@ -1986,8 +1986,8 @@
|
|
|
1986
1986
|
"name": ".k-bg-border-alt",
|
|
1987
1987
|
"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 }",
|
|
1988
1988
|
"line": {
|
|
1989
|
-
"start":
|
|
1990
|
-
"end":
|
|
1989
|
+
"start": 211,
|
|
1990
|
+
"end": 220
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
"example": [
|
|
@@ -2017,8 +2017,8 @@
|
|
|
2017
2017
|
"name": ".k-bg-base-subtle",
|
|
2018
2018
|
"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 }",
|
|
2019
2019
|
"line": {
|
|
2020
|
-
"start":
|
|
2021
|
-
"end":
|
|
2020
|
+
"start": 211,
|
|
2021
|
+
"end": 220
|
|
2022
2022
|
}
|
|
2023
2023
|
},
|
|
2024
2024
|
"example": [
|
|
@@ -2048,8 +2048,8 @@
|
|
|
2048
2048
|
"name": ".k-bg-base-emphasis",
|
|
2049
2049
|
"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 }",
|
|
2050
2050
|
"line": {
|
|
2051
|
-
"start":
|
|
2052
|
-
"end":
|
|
2051
|
+
"start": 211,
|
|
2052
|
+
"end": 220
|
|
2053
2053
|
}
|
|
2054
2054
|
},
|
|
2055
2055
|
"example": [
|
|
@@ -2079,8 +2079,8 @@
|
|
|
2079
2079
|
"name": ".k-bg-primary-subtle",
|
|
2080
2080
|
"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 }",
|
|
2081
2081
|
"line": {
|
|
2082
|
-
"start":
|
|
2083
|
-
"end":
|
|
2082
|
+
"start": 211,
|
|
2083
|
+
"end": 220
|
|
2084
2084
|
}
|
|
2085
2085
|
},
|
|
2086
2086
|
"example": [
|
|
@@ -2110,8 +2110,8 @@
|
|
|
2110
2110
|
"name": ".k-bg-primary",
|
|
2111
2111
|
"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 }",
|
|
2112
2112
|
"line": {
|
|
2113
|
-
"start":
|
|
2114
|
-
"end":
|
|
2113
|
+
"start": 211,
|
|
2114
|
+
"end": 220
|
|
2115
2115
|
}
|
|
2116
2116
|
},
|
|
2117
2117
|
"example": [
|
|
@@ -2141,8 +2141,8 @@
|
|
|
2141
2141
|
"name": ".k-bg-primary-emphasis",
|
|
2142
2142
|
"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 }",
|
|
2143
2143
|
"line": {
|
|
2144
|
-
"start":
|
|
2145
|
-
"end":
|
|
2144
|
+
"start": 211,
|
|
2145
|
+
"end": 220
|
|
2146
2146
|
}
|
|
2147
2147
|
},
|
|
2148
2148
|
"example": [
|
|
@@ -2172,8 +2172,8 @@
|
|
|
2172
2172
|
"name": ".k-bg-secondary-subtle",
|
|
2173
2173
|
"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 }",
|
|
2174
2174
|
"line": {
|
|
2175
|
-
"start":
|
|
2176
|
-
"end":
|
|
2175
|
+
"start": 211,
|
|
2176
|
+
"end": 220
|
|
2177
2177
|
}
|
|
2178
2178
|
},
|
|
2179
2179
|
"example": [
|
|
@@ -2203,8 +2203,8 @@
|
|
|
2203
2203
|
"name": ".k-bg-secondary",
|
|
2204
2204
|
"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 }",
|
|
2205
2205
|
"line": {
|
|
2206
|
-
"start":
|
|
2207
|
-
"end":
|
|
2206
|
+
"start": 211,
|
|
2207
|
+
"end": 220
|
|
2208
2208
|
}
|
|
2209
2209
|
},
|
|
2210
2210
|
"example": [
|
|
@@ -2234,8 +2234,8 @@
|
|
|
2234
2234
|
"name": ".k-bg-secondary-emphasis",
|
|
2235
2235
|
"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 }",
|
|
2236
2236
|
"line": {
|
|
2237
|
-
"start":
|
|
2238
|
-
"end":
|
|
2237
|
+
"start": 211,
|
|
2238
|
+
"end": 220
|
|
2239
2239
|
}
|
|
2240
2240
|
},
|
|
2241
2241
|
"example": [
|
|
@@ -2265,8 +2265,8 @@
|
|
|
2265
2265
|
"name": ".k-bg-tertiary-subtle",
|
|
2266
2266
|
"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 }",
|
|
2267
2267
|
"line": {
|
|
2268
|
-
"start":
|
|
2269
|
-
"end":
|
|
2268
|
+
"start": 211,
|
|
2269
|
+
"end": 220
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
|
2272
2272
|
"example": [
|
|
@@ -2296,8 +2296,8 @@
|
|
|
2296
2296
|
"name": ".k-bg-tertiary",
|
|
2297
2297
|
"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 }",
|
|
2298
2298
|
"line": {
|
|
2299
|
-
"start":
|
|
2300
|
-
"end":
|
|
2299
|
+
"start": 211,
|
|
2300
|
+
"end": 220
|
|
2301
2301
|
}
|
|
2302
2302
|
},
|
|
2303
2303
|
"example": [
|
|
@@ -2327,8 +2327,8 @@
|
|
|
2327
2327
|
"name": ".k-bg-tertiary-emphasis",
|
|
2328
2328
|
"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 }",
|
|
2329
2329
|
"line": {
|
|
2330
|
-
"start":
|
|
2331
|
-
"end":
|
|
2330
|
+
"start": 211,
|
|
2331
|
+
"end": 220
|
|
2332
2332
|
}
|
|
2333
2333
|
},
|
|
2334
2334
|
"example": [
|
|
@@ -2358,8 +2358,8 @@
|
|
|
2358
2358
|
"name": ".k-bg-info-subtle",
|
|
2359
2359
|
"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 }",
|
|
2360
2360
|
"line": {
|
|
2361
|
-
"start":
|
|
2362
|
-
"end":
|
|
2361
|
+
"start": 211,
|
|
2362
|
+
"end": 220
|
|
2363
2363
|
}
|
|
2364
2364
|
},
|
|
2365
2365
|
"example": [
|
|
@@ -2389,8 +2389,8 @@
|
|
|
2389
2389
|
"name": ".k-bg-info",
|
|
2390
2390
|
"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 }",
|
|
2391
2391
|
"line": {
|
|
2392
|
-
"start":
|
|
2393
|
-
"end":
|
|
2392
|
+
"start": 211,
|
|
2393
|
+
"end": 220
|
|
2394
2394
|
}
|
|
2395
2395
|
},
|
|
2396
2396
|
"example": [
|
|
@@ -2420,8 +2420,8 @@
|
|
|
2420
2420
|
"name": ".k-bg-info-emphasis",
|
|
2421
2421
|
"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 }",
|
|
2422
2422
|
"line": {
|
|
2423
|
-
"start":
|
|
2424
|
-
"end":
|
|
2423
|
+
"start": 211,
|
|
2424
|
+
"end": 220
|
|
2425
2425
|
}
|
|
2426
2426
|
},
|
|
2427
2427
|
"example": [
|
|
@@ -2451,8 +2451,8 @@
|
|
|
2451
2451
|
"name": ".k-bg-success-subtle",
|
|
2452
2452
|
"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 }",
|
|
2453
2453
|
"line": {
|
|
2454
|
-
"start":
|
|
2455
|
-
"end":
|
|
2454
|
+
"start": 211,
|
|
2455
|
+
"end": 220
|
|
2456
2456
|
}
|
|
2457
2457
|
},
|
|
2458
2458
|
"example": [
|
|
@@ -2482,8 +2482,8 @@
|
|
|
2482
2482
|
"name": ".k-bg-success",
|
|
2483
2483
|
"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 }",
|
|
2484
2484
|
"line": {
|
|
2485
|
-
"start":
|
|
2486
|
-
"end":
|
|
2485
|
+
"start": 211,
|
|
2486
|
+
"end": 220
|
|
2487
2487
|
}
|
|
2488
2488
|
},
|
|
2489
2489
|
"example": [
|
|
@@ -2513,8 +2513,8 @@
|
|
|
2513
2513
|
"name": ".k-bg-success-emphasis",
|
|
2514
2514
|
"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 }",
|
|
2515
2515
|
"line": {
|
|
2516
|
-
"start":
|
|
2517
|
-
"end":
|
|
2516
|
+
"start": 211,
|
|
2517
|
+
"end": 220
|
|
2518
2518
|
}
|
|
2519
2519
|
},
|
|
2520
2520
|
"example": [
|
|
@@ -2544,8 +2544,8 @@
|
|
|
2544
2544
|
"name": ".k-bg-warning-subtle",
|
|
2545
2545
|
"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 }",
|
|
2546
2546
|
"line": {
|
|
2547
|
-
"start":
|
|
2548
|
-
"end":
|
|
2547
|
+
"start": 211,
|
|
2548
|
+
"end": 220
|
|
2549
2549
|
}
|
|
2550
2550
|
},
|
|
2551
2551
|
"example": [
|
|
@@ -2575,8 +2575,8 @@
|
|
|
2575
2575
|
"name": ".k-bg-warning",
|
|
2576
2576
|
"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 }",
|
|
2577
2577
|
"line": {
|
|
2578
|
-
"start":
|
|
2579
|
-
"end":
|
|
2578
|
+
"start": 211,
|
|
2579
|
+
"end": 220
|
|
2580
2580
|
}
|
|
2581
2581
|
},
|
|
2582
2582
|
"example": [
|
|
@@ -2606,8 +2606,8 @@
|
|
|
2606
2606
|
"name": ".k-bg-warning-emphasis",
|
|
2607
2607
|
"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 }",
|
|
2608
2608
|
"line": {
|
|
2609
|
-
"start":
|
|
2610
|
-
"end":
|
|
2609
|
+
"start": 211,
|
|
2610
|
+
"end": 220
|
|
2611
2611
|
}
|
|
2612
2612
|
},
|
|
2613
2613
|
"example": [
|
|
@@ -2637,8 +2637,8 @@
|
|
|
2637
2637
|
"name": ".k-bg-error-subtle",
|
|
2638
2638
|
"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 }",
|
|
2639
2639
|
"line": {
|
|
2640
|
-
"start":
|
|
2641
|
-
"end":
|
|
2640
|
+
"start": 211,
|
|
2641
|
+
"end": 220
|
|
2642
2642
|
}
|
|
2643
2643
|
},
|
|
2644
2644
|
"example": [
|
|
@@ -2668,8 +2668,8 @@
|
|
|
2668
2668
|
"name": ".k-bg-error",
|
|
2669
2669
|
"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 }",
|
|
2670
2670
|
"line": {
|
|
2671
|
-
"start":
|
|
2672
|
-
"end":
|
|
2671
|
+
"start": 211,
|
|
2672
|
+
"end": 220
|
|
2673
2673
|
}
|
|
2674
2674
|
},
|
|
2675
2675
|
"example": [
|
|
@@ -2688,192 +2688,6 @@
|
|
|
2688
2688
|
"name": "_background-color.scss"
|
|
2689
2689
|
}
|
|
2690
2690
|
},
|
|
2691
|
-
{
|
|
2692
|
-
"description": "Sets the background color to the error emphasis color.\n",
|
|
2693
|
-
"commentRange": {
|
|
2694
|
-
"start": 199,
|
|
2695
|
-
"end": 203
|
|
2696
|
-
},
|
|
2697
|
-
"context": {
|
|
2698
|
-
"type": "css",
|
|
2699
|
-
"name": ".k-bg-error-emphasis",
|
|
2700
|
-
"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 }",
|
|
2701
|
-
"line": {
|
|
2702
|
-
"start": 247,
|
|
2703
|
-
"end": 256
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
"example": [
|
|
2707
|
-
{
|
|
2708
|
-
"type": "scss",
|
|
2709
|
-
"code": "background-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
2710
|
-
}
|
|
2711
|
-
],
|
|
2712
|
-
"group": [
|
|
2713
|
-
"background-color"
|
|
2714
|
-
],
|
|
2715
|
-
"contextType": "css",
|
|
2716
|
-
"access": "public",
|
|
2717
|
-
"file": {
|
|
2718
|
-
"path": "background/_background-color.scss",
|
|
2719
|
-
"name": "_background-color.scss"
|
|
2720
|
-
}
|
|
2721
|
-
},
|
|
2722
|
-
{
|
|
2723
|
-
"description": "Sets the background color to the light subtle color.\n",
|
|
2724
|
-
"commentRange": {
|
|
2725
|
-
"start": 205,
|
|
2726
|
-
"end": 209
|
|
2727
|
-
},
|
|
2728
|
-
"context": {
|
|
2729
|
-
"type": "css",
|
|
2730
|
-
"name": ".k-bg-light-subtle",
|
|
2731
|
-
"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 }",
|
|
2732
|
-
"line": {
|
|
2733
|
-
"start": 247,
|
|
2734
|
-
"end": 256
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
"example": [
|
|
2738
|
-
{
|
|
2739
|
-
"type": "scss",
|
|
2740
|
-
"code": "background-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
2741
|
-
}
|
|
2742
|
-
],
|
|
2743
|
-
"group": [
|
|
2744
|
-
"background-color"
|
|
2745
|
-
],
|
|
2746
|
-
"contextType": "css",
|
|
2747
|
-
"access": "public",
|
|
2748
|
-
"file": {
|
|
2749
|
-
"path": "background/_background-color.scss",
|
|
2750
|
-
"name": "_background-color.scss"
|
|
2751
|
-
}
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"description": "Sets the background color to the light color.\n",
|
|
2755
|
-
"commentRange": {
|
|
2756
|
-
"start": 211,
|
|
2757
|
-
"end": 215
|
|
2758
|
-
},
|
|
2759
|
-
"context": {
|
|
2760
|
-
"type": "css",
|
|
2761
|
-
"name": ".k-bg-light",
|
|
2762
|
-
"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 }",
|
|
2763
|
-
"line": {
|
|
2764
|
-
"start": 247,
|
|
2765
|
-
"end": 256
|
|
2766
|
-
}
|
|
2767
|
-
},
|
|
2768
|
-
"example": [
|
|
2769
|
-
{
|
|
2770
|
-
"type": "scss",
|
|
2771
|
-
"code": "background-color: var(--kendo-color-light, #f8f9fa);"
|
|
2772
|
-
}
|
|
2773
|
-
],
|
|
2774
|
-
"group": [
|
|
2775
|
-
"background-color"
|
|
2776
|
-
],
|
|
2777
|
-
"contextType": "css",
|
|
2778
|
-
"access": "public",
|
|
2779
|
-
"file": {
|
|
2780
|
-
"path": "background/_background-color.scss",
|
|
2781
|
-
"name": "_background-color.scss"
|
|
2782
|
-
}
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"description": "Sets the background color to the light emphasis color.\n",
|
|
2786
|
-
"commentRange": {
|
|
2787
|
-
"start": 217,
|
|
2788
|
-
"end": 221
|
|
2789
|
-
},
|
|
2790
|
-
"context": {
|
|
2791
|
-
"type": "css",
|
|
2792
|
-
"name": ".k-bg-light-emphasis",
|
|
2793
|
-
"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 }",
|
|
2794
|
-
"line": {
|
|
2795
|
-
"start": 247,
|
|
2796
|
-
"end": 256
|
|
2797
|
-
}
|
|
2798
|
-
},
|
|
2799
|
-
"example": [
|
|
2800
|
-
{
|
|
2801
|
-
"type": "scss",
|
|
2802
|
-
"code": "background-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
2803
|
-
}
|
|
2804
|
-
],
|
|
2805
|
-
"group": [
|
|
2806
|
-
"background-color"
|
|
2807
|
-
],
|
|
2808
|
-
"contextType": "css",
|
|
2809
|
-
"access": "public",
|
|
2810
|
-
"file": {
|
|
2811
|
-
"path": "background/_background-color.scss",
|
|
2812
|
-
"name": "_background-color.scss"
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"description": "Sets the background color to the dark subtle color.\n",
|
|
2817
|
-
"commentRange": {
|
|
2818
|
-
"start": 223,
|
|
2819
|
-
"end": 227
|
|
2820
|
-
},
|
|
2821
|
-
"context": {
|
|
2822
|
-
"type": "css",
|
|
2823
|
-
"name": ".k-bg-dark-subtle",
|
|
2824
|
-
"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 }",
|
|
2825
|
-
"line": {
|
|
2826
|
-
"start": 247,
|
|
2827
|
-
"end": 256
|
|
2828
|
-
}
|
|
2829
|
-
},
|
|
2830
|
-
"example": [
|
|
2831
|
-
{
|
|
2832
|
-
"type": "scss",
|
|
2833
|
-
"code": "background-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
2834
|
-
}
|
|
2835
|
-
],
|
|
2836
|
-
"group": [
|
|
2837
|
-
"background-color"
|
|
2838
|
-
],
|
|
2839
|
-
"contextType": "css",
|
|
2840
|
-
"access": "public",
|
|
2841
|
-
"file": {
|
|
2842
|
-
"path": "background/_background-color.scss",
|
|
2843
|
-
"name": "_background-color.scss"
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"description": "Sets the background color to the dark color.\n",
|
|
2848
|
-
"commentRange": {
|
|
2849
|
-
"start": 229,
|
|
2850
|
-
"end": 233
|
|
2851
|
-
},
|
|
2852
|
-
"context": {
|
|
2853
|
-
"type": "css",
|
|
2854
|
-
"name": ".k-bg-dark",
|
|
2855
|
-
"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 }",
|
|
2856
|
-
"line": {
|
|
2857
|
-
"start": 247,
|
|
2858
|
-
"end": 256
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
"example": [
|
|
2862
|
-
{
|
|
2863
|
-
"type": "scss",
|
|
2864
|
-
"code": "background-color: var(--kendo-color-dark, #343a40);"
|
|
2865
|
-
}
|
|
2866
|
-
],
|
|
2867
|
-
"group": [
|
|
2868
|
-
"background-color"
|
|
2869
|
-
],
|
|
2870
|
-
"contextType": "css",
|
|
2871
|
-
"access": "public",
|
|
2872
|
-
"file": {
|
|
2873
|
-
"path": "background/_background-color.scss",
|
|
2874
|
-
"name": "_background-color.scss"
|
|
2875
|
-
}
|
|
2876
|
-
},
|
|
2877
2691
|
{
|
|
2878
2692
|
"description": "This is equivalent to `background-position: bottom right;`.\n",
|
|
2879
2693
|
"commentRange": {
|
|
@@ -3306,23 +3120,23 @@
|
|
|
3306
3120
|
}
|
|
3307
3121
|
},
|
|
3308
3122
|
{
|
|
3309
|
-
"description": "Sets the border color to the
|
|
3123
|
+
"description": "Sets the border color to the error emphasis color.\n",
|
|
3310
3124
|
"commentRange": {
|
|
3311
|
-
"start":
|
|
3312
|
-
"end":
|
|
3125
|
+
"start": 205,
|
|
3126
|
+
"end": 209
|
|
3313
3127
|
},
|
|
3314
3128
|
"context": {
|
|
3315
3129
|
"type": "css",
|
|
3316
3130
|
"line": {
|
|
3317
|
-
"start":
|
|
3318
|
-
"end":
|
|
3131
|
+
"start": 211,
|
|
3132
|
+
"end": 211
|
|
3319
3133
|
},
|
|
3320
|
-
"name": ".k-border-
|
|
3134
|
+
"name": ".k-border-error-emphasis"
|
|
3321
3135
|
},
|
|
3322
3136
|
"example": [
|
|
3323
3137
|
{
|
|
3324
3138
|
"type": "scss",
|
|
3325
|
-
"code": "border-color: var(--kendo-color-
|
|
3139
|
+
"code": "border-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
3326
3140
|
}
|
|
3327
3141
|
],
|
|
3328
3142
|
"group": [
|
|
@@ -3346,8 +3160,8 @@
|
|
|
3346
3160
|
"name": ".k-border-inherit",
|
|
3347
3161
|
"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 }",
|
|
3348
3162
|
"line": {
|
|
3349
|
-
"start":
|
|
3350
|
-
"end":
|
|
3163
|
+
"start": 217,
|
|
3164
|
+
"end": 226
|
|
3351
3165
|
}
|
|
3352
3166
|
},
|
|
3353
3167
|
"example": [
|
|
@@ -3377,8 +3191,8 @@
|
|
|
3377
3191
|
"name": ".k-border-currentColor",
|
|
3378
3192
|
"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 }",
|
|
3379
3193
|
"line": {
|
|
3380
|
-
"start":
|
|
3381
|
-
"end":
|
|
3194
|
+
"start": 217,
|
|
3195
|
+
"end": 226
|
|
3382
3196
|
}
|
|
3383
3197
|
},
|
|
3384
3198
|
"example": [
|
|
@@ -3408,8 +3222,8 @@
|
|
|
3408
3222
|
"name": ".k-border-transparent",
|
|
3409
3223
|
"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 }",
|
|
3410
3224
|
"line": {
|
|
3411
|
-
"start":
|
|
3412
|
-
"end":
|
|
3225
|
+
"start": 217,
|
|
3226
|
+
"end": 226
|
|
3413
3227
|
}
|
|
3414
3228
|
},
|
|
3415
3229
|
"example": [
|
|
@@ -3439,8 +3253,8 @@
|
|
|
3439
3253
|
"name": ".k-border-black",
|
|
3440
3254
|
"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 }",
|
|
3441
3255
|
"line": {
|
|
3442
|
-
"start":
|
|
3443
|
-
"end":
|
|
3256
|
+
"start": 217,
|
|
3257
|
+
"end": 226
|
|
3444
3258
|
}
|
|
3445
3259
|
},
|
|
3446
3260
|
"example": [
|
|
@@ -3470,8 +3284,8 @@
|
|
|
3470
3284
|
"name": ".k-border-white",
|
|
3471
3285
|
"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 }",
|
|
3472
3286
|
"line": {
|
|
3473
|
-
"start":
|
|
3474
|
-
"end":
|
|
3287
|
+
"start": 217,
|
|
3288
|
+
"end": 226
|
|
3475
3289
|
}
|
|
3476
3290
|
},
|
|
3477
3291
|
"example": [
|
|
@@ -3501,8 +3315,8 @@
|
|
|
3501
3315
|
"name": ".k-border-app-surface",
|
|
3502
3316
|
"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 }",
|
|
3503
3317
|
"line": {
|
|
3504
|
-
"start":
|
|
3505
|
-
"end":
|
|
3318
|
+
"start": 217,
|
|
3319
|
+
"end": 226
|
|
3506
3320
|
}
|
|
3507
3321
|
},
|
|
3508
3322
|
"example": [
|
|
@@ -3532,8 +3346,8 @@
|
|
|
3532
3346
|
"name": ".k-border-on-app-surface",
|
|
3533
3347
|
"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 }",
|
|
3534
3348
|
"line": {
|
|
3535
|
-
"start":
|
|
3536
|
-
"end":
|
|
3349
|
+
"start": 217,
|
|
3350
|
+
"end": 226
|
|
3537
3351
|
}
|
|
3538
3352
|
},
|
|
3539
3353
|
"example": [
|
|
@@ -3563,8 +3377,8 @@
|
|
|
3563
3377
|
"name": ".k-border-subtle",
|
|
3564
3378
|
"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 }",
|
|
3565
3379
|
"line": {
|
|
3566
|
-
"start":
|
|
3567
|
-
"end":
|
|
3380
|
+
"start": 217,
|
|
3381
|
+
"end": 226
|
|
3568
3382
|
}
|
|
3569
3383
|
},
|
|
3570
3384
|
"example": [
|
|
@@ -3594,8 +3408,8 @@
|
|
|
3594
3408
|
"name": ".k-border-surface",
|
|
3595
3409
|
"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 }",
|
|
3596
3410
|
"line": {
|
|
3597
|
-
"start":
|
|
3598
|
-
"end":
|
|
3411
|
+
"start": 217,
|
|
3412
|
+
"end": 226
|
|
3599
3413
|
}
|
|
3600
3414
|
},
|
|
3601
3415
|
"example": [
|
|
@@ -3625,8 +3439,8 @@
|
|
|
3625
3439
|
"name": ".k-border-surface-alt",
|
|
3626
3440
|
"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 }",
|
|
3627
3441
|
"line": {
|
|
3628
|
-
"start":
|
|
3629
|
-
"end":
|
|
3442
|
+
"start": 217,
|
|
3443
|
+
"end": 226
|
|
3630
3444
|
}
|
|
3631
3445
|
},
|
|
3632
3446
|
"example": [
|
|
@@ -3656,8 +3470,8 @@
|
|
|
3656
3470
|
"name": ".k-border-border",
|
|
3657
3471
|
"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 }",
|
|
3658
3472
|
"line": {
|
|
3659
|
-
"start":
|
|
3660
|
-
"end":
|
|
3473
|
+
"start": 217,
|
|
3474
|
+
"end": 226
|
|
3661
3475
|
}
|
|
3662
3476
|
},
|
|
3663
3477
|
"example": [
|
|
@@ -3687,8 +3501,8 @@
|
|
|
3687
3501
|
"name": ".k-border-border-alt",
|
|
3688
3502
|
"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 }",
|
|
3689
3503
|
"line": {
|
|
3690
|
-
"start":
|
|
3691
|
-
"end":
|
|
3504
|
+
"start": 217,
|
|
3505
|
+
"end": 226
|
|
3692
3506
|
}
|
|
3693
3507
|
},
|
|
3694
3508
|
"example": [
|
|
@@ -3718,8 +3532,8 @@
|
|
|
3718
3532
|
"name": ".k-border-base-subtle",
|
|
3719
3533
|
"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 }",
|
|
3720
3534
|
"line": {
|
|
3721
|
-
"start":
|
|
3722
|
-
"end":
|
|
3535
|
+
"start": 217,
|
|
3536
|
+
"end": 226
|
|
3723
3537
|
}
|
|
3724
3538
|
},
|
|
3725
3539
|
"example": [
|
|
@@ -3749,8 +3563,8 @@
|
|
|
3749
3563
|
"name": ".k-border-base-emphasis",
|
|
3750
3564
|
"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 }",
|
|
3751
3565
|
"line": {
|
|
3752
|
-
"start":
|
|
3753
|
-
"end":
|
|
3566
|
+
"start": 217,
|
|
3567
|
+
"end": 226
|
|
3754
3568
|
}
|
|
3755
3569
|
},
|
|
3756
3570
|
"example": [
|
|
@@ -3780,8 +3594,8 @@
|
|
|
3780
3594
|
"name": ".k-border-primary-subtle",
|
|
3781
3595
|
"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 }",
|
|
3782
3596
|
"line": {
|
|
3783
|
-
"start":
|
|
3784
|
-
"end":
|
|
3597
|
+
"start": 217,
|
|
3598
|
+
"end": 226
|
|
3785
3599
|
}
|
|
3786
3600
|
},
|
|
3787
3601
|
"example": [
|
|
@@ -3811,8 +3625,8 @@
|
|
|
3811
3625
|
"name": ".k-border-primary",
|
|
3812
3626
|
"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 }",
|
|
3813
3627
|
"line": {
|
|
3814
|
-
"start":
|
|
3815
|
-
"end":
|
|
3628
|
+
"start": 217,
|
|
3629
|
+
"end": 226
|
|
3816
3630
|
}
|
|
3817
3631
|
},
|
|
3818
3632
|
"example": [
|
|
@@ -3842,8 +3656,8 @@
|
|
|
3842
3656
|
"name": ".k-border-primary-emphasis",
|
|
3843
3657
|
"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 }",
|
|
3844
3658
|
"line": {
|
|
3845
|
-
"start":
|
|
3846
|
-
"end":
|
|
3659
|
+
"start": 217,
|
|
3660
|
+
"end": 226
|
|
3847
3661
|
}
|
|
3848
3662
|
},
|
|
3849
3663
|
"example": [
|
|
@@ -3873,8 +3687,8 @@
|
|
|
3873
3687
|
"name": ".k-border-secondary-subtle",
|
|
3874
3688
|
"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 }",
|
|
3875
3689
|
"line": {
|
|
3876
|
-
"start":
|
|
3877
|
-
"end":
|
|
3690
|
+
"start": 217,
|
|
3691
|
+
"end": 226
|
|
3878
3692
|
}
|
|
3879
3693
|
},
|
|
3880
3694
|
"example": [
|
|
@@ -3904,8 +3718,8 @@
|
|
|
3904
3718
|
"name": ".k-border-secondary",
|
|
3905
3719
|
"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 }",
|
|
3906
3720
|
"line": {
|
|
3907
|
-
"start":
|
|
3908
|
-
"end":
|
|
3721
|
+
"start": 217,
|
|
3722
|
+
"end": 226
|
|
3909
3723
|
}
|
|
3910
3724
|
},
|
|
3911
3725
|
"example": [
|
|
@@ -3935,8 +3749,8 @@
|
|
|
3935
3749
|
"name": ".k-border-secondary-emphasis",
|
|
3936
3750
|
"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 }",
|
|
3937
3751
|
"line": {
|
|
3938
|
-
"start":
|
|
3939
|
-
"end":
|
|
3752
|
+
"start": 217,
|
|
3753
|
+
"end": 226
|
|
3940
3754
|
}
|
|
3941
3755
|
},
|
|
3942
3756
|
"example": [
|
|
@@ -3966,8 +3780,8 @@
|
|
|
3966
3780
|
"name": ".k-border-tertiary-subtle",
|
|
3967
3781
|
"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 }",
|
|
3968
3782
|
"line": {
|
|
3969
|
-
"start":
|
|
3970
|
-
"end":
|
|
3783
|
+
"start": 217,
|
|
3784
|
+
"end": 226
|
|
3971
3785
|
}
|
|
3972
3786
|
},
|
|
3973
3787
|
"example": [
|
|
@@ -3997,8 +3811,8 @@
|
|
|
3997
3811
|
"name": ".k-border-tertiary",
|
|
3998
3812
|
"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 }",
|
|
3999
3813
|
"line": {
|
|
4000
|
-
"start":
|
|
4001
|
-
"end":
|
|
3814
|
+
"start": 217,
|
|
3815
|
+
"end": 226
|
|
4002
3816
|
}
|
|
4003
3817
|
},
|
|
4004
3818
|
"example": [
|
|
@@ -4028,8 +3842,8 @@
|
|
|
4028
3842
|
"name": ".k-border-tertiary-emphasis",
|
|
4029
3843
|
"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 }",
|
|
4030
3844
|
"line": {
|
|
4031
|
-
"start":
|
|
4032
|
-
"end":
|
|
3845
|
+
"start": 217,
|
|
3846
|
+
"end": 226
|
|
4033
3847
|
}
|
|
4034
3848
|
},
|
|
4035
3849
|
"example": [
|
|
@@ -4059,8 +3873,8 @@
|
|
|
4059
3873
|
"name": ".k-border-info-subtle",
|
|
4060
3874
|
"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 }",
|
|
4061
3875
|
"line": {
|
|
4062
|
-
"start":
|
|
4063
|
-
"end":
|
|
3876
|
+
"start": 217,
|
|
3877
|
+
"end": 226
|
|
4064
3878
|
}
|
|
4065
3879
|
},
|
|
4066
3880
|
"example": [
|
|
@@ -4090,8 +3904,8 @@
|
|
|
4090
3904
|
"name": ".k-border-info",
|
|
4091
3905
|
"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 }",
|
|
4092
3906
|
"line": {
|
|
4093
|
-
"start":
|
|
4094
|
-
"end":
|
|
3907
|
+
"start": 217,
|
|
3908
|
+
"end": 226
|
|
4095
3909
|
}
|
|
4096
3910
|
},
|
|
4097
3911
|
"example": [
|
|
@@ -4121,8 +3935,8 @@
|
|
|
4121
3935
|
"name": ".k-border-info-emphasis",
|
|
4122
3936
|
"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 }",
|
|
4123
3937
|
"line": {
|
|
4124
|
-
"start":
|
|
4125
|
-
"end":
|
|
3938
|
+
"start": 217,
|
|
3939
|
+
"end": 226
|
|
4126
3940
|
}
|
|
4127
3941
|
},
|
|
4128
3942
|
"example": [
|
|
@@ -4152,8 +3966,8 @@
|
|
|
4152
3966
|
"name": ".k-border-success-subtle",
|
|
4153
3967
|
"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 }",
|
|
4154
3968
|
"line": {
|
|
4155
|
-
"start":
|
|
4156
|
-
"end":
|
|
3969
|
+
"start": 217,
|
|
3970
|
+
"end": 226
|
|
4157
3971
|
}
|
|
4158
3972
|
},
|
|
4159
3973
|
"example": [
|
|
@@ -4183,8 +3997,8 @@
|
|
|
4183
3997
|
"name": ".k-border-success",
|
|
4184
3998
|
"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 }",
|
|
4185
3999
|
"line": {
|
|
4186
|
-
"start":
|
|
4187
|
-
"end":
|
|
4000
|
+
"start": 217,
|
|
4001
|
+
"end": 226
|
|
4188
4002
|
}
|
|
4189
4003
|
},
|
|
4190
4004
|
"example": [
|
|
@@ -4214,8 +4028,8 @@
|
|
|
4214
4028
|
"name": ".k-border-success-emphasis",
|
|
4215
4029
|
"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 }",
|
|
4216
4030
|
"line": {
|
|
4217
|
-
"start":
|
|
4218
|
-
"end":
|
|
4031
|
+
"start": 217,
|
|
4032
|
+
"end": 226
|
|
4219
4033
|
}
|
|
4220
4034
|
},
|
|
4221
4035
|
"example": [
|
|
@@ -4245,8 +4059,8 @@
|
|
|
4245
4059
|
"name": ".k-border-warning-subtle",
|
|
4246
4060
|
"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 }",
|
|
4247
4061
|
"line": {
|
|
4248
|
-
"start":
|
|
4249
|
-
"end":
|
|
4062
|
+
"start": 217,
|
|
4063
|
+
"end": 226
|
|
4250
4064
|
}
|
|
4251
4065
|
},
|
|
4252
4066
|
"example": [
|
|
@@ -4276,8 +4090,8 @@
|
|
|
4276
4090
|
"name": ".k-border-warning",
|
|
4277
4091
|
"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 }",
|
|
4278
4092
|
"line": {
|
|
4279
|
-
"start":
|
|
4280
|
-
"end":
|
|
4093
|
+
"start": 217,
|
|
4094
|
+
"end": 226
|
|
4281
4095
|
}
|
|
4282
4096
|
},
|
|
4283
4097
|
"example": [
|
|
@@ -4307,8 +4121,8 @@
|
|
|
4307
4121
|
"name": ".k-border-warning-emphasis",
|
|
4308
4122
|
"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 }",
|
|
4309
4123
|
"line": {
|
|
4310
|
-
"start":
|
|
4311
|
-
"end":
|
|
4124
|
+
"start": 217,
|
|
4125
|
+
"end": 226
|
|
4312
4126
|
}
|
|
4313
4127
|
},
|
|
4314
4128
|
"example": [
|
|
@@ -4338,8 +4152,8 @@
|
|
|
4338
4152
|
"name": ".k-border-error-subtle",
|
|
4339
4153
|
"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 }",
|
|
4340
4154
|
"line": {
|
|
4341
|
-
"start":
|
|
4342
|
-
"end":
|
|
4155
|
+
"start": 217,
|
|
4156
|
+
"end": 226
|
|
4343
4157
|
}
|
|
4344
4158
|
},
|
|
4345
4159
|
"example": [
|
|
@@ -4369,8 +4183,8 @@
|
|
|
4369
4183
|
"name": ".k-border-error",
|
|
4370
4184
|
"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 }",
|
|
4371
4185
|
"line": {
|
|
4372
|
-
"start":
|
|
4373
|
-
"end":
|
|
4186
|
+
"start": 217,
|
|
4187
|
+
"end": 226
|
|
4374
4188
|
}
|
|
4375
4189
|
},
|
|
4376
4190
|
"example": [
|
|
@@ -4389,192 +4203,6 @@
|
|
|
4389
4203
|
"name": "_border-color.scss"
|
|
4390
4204
|
}
|
|
4391
4205
|
},
|
|
4392
|
-
{
|
|
4393
|
-
"description": "Sets the border color to the error emphasis color.\n",
|
|
4394
|
-
"commentRange": {
|
|
4395
|
-
"start": 205,
|
|
4396
|
-
"end": 209
|
|
4397
|
-
},
|
|
4398
|
-
"context": {
|
|
4399
|
-
"type": "css",
|
|
4400
|
-
"name": ".k-border-error-emphasis",
|
|
4401
|
-
"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 }",
|
|
4402
|
-
"line": {
|
|
4403
|
-
"start": 253,
|
|
4404
|
-
"end": 262
|
|
4405
|
-
}
|
|
4406
|
-
},
|
|
4407
|
-
"example": [
|
|
4408
|
-
{
|
|
4409
|
-
"type": "scss",
|
|
4410
|
-
"code": "border-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
4411
|
-
}
|
|
4412
|
-
],
|
|
4413
|
-
"group": [
|
|
4414
|
-
"border-color"
|
|
4415
|
-
],
|
|
4416
|
-
"contextType": "css",
|
|
4417
|
-
"access": "public",
|
|
4418
|
-
"file": {
|
|
4419
|
-
"path": "border/_border-color.scss",
|
|
4420
|
-
"name": "_border-color.scss"
|
|
4421
|
-
}
|
|
4422
|
-
},
|
|
4423
|
-
{
|
|
4424
|
-
"description": "Sets the border color to the light subtle color.\n",
|
|
4425
|
-
"commentRange": {
|
|
4426
|
-
"start": 211,
|
|
4427
|
-
"end": 215
|
|
4428
|
-
},
|
|
4429
|
-
"context": {
|
|
4430
|
-
"type": "css",
|
|
4431
|
-
"name": ".k-border-light-subtle",
|
|
4432
|
-
"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 }",
|
|
4433
|
-
"line": {
|
|
4434
|
-
"start": 253,
|
|
4435
|
-
"end": 262
|
|
4436
|
-
}
|
|
4437
|
-
},
|
|
4438
|
-
"example": [
|
|
4439
|
-
{
|
|
4440
|
-
"type": "scss",
|
|
4441
|
-
"code": "border-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
4442
|
-
}
|
|
4443
|
-
],
|
|
4444
|
-
"group": [
|
|
4445
|
-
"border-color"
|
|
4446
|
-
],
|
|
4447
|
-
"contextType": "css",
|
|
4448
|
-
"access": "public",
|
|
4449
|
-
"file": {
|
|
4450
|
-
"path": "border/_border-color.scss",
|
|
4451
|
-
"name": "_border-color.scss"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"description": "Sets the border color to the light color.\n",
|
|
4456
|
-
"commentRange": {
|
|
4457
|
-
"start": 217,
|
|
4458
|
-
"end": 221
|
|
4459
|
-
},
|
|
4460
|
-
"context": {
|
|
4461
|
-
"type": "css",
|
|
4462
|
-
"name": ".k-border-light",
|
|
4463
|
-
"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 }",
|
|
4464
|
-
"line": {
|
|
4465
|
-
"start": 253,
|
|
4466
|
-
"end": 262
|
|
4467
|
-
}
|
|
4468
|
-
},
|
|
4469
|
-
"example": [
|
|
4470
|
-
{
|
|
4471
|
-
"type": "scss",
|
|
4472
|
-
"code": "border-color: var(--kendo-color-light, #f8f9fa);"
|
|
4473
|
-
}
|
|
4474
|
-
],
|
|
4475
|
-
"group": [
|
|
4476
|
-
"border-color"
|
|
4477
|
-
],
|
|
4478
|
-
"contextType": "css",
|
|
4479
|
-
"access": "public",
|
|
4480
|
-
"file": {
|
|
4481
|
-
"path": "border/_border-color.scss",
|
|
4482
|
-
"name": "_border-color.scss"
|
|
4483
|
-
}
|
|
4484
|
-
},
|
|
4485
|
-
{
|
|
4486
|
-
"description": "Sets the border color to the light emphasis color.\n",
|
|
4487
|
-
"commentRange": {
|
|
4488
|
-
"start": 223,
|
|
4489
|
-
"end": 227
|
|
4490
|
-
},
|
|
4491
|
-
"context": {
|
|
4492
|
-
"type": "css",
|
|
4493
|
-
"name": ".k-border-light-emphasis",
|
|
4494
|
-
"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 }",
|
|
4495
|
-
"line": {
|
|
4496
|
-
"start": 253,
|
|
4497
|
-
"end": 262
|
|
4498
|
-
}
|
|
4499
|
-
},
|
|
4500
|
-
"example": [
|
|
4501
|
-
{
|
|
4502
|
-
"type": "scss",
|
|
4503
|
-
"code": "border-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
4504
|
-
}
|
|
4505
|
-
],
|
|
4506
|
-
"group": [
|
|
4507
|
-
"border-color"
|
|
4508
|
-
],
|
|
4509
|
-
"contextType": "css",
|
|
4510
|
-
"access": "public",
|
|
4511
|
-
"file": {
|
|
4512
|
-
"path": "border/_border-color.scss",
|
|
4513
|
-
"name": "_border-color.scss"
|
|
4514
|
-
}
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"description": "Sets the border color to the dark subtle color.\n",
|
|
4518
|
-
"commentRange": {
|
|
4519
|
-
"start": 229,
|
|
4520
|
-
"end": 233
|
|
4521
|
-
},
|
|
4522
|
-
"context": {
|
|
4523
|
-
"type": "css",
|
|
4524
|
-
"name": ".k-border-dark-subtle",
|
|
4525
|
-
"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 }",
|
|
4526
|
-
"line": {
|
|
4527
|
-
"start": 253,
|
|
4528
|
-
"end": 262
|
|
4529
|
-
}
|
|
4530
|
-
},
|
|
4531
|
-
"example": [
|
|
4532
|
-
{
|
|
4533
|
-
"type": "scss",
|
|
4534
|
-
"code": "border-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
4535
|
-
}
|
|
4536
|
-
],
|
|
4537
|
-
"group": [
|
|
4538
|
-
"border-color"
|
|
4539
|
-
],
|
|
4540
|
-
"contextType": "css",
|
|
4541
|
-
"access": "public",
|
|
4542
|
-
"file": {
|
|
4543
|
-
"path": "border/_border-color.scss",
|
|
4544
|
-
"name": "_border-color.scss"
|
|
4545
|
-
}
|
|
4546
|
-
},
|
|
4547
|
-
{
|
|
4548
|
-
"description": "Sets the border color to the dark color.\n",
|
|
4549
|
-
"commentRange": {
|
|
4550
|
-
"start": 235,
|
|
4551
|
-
"end": 239
|
|
4552
|
-
},
|
|
4553
|
-
"context": {
|
|
4554
|
-
"type": "css",
|
|
4555
|
-
"name": ".k-border-dark",
|
|
4556
|
-
"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 }",
|
|
4557
|
-
"line": {
|
|
4558
|
-
"start": 253,
|
|
4559
|
-
"end": 262
|
|
4560
|
-
}
|
|
4561
|
-
},
|
|
4562
|
-
"example": [
|
|
4563
|
-
{
|
|
4564
|
-
"type": "scss",
|
|
4565
|
-
"code": "border-color: var(--kendo-color-dark, #343a40);"
|
|
4566
|
-
}
|
|
4567
|
-
],
|
|
4568
|
-
"group": [
|
|
4569
|
-
"border-color"
|
|
4570
|
-
],
|
|
4571
|
-
"contextType": "css",
|
|
4572
|
-
"access": "public",
|
|
4573
|
-
"file": {
|
|
4574
|
-
"path": "border/_border-color.scss",
|
|
4575
|
-
"name": "_border-color.scss"
|
|
4576
|
-
}
|
|
4577
|
-
},
|
|
4578
4206
|
{
|
|
4579
4207
|
"description": "This is equivalent to `border-left-radius: 9999px;`.\n",
|
|
4580
4208
|
"commentRange": {
|
|
@@ -30450,23 +30078,23 @@
|
|
|
30450
30078
|
}
|
|
30451
30079
|
},
|
|
30452
30080
|
{
|
|
30453
|
-
"description": "Sets the border color to the
|
|
30081
|
+
"description": "Sets the border color to the error emphasis color.\n",
|
|
30454
30082
|
"commentRange": {
|
|
30455
|
-
"start":
|
|
30456
|
-
"end":
|
|
30083
|
+
"start": 205,
|
|
30084
|
+
"end": 209
|
|
30457
30085
|
},
|
|
30458
30086
|
"context": {
|
|
30459
30087
|
"type": "css",
|
|
30460
30088
|
"line": {
|
|
30461
|
-
"start":
|
|
30462
|
-
"end":
|
|
30089
|
+
"start": 211,
|
|
30090
|
+
"end": 211
|
|
30463
30091
|
},
|
|
30464
|
-
"name": ".k-outline-
|
|
30092
|
+
"name": ".k-outline-error-emphasis"
|
|
30465
30093
|
},
|
|
30466
30094
|
"example": [
|
|
30467
30095
|
{
|
|
30468
30096
|
"type": "scss",
|
|
30469
|
-
"code": "outline-color: var(--kendo-color-
|
|
30097
|
+
"code": "outline-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
30470
30098
|
}
|
|
30471
30099
|
],
|
|
30472
30100
|
"group": [
|
|
@@ -30490,8 +30118,8 @@
|
|
|
30490
30118
|
"name": ".k-outline-inherit",
|
|
30491
30119
|
"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 }",
|
|
30492
30120
|
"line": {
|
|
30493
|
-
"start":
|
|
30494
|
-
"end":
|
|
30121
|
+
"start": 217,
|
|
30122
|
+
"end": 226
|
|
30495
30123
|
}
|
|
30496
30124
|
},
|
|
30497
30125
|
"example": [
|
|
@@ -30521,8 +30149,8 @@
|
|
|
30521
30149
|
"name": ".k-outline-currentColor",
|
|
30522
30150
|
"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 }",
|
|
30523
30151
|
"line": {
|
|
30524
|
-
"start":
|
|
30525
|
-
"end":
|
|
30152
|
+
"start": 217,
|
|
30153
|
+
"end": 226
|
|
30526
30154
|
}
|
|
30527
30155
|
},
|
|
30528
30156
|
"example": [
|
|
@@ -30552,8 +30180,8 @@
|
|
|
30552
30180
|
"name": ".k-outline-transparent",
|
|
30553
30181
|
"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 }",
|
|
30554
30182
|
"line": {
|
|
30555
|
-
"start":
|
|
30556
|
-
"end":
|
|
30183
|
+
"start": 217,
|
|
30184
|
+
"end": 226
|
|
30557
30185
|
}
|
|
30558
30186
|
},
|
|
30559
30187
|
"example": [
|
|
@@ -30583,8 +30211,8 @@
|
|
|
30583
30211
|
"name": ".k-outline-black",
|
|
30584
30212
|
"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 }",
|
|
30585
30213
|
"line": {
|
|
30586
|
-
"start":
|
|
30587
|
-
"end":
|
|
30214
|
+
"start": 217,
|
|
30215
|
+
"end": 226
|
|
30588
30216
|
}
|
|
30589
30217
|
},
|
|
30590
30218
|
"example": [
|
|
@@ -30614,8 +30242,8 @@
|
|
|
30614
30242
|
"name": ".k-outline-white",
|
|
30615
30243
|
"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 }",
|
|
30616
30244
|
"line": {
|
|
30617
|
-
"start":
|
|
30618
|
-
"end":
|
|
30245
|
+
"start": 217,
|
|
30246
|
+
"end": 226
|
|
30619
30247
|
}
|
|
30620
30248
|
},
|
|
30621
30249
|
"example": [
|
|
@@ -30645,8 +30273,8 @@
|
|
|
30645
30273
|
"name": ".k-outline-app-surface",
|
|
30646
30274
|
"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 }",
|
|
30647
30275
|
"line": {
|
|
30648
|
-
"start":
|
|
30649
|
-
"end":
|
|
30276
|
+
"start": 217,
|
|
30277
|
+
"end": 226
|
|
30650
30278
|
}
|
|
30651
30279
|
},
|
|
30652
30280
|
"example": [
|
|
@@ -30676,8 +30304,8 @@
|
|
|
30676
30304
|
"name": ".k-outline-on-app-surface",
|
|
30677
30305
|
"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 }",
|
|
30678
30306
|
"line": {
|
|
30679
|
-
"start":
|
|
30680
|
-
"end":
|
|
30307
|
+
"start": 217,
|
|
30308
|
+
"end": 226
|
|
30681
30309
|
}
|
|
30682
30310
|
},
|
|
30683
30311
|
"example": [
|
|
@@ -30707,8 +30335,8 @@
|
|
|
30707
30335
|
"name": ".k-outline-subtle",
|
|
30708
30336
|
"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 }",
|
|
30709
30337
|
"line": {
|
|
30710
|
-
"start":
|
|
30711
|
-
"end":
|
|
30338
|
+
"start": 217,
|
|
30339
|
+
"end": 226
|
|
30712
30340
|
}
|
|
30713
30341
|
},
|
|
30714
30342
|
"example": [
|
|
@@ -30738,8 +30366,8 @@
|
|
|
30738
30366
|
"name": ".k-outline-surface",
|
|
30739
30367
|
"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 }",
|
|
30740
30368
|
"line": {
|
|
30741
|
-
"start":
|
|
30742
|
-
"end":
|
|
30369
|
+
"start": 217,
|
|
30370
|
+
"end": 226
|
|
30743
30371
|
}
|
|
30744
30372
|
},
|
|
30745
30373
|
"example": [
|
|
@@ -30769,8 +30397,8 @@
|
|
|
30769
30397
|
"name": ".k-outline-surface-alt",
|
|
30770
30398
|
"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 }",
|
|
30771
30399
|
"line": {
|
|
30772
|
-
"start":
|
|
30773
|
-
"end":
|
|
30400
|
+
"start": 217,
|
|
30401
|
+
"end": 226
|
|
30774
30402
|
}
|
|
30775
30403
|
},
|
|
30776
30404
|
"example": [
|
|
@@ -30800,8 +30428,8 @@
|
|
|
30800
30428
|
"name": ".k-outline-border",
|
|
30801
30429
|
"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 }",
|
|
30802
30430
|
"line": {
|
|
30803
|
-
"start":
|
|
30804
|
-
"end":
|
|
30431
|
+
"start": 217,
|
|
30432
|
+
"end": 226
|
|
30805
30433
|
}
|
|
30806
30434
|
},
|
|
30807
30435
|
"example": [
|
|
@@ -30831,8 +30459,8 @@
|
|
|
30831
30459
|
"name": ".k-outline-alt",
|
|
30832
30460
|
"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 }",
|
|
30833
30461
|
"line": {
|
|
30834
|
-
"start":
|
|
30835
|
-
"end":
|
|
30462
|
+
"start": 217,
|
|
30463
|
+
"end": 226
|
|
30836
30464
|
}
|
|
30837
30465
|
},
|
|
30838
30466
|
"example": [
|
|
@@ -30862,8 +30490,8 @@
|
|
|
30862
30490
|
"name": ".k-outline-base-subtle",
|
|
30863
30491
|
"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 }",
|
|
30864
30492
|
"line": {
|
|
30865
|
-
"start":
|
|
30866
|
-
"end":
|
|
30493
|
+
"start": 217,
|
|
30494
|
+
"end": 226
|
|
30867
30495
|
}
|
|
30868
30496
|
},
|
|
30869
30497
|
"example": [
|
|
@@ -30893,8 +30521,8 @@
|
|
|
30893
30521
|
"name": ".k-outline-base-emphasis",
|
|
30894
30522
|
"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 }",
|
|
30895
30523
|
"line": {
|
|
30896
|
-
"start":
|
|
30897
|
-
"end":
|
|
30524
|
+
"start": 217,
|
|
30525
|
+
"end": 226
|
|
30898
30526
|
}
|
|
30899
30527
|
},
|
|
30900
30528
|
"example": [
|
|
@@ -30924,8 +30552,8 @@
|
|
|
30924
30552
|
"name": ".k-outline-primary-subtle",
|
|
30925
30553
|
"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 }",
|
|
30926
30554
|
"line": {
|
|
30927
|
-
"start":
|
|
30928
|
-
"end":
|
|
30555
|
+
"start": 217,
|
|
30556
|
+
"end": 226
|
|
30929
30557
|
}
|
|
30930
30558
|
},
|
|
30931
30559
|
"example": [
|
|
@@ -30955,8 +30583,8 @@
|
|
|
30955
30583
|
"name": ".k-outline-primary",
|
|
30956
30584
|
"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 }",
|
|
30957
30585
|
"line": {
|
|
30958
|
-
"start":
|
|
30959
|
-
"end":
|
|
30586
|
+
"start": 217,
|
|
30587
|
+
"end": 226
|
|
30960
30588
|
}
|
|
30961
30589
|
},
|
|
30962
30590
|
"example": [
|
|
@@ -30986,8 +30614,8 @@
|
|
|
30986
30614
|
"name": ".k-outline-primary-emphasis",
|
|
30987
30615
|
"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 }",
|
|
30988
30616
|
"line": {
|
|
30989
|
-
"start":
|
|
30990
|
-
"end":
|
|
30617
|
+
"start": 217,
|
|
30618
|
+
"end": 226
|
|
30991
30619
|
}
|
|
30992
30620
|
},
|
|
30993
30621
|
"example": [
|
|
@@ -31017,8 +30645,8 @@
|
|
|
31017
30645
|
"name": ".k-outline-secondary-subtle",
|
|
31018
30646
|
"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 }",
|
|
31019
30647
|
"line": {
|
|
31020
|
-
"start":
|
|
31021
|
-
"end":
|
|
30648
|
+
"start": 217,
|
|
30649
|
+
"end": 226
|
|
31022
30650
|
}
|
|
31023
30651
|
},
|
|
31024
30652
|
"example": [
|
|
@@ -31048,8 +30676,8 @@
|
|
|
31048
30676
|
"name": ".k-outline-secondary",
|
|
31049
30677
|
"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 }",
|
|
31050
30678
|
"line": {
|
|
31051
|
-
"start":
|
|
31052
|
-
"end":
|
|
30679
|
+
"start": 217,
|
|
30680
|
+
"end": 226
|
|
31053
30681
|
}
|
|
31054
30682
|
},
|
|
31055
30683
|
"example": [
|
|
@@ -31079,8 +30707,8 @@
|
|
|
31079
30707
|
"name": ".k-outline-secondary-emphasis",
|
|
31080
30708
|
"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 }",
|
|
31081
30709
|
"line": {
|
|
31082
|
-
"start":
|
|
31083
|
-
"end":
|
|
30710
|
+
"start": 217,
|
|
30711
|
+
"end": 226
|
|
31084
30712
|
}
|
|
31085
30713
|
},
|
|
31086
30714
|
"example": [
|
|
@@ -31110,8 +30738,8 @@
|
|
|
31110
30738
|
"name": ".k-outline-tertiary-subtle",
|
|
31111
30739
|
"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 }",
|
|
31112
30740
|
"line": {
|
|
31113
|
-
"start":
|
|
31114
|
-
"end":
|
|
30741
|
+
"start": 217,
|
|
30742
|
+
"end": 226
|
|
31115
30743
|
}
|
|
31116
30744
|
},
|
|
31117
30745
|
"example": [
|
|
@@ -31141,8 +30769,8 @@
|
|
|
31141
30769
|
"name": ".k-outline-tertiary",
|
|
31142
30770
|
"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 }",
|
|
31143
30771
|
"line": {
|
|
31144
|
-
"start":
|
|
31145
|
-
"end":
|
|
30772
|
+
"start": 217,
|
|
30773
|
+
"end": 226
|
|
31146
30774
|
}
|
|
31147
30775
|
},
|
|
31148
30776
|
"example": [
|
|
@@ -31172,8 +30800,8 @@
|
|
|
31172
30800
|
"name": ".k-outline-tertiary-emphasis",
|
|
31173
30801
|
"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 }",
|
|
31174
30802
|
"line": {
|
|
31175
|
-
"start":
|
|
31176
|
-
"end":
|
|
30803
|
+
"start": 217,
|
|
30804
|
+
"end": 226
|
|
31177
30805
|
}
|
|
31178
30806
|
},
|
|
31179
30807
|
"example": [
|
|
@@ -31203,8 +30831,8 @@
|
|
|
31203
30831
|
"name": ".k-outline-info-subtle",
|
|
31204
30832
|
"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 }",
|
|
31205
30833
|
"line": {
|
|
31206
|
-
"start":
|
|
31207
|
-
"end":
|
|
30834
|
+
"start": 217,
|
|
30835
|
+
"end": 226
|
|
31208
30836
|
}
|
|
31209
30837
|
},
|
|
31210
30838
|
"example": [
|
|
@@ -31234,8 +30862,8 @@
|
|
|
31234
30862
|
"name": ".k-outline-info",
|
|
31235
30863
|
"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 }",
|
|
31236
30864
|
"line": {
|
|
31237
|
-
"start":
|
|
31238
|
-
"end":
|
|
30865
|
+
"start": 217,
|
|
30866
|
+
"end": 226
|
|
31239
30867
|
}
|
|
31240
30868
|
},
|
|
31241
30869
|
"example": [
|
|
@@ -31265,8 +30893,8 @@
|
|
|
31265
30893
|
"name": ".k-outline-info-emphasis",
|
|
31266
30894
|
"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 }",
|
|
31267
30895
|
"line": {
|
|
31268
|
-
"start":
|
|
31269
|
-
"end":
|
|
30896
|
+
"start": 217,
|
|
30897
|
+
"end": 226
|
|
31270
30898
|
}
|
|
31271
30899
|
},
|
|
31272
30900
|
"example": [
|
|
@@ -31296,8 +30924,8 @@
|
|
|
31296
30924
|
"name": ".k-outline-success-subtle",
|
|
31297
30925
|
"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 }",
|
|
31298
30926
|
"line": {
|
|
31299
|
-
"start":
|
|
31300
|
-
"end":
|
|
30927
|
+
"start": 217,
|
|
30928
|
+
"end": 226
|
|
31301
30929
|
}
|
|
31302
30930
|
},
|
|
31303
30931
|
"example": [
|
|
@@ -31327,8 +30955,8 @@
|
|
|
31327
30955
|
"name": ".k-outline-success",
|
|
31328
30956
|
"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 }",
|
|
31329
30957
|
"line": {
|
|
31330
|
-
"start":
|
|
31331
|
-
"end":
|
|
30958
|
+
"start": 217,
|
|
30959
|
+
"end": 226
|
|
31332
30960
|
}
|
|
31333
30961
|
},
|
|
31334
30962
|
"example": [
|
|
@@ -31358,8 +30986,8 @@
|
|
|
31358
30986
|
"name": ".k-outline-success-emphasis",
|
|
31359
30987
|
"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 }",
|
|
31360
30988
|
"line": {
|
|
31361
|
-
"start":
|
|
31362
|
-
"end":
|
|
30989
|
+
"start": 217,
|
|
30990
|
+
"end": 226
|
|
31363
30991
|
}
|
|
31364
30992
|
},
|
|
31365
30993
|
"example": [
|
|
@@ -31389,8 +31017,8 @@
|
|
|
31389
31017
|
"name": ".k-outline-warning-subtle",
|
|
31390
31018
|
"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 }",
|
|
31391
31019
|
"line": {
|
|
31392
|
-
"start":
|
|
31393
|
-
"end":
|
|
31020
|
+
"start": 217,
|
|
31021
|
+
"end": 226
|
|
31394
31022
|
}
|
|
31395
31023
|
},
|
|
31396
31024
|
"example": [
|
|
@@ -31420,8 +31048,8 @@
|
|
|
31420
31048
|
"name": ".k-outline-warning",
|
|
31421
31049
|
"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 }",
|
|
31422
31050
|
"line": {
|
|
31423
|
-
"start":
|
|
31424
|
-
"end":
|
|
31051
|
+
"start": 217,
|
|
31052
|
+
"end": 226
|
|
31425
31053
|
}
|
|
31426
31054
|
},
|
|
31427
31055
|
"example": [
|
|
@@ -31451,8 +31079,8 @@
|
|
|
31451
31079
|
"name": ".k-outline-warning-emphasis",
|
|
31452
31080
|
"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 }",
|
|
31453
31081
|
"line": {
|
|
31454
|
-
"start":
|
|
31455
|
-
"end":
|
|
31082
|
+
"start": 217,
|
|
31083
|
+
"end": 226
|
|
31456
31084
|
}
|
|
31457
31085
|
},
|
|
31458
31086
|
"example": [
|
|
@@ -31482,8 +31110,8 @@
|
|
|
31482
31110
|
"name": ".k-outline-error-subtle",
|
|
31483
31111
|
"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 }",
|
|
31484
31112
|
"line": {
|
|
31485
|
-
"start":
|
|
31486
|
-
"end":
|
|
31113
|
+
"start": 217,
|
|
31114
|
+
"end": 226
|
|
31487
31115
|
}
|
|
31488
31116
|
},
|
|
31489
31117
|
"example": [
|
|
@@ -31513,8 +31141,8 @@
|
|
|
31513
31141
|
"name": ".k-outline-error",
|
|
31514
31142
|
"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 }",
|
|
31515
31143
|
"line": {
|
|
31516
|
-
"start":
|
|
31517
|
-
"end":
|
|
31144
|
+
"start": 217,
|
|
31145
|
+
"end": 226
|
|
31518
31146
|
}
|
|
31519
31147
|
},
|
|
31520
31148
|
"example": [
|
|
@@ -31533,192 +31161,6 @@
|
|
|
31533
31161
|
"name": "_outline-color.scss"
|
|
31534
31162
|
}
|
|
31535
31163
|
},
|
|
31536
|
-
{
|
|
31537
|
-
"description": "Sets the border color to the error emphasis color.\n",
|
|
31538
|
-
"commentRange": {
|
|
31539
|
-
"start": 205,
|
|
31540
|
-
"end": 209
|
|
31541
|
-
},
|
|
31542
|
-
"context": {
|
|
31543
|
-
"type": "css",
|
|
31544
|
-
"name": ".k-outline-error-emphasis",
|
|
31545
|
-
"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 }",
|
|
31546
|
-
"line": {
|
|
31547
|
-
"start": 253,
|
|
31548
|
-
"end": 262
|
|
31549
|
-
}
|
|
31550
|
-
},
|
|
31551
|
-
"example": [
|
|
31552
|
-
{
|
|
31553
|
-
"type": "scss",
|
|
31554
|
-
"code": "outline-color: var(--kendo-color-error-emphasis, #d32f2f);"
|
|
31555
|
-
}
|
|
31556
|
-
],
|
|
31557
|
-
"group": [
|
|
31558
|
-
"outline-color"
|
|
31559
|
-
],
|
|
31560
|
-
"contextType": "css",
|
|
31561
|
-
"access": "public",
|
|
31562
|
-
"file": {
|
|
31563
|
-
"path": "border/_outline-color.scss",
|
|
31564
|
-
"name": "_outline-color.scss"
|
|
31565
|
-
}
|
|
31566
|
-
},
|
|
31567
|
-
{
|
|
31568
|
-
"description": "Sets the border color to the light subtle color.\n",
|
|
31569
|
-
"commentRange": {
|
|
31570
|
-
"start": 211,
|
|
31571
|
-
"end": 215
|
|
31572
|
-
},
|
|
31573
|
-
"context": {
|
|
31574
|
-
"type": "css",
|
|
31575
|
-
"name": ".k-outline-light-subtle",
|
|
31576
|
-
"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 }",
|
|
31577
|
-
"line": {
|
|
31578
|
-
"start": 253,
|
|
31579
|
-
"end": 262
|
|
31580
|
-
}
|
|
31581
|
-
},
|
|
31582
|
-
"example": [
|
|
31583
|
-
{
|
|
31584
|
-
"type": "scss",
|
|
31585
|
-
"code": "outline-color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
31586
|
-
}
|
|
31587
|
-
],
|
|
31588
|
-
"group": [
|
|
31589
|
-
"outline-color"
|
|
31590
|
-
],
|
|
31591
|
-
"contextType": "css",
|
|
31592
|
-
"access": "public",
|
|
31593
|
-
"file": {
|
|
31594
|
-
"path": "border/_outline-color.scss",
|
|
31595
|
-
"name": "_outline-color.scss"
|
|
31596
|
-
}
|
|
31597
|
-
},
|
|
31598
|
-
{
|
|
31599
|
-
"description": "Sets the border color to the light color.\n",
|
|
31600
|
-
"commentRange": {
|
|
31601
|
-
"start": 217,
|
|
31602
|
-
"end": 221
|
|
31603
|
-
},
|
|
31604
|
-
"context": {
|
|
31605
|
-
"type": "css",
|
|
31606
|
-
"name": ".k-outline-light",
|
|
31607
|
-
"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 }",
|
|
31608
|
-
"line": {
|
|
31609
|
-
"start": 253,
|
|
31610
|
-
"end": 262
|
|
31611
|
-
}
|
|
31612
|
-
},
|
|
31613
|
-
"example": [
|
|
31614
|
-
{
|
|
31615
|
-
"type": "scss",
|
|
31616
|
-
"code": "outline-color: var(--kendo-color-light, #f8f9fa);"
|
|
31617
|
-
}
|
|
31618
|
-
],
|
|
31619
|
-
"group": [
|
|
31620
|
-
"outline-color"
|
|
31621
|
-
],
|
|
31622
|
-
"contextType": "css",
|
|
31623
|
-
"access": "public",
|
|
31624
|
-
"file": {
|
|
31625
|
-
"path": "border/_outline-color.scss",
|
|
31626
|
-
"name": "_outline-color.scss"
|
|
31627
|
-
}
|
|
31628
|
-
},
|
|
31629
|
-
{
|
|
31630
|
-
"description": "Sets the border color to the light emphasis color.\n",
|
|
31631
|
-
"commentRange": {
|
|
31632
|
-
"start": 223,
|
|
31633
|
-
"end": 227
|
|
31634
|
-
},
|
|
31635
|
-
"context": {
|
|
31636
|
-
"type": "css",
|
|
31637
|
-
"name": ".k-outline-light-emphasis",
|
|
31638
|
-
"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 }",
|
|
31639
|
-
"line": {
|
|
31640
|
-
"start": 253,
|
|
31641
|
-
"end": 262
|
|
31642
|
-
}
|
|
31643
|
-
},
|
|
31644
|
-
"example": [
|
|
31645
|
-
{
|
|
31646
|
-
"type": "scss",
|
|
31647
|
-
"code": "outline-color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
31648
|
-
}
|
|
31649
|
-
],
|
|
31650
|
-
"group": [
|
|
31651
|
-
"outline-color"
|
|
31652
|
-
],
|
|
31653
|
-
"contextType": "css",
|
|
31654
|
-
"access": "public",
|
|
31655
|
-
"file": {
|
|
31656
|
-
"path": "border/_outline-color.scss",
|
|
31657
|
-
"name": "_outline-color.scss"
|
|
31658
|
-
}
|
|
31659
|
-
},
|
|
31660
|
-
{
|
|
31661
|
-
"description": "Sets the border color to the dark subtle color.\n",
|
|
31662
|
-
"commentRange": {
|
|
31663
|
-
"start": 229,
|
|
31664
|
-
"end": 233
|
|
31665
|
-
},
|
|
31666
|
-
"context": {
|
|
31667
|
-
"type": "css",
|
|
31668
|
-
"name": ".k-outline-dark-subtle",
|
|
31669
|
-
"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 }",
|
|
31670
|
-
"line": {
|
|
31671
|
-
"start": 253,
|
|
31672
|
-
"end": 262
|
|
31673
|
-
}
|
|
31674
|
-
},
|
|
31675
|
-
"example": [
|
|
31676
|
-
{
|
|
31677
|
-
"type": "scss",
|
|
31678
|
-
"code": "outline-color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
31679
|
-
}
|
|
31680
|
-
],
|
|
31681
|
-
"group": [
|
|
31682
|
-
"outline-color"
|
|
31683
|
-
],
|
|
31684
|
-
"contextType": "css",
|
|
31685
|
-
"access": "public",
|
|
31686
|
-
"file": {
|
|
31687
|
-
"path": "border/_outline-color.scss",
|
|
31688
|
-
"name": "_outline-color.scss"
|
|
31689
|
-
}
|
|
31690
|
-
},
|
|
31691
|
-
{
|
|
31692
|
-
"description": "Sets the border color to the dark color.\n",
|
|
31693
|
-
"commentRange": {
|
|
31694
|
-
"start": 235,
|
|
31695
|
-
"end": 239
|
|
31696
|
-
},
|
|
31697
|
-
"context": {
|
|
31698
|
-
"type": "css",
|
|
31699
|
-
"name": ".k-outline-dark",
|
|
31700
|
-
"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 }",
|
|
31701
|
-
"line": {
|
|
31702
|
-
"start": 253,
|
|
31703
|
-
"end": 262
|
|
31704
|
-
}
|
|
31705
|
-
},
|
|
31706
|
-
"example": [
|
|
31707
|
-
{
|
|
31708
|
-
"type": "scss",
|
|
31709
|
-
"code": "outline-color: var(--kendo-color-dark, #343a40);"
|
|
31710
|
-
}
|
|
31711
|
-
],
|
|
31712
|
-
"group": [
|
|
31713
|
-
"outline-color"
|
|
31714
|
-
],
|
|
31715
|
-
"contextType": "css",
|
|
31716
|
-
"access": "public",
|
|
31717
|
-
"file": {
|
|
31718
|
-
"path": "border/_outline-color.scss",
|
|
31719
|
-
"name": "_outline-color.scss"
|
|
31720
|
-
}
|
|
31721
|
-
},
|
|
31722
31164
|
{
|
|
31723
31165
|
"description": "This is equivalent to `outline-offset: 8px;`.\n",
|
|
31724
31166
|
"commentRange": {
|
|
@@ -39827,14 +39269,14 @@
|
|
|
39827
39269
|
{
|
|
39828
39270
|
"description": "This is equivalent to `color: white;`.\n",
|
|
39829
39271
|
"commentRange": {
|
|
39830
|
-
"start":
|
|
39831
|
-
"end":
|
|
39272
|
+
"start": 205,
|
|
39273
|
+
"end": 209
|
|
39832
39274
|
},
|
|
39833
39275
|
"context": {
|
|
39834
39276
|
"type": "css",
|
|
39835
39277
|
"line": {
|
|
39836
|
-
"start":
|
|
39837
|
-
"end":
|
|
39278
|
+
"start": 211,
|
|
39279
|
+
"end": 211
|
|
39838
39280
|
},
|
|
39839
39281
|
"name": ".k-text-white"
|
|
39840
39282
|
},
|
|
@@ -39865,8 +39307,8 @@
|
|
|
39865
39307
|
"name": ".k-text-app-surface",
|
|
39866
39308
|
"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 }",
|
|
39867
39309
|
"line": {
|
|
39868
|
-
"start":
|
|
39869
|
-
"end":
|
|
39310
|
+
"start": 217,
|
|
39311
|
+
"end": 229
|
|
39870
39312
|
}
|
|
39871
39313
|
},
|
|
39872
39314
|
"example": [
|
|
@@ -39896,8 +39338,8 @@
|
|
|
39896
39338
|
"name": ".k-text-on-app-surface",
|
|
39897
39339
|
"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 }",
|
|
39898
39340
|
"line": {
|
|
39899
|
-
"start":
|
|
39900
|
-
"end":
|
|
39341
|
+
"start": 217,
|
|
39342
|
+
"end": 229
|
|
39901
39343
|
}
|
|
39902
39344
|
},
|
|
39903
39345
|
"example": [
|
|
@@ -39927,8 +39369,8 @@
|
|
|
39927
39369
|
"name": ".k-text-subtle",
|
|
39928
39370
|
"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 }",
|
|
39929
39371
|
"line": {
|
|
39930
|
-
"start":
|
|
39931
|
-
"end":
|
|
39372
|
+
"start": 217,
|
|
39373
|
+
"end": 229
|
|
39932
39374
|
}
|
|
39933
39375
|
},
|
|
39934
39376
|
"example": [
|
|
@@ -39958,8 +39400,8 @@
|
|
|
39958
39400
|
"name": ".k-text-surface",
|
|
39959
39401
|
"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 }",
|
|
39960
39402
|
"line": {
|
|
39961
|
-
"start":
|
|
39962
|
-
"end":
|
|
39403
|
+
"start": 217,
|
|
39404
|
+
"end": 229
|
|
39963
39405
|
}
|
|
39964
39406
|
},
|
|
39965
39407
|
"example": [
|
|
@@ -39989,8 +39431,8 @@
|
|
|
39989
39431
|
"name": ".k-text-surface-alt",
|
|
39990
39432
|
"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 }",
|
|
39991
39433
|
"line": {
|
|
39992
|
-
"start":
|
|
39993
|
-
"end":
|
|
39434
|
+
"start": 217,
|
|
39435
|
+
"end": 229
|
|
39994
39436
|
}
|
|
39995
39437
|
},
|
|
39996
39438
|
"example": [
|
|
@@ -40020,8 +39462,8 @@
|
|
|
40020
39462
|
"name": ".k-text-border",
|
|
40021
39463
|
"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 }",
|
|
40022
39464
|
"line": {
|
|
40023
|
-
"start":
|
|
40024
|
-
"end":
|
|
39465
|
+
"start": 217,
|
|
39466
|
+
"end": 229
|
|
40025
39467
|
}
|
|
40026
39468
|
},
|
|
40027
39469
|
"example": [
|
|
@@ -40051,8 +39493,8 @@
|
|
|
40051
39493
|
"name": ".k-text-border-alt",
|
|
40052
39494
|
"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 }",
|
|
40053
39495
|
"line": {
|
|
40054
|
-
"start":
|
|
40055
|
-
"end":
|
|
39496
|
+
"start": 217,
|
|
39497
|
+
"end": 229
|
|
40056
39498
|
}
|
|
40057
39499
|
},
|
|
40058
39500
|
"example": [
|
|
@@ -40082,8 +39524,8 @@
|
|
|
40082
39524
|
"name": ".k-text-base-subtle",
|
|
40083
39525
|
"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 }",
|
|
40084
39526
|
"line": {
|
|
40085
|
-
"start":
|
|
40086
|
-
"end":
|
|
39527
|
+
"start": 217,
|
|
39528
|
+
"end": 229
|
|
40087
39529
|
}
|
|
40088
39530
|
},
|
|
40089
39531
|
"example": [
|
|
@@ -40113,8 +39555,8 @@
|
|
|
40113
39555
|
"name": ".k-text-base-emphasis",
|
|
40114
39556
|
"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 }",
|
|
40115
39557
|
"line": {
|
|
40116
|
-
"start":
|
|
40117
|
-
"end":
|
|
39558
|
+
"start": 217,
|
|
39559
|
+
"end": 229
|
|
40118
39560
|
}
|
|
40119
39561
|
},
|
|
40120
39562
|
"example": [
|
|
@@ -40144,8 +39586,8 @@
|
|
|
40144
39586
|
"name": ".k-text-primary-subtle",
|
|
40145
39587
|
"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 }",
|
|
40146
39588
|
"line": {
|
|
40147
|
-
"start":
|
|
40148
|
-
"end":
|
|
39589
|
+
"start": 217,
|
|
39590
|
+
"end": 229
|
|
40149
39591
|
}
|
|
40150
39592
|
},
|
|
40151
39593
|
"example": [
|
|
@@ -40175,8 +39617,8 @@
|
|
|
40175
39617
|
"name": ".k-text-primary",
|
|
40176
39618
|
"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 }",
|
|
40177
39619
|
"line": {
|
|
40178
|
-
"start":
|
|
40179
|
-
"end":
|
|
39620
|
+
"start": 217,
|
|
39621
|
+
"end": 229
|
|
40180
39622
|
}
|
|
40181
39623
|
},
|
|
40182
39624
|
"example": [
|
|
@@ -40206,8 +39648,8 @@
|
|
|
40206
39648
|
"name": ".k-text-primary-emphasis",
|
|
40207
39649
|
"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 }",
|
|
40208
39650
|
"line": {
|
|
40209
|
-
"start":
|
|
40210
|
-
"end":
|
|
39651
|
+
"start": 217,
|
|
39652
|
+
"end": 229
|
|
40211
39653
|
}
|
|
40212
39654
|
},
|
|
40213
39655
|
"example": [
|
|
@@ -40237,8 +39679,8 @@
|
|
|
40237
39679
|
"name": ".k-text-secondary-subtle",
|
|
40238
39680
|
"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 }",
|
|
40239
39681
|
"line": {
|
|
40240
|
-
"start":
|
|
40241
|
-
"end":
|
|
39682
|
+
"start": 217,
|
|
39683
|
+
"end": 229
|
|
40242
39684
|
}
|
|
40243
39685
|
},
|
|
40244
39686
|
"example": [
|
|
@@ -40268,8 +39710,8 @@
|
|
|
40268
39710
|
"name": ".k-text-secondary",
|
|
40269
39711
|
"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 }",
|
|
40270
39712
|
"line": {
|
|
40271
|
-
"start":
|
|
40272
|
-
"end":
|
|
39713
|
+
"start": 217,
|
|
39714
|
+
"end": 229
|
|
40273
39715
|
}
|
|
40274
39716
|
},
|
|
40275
39717
|
"example": [
|
|
@@ -40299,8 +39741,8 @@
|
|
|
40299
39741
|
"name": ".k-text-secondary-emphasis",
|
|
40300
39742
|
"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 }",
|
|
40301
39743
|
"line": {
|
|
40302
|
-
"start":
|
|
40303
|
-
"end":
|
|
39744
|
+
"start": 217,
|
|
39745
|
+
"end": 229
|
|
40304
39746
|
}
|
|
40305
39747
|
},
|
|
40306
39748
|
"example": [
|
|
@@ -40330,8 +39772,8 @@
|
|
|
40330
39772
|
"name": ".k-text-tertiary-subtle",
|
|
40331
39773
|
"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 }",
|
|
40332
39774
|
"line": {
|
|
40333
|
-
"start":
|
|
40334
|
-
"end":
|
|
39775
|
+
"start": 217,
|
|
39776
|
+
"end": 229
|
|
40335
39777
|
}
|
|
40336
39778
|
},
|
|
40337
39779
|
"example": [
|
|
@@ -40361,8 +39803,8 @@
|
|
|
40361
39803
|
"name": ".k-text-tertiary",
|
|
40362
39804
|
"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 }",
|
|
40363
39805
|
"line": {
|
|
40364
|
-
"start":
|
|
40365
|
-
"end":
|
|
39806
|
+
"start": 217,
|
|
39807
|
+
"end": 229
|
|
40366
39808
|
}
|
|
40367
39809
|
},
|
|
40368
39810
|
"example": [
|
|
@@ -40392,8 +39834,8 @@
|
|
|
40392
39834
|
"name": ".k-text-tertiary-emphasis",
|
|
40393
39835
|
"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 }",
|
|
40394
39836
|
"line": {
|
|
40395
|
-
"start":
|
|
40396
|
-
"end":
|
|
39837
|
+
"start": 217,
|
|
39838
|
+
"end": 229
|
|
40397
39839
|
}
|
|
40398
39840
|
},
|
|
40399
39841
|
"example": [
|
|
@@ -40423,8 +39865,8 @@
|
|
|
40423
39865
|
"name": ".k-text-info-subtle",
|
|
40424
39866
|
"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 }",
|
|
40425
39867
|
"line": {
|
|
40426
|
-
"start":
|
|
40427
|
-
"end":
|
|
39868
|
+
"start": 217,
|
|
39869
|
+
"end": 229
|
|
40428
39870
|
}
|
|
40429
39871
|
},
|
|
40430
39872
|
"example": [
|
|
@@ -40454,8 +39896,8 @@
|
|
|
40454
39896
|
"name": ".k-text-info",
|
|
40455
39897
|
"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 }",
|
|
40456
39898
|
"line": {
|
|
40457
|
-
"start":
|
|
40458
|
-
"end":
|
|
39899
|
+
"start": 217,
|
|
39900
|
+
"end": 229
|
|
40459
39901
|
}
|
|
40460
39902
|
},
|
|
40461
39903
|
"example": [
|
|
@@ -40485,8 +39927,8 @@
|
|
|
40485
39927
|
"name": ".k-text-info-emphasis",
|
|
40486
39928
|
"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 }",
|
|
40487
39929
|
"line": {
|
|
40488
|
-
"start":
|
|
40489
|
-
"end":
|
|
39930
|
+
"start": 217,
|
|
39931
|
+
"end": 229
|
|
40490
39932
|
}
|
|
40491
39933
|
},
|
|
40492
39934
|
"example": [
|
|
@@ -40516,8 +39958,8 @@
|
|
|
40516
39958
|
"name": ".k-text-success-subtle",
|
|
40517
39959
|
"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 }",
|
|
40518
39960
|
"line": {
|
|
40519
|
-
"start":
|
|
40520
|
-
"end":
|
|
39961
|
+
"start": 217,
|
|
39962
|
+
"end": 229
|
|
40521
39963
|
}
|
|
40522
39964
|
},
|
|
40523
39965
|
"example": [
|
|
@@ -40547,8 +39989,8 @@
|
|
|
40547
39989
|
"name": ".k-text-success",
|
|
40548
39990
|
"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 }",
|
|
40549
39991
|
"line": {
|
|
40550
|
-
"start":
|
|
40551
|
-
"end":
|
|
39992
|
+
"start": 217,
|
|
39993
|
+
"end": 229
|
|
40552
39994
|
}
|
|
40553
39995
|
},
|
|
40554
39996
|
"example": [
|
|
@@ -40578,8 +40020,8 @@
|
|
|
40578
40020
|
"name": ".k-text-success-emphasis",
|
|
40579
40021
|
"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 }",
|
|
40580
40022
|
"line": {
|
|
40581
|
-
"start":
|
|
40582
|
-
"end":
|
|
40023
|
+
"start": 217,
|
|
40024
|
+
"end": 229
|
|
40583
40025
|
}
|
|
40584
40026
|
},
|
|
40585
40027
|
"example": [
|
|
@@ -40609,8 +40051,8 @@
|
|
|
40609
40051
|
"name": ".k-text-warning-subtle",
|
|
40610
40052
|
"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 }",
|
|
40611
40053
|
"line": {
|
|
40612
|
-
"start":
|
|
40613
|
-
"end":
|
|
40054
|
+
"start": 217,
|
|
40055
|
+
"end": 229
|
|
40614
40056
|
}
|
|
40615
40057
|
},
|
|
40616
40058
|
"example": [
|
|
@@ -40640,8 +40082,8 @@
|
|
|
40640
40082
|
"name": ".k-text-warning",
|
|
40641
40083
|
"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 }",
|
|
40642
40084
|
"line": {
|
|
40643
|
-
"start":
|
|
40644
|
-
"end":
|
|
40085
|
+
"start": 217,
|
|
40086
|
+
"end": 229
|
|
40645
40087
|
}
|
|
40646
40088
|
},
|
|
40647
40089
|
"example": [
|
|
@@ -40671,8 +40113,8 @@
|
|
|
40671
40113
|
"name": ".k-text-warning-emphasis",
|
|
40672
40114
|
"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 }",
|
|
40673
40115
|
"line": {
|
|
40674
|
-
"start":
|
|
40675
|
-
"end":
|
|
40116
|
+
"start": 217,
|
|
40117
|
+
"end": 229
|
|
40676
40118
|
}
|
|
40677
40119
|
},
|
|
40678
40120
|
"example": [
|
|
@@ -40702,8 +40144,8 @@
|
|
|
40702
40144
|
"name": ".k-text-error-subtle",
|
|
40703
40145
|
"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 }",
|
|
40704
40146
|
"line": {
|
|
40705
|
-
"start":
|
|
40706
|
-
"end":
|
|
40147
|
+
"start": 217,
|
|
40148
|
+
"end": 229
|
|
40707
40149
|
}
|
|
40708
40150
|
},
|
|
40709
40151
|
"example": [
|
|
@@ -40733,8 +40175,8 @@
|
|
|
40733
40175
|
"name": ".k-text-error",
|
|
40734
40176
|
"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 }",
|
|
40735
40177
|
"line": {
|
|
40736
|
-
"start":
|
|
40737
|
-
"end":
|
|
40178
|
+
"start": 217,
|
|
40179
|
+
"end": 229
|
|
40738
40180
|
}
|
|
40739
40181
|
},
|
|
40740
40182
|
"example": [
|
|
@@ -40764,8 +40206,8 @@
|
|
|
40764
40206
|
"name": ".k-text-error-emphasis",
|
|
40765
40207
|
"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 }",
|
|
40766
40208
|
"line": {
|
|
40767
|
-
"start":
|
|
40768
|
-
"end":
|
|
40209
|
+
"start": 217,
|
|
40210
|
+
"end": 229
|
|
40769
40211
|
}
|
|
40770
40212
|
},
|
|
40771
40213
|
"example": [
|
|
@@ -40785,204 +40227,18 @@
|
|
|
40785
40227
|
}
|
|
40786
40228
|
},
|
|
40787
40229
|
{
|
|
40788
|
-
"description": "
|
|
40230
|
+
"description": "This is equivalent to `color: inherit;`.\n",
|
|
40789
40231
|
"commentRange": {
|
|
40790
40232
|
"start": 181,
|
|
40791
40233
|
"end": 185
|
|
40792
40234
|
},
|
|
40793
|
-
"context": {
|
|
40794
|
-
"type": "css",
|
|
40795
|
-
"name": ".k-text-light-subtle",
|
|
40796
|
-
"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 }",
|
|
40797
|
-
"line": {
|
|
40798
|
-
"start": 253,
|
|
40799
|
-
"end": 265
|
|
40800
|
-
}
|
|
40801
|
-
},
|
|
40802
|
-
"example": [
|
|
40803
|
-
{
|
|
40804
|
-
"type": "scss",
|
|
40805
|
-
"code": "color: var(--kendo-color-light-subtle, #f8f9fa);"
|
|
40806
|
-
}
|
|
40807
|
-
],
|
|
40808
|
-
"group": [
|
|
40809
|
-
"text-color"
|
|
40810
|
-
],
|
|
40811
|
-
"contextType": "css",
|
|
40812
|
-
"access": "public",
|
|
40813
|
-
"file": {
|
|
40814
|
-
"path": "typography/_text-color.scss",
|
|
40815
|
-
"name": "_text-color.scss"
|
|
40816
|
-
}
|
|
40817
|
-
},
|
|
40818
|
-
{
|
|
40819
|
-
"description": "Sets the text color to the light color.\n",
|
|
40820
|
-
"commentRange": {
|
|
40821
|
-
"start": 187,
|
|
40822
|
-
"end": 191
|
|
40823
|
-
},
|
|
40824
|
-
"context": {
|
|
40825
|
-
"type": "css",
|
|
40826
|
-
"name": ".k-text-light",
|
|
40827
|
-
"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 }",
|
|
40828
|
-
"line": {
|
|
40829
|
-
"start": 253,
|
|
40830
|
-
"end": 265
|
|
40831
|
-
}
|
|
40832
|
-
},
|
|
40833
|
-
"example": [
|
|
40834
|
-
{
|
|
40835
|
-
"type": "scss",
|
|
40836
|
-
"code": "color: var(--kendo-color-light, #f8f9fa);"
|
|
40837
|
-
}
|
|
40838
|
-
],
|
|
40839
|
-
"group": [
|
|
40840
|
-
"text-color"
|
|
40841
|
-
],
|
|
40842
|
-
"contextType": "css",
|
|
40843
|
-
"access": "public",
|
|
40844
|
-
"file": {
|
|
40845
|
-
"path": "typography/_text-color.scss",
|
|
40846
|
-
"name": "_text-color.scss"
|
|
40847
|
-
}
|
|
40848
|
-
},
|
|
40849
|
-
{
|
|
40850
|
-
"description": "Sets the text color to the light emphasis color.\n",
|
|
40851
|
-
"commentRange": {
|
|
40852
|
-
"start": 193,
|
|
40853
|
-
"end": 197
|
|
40854
|
-
},
|
|
40855
|
-
"context": {
|
|
40856
|
-
"type": "css",
|
|
40857
|
-
"name": ".k-text-light-emphasis",
|
|
40858
|
-
"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 }",
|
|
40859
|
-
"line": {
|
|
40860
|
-
"start": 253,
|
|
40861
|
-
"end": 265
|
|
40862
|
-
}
|
|
40863
|
-
},
|
|
40864
|
-
"example": [
|
|
40865
|
-
{
|
|
40866
|
-
"type": "scss",
|
|
40867
|
-
"code": "color: var(--kendo-color-light-emphasis, #dee2e6);"
|
|
40868
|
-
}
|
|
40869
|
-
],
|
|
40870
|
-
"group": [
|
|
40871
|
-
"text-color"
|
|
40872
|
-
],
|
|
40873
|
-
"contextType": "css",
|
|
40874
|
-
"access": "public",
|
|
40875
|
-
"file": {
|
|
40876
|
-
"path": "typography/_text-color.scss",
|
|
40877
|
-
"name": "_text-color.scss"
|
|
40878
|
-
}
|
|
40879
|
-
},
|
|
40880
|
-
{
|
|
40881
|
-
"description": "Sets the text color to the dark subtle color.\n",
|
|
40882
|
-
"commentRange": {
|
|
40883
|
-
"start": 199,
|
|
40884
|
-
"end": 203
|
|
40885
|
-
},
|
|
40886
|
-
"context": {
|
|
40887
|
-
"type": "css",
|
|
40888
|
-
"name": ".k-text-dark-subtle",
|
|
40889
|
-
"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 }",
|
|
40890
|
-
"line": {
|
|
40891
|
-
"start": 253,
|
|
40892
|
-
"end": 265
|
|
40893
|
-
}
|
|
40894
|
-
},
|
|
40895
|
-
"example": [
|
|
40896
|
-
{
|
|
40897
|
-
"type": "scss",
|
|
40898
|
-
"code": "color: var(--kendo-color-dark-subtle, #6c757d);"
|
|
40899
|
-
}
|
|
40900
|
-
],
|
|
40901
|
-
"group": [
|
|
40902
|
-
"text-color"
|
|
40903
|
-
],
|
|
40904
|
-
"contextType": "css",
|
|
40905
|
-
"access": "public",
|
|
40906
|
-
"file": {
|
|
40907
|
-
"path": "typography/_text-color.scss",
|
|
40908
|
-
"name": "_text-color.scss"
|
|
40909
|
-
}
|
|
40910
|
-
},
|
|
40911
|
-
{
|
|
40912
|
-
"description": "Sets the text color to the dark color.\n",
|
|
40913
|
-
"commentRange": {
|
|
40914
|
-
"start": 205,
|
|
40915
|
-
"end": 209
|
|
40916
|
-
},
|
|
40917
|
-
"context": {
|
|
40918
|
-
"type": "css",
|
|
40919
|
-
"name": ".k-text-dark",
|
|
40920
|
-
"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 }",
|
|
40921
|
-
"line": {
|
|
40922
|
-
"start": 253,
|
|
40923
|
-
"end": 265
|
|
40924
|
-
}
|
|
40925
|
-
},
|
|
40926
|
-
"example": [
|
|
40927
|
-
{
|
|
40928
|
-
"type": "scss",
|
|
40929
|
-
"code": "color: var(--kendo-color-dark, #343a40);"
|
|
40930
|
-
}
|
|
40931
|
-
],
|
|
40932
|
-
"group": [
|
|
40933
|
-
"text-color"
|
|
40934
|
-
],
|
|
40935
|
-
"contextType": "css",
|
|
40936
|
-
"access": "public",
|
|
40937
|
-
"file": {
|
|
40938
|
-
"path": "typography/_text-color.scss",
|
|
40939
|
-
"name": "_text-color.scss"
|
|
40940
|
-
}
|
|
40941
|
-
},
|
|
40942
|
-
{
|
|
40943
|
-
"description": "Sets the text color to the dark emphasis color.\n",
|
|
40944
|
-
"commentRange": {
|
|
40945
|
-
"start": 211,
|
|
40946
|
-
"end": 215
|
|
40947
|
-
},
|
|
40948
|
-
"context": {
|
|
40949
|
-
"type": "css",
|
|
40950
|
-
"name": ".k-text-dark-emphasis",
|
|
40951
|
-
"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 }",
|
|
40952
|
-
"line": {
|
|
40953
|
-
"start": 253,
|
|
40954
|
-
"end": 265
|
|
40955
|
-
}
|
|
40956
|
-
},
|
|
40957
|
-
"example": [
|
|
40958
|
-
{
|
|
40959
|
-
"type": "scss",
|
|
40960
|
-
"code": "color: var(--kendo-color-dark-emphasis, #212529);"
|
|
40961
|
-
}
|
|
40962
|
-
],
|
|
40963
|
-
"group": [
|
|
40964
|
-
"text-color"
|
|
40965
|
-
],
|
|
40966
|
-
"contextType": "css",
|
|
40967
|
-
"access": "public",
|
|
40968
|
-
"file": {
|
|
40969
|
-
"path": "typography/_text-color.scss",
|
|
40970
|
-
"name": "_text-color.scss"
|
|
40971
|
-
}
|
|
40972
|
-
},
|
|
40973
|
-
{
|
|
40974
|
-
"description": "This is equivalent to `color: inherit;`.\n",
|
|
40975
|
-
"commentRange": {
|
|
40976
|
-
"start": 217,
|
|
40977
|
-
"end": 221
|
|
40978
|
-
},
|
|
40979
40235
|
"context": {
|
|
40980
40236
|
"type": "css",
|
|
40981
40237
|
"name": ".k-text-inherit",
|
|
40982
40238
|
"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 }",
|
|
40983
40239
|
"line": {
|
|
40984
|
-
"start":
|
|
40985
|
-
"end":
|
|
40240
|
+
"start": 217,
|
|
40241
|
+
"end": 229
|
|
40986
40242
|
}
|
|
40987
40243
|
},
|
|
40988
40244
|
"example": [
|
|
@@ -41004,16 +40260,16 @@
|
|
|
41004
40260
|
{
|
|
41005
40261
|
"description": "This is equivalent to `color: currentColor;`.\n",
|
|
41006
40262
|
"commentRange": {
|
|
41007
|
-
"start":
|
|
41008
|
-
"end":
|
|
40263
|
+
"start": 187,
|
|
40264
|
+
"end": 191
|
|
41009
40265
|
},
|
|
41010
40266
|
"context": {
|
|
41011
40267
|
"type": "css",
|
|
41012
40268
|
"name": ".k-text-current",
|
|
41013
40269
|
"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 }",
|
|
41014
40270
|
"line": {
|
|
41015
|
-
"start":
|
|
41016
|
-
"end":
|
|
40271
|
+
"start": 217,
|
|
40272
|
+
"end": 229
|
|
41017
40273
|
}
|
|
41018
40274
|
},
|
|
41019
40275
|
"example": [
|
|
@@ -41035,16 +40291,16 @@
|
|
|
41035
40291
|
{
|
|
41036
40292
|
"description": "This is equivalent to `color: transparent;`.\n",
|
|
41037
40293
|
"commentRange": {
|
|
41038
|
-
"start":
|
|
41039
|
-
"end":
|
|
40294
|
+
"start": 193,
|
|
40295
|
+
"end": 197
|
|
41040
40296
|
},
|
|
41041
40297
|
"context": {
|
|
41042
40298
|
"type": "css",
|
|
41043
40299
|
"name": ".k-text-transparent",
|
|
41044
40300
|
"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 }",
|
|
41045
40301
|
"line": {
|
|
41046
|
-
"start":
|
|
41047
|
-
"end":
|
|
40302
|
+
"start": 217,
|
|
40303
|
+
"end": 229
|
|
41048
40304
|
}
|
|
41049
40305
|
},
|
|
41050
40306
|
"example": [
|
|
@@ -41066,16 +40322,16 @@
|
|
|
41066
40322
|
{
|
|
41067
40323
|
"description": "This is equivalent to `color: black;`.\n",
|
|
41068
40324
|
"commentRange": {
|
|
41069
|
-
"start":
|
|
41070
|
-
"end":
|
|
40325
|
+
"start": 199,
|
|
40326
|
+
"end": 203
|
|
41071
40327
|
},
|
|
41072
40328
|
"context": {
|
|
41073
40329
|
"type": "css",
|
|
41074
40330
|
"name": ".k-text-black",
|
|
41075
40331
|
"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 }",
|
|
41076
40332
|
"line": {
|
|
41077
|
-
"start":
|
|
41078
|
-
"end":
|
|
40333
|
+
"start": 217,
|
|
40334
|
+
"end": 229
|
|
41079
40335
|
}
|
|
41080
40336
|
},
|
|
41081
40337
|
"example": [
|