web/flows: update flow background (#8209)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-01-17 14:25:12 +01:00
committed by GitHub
parent 493cefaa6e
commit 941f05e7fa
17 changed files with 5933 additions and 395 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 KiB

After

Width:  |  Height:  |  Size: 699 KiB

View File

@ -134,9 +134,11 @@ html > form > input {
);
max-height: 9rem;
}
.ak-brand {
display: flex;
justify-content: center;
width: 100%;
}
.ak-brand img {
padding: 0 2rem;

View File

@ -43,7 +43,6 @@ export class SidebarBrand extends WithTenantConfig(AKElement) {
min-height: 114px;
}
.pf-c-brand img {
width: 100%;
padding: 0 0.5rem;
height: 42px;
}

View File

@ -505,7 +505,7 @@ export class FlowExecutor extends Interface implements StageHost {
? html`
<li>
<a
href="https://unsplash.com/@federize"
href="https://unsplash.com/@theforestbirds"
>${msg("Background image")}</a
>
</li>