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;
|
overflow: hidden;
|
||||||
-webkit-line-clamp: 5;
|
-webkit-line-clamp: 5;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
color: var(--color-text-dark);
|
||||||
|
|
||||||
> *:first-child {
|
> *:first-child {
|
||||||
padding-right: var(--spacing-3xs);
|
padding-right: var(--spacing-3xs);
|
||||||
|
@ -106,6 +107,7 @@ export default Vue.extend({
|
||||||
.editIcon {
|
.editIcon {
|
||||||
display: none;
|
display: none;
|
||||||
font-size: var(--font-size-l);
|
font-size: var(--font-size-l);
|
||||||
|
color: var(--color-text-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
.editButtons {
|
.editButtons {
|
||||||
|
|
Loading…
Reference in a new issue