add proper error styles to ssh-key form

This commit is contained in:
Lisa Passing 2015-07-21 15:44:17 +02:00
parent b4f9cd95e8
commit c74cf7932a
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
AddSshKeyComponent = Ember.Component.extend
classNames: ['form--sshkey']
classNameBindings: ['valueError:form-error']
store: Ember.inject.service()
isSaving: false

View File

@ -69,7 +69,8 @@ textarea
.form-error
.env-name
.env-name,
.ssh-value
border: $fail-color 2px solid
.form-error-message
color: $fail-color