Add Frontend
This commit is contained in:
21
frontend/src/app/components/item-form/item-form.scss
Normal file
21
frontend/src/app/components/item-form/item-form.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.container {
|
||||
padding: 20px;
|
||||
max-width: 500px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
mat-card {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
mat-form-field {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user