Add ability to enter promotions when creating transaction

This commit is contained in:
2023-07-24 15:17:44 +01:00
parent c0c1743d78
commit bb2820f7df
17 changed files with 382 additions and 42 deletions

View File

@ -650,6 +650,9 @@ html:has(.modal[open]) {
line-height: 1.25rem;
background-color: rgb(255, 255, 255);
border: 1px solid rgb(209, 213, 219);
}
.select:not([multiple]) {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 1.5rem 1.5rem;