formatted profile menu
This commit was merged in pull request #1.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user