formatted profile menu

This commit was merged in pull request #1.
This commit is contained in:
victorAnumudu
2023-04-21 00:53:05 +01:00
parent 58702ade71
commit 456436a917
4 changed files with 319 additions and 15 deletions
+15
View File
@@ -458,6 +458,21 @@ input[type="number"] {
background-size: cover;
}
.content-item .inner-list-items {
top: 0;
right: -100%;
opacity: 0;
transition: all .5s;
background-color: white;
}
.content-item:hover .inner-list-items {
right: -30%;
opacity: 1;
z-index: 2;
}
/* TODO: =================================upload product end================================ */
/* TODO: =================================setting ================================ */
.notification-page .content-item .notifications {