컬렉션, 요청 삭제

This commit is contained in:
현성필
2023-05-15 17:24:57 +09:00
parent 78277d271d
commit 239a562d6f
5 changed files with 167 additions and 56 deletions
+16 -1
View File
@@ -1547,4 +1547,19 @@ figure div span {
.prod {
background-color : #49cc90 !important;
color : white !important;
}
}
.reset-button {
/* Reset button styles */
background: none;
border: none;
color: inherit;
cursor: pointer;
padding: 0;
font: inherit;
outline: inherit;
/* Style the icon */
display: inline-block;
margin-right: 5px; /* Adjust this value as per your requirement */
}