mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
set colors of title
This commit is contained in:
parent
44bf324958
commit
13ffdcaf00
|
@ -83,6 +83,7 @@ export default Vue.extend({
|
|||
overflow: hidden;
|
||||
-webkit-line-clamp: 5;
|
||||
-webkit-box-orient: vertical;
|
||||
color: var(--color-text-dark);
|
||||
|
||||
> *:first-child {
|
||||
padding-right: var(--spacing-3xs);
|
||||
|
@ -106,6 +107,7 @@ export default Vue.extend({
|
|||
.editIcon {
|
||||
display: none;
|
||||
font-size: var(--font-size-l);
|
||||
color: var(--color-text-base);
|
||||
}
|
||||
|
||||
.editButtons {
|
||||
|
|
Loading…
Reference in a new issue