From ae76545aea6b8b0b85738fa2c775e6fe3a9df2a5 Mon Sep 17 00:00:00 2001 From: ttpllt050 Date: Fri, 9 Apr 2021 16:03:29 +0530 Subject: [PATCH 1/2] SB-24036 Alignment of button, prefilled text color and size in inconsistent. --- .../components/editor/editor.component.scss | 25 ++++++++++++++++++- .../question/question.component.scss | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/projects/collection-editor-library/src/lib/components/editor/editor.component.scss b/projects/collection-editor-library/src/lib/components/editor/editor.component.scss index fa3fce0b..ae0416a6 100755 --- a/projects/collection-editor-library/src/lib/components/editor/editor.component.scss +++ b/projects/collection-editor-library/src/lib/components/editor/editor.component.scss @@ -19,6 +19,14 @@ body { .back-btn { min-width: auto; } + .dynamic-form{ + .multi-select-section-app { + label { + margin-bottom: 0.3rem !important; + z-index: inherit; + } + } + } .dynamic-form { label { font-size: 12px !important; @@ -41,6 +49,10 @@ body { .multi-select-container { .list-border { + .placeholder{ + color: var(--gray-100) !important; + font-weight: 600 !important; + } ul { @extend label; color: #333; @@ -95,7 +107,7 @@ body { } .sb-textarea-container { .sb-textarea { - height: 2.7rem; + height: 2.9rem; padding-top: 0.5rem !important; } label { @@ -223,4 +235,15 @@ lib-chat-window, overflow: hidden; border: solid 1px #cccccc; } +} +.sb-dropdown-select{ + color: var(--gray-100); + font-weight: 600 !important; +} +.optionsArrayMap{ + color: #000; +} +.sb-textbox::-webkit-input-placeholder { + color: var(--gray-100) !important; + font-weight: 600 !important; } \ No newline at end of file diff --git a/projects/collection-editor-library/src/lib/components/question/question.component.scss b/projects/collection-editor-library/src/lib/components/question/question.component.scss index 8f228fd4..5c2c0cc6 100644 --- a/projects/collection-editor-library/src/lib/components/question/question.component.scss +++ b/projects/collection-editor-library/src/lib/components/question/question.component.scss @@ -270,7 +270,7 @@ quml-mcq-solutions{ } .sb-textarea-container{ .sb-textarea{ - height: 2.7rem; + height: 2.9rem; padding-top: 0.5rem !important; } label{ From e98b9fad795f4e9e335aaaa4f8385bfa80fd6fed Mon Sep 17 00:00:00 2001 From: ttpllt050 Date: Fri, 9 Apr 2021 17:43:09 +0530 Subject: [PATCH 2/2] SB-24036 Alignment of button, prefilled text color and size in inconsistent. --- .../src/lib/components/editor/editor.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/collection-editor-library/src/lib/components/editor/editor.component.scss b/projects/collection-editor-library/src/lib/components/editor/editor.component.scss index ae0416a6..d8f0e91c 100755 --- a/projects/collection-editor-library/src/lib/components/editor/editor.component.scss +++ b/projects/collection-editor-library/src/lib/components/editor/editor.component.scss @@ -237,7 +237,7 @@ lib-chat-window, } } .sb-dropdown-select{ - color: var(--gray-100); + color: var(--gray-100) !important; font-weight: 600 !important; } .optionsArrayMap{