mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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;
|
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;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user