fix: add styling
This commit is contained in:
parent
a8bedeffb5
commit
f1d91e3bf9
@ -285,9 +285,14 @@ export class LogInPage extends LiteElement {
|
||||
>${msg("Log in")}</sl-button
|
||||
>
|
||||
${this.formState.value === "backendInitializing"
|
||||
? html`<p style="text-align:center;">
|
||||
${msg("Please wait while the backend initializes")}
|
||||
</p>`
|
||||
? html` <div class="mt-3">
|
||||
|
||||
<btrix-alert variant="warning"
|
||||
>${msg(
|
||||
"Please wait while the backend initializes"
|
||||
)}</btrix-alert
|
||||
>
|
||||
</div>`
|
||||
: ""}
|
||||
</form>
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user