diff --git a/panels/config/cloud/ha-config-cloud-account.html b/panels/config/cloud/ha-config-cloud-account.html index 937baafdcf..f8ab629b15 100644 --- a/panels/config/cloud/ha-config-cloud-account.html +++ b/panels/config/cloud/ha-config-cloud-account.html @@ -16,7 +16,7 @@ paper-card { display: block; } - .account { + .account-row { display: flex; padding: 0 16px; } @@ -28,6 +28,19 @@ margin-top: 24px; text-align: center; } + .nowrap { + white-space: nowrap;; + } + .wrap { + white-space: normal; + } + .status { + padding: 16px; + } + paper-button { + color: var(--primary-color); + font-weight: 500; + }
@@ -36,23 +49,29 @@ > Home Assistant Cloud - The Home Assistant Cloud allows you to opt-in to functions that will bring your Home Assistant experience to the next level. - -

- Home Assistant will never share information with our cloud without your prior permission. -

+ Thank you for supporting Home Assistant. It's because of people like you that we are able to run this project and make a great home automation experience for everyone. Thank you!
-