mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
fix(editor): More dark-mode fixes (no-changelog) (#7624)
This fixes: 1. The `OR` divider background when SSO Login is enabled 2. Scanning of QR code in settings in dark mode
This commit is contained in:
committed by
GitHub
parent
26361dfcd3
commit
4934462b41
@@ -289,6 +289,14 @@ export default defineComponent({
|
|||||||
padding-bottom: var(--spacing-xl);
|
padding-bottom: var(--spacing-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.qrContainer {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
canvas {
|
||||||
|
border: 4px solid var(--prim-gray-10);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.headerContainer {
|
.headerContainer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ const onSSOLogin = async () => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: var(--spacing-xl) var(--spacing-l);
|
padding: var(--spacing-xl) var(--spacing-l);
|
||||||
background: var(--color-foreground-xlight);
|
background: var(--color-background-xlight);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -219,18 +219,10 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textContainer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.formContainer {
|
.formContainer {
|
||||||
padding-bottom: var(--spacing-xl);
|
padding-bottom: var(--spacing-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
.qrContainer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headerContainer {
|
.headerContainer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: var(--spacing-xl);
|
margin-bottom: var(--spacing-xl);
|
||||||
|
|||||||
Reference in New Issue
Block a user