This commit is contained in:
neko
2022-06-07 20:27:43 +03:00
parent 0e359b05e7
commit d7e7ef9471
17 changed files with 447 additions and 29 deletions

View File

@@ -0,0 +1,26 @@
.input:focus {
outline: none;
border: #99ff99 solid 2px;
}
.superInput {
margin: 10px;
background: #003300;
color: #99ff99;
}
.errorInput {
margin: 10px;
background: #003300;
color: #99ff99;
border: 2px solid #dd3355;
}
.error {
color: #dd3355;
height: 21px;
margin-left: 10px;
}