feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
.crud {
|
||||
display: grid;
|
||||
gap: 16px
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
align-items: flex-end
|
||||
}
|
||||
|
||||
.grow {
|
||||
flex: 1
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%
|
||||
}
|
||||
Reference in New Issue
Block a user