added delete and edit for user profile and modified category slider

This commit is contained in:
Stacy 2024-03-07 11:06:56 +08:00
parent b400d75494
commit 639bccf3e5
1 changed files with 0 additions and 14 deletions

View File

@ -92,20 +92,6 @@ if ($_SESSION["userId"] <> "") {
color: #ffaa00;
cursor: pointer;
}
#edit_modal .cover-upload:after{
background-color: orange;
}
.ec-user-account .ec-vendor-block-bg {
width: 100%;
height: 200px;
background-image: none;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: overlay;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 5px;
}
</style>
</head>