Change font for error input errors [SCI-8863]

This commit is contained in:
Andrej 2023-07-19 14:23:48 +02:00
parent bcf0dc5069
commit cd551c4265

View file

@ -2,6 +2,7 @@
.sci-input-container {
.help-block {
color: $brand-danger;
font-size: 12px;
}
}