final ref hw4 / fix class name

This commit is contained in:
neko
2022-09-14 18:53:52 +03:00
parent 8bcb1bc9a8
commit 3107511031

View File

@@ -2,10 +2,6 @@
border: 1px solid #06c;
}
.errorInput:focus {
border: 1px solid #cc1439;
}
.input {
width: 370px;
height: 36px;
@@ -22,6 +18,8 @@
font-size: 16px;
line-height: 20px;
}
.superInput {
}
.inputWrapper {
position: relative;
@@ -31,6 +29,10 @@
border: 1px solid #cc1439;
}
.errorInput:focus {
border: 1px solid #cc1439;
}
.error {
position: absolute;
top: -17px;