@progress/kendo-theme-fluent 8.0.0-dev.4 → 8.0.0-dev.6
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 +3 -3
- package/dist/meta/sassdoc-data.json +500 -400
- package/dist/meta/sassdoc-raw-data.json +250 -200
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/scheduler/_variables.scss +79 -79
- package/scss/tabstrip/_variables.scss +48 -44
- package/scss/typography/_variables.scss +3 -3
package/dist/all.css
CHANGED
|
@@ -1913,7 +1913,7 @@ kendo-sortable {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
1915
|
.k-display-1 {
|
|
1916
|
-
font-size: var(--kendo-display1-font-size, calc(var(--kendo-font-size,
|
|
1916
|
+
font-size: var(--kendo-display1-font-size, calc(var(--kendo-font-size, 0.875rem)*9));
|
|
1917
1917
|
font-family: var(--kendo-display1-font-family, var(--kendo-font-family, inherit));
|
|
1918
1918
|
line-height: var(--kendo-display1-line-height, 118px);
|
|
1919
1919
|
font-weight: var(--kendo-display1-font-weight, var(--kendo-font-weight-semibold, normal));
|
|
@@ -1921,7 +1921,7 @@ kendo-sortable {
|
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
1923
|
.k-display-2 {
|
|
1924
|
-
font-size: var(--kendo-display2-font-size, calc(var(--kendo-font-size,
|
|
1924
|
+
font-size: var(--kendo-display2-font-size, calc(var(--kendo-font-size, 0.875rem)*6));
|
|
1925
1925
|
font-family: var(--kendo-display2-font-family, var(--kendo-font-family, inherit));
|
|
1926
1926
|
line-height: var(--kendo-display2-line-height, 94px);
|
|
1927
1927
|
font-weight: var(--kendo-display2-font-weight, var(--kendo-font-weight-semibold, normal));
|
|
@@ -1937,7 +1937,7 @@ kendo-sortable {
|
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
1939
|
.k-display-4 {
|
|
1940
|
-
font-size: var(--kendo-display4-font-size, calc(var(--kendo-font-size,
|
|
1940
|
+
font-size: var(--kendo-display4-font-size, calc(var(--kendo-font-size, 0.875rem)*3));
|
|
1941
1941
|
font-family: var(--kendo-display4-font-family, var(--kendo-font-family, inherit));
|
|
1942
1942
|
line-height: var(--kendo-display4-line-height, 52px);
|
|
1943
1943
|
font-weight: var(--kendo-display4-font-weight, var(--kendo-font-weight-semibold, normal));
|