mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Simplify MFA onboarding styling & flow (#19584)
Align MFA onboarding flow * Aligns QR Code to centre to make scanning on mobile easier * Removes background from manual key text * Re-adds spacing to bottom of form so it is not hard up against the code entry form
This commit is contained in:
parent
c1bdd679ff
commit
b700e08d52
@ -166,6 +166,15 @@ class HaMfaModuleSetupFlow extends LitElement {
|
|||||||
ha-markdown a {
|
ha-markdown a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
ha-markdown-element p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
ha-markdown-element code {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
ha-markdown-element > *:last-child {
|
||||||
|
margin-bottom: revert;
|
||||||
|
}
|
||||||
.init-spinner {
|
.init-spinner {
|
||||||
padding: 10px 100px 34px;
|
padding: 10px 100px 34px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user