mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Fix more font sizes
This commit is contained in:
parent
fd279ea2b4
commit
cea80d9830
@ -388,7 +388,10 @@ export class HaBaseTimeInput extends LitElement {
|
||||
var(--mdc-typography-font-family, Roboto, sans-serif)
|
||||
);
|
||||
font-size: var(--mdc-typography-body2-font-size, var(--ha-font-size-s));
|
||||
line-height: var(--mdc-typography-body2-line-height, 1.25rem);
|
||||
line-height: var(
|
||||
--mdc-typography-body2-line-height,
|
||||
var(--ha-line-height-normal)
|
||||
);
|
||||
font-weight: var(
|
||||
--mdc-typography-body2-font-weight,
|
||||
var(--ha-font-weight-normal)
|
||||
|
@ -15,7 +15,10 @@ export const configFlowContentStyles = css`
|
||||
var(--mdc-typography-font-family, Roboto, sans-serif)
|
||||
);
|
||||
font-size: var(--mdc-typography-headline6-font-size, var(--ha-font-size-l));
|
||||
line-height: var(--mdc-typography-headline6-line-height, 2rem);
|
||||
line-height: var(
|
||||
--mdc-typography-headline6-line-height,
|
||||
var(--ha-line-height-expanded)
|
||||
);
|
||||
font-weight: var(
|
||||
--mdc-typography-headline6-font-weight,
|
||||
var(--ha-font-weight-semibold)
|
||||
|
@ -775,7 +775,10 @@ class AddIntegrationDialog extends LitElement {
|
||||
--mdc-typography-headline6-font-size,
|
||||
var(--ha-font-size-l)
|
||||
);
|
||||
line-height: var(--mdc-typography-headline6-line-height, 2rem);
|
||||
line-height: var(
|
||||
--mdc-typography-headline6-line-height,
|
||||
var(--ha-line-height-expanded)
|
||||
);
|
||||
font-weight: var(
|
||||
--mdc-typography-headline6-font-weight,
|
||||
var(--ha-font-weight-semibold)
|
||||
|
@ -222,7 +222,7 @@ export class HuiCalendarCard extends LitElement implements LovelaceCard {
|
||||
|
||||
.header {
|
||||
color: var(--ha-card-header-color, var(--primary-text-color));
|
||||
font-size: var(--ha-card-header-font-size, 24px);
|
||||
font-size: var(--ha-card-header-font-size, var(--ha-font-size-2xl));
|
||||
line-height: var(--ha-line-height-condensed);
|
||||
padding-top: 16px;
|
||||
padding-left: 8px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user