mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-17 04:49:25 +00:00
final ref hw4 / fix class name
This commit is contained in:
@@ -2,10 +2,6 @@
|
|||||||
border: 1px solid #06c;
|
border: 1px solid #06c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.errorInput:focus {
|
|
||||||
border: 1px solid #cc1439;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
width: 370px;
|
width: 370px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
@@ -22,6 +18,8 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
.superInput {
|
||||||
|
}
|
||||||
|
|
||||||
.inputWrapper {
|
.inputWrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -31,6 +29,10 @@
|
|||||||
border: 1px solid #cc1439;
|
border: 1px solid #cc1439;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.errorInput:focus {
|
||||||
|
border: 1px solid #cc1439;
|
||||||
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -17px;
|
top: -17px;
|
||||||
|
|||||||
Reference in New Issue
Block a user