mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 02:41:49 -05:00
Add form submission, validation, rejection messaging
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user