implemented ui functions for managing products, uploading images and editiing users
This commit is contained in:
@ -4,4 +4,12 @@ body {
|
||||
|
||||
hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.notification-container {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 1000;
|
||||
margin: 20px;
|
||||
}
|
Reference in New Issue
Block a user