mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Improve onboarding styling (#25147)
This commit is contained in:
parent
d58590b534
commit
71b2e5f827
@ -83,6 +83,7 @@ class OnboardingWelcome extends LitElement {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
margin-bottom: -16px;
|
||||
}
|
||||
h1 {
|
||||
margin-top: 16px;
|
||||
@ -92,9 +93,6 @@ class OnboardingWelcome extends LitElement {
|
||||
margin: 0;
|
||||
}
|
||||
.start {
|
||||
--button-height: 48px;
|
||||
--mdc-typography-button-font-size: 1rem;
|
||||
--mdc-button-horizontal-padding: 24px;
|
||||
margin: 32px 0;
|
||||
}
|
||||
ha-divider {
|
||||
@ -103,10 +101,10 @@ class OnboardingWelcome extends LitElement {
|
||||
margin-right: -32px;
|
||||
}
|
||||
ha-md-list {
|
||||
width: calc(100% + 32px);
|
||||
margin-left: -16px;
|
||||
margin-right: -16px;
|
||||
width: 100%;
|
||||
padding-bottom: 0;
|
||||
--md-list-item-leading-space: 0;
|
||||
--md-list-item-trailing-space: 0;
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user