From 7653e5784d6e73c2bb36841325a242b03f567d72 Mon Sep 17 00:00:00 2001 From: madhukar23 <30654750+madhukar23@users.noreply.github.com> Date: Fri, 15 Dec 2017 22:11:06 +0530 Subject: [PATCH] [ADF-2094] Task Form - Doesn't follow the specification (#2786) * [ADF-2094] Task Form - Doesn't follow the specification * Removed icon visible beside title * Made font-size for title as semibold 20px * Set the outcome buttons on bottom right side * set color of Complete button as primary * [ADF-2094] Task Form - Doesn't follow the specification * Changed the css for the Adf-form according to zeplin design * Removed icon visible beside title * Made font-size for title as semibold 20px * Set the outcome buttons on bottom right side * set color of Complete button as primary * [ADF-2094] Task Form - Doesn't follow the specification * Changed the css for the adf-form according to zeplin design * Removed icon visible beside title * Made font-size for title as semibold 20px * Set the outcome buttons on bottom right side * set color of Complete button as primary --- lib/core/form/components/form.component.html | 10 +-- lib/core/form/components/form.component.scss | 76 +++++++++++++++++-- .../form/components/form.component.spec.ts | 4 + lib/core/form/components/form.component.ts | 6 ++ 4 files changed, 86 insertions(+), 10 deletions(-) diff --git a/lib/core/form/components/form.component.html b/lib/core/form/components/form.component.html index 7eb25440fe..19edbb04a6 100644 --- a/lib/core/form/components/form.component.html +++ b/lib/core/form/components/form.component.html @@ -2,7 +2,7 @@ -
+
@@ -12,8 +12,7 @@ refresh
- {{ form.isValid ? 'event_available' : 'event_busy' }} - {{form.taskName}} + {{form.taskName}} @@ -29,9 +28,10 @@
- + -