mirror of
https://github.com/esphome/esphome.git
synced 2025-04-14 14:50:32 +01:00
Add color to login error for better visability (#478)
This commit is contained in:
parent
ff6ab8e0ec
commit
8b17a96ea3
@ -235,3 +235,10 @@ ul.stepper:not(.horizontal) .step.active::before, ul.stepper:not(.horizontal) .s
|
||||
vertical-align: middle;
|
||||
color: #666 !important;
|
||||
}
|
||||
|
||||
.error {
|
||||
background: #e53935;
|
||||
color: #fff;
|
||||
padding: 10px 15px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
Please login using your Home Assistant credentials.
|
||||
</p>
|
||||
{% if error is not None %}
|
||||
<p>
|
||||
<p class="error">
|
||||
{{ escape(error) }}
|
||||
</p>
|
||||
{% end %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user