Progress towards inventory

This commit is contained in:
Bianca Fürstenau 2025-02-20 05:26:53 +01:00
parent 48ec66d64b
commit aecde207f9
3 changed files with 95 additions and 15 deletions

View file

@ -55,8 +55,6 @@ body {
.logo {
margin: auto;
padding: 0em 0em;
will-change: filter;
transition: 0.75s;
max-height: 100%;
max-width: 100%;
height: 100%;
@ -96,8 +94,15 @@ button {
cursor: pointer;
}
#cafe-inventory form button {
height: 1.5cm;
font-size: 7mm;
}
input[type=number] {
border: 1px solid #eee;
text-align: right;
font-size: inherit;
}
input[type=radio] {