v0.38.0 with code mods

This commit is contained in:
David Price
2021-10-27 19:34:59 -07:00
parent 2f27984806
commit 1ce41a4260
8 changed files with 1950 additions and 3512 deletions

View File

@@ -313,3 +313,9 @@
padding-bottom: 0;
}
}
.rw-input-error:focus {
outline: none;
border-color: #c53030;
box-shadow: 0 0 5px #c53030;
}