Skip to content

Commit

Permalink
Merge pull request #112 from Ekta29yadav/bug
Browse files Browse the repository at this point in the history
SB-24036 Alignment of button, prefilled text color and size in incons…
  • Loading branch information
pallakartheekreddy authored Apr 9, 2021
2 parents f1636d7 + e98b9fa commit c84d8f4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -96,7 +108,7 @@ body {
}
.sb-textarea-container {
.sb-textarea {
height: 2.7rem;
height: 2.9rem;
padding-top: 0.5rem !important;
}
label {
Expand Down Expand Up @@ -224,4 +236,15 @@ lib-chat-window,
overflow: hidden;
border: solid 1px #cccccc;
}
}
.sb-dropdown-select{
color: var(--gray-100) !important;
font-weight: 600 !important;
}
.optionsArrayMap{
color: #000;
}
.sb-textbox::-webkit-input-placeholder {
color: var(--gray-100) !important;
font-weight: 600 !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ quml-mcq-solutions{
}
.sb-textarea-container{
.sb-textarea{
height: 2.7rem;
height: 2.9rem;
padding-top: 0.5rem !important;
}
label{
Expand Down

0 comments on commit c84d8f4

Please sign in to comment.