Add form submission, validation, rejection messaging

This commit is contained in:
gconsidine
2017-05-23 16:38:58 -04:00
parent c41dff7996
commit 19fa782fb4
21 changed files with 252 additions and 121 deletions

View File

@@ -19,7 +19,10 @@
border-color: @at-blue;
}
.at-InputLabel {
.at-Input--rejected {
&, &:focus {
border-color: @at-red;
}
}
.at-InputLabel-name {
@@ -77,3 +80,10 @@
background-color: @at-white;
}
}
.at-InputMessage--rejected {
font-size: @at-font-size;
color: @at-red;
margin: @at-space-3x 0 0 0;
padding: 0;
}