Progress towards inventory
This commit is contained in:
parent
48ec66d64b
commit
aecde207f9
3 changed files with 95 additions and 15 deletions
|
@ -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] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue