24 lines
492 B
CSS
24 lines
492 B
CSS
/* UltiSuite — 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;
|
|
}
|