feat: temp barcode templates
This commit is contained in:
12
src/pages/BarcodePage/BarcodePage.module.css
Normal file
12
src/pages/BarcodePage/BarcodePage.module.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
gap: rem(10);
|
||||
}
|
||||
|
||||
.top-panel {
|
||||
padding: rem(5);
|
||||
gap: rem(10);
|
||||
display: flex;
|
||||
}
|
||||
Reference in New Issue
Block a user