Skip to content

Commit

Permalink
fix: invalid-feedback text was removed by some css in the kit, added …
Browse files Browse the repository at this point in the history
…it back (#94)
  • Loading branch information
deodorhunter authored Mar 16, 2023
1 parent d130b8b commit e56ec8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/ItaliaTheme/Components/_customerSatisfaction.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
margin: 0;
padding: 0.25rem 0.5rem;
font-size: 0.777rem;
&.invalid-feedback {
display: block;
}
}
label.active {
color: #596d88;
Expand Down

0 comments on commit e56ec8b

Please sign in to comment.