From 569c153ad96afe68fc7644e02bb92cdffefe70c3 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Wed, 24 Jun 2020 01:25:29 +0200 Subject: [PATCH] ++ --- zero.Web.UI/App/components/forms/property.vue | 5 +- zero.Web.UI/App/editor/editor.vue | 59 ++++++++++++++----- 2 files changed, 47 insertions(+), 17 deletions(-) diff --git a/zero.Web.UI/App/components/forms/property.vue b/zero.Web.UI/App/components/forms/property.vue index 791f32ff..5ca0e9cf 100644 --- a/zero.Web.UI/App/components/forms/property.vue +++ b/zero.Web.UI/App/components/forms/property.vue @@ -74,7 +74,7 @@ .ui-property.is-text .ui-property-content { - margin-top: 0; + margin-top: 2px; } .ui-property.full-width > .ui-property-content, @@ -91,10 +91,9 @@ .ui-property-label { display: block; - color: var(--color-text); + color: var(--color-fg); width: 260px; padding-right: 60px; - margin-bottom: 5px; font-size: $font-size; line-height: 1.5; font-weight: 700; diff --git a/zero.Web.UI/App/editor/editor.vue b/zero.Web.UI/App/editor/editor.vue index 388379fb..1d0ffd1e 100644 --- a/zero.Web.UI/App/editor/editor.vue +++ b/zero.Web.UI/App/editor/editor.vue @@ -5,18 +5,24 @@ -