Files
home-works/src/s2-homeworks/hw04/common/c1-SuperInputText/SuperInputText.module.css
2022-06-07 20:27:43 +03:00

26 lines
333 B
CSS

.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;
}