Skip to content

Commit

Permalink
Task CR-999: update shortfreetext(S) with maps (input-group-text, inp…
Browse files Browse the repository at this point in the history
…ut-group)
  • Loading branch information
ptelu committed Mar 22, 2023
1 parent 50ff6f2 commit 2ecb93b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions assets/survey_themes/ls6_surveytheme/forms/forms_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $input-color : $g-900;
$input-border-color : $g-700;
$input-box-shadow : 4px 4px 0 $elevation-shadow;
$input-focus-border-color : $g-900;
$input-group-addon-color : $white;
// input field
.form-control {
color : $input-color;
Expand Down Expand Up @@ -46,10 +47,14 @@ fieldset[disabled] {
}
}

.input-group-text {
color : $white;
.input-group-text, label .input-group-text {
color : $input-group-addon-color;
background-color : $base-color;
border-color : $input-border-color;

& label {
color : $input-group-addon-color;
}
}


Expand Down
2 changes: 1 addition & 1 deletion themes/survey/ls6_surveytheme/css/variations/green.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/survey/ls6_surveytheme/css/variations/red.css

Large diffs are not rendered by default.

0 comments on commit 2ecb93b

Please sign in to comment.