ultisuite-backend/deploy/authentik/branding/ulti-authentik.css
2026-05-24 00:03:36 +02:00

24 lines
491 B
CSS

/* Ultimail — masquer le branding Authentik sur flows et portail utilisateur */
ak-branding-footer,
.pf-c-login__footer,
.pf-c-login__footer-text,
a[href*="goauthentik.io"],
a[href*="authentik.io"] {
display: none !important;
visibility: hidden !important;
height: 0 !important;
overflow: hidden !important;
}
ak-brand-logo img,
.pf-c-brand img {
max-height: 48px;
width: auto;
max-width: min(280px, 80vw);
}
ak-flow-executor::part(footer) {
display: none !important;
}