1- @use ' ../../style/internal/lime-typography' ;
21@use ' ../../style/internal/shared_input-select-picker' ;
32
43/* *
109 * @prop --form-background-color-of-odd-rows:Background of odd rows in the form, when layout type is `row`. Defaults to `--contrast-200`.
1110 */
1211
13- @include lime-typography .core-styles ;
14-
1512.form-group {
1613 min-width : 0 ;
1714}
@@ -182,17 +179,18 @@ limel-code-editor {
182179 }
183180
184181 .mdc-typography--headline1 {
185- --mdc-typography-headline1- font-size : 2rem ;
186- --mdc-typography-headline1- line-height : 2.25rem ;
187- --mdc-typography-headline1- letter-spacing : -0.01rem ;
188- --mdc-typography-headline1- font-weight : 400 ;
182+ font-size : 2rem ;
183+ line-height : 2.25rem ;
184+ letter-spacing : -0.01rem ;
185+ font-weight : 400 ;
189186 margin-top : 1.5rem ;
190187 margin-bottom : 0.25rem ;
191188 }
192189
193190 .mdc-typography--body1 {
194191 margin-top : 0 ;
195192 margin-bottom : 0.5rem ;
193+ font-size : var (--limel-theme-default-font-size );
196194 }
197195
198196 .form-group {
@@ -202,9 +200,9 @@ limel-code-editor {
202200 }
203201
204202 .mdc-typography--headline1 {
205- --mdc-typography-headline1- font-size : 1.625rem ;
206- --mdc-typography-headline1- line-height : 1.25rem ;
207- --mdc-typography-headline1- font-weight : 300 ;
203+ font-size : 1.625rem ;
204+ line-height : 1.25rem ;
205+ font-weight : 300 ;
208206 margin-top : 1rem ;
209207
210208 & :before {
@@ -221,7 +219,7 @@ limel-code-editor {
221219 var (--limel-theme-primary-color )
222220 );
223221 width : 0.125rem ;
224- height : var ( --mdc-typography-headline1-line-height ) ;
222+ height : 1.5 rem ;
225223 border-radius : 0.125rem ;
226224
227225 opacity : 0.6 ;
@@ -235,8 +233,8 @@ limel-code-editor {
235233 }
236234
237235 .mdc-typography--headline1 {
238- --mdc-typography-headline1- font-size : 1.375rem ;
239- --mdc-typography-headline1- line-height : 1.5rem ;
236+ font-size : 1.375rem ;
237+ line-height : 1.5rem ;
240238 margin-top : 0.5rem ;
241239
242240 & :before {
@@ -251,8 +249,8 @@ limel-code-editor {
251249 }
252250
253251 .mdc-typography--headline1 {
254- --mdc-typography-headline1- font-size : 1.25rem ;
255- --mdc-typography-headline1- line-height : 1.25rem ;
252+ font-size : 1.25rem ;
253+ line-height : 1.25rem ;
256254 margin-top : 1rem ;
257255
258256 & :before {
@@ -267,8 +265,8 @@ limel-code-editor {
267265 }
268266
269267 .mdc-typography--headline1 {
270- --mdc-typography-headline1- font-size : 1.25rem ;
271- --mdc-typography-headline1- line-height : 1.25rem ;
268+ font-size : 1.25rem ;
269+ line-height : 1.25rem ;
272270 margin-top : 0.25rem ;
273271
274272 & :before {
@@ -283,8 +281,8 @@ limel-code-editor {
283281 }
284282
285283 .mdc-typography--headline1 {
286- --mdc-typography-headline1- font-size : 1rem ;
287- --mdc-typography-headline1- line-height : 1rem ;
284+ font-size : 1rem ;
285+ line-height : 1rem ;
288286 margin-top : 0.25rem ;
289287
290288 & :before {
0 commit comments