register + deletions + image request changes
This commit is contained in:
@@ -78,8 +78,7 @@
|
||||
}
|
||||
|
||||
.item-list {
|
||||
width: 100%;
|
||||
max-width:50vw;
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
|
@@ -57,3 +57,34 @@
|
||||
.product-details button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.edit-button,
|
||||
.delete-button {
|
||||
flex: 1;
|
||||
padding: 10px 15px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.edit-button {
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
background-color: #dc3545;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.edit-button:hover,
|
||||
.delete-button:hover {
|
||||
background-color: #0056b3;
|
||||
}
|
Reference in New Issue
Block a user