Add the quantity input to the item details tab (closes #154)
This commit is contained in:
parent
82452f4f7c
commit
1c2ced321b
7 changed files with 45 additions and 16 deletions
|
|
@ -12,6 +12,10 @@
|
|||
flex-direction: row;
|
||||
gap: var(--gap);
|
||||
align-items: center;
|
||||
|
||||
&.space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue