money amount

This commit is contained in:
counterweight 2025-02-23 23:41:13 +01:00
parent 6aede74cbc
commit adb393f740
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 36 additions and 1 deletions

View file

@ -28,6 +28,18 @@ h1 {
cursor: pointer;
}
.money-input {
text-align: end;
}
.input-is-valid {
border: 1px solid green;
}
.input-is-invalid {
border: 2px solid red;
}
.button-group button {
border: 0;
padding: 1em;