mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
parent
4bc8818145
commit
9b22b1e499
@ -90,8 +90,12 @@ class HaPushNotificationsToggle extends EventsMixin(PolymerElement) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const name = await showPromptDialog(this, {
|
const name = await showPromptDialog(this, {
|
||||||
title: this.hass.localize("ui.panel.profile.push_notifications.add_device_prompt.title"),
|
title: this.hass.localize(
|
||||||
inputLabel: this.hass.localize("ui.panel.profile.push_notifications.add_device_prompt.input_label"),
|
"ui.panel.profile.push_notifications.add_device_prompt.title"
|
||||||
|
),
|
||||||
|
inputLabel: this.hass.localize(
|
||||||
|
"ui.panel.profile.push_notifications.add_device_prompt.input_label"
|
||||||
|
),
|
||||||
});
|
});
|
||||||
if (name == null) {
|
if (name == null) {
|
||||||
this.pushChecked = false;
|
this.pushChecked = false;
|
||||||
|
@ -89,6 +89,9 @@ export abstract class HuiStackCard<T extends StackCardConfig = StackCardConfig>
|
|||||||
color: var(--ha-card-header-color, --primary-text-color);
|
color: var(--ha-card-header-color, --primary-text-color);
|
||||||
font-family: var(--ha-card-header-font-family, inherit);
|
font-family: var(--ha-card-header-font-family, inherit);
|
||||||
font-size: var(--ha-card-header-font-size, 24px);
|
font-size: var(--ha-card-header-font-size, 24px);
|
||||||
|
font-weight: normal;
|
||||||
|
margin-block-start: 0px;
|
||||||
|
margin-block-end: 0px;
|
||||||
letter-spacing: -0.012em;
|
letter-spacing: -0.012em;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user