ui: Expose min bid amount.

This commit is contained in:
tecnovert
2022-07-31 23:40:58 +02:00
parent 1c4f208d27
commit 1ee2db137b
10 changed files with 95 additions and 17 deletions

View File

@@ -22,3 +22,13 @@
margin: 0;
width:calc(33.33% - 25px);
}
.error
{
background:#ff5b5b;
}
.error_msg
{
color:red;
}