fix(platform): isolate authentik admin styling
This commit is contained in:
@@ -280,7 +280,7 @@ body.nodedc-auth-permission-denied .pf-c-login__main-header::after {
|
||||
}
|
||||
|
||||
body.nodedc-auth-permission-denied .pf-c-login__main-header::after {
|
||||
content: "Доступ к модулю NODE.DC ограничен." !important;
|
||||
content: "Доступ запрещён." !important;
|
||||
}
|
||||
|
||||
.pf-c-login__main-header[data-nodedc-permission-denied="true"] .pf-c-title,
|
||||
@@ -292,6 +292,16 @@ body.nodedc-auth-permission-denied h1.pf-c-title {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
body.nodedc-auth-permission-denied ak-flow-executor::part(main),
|
||||
body.nodedc-auth-permission-denied .pf-c-login__main {
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
outline: 0 !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-backdrop-filter: none !important;
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
.pf-c-login__main-body {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user