This commit is contained in:
zadit
2024-10-17 00:15:35 +07:00
parent 4dd12f3835
commit 8f50909e1a
23 changed files with 415 additions and 177 deletions

View File

@@ -33,7 +33,7 @@
.itemImage {
width: 139px;
height: 149px;
border-radius: 20px;
border-radius: 10px;
margin-right: 10px;
object-fit: cover;
position: relative;
@@ -167,17 +167,19 @@
}
.addButton {
background-color: #04aa6d;
border: none;
color: white;
display: inline-block;
font-size: 16px;
cursor: pointer;
width: 95px;
height: 35px;
margin-left: 5px;
margin-top: 5px;
border-radius: 20px;
background-color: #ffffff;
border: 2px solid #73a585;
/* border: none; */
color: #73a585;
display: inline-block;
font-size: 16px;
font-weight: 600;
cursor: pointer;
width: 95px;
height: 35px;
margin-left: 5px;
margin-top: 5px;
border-radius: 20px;
}
.grayscale {
filter: grayscale(100%);