@progress/kendo-theme-fluent 8.0.0-dev.5 → 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 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, inherit)*9));
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, inherit)*6));
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, inherit)*3));
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));