ok
This commit is contained in:
@@ -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%);
|
||||
|
||||
Reference in New Issue
Block a user