Add ability to enter promotions when creating transaction
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user