mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20:39:24 +00:00
final ref hw4 / fix class name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user