mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Fix particles over alert in login screen (#18923)
This commit is contained in:
parent
134e13005d
commit
ef3785ce9f
@ -63,6 +63,7 @@ export class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
|
|||||||
ha-authorize ha-alert {
|
ha-authorize ha-alert {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
|
background-color: var(--primary-background-color, #fafafa);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<ha-alert alert-type="error"
|
<ha-alert alert-type="error"
|
||||||
@ -93,6 +94,7 @@ export class HaAuthorize extends litLocalizeLiteMixin(LitElement) {
|
|||||||
ha-alert {
|
ha-alert {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
|
background-color: var(--primary-background-color, #fafafa);
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user