From 7ecaacaf40edf5084b6e0200f3af001a15d84a9b Mon Sep 17 00:00:00 2001 From: saravanakumarkandasami Date: Wed, 31 Oct 2018 13:59:36 +0530 Subject: [PATCH] PD- Startpd UI --- .../list-pd/start-pd/start-pd.component.html | 55 ++++++++++--------- .../list-pd/start-pd/start-pd.component.scss | 4 +- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html index 18e6a2295..58b8db549 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html @@ -1,4 +1,4 @@ - + @@ -8,7 +8,7 @@ -
{{category.category_name}}
+ {{category.category_name}}
@@ -62,7 +62,8 @@
-
{{optionsForm.controls.pd_question.value}}
+ + {{optionsForm.controls.pd_question.value}}
@@ -125,10 +126,10 @@
- arrow_backward - skip_previous - skip_next - arrow_forward + skip_previous + chevron_left + chevron_right + skip_next
@@ -140,7 +141,7 @@ -
{{selectedCategory.question}}
+ {{selectedCategory.question}}
@@ -148,8 +149,8 @@
- skip_previous - skip_next + chevron_left + chevron_right
@@ -166,7 +167,7 @@ -
{{textBoxForm.controls.pd_question.value}}
+ {{textBoxForm.controls.pd_question.value}}
@@ -228,10 +229,10 @@
- arrow_backward - skip_previous - skip_next - arrow_forward + skip_previous + chevron_left + chevron_right + skip_next
@@ -242,7 +243,7 @@ -
{{selectedCategory.question}}
+ {{selectedCategory.question}}
@@ -250,8 +251,8 @@
- skip_previous - skip_next + chevron_left + chevron_right
@@ -266,7 +267,7 @@
-
{{checkBoxForm.controls.pd_question.value}}
+ {{checkBoxForm.controls.pd_question.value}}
@@ -324,10 +325,10 @@
- arrow_backward - skip_previous - skip_next - arrow_forward + skip_previous + chevron_left + chevron_right + skip_next
@@ -337,8 +338,8 @@ - -
{{selectedCategory.question}}
+ + {{selectedCategory.question}} @@ -346,8 +347,8 @@
- skip_previous - skip_next + chevron_left + chevron_right
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss index 3c41b47e0..e71caa4d2 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.scss @@ -113,7 +113,9 @@ $product-bg-color-hover: rgba(103, 58, 183, 0.7); } } - +mat-icon{ + color: #ff3636; +} .start_close_btn { position: fixed; right: 69px;