🎨 Mise en évidence de l'erreur de saisie

pull/138/head
mama 2017-11-28 18:14:32 +01:00
parent fd0ef4b2d8
commit 0adb49b792
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,6 @@ export default class Input extends Component {
</div>
{this.renderSuggestions(themeColours)}
{inputError && <span className="step-input-error">{error}</span>}
</span>
)

View File

@ -425,6 +425,8 @@
bottom: -1.5em;
font-size: .8em;
font-style: italic;
color: #c0392b;
font-weight: 600;
}
.step textarea {