@progress/kendo-theme-material 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.
@@ -125,10 +125,10 @@ $kendo-code-border: $kendo-component-border !default;
125
125
 
126
126
 
127
127
  // Display
128
- $kendo-display1-font-size: calc( var( --kendo-font-size, inherit) * 9.5 ) !default;
129
- $kendo-display2-font-size: calc( var( --kendo-font-size, inherit) * 8.75 ) !default;
130
- $kendo-display3-font-size: calc( var( --kendo-font-size, inherit) * 8 ) !default;
131
- $kendo-display4-font-size: calc( var( --kendo-font-size, inherit) * 7.25 ) !default;
128
+ $kendo-display1-font-size: calc( var( --kendo-font-size, .875rem ) * 9.5 ) !default;
129
+ $kendo-display2-font-size: calc( var( --kendo-font-size, .875rem ) * 8.75 ) !default;
130
+ $kendo-display3-font-size: calc( var( --kendo-font-size, .875rem ) * 8 ) !default;
131
+ $kendo-display4-font-size: calc( var( --kendo-font-size, .875rem ) * 7.25 ) !default;
132
132
 
133
133
  $kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
134
134
  $kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;