error adjustments
This commit is contained in:
@@ -70,10 +70,11 @@ const fieldMap = {
|
|||||||
color: red;
|
color: red;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 14px;
|
font-size: medium;
|
||||||
font-weight: 100;
|
line-height: 100%;
|
||||||
line-height: 120%;
|
|
||||||
transition: 3s;
|
transition: 3s;
|
||||||
|
text-decoration: underline;
|
||||||
|
font-weight: bold;
|
||||||
`;
|
`;
|
||||||
el.after(errorElem);
|
el.after(errorElem);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user