mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(editor): Change UI and monospace fonts (#13839)
This commit is contained in:
@@ -290,7 +290,7 @@ function hideGithubButton() {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 0.9em;
|
||||
font-weight: 400;
|
||||
font-weight: var(--font-weight-regular);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -715,7 +715,7 @@ $--header-spacing: 20px;
|
||||
|
||||
.activator {
|
||||
color: $custom-font-dark;
|
||||
font-weight: 400;
|
||||
font-weight: var(--font-weight-regular);
|
||||
font-size: 13px;
|
||||
line-height: $--text-line-height;
|
||||
align-items: center;
|
||||
@@ -729,7 +729,7 @@ $--header-spacing: 20px;
|
||||
font-size: 12px;
|
||||
padding: 20px 0; // to be more clickable
|
||||
color: $custom-font-very-light;
|
||||
font-weight: 600;
|
||||
font-weight: var(--font-weight-bold);
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user