Improve onboarding styling (#25147)

This commit is contained in:
Wendelin 2025-04-24 09:54:43 +02:00 committed by GitHub
parent d58590b534
commit 71b2e5f827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,7 @@ class OnboardingWelcome extends LitElement {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
margin-bottom: -16px;
} }
h1 { h1 {
margin-top: 16px; margin-top: 16px;
@ -92,9 +93,6 @@ class OnboardingWelcome extends LitElement {
margin: 0; margin: 0;
} }
.start { .start {
--button-height: 48px;
--mdc-typography-button-font-size: 1rem;
--mdc-button-horizontal-padding: 24px;
margin: 32px 0; margin: 32px 0;
} }
ha-divider { ha-divider {
@ -103,10 +101,10 @@ class OnboardingWelcome extends LitElement {
margin-right: -32px; margin-right: -32px;
} }
ha-md-list { ha-md-list {
width: calc(100% + 32px); width: 100%;
margin-left: -16px;
margin-right: -16px;
padding-bottom: 0; padding-bottom: 0;
--md-list-item-leading-space: 0;
--md-list-item-trailing-space: 0;
} }
`, `,
]; ];