mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Fix from rebase
This commit is contained in:
@@ -354,6 +354,7 @@ export class HaWaDialog extends ScrollableFadeMixin(LitElement) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header-title-container {
|
.header-title-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -363,10 +364,7 @@ export class HaWaDialog extends ScrollableFadeMixin(LitElement) {
|
|||||||
.header-title {
|
.header-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: var(
|
color: var(--ha-dialog-header-title-color, var(--primary-text-color));
|
||||||
--ha-dialog-header-title-color,
|
|
||||||
var(--primary-text-color)
|
|
||||||
);
|
|
||||||
font-size: var(
|
font-size: var(
|
||||||
--ha-dialog-header-title-font-size,
|
--ha-dialog-header-title-font-size,
|
||||||
var(--ha-font-size-2xl)
|
var(--ha-font-size-2xl)
|
||||||
@@ -430,7 +428,6 @@ export class HaWaDialog extends ScrollableFadeMixin(LitElement) {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user