Use Preact for settings and show validation

This commit is contained in:
Shin'ya Ueoka 2017-11-19 08:23:51 +09:00
parent 44459e39c3
commit d33b37cdb9
4 changed files with 99 additions and 18 deletions

View file

@ -0,0 +1,17 @@
.form-field-label {
font-weight: bold
}
.form-field-error {
font-weight: bold;
color: red;
min-height: 1.5em;
}
.form-field-input {
padding: 4px;
}
.form-field-input.input-error {
box-shadow: 0 0 2px red;
}