Scroll text inputs into view, use red labels in text inputs when theres an error, only autocapitalize the name field

This commit is contained in:
Ken-Håvard Lieng 2018-06-03 06:18:03 +02:00
parent f5de115534
commit d2c1297cf7
12 changed files with 204 additions and 137 deletions

View file

@ -91,7 +91,7 @@ i[class*=' icon-']:before {
pointer-events: none;
user-select: none;
transform: translateZ(0);
transition: all 0.2s;
transition: all 0.2s, color 0s;
color: #777;
}