Fix form validation flash message color and input borders (#9235)
* Fix form validation flash message color and input borders * Fix typo
This commit is contained in:
parent
7f4adfaf77
commit
ccbdf689e8
2 changed files with 6 additions and 3 deletions
|
@ -330,9 +330,12 @@ code {
|
|||
}
|
||||
|
||||
input[type=text],
|
||||
input[type=number],
|
||||
input[type=email],
|
||||
input[type=password] {
|
||||
border-bottom-color: $valid-value-color;
|
||||
input[type=password],
|
||||
textarea,
|
||||
select {
|
||||
border-color: lighten($error-red, 12%);
|
||||
}
|
||||
|
||||
.error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue