Add purchase types

This commit is contained in:
2023-11-14 19:27:00 +01:00
parent 2eaccc57b0
commit e4c6e9e414
12 changed files with 335 additions and 85 deletions

View File

@ -66,6 +66,12 @@ textarea {
@apply dark:border dark:border-slate-900 dark:bg-slate-500 dark:text-slate-100;
}
form input:disabled,
select:disabled,
textarea:disabled {
@apply dark:bg-slate-700 dark:text-slate-400;
}
@media screen and (min-width: 768px) {
form input,
select,