money amount
This commit is contained in:
parent
6aede74cbc
commit
adb393f740
3 changed files with 36 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue